[
  {
    "path": ".gitignore",
    "content": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n# Distribution / packaging\n.Python\nbuild/\ndevelop-eggs/\ndist/\ndownloads/\neggs/\n.eggs/\nlib/\nlib64/\nparts/\nsdist/\nvar/\nwheels/\npip-wheel-metadata/\nshare/python-wheels/\n*.egg-info/\n.installed.cfg\n*.egg\nMANIFEST\n\n# PyInstaller\n#  Usually these files are written by a python script from a template\n#  before PyInstaller builds the exe, so as to inject date/other infos into it.\n*.manifest\n*.spec\n\n# Installer logs\npip-log.txt\npip-delete-this-directory.txt\n\n# Unit test / coverage reports\nhtmlcov/\n.tox/\n.nox/\n.coverage\n.coverage.*\n.cache\nnosetests.xml\ncoverage.xml\n*.cover\n*.py,cover\n.hypothesis/\n.pytest_cache/\n\n# Translations\n*.mo\n*.pot\n\n# Django stuff:\n*.log\nlocal_settings.py\ndb.sqlite3\ndb.sqlite3-journal\n\n# Flask stuff:\ninstance/\n.webassets-cache\n\n# Scrapy stuff:\n.scrapy\n\n# Sphinx documentation\ndocs/_build/\n\n# PyBuilder\ntarget/\n\n# Jupyter Notebook\n.ipynb_checkpoints\n\n# IPython\nprofile_default/\nipython_config.py\n\n# pyenv\n.python-version\n\n# pipenv\n#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.\n#   However, in case of collaboration, if having platform-specific dependencies or dependencies\n#   having no cross-platform support, pipenv may install dependencies that don't work, or not\n#   install all needed dependencies.\n#Pipfile.lock\n\n# PEP 582; used by e.g. github.com/David-OConnor/pyflow\n__pypackages__/\n\n# Celery stuff\ncelerybeat-schedule\ncelerybeat.pid\n\n# SageMath parsed files\n*.sage.py\n\n# Environments\n.env\n.venv\nenv/\nvenv/\nENV/\nenv.bak/\nvenv.bak/\n\n# Spyder project settings\n.spyderproject\n.spyproject\n\n# Rope project settings\n.ropeproject\n\n# mkdocs documentation\n/site\n\n# mypy\n.mypy_cache/\n.dmypy.json\ndmypy.json\n\n# Pyre type checker\n.pyre/\n\n.idea/\n\n/bin/python-3.6.8/\n/bin/python-3.10.11/\n/config/\n"
  },
  {
    "path": "AHK/voicepeak1.2.1.ahk",
    "content": "﻿#Requires AutoHotkey v2.0\n#HotIf WinActive(\"ahk_exe voicepeak.exe\")\n\n; Ctrl-Space ブロック再生\n^Space::{\n    SetKeyDelay 75, 25\n    SendEvent '^{a}{Tab}{Space}+{Tab}'\n}\n\n; Ctrl-Click 字幕コピー ブロック音声出力\n^LButton::{\n    Click\n    Sleep 100\n    Send '^{a}^{c}'\n    Sleep 100\n    Click \"Right\"\n    Send '{Up}'\n    Send '{Enter}'\n    Sleep 250\n    Click 100, 100\n    Send '{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}'\n    Send '{Enter}'\n    Sleep 250\n    Send '{Enter}'\n}\n\n#HotIf\n\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2022 Yoshio Nakano\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "Preset/Background/透明.setting",
    "content": "{\n\tTools = ordered() {\n\t\tBackground1 = Background {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, 82.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "Preset/ImageTab/1280x720.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1280, },\n\t\t\t\tHeight = Input { Value = 720, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab/1980x1080.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab/3840x2160.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 3840, },\n\t\t\t\tHeight = Input { Value = 2160, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab/7680x4320.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 7680, },\n\t\t\t\tHeight = Input { Value = 4320, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab/UseFrameFormatSettings_ON.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n            Inputs = {\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab/色深度_int8.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab(square)/1024x1024.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1024, },\n\t\t\t\tHeight = Input { Value = 1024, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab(square)/2048x2048.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 2048, },\n\t\t\t\tHeight = Input { Value = 2048, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab(square)/4096x4096.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 4096, },\n\t\t\t\tHeight = Input { Value = 4096, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab(square)/8192x8192.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 8192, },\n\t\t\t\tHeight = Input { Value = 8192, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/ImageTab(square)/UseFrameFormatSettings_ON.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n            Inputs = {\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Preset/TextPlus/Filter/テキスト.txt",
    "content": "StyledText\nWidth\nHeight\nUseFrameFormatSettings"
  },
  {
    "path": "Preset/TextPlus/Filter/テキスト_サイズ.txt",
    "content": "StyledText\nWidth\nHeight\nUseFrameFormatSettings\nSize"
  },
  {
    "path": "Preset/TextPlus/Filter/テキスト_フォント.txt",
    "content": "StyledText\nFont\nStyle\nWidth\nHeight\nUseFrameFormatSettings"
  },
  {
    "path": "Preset/TextPlus/Filter/テキスト_フォント_サイズ.txt",
    "content": "StyledText\nFont\nStyle\nWidth\nHeight\nUseFrameFormatSettings\nSize"
  },
  {
    "path": "Preset/TextPlus/字幕_白.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText1 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.0705882352941176, },\n\t\t\t\tGreen2 = Input { Value = 0.388235294117647, },\n\t\t\t\tBlue2 = Input { Value = 0.0549019607843137, },\n\t\t\t\tElementShape5 = Input { Value = 1, },\n\t\t\t\tThickness5 = Input { Value = 0.14, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "Preset/TextPlus/字幕_白_紫.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText1 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tName1 = Input { Value = \"ベース\", },\n\t\t\t\tName2 = Input { Value = \"アウトライン\", },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.384313725490196, },\n\t\t\t\tGreen2 = Input { Value = 0.0823529411764706, },\n\t\t\t\tBlue2 = Input { Value = 0.647058823529412, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 17215, 247.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "Preset/TextPlus/字幕_白_緑.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText1 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.0705882352941176, },\n\t\t\t\tGreen2 = Input { Value = 0.388235294117647, },\n\t\t\t\tBlue2 = Input { Value = 0.0549019607843137, },\n\t\t\t\tElementShape5 = Input { Value = 1, },\n\t\t\t\tThickness5 = Input { Value = 0.14, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "Preset/TextPlus/字幕_白_茶.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText1 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.505882352941176, },\n\t\t\t\tGreen2 = Input { Value = 0.325490196078431, },\n\t\t\t\tBlue2 = Input { Value = 0.0156862745098039, },\n\t\t\t\tElementShape5 = Input { Value = 1, },\n\t\t\t\tThickness5 = Input { Value = 0.14, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "Preset/TextPlus/字幕_白_赤.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText1 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.686274509803922, },\n\t\t\t\tGreen2 = Input { Value = 0.2, },\n\t\t\t\tBlue2 = Input { Value = 0.211764705882353, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t}\n\t}\n}"
  },
  {
    "path": "Preset/TextPlus/字幕_白_赤紫.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText2 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.686274509803922, },\n\t\t\t\tGreen2 = Input { Value = 0.2, },\n\t\t\t\tBlue2 = Input { Value = 0.450980392156863, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "README.md",
    "content": "## 使い方\n\nDaVinci Resolve で使える 動画制作補助ツールです。  \n日本語のフォルダに入れると動きません。ご注意ください。\n\n1. 右のReleasesからzipファイルをダウンロードし解凍。\n2. (オプション)アップグレードの場合は旧ツールからconfigフォルダをコピー\n3. りぞりぷと.exeを立ち上げる。\n4. 使いたい機能のボタンを押す。\n\n参考\n立ち絵、口パクの作り方\nhttps://youtu.be/WyKujodsLh0\n\n### 目次\n\n* [ResolveLauncher](#ResolveLauncher)\n* [softalk2wave](#softalk2wave)\n* [AssistantSeika2wave](#AssistantSeika2wave)\n* [AquesTalkWrapper](#AquesTalkWrapper)\n* [VoicevoxSequencer](#VoicevoxSequencer)\n* [VoiceBin](#VoiceBin)\n* [VoiceSync](#VoiceSync)\n* [PsdSplitter](#PsdSplitter)\n* [Macro2Group](#Macro2Group)\n* [VTT2Anim](#VTT2Anim)\n* [ScriptLauncher](#ScriptLauncher)\n* [DiskCache](#DiskCache)\n* [Characters](#Characters)\n\n### ResolveLauncher\n\n動画参照\nhttps://youtu.be/MfRBx0_7ZB4\n\n動画参照\nhttps://youtu.be/hrrWekhWuYY\n\n[目次へ](#目次)\n\n### softalk2wave\n\n音声と字幕ファイル(srt)を書き出します。  \n簡単に書き出しからDaVinci ResolveのEdit pageへドラッグアンドドラップするのが目的のツールです。  \nSofTalkが別途必要です。\n\n1. 右上の softalkw.exe の場所の欄に softalkw.exe の場所を設定。 softalkw.exe はソフトークに同封されています。\n2. その下の保存ディレクトリにwavとsrtファイルの保存先ディレクトリを設定。\n3. 音声設定にしゃべらせたい文字を入力。\n4. 下のexportボタンを押す。ここでwavとsrtファイルを書き出します。\n5. 左のファイル一覧から wavとsrtファイルを DaVinci Resolve の Edit page へ、ドラッグアンドドラップする。\n\n[目次へ](#目次)\n\n### AssistantSeika2wave\n\n音声と字幕ファイル(srt)を書き出します。  \n簡単に書き出しからDaVinci ResolveのEdit pageへドラッグアンドドラップするのが目的のツールです。  \nAssistantSeika、他音声読み上げソフトが必要です。\n\n1. AssistantSeika を使えるよう設定し立ち上げ。\n2. 右上の SeikaSay2.exe の場所の欄に SeikaSay2.exe の場所を設定。 SeikaSay2.exe は AssistantSeika に同封されています。\n3. その下の保存ディレクトリにwavとsrtファイルの保存先ディレクトリを設定。\n4. 音声設定にしゃべらせたい文字を入力。\n5. 音声設定の右側を AssistantSeika の話者一覧を見ながら設定。 Template があればそれを使っても可。\n6. 下のexportボタンを押す。ここでwavとsrtファイルを書き出します。\n7. 左のファイル一覧から wavとsrtファイルを DaVinci Resolve の Edit page へ、ドラッグアンドドラップする。\n\n[目次へ](#目次)\n\n### AquesTalkWrapper\n\nAquesTalkPlayerをラップして使いやすくします。\n\n[目次へ](#目次)\n\n### VoicevoxSequencer\n\nVoicevoxを操作して歌わせます。\nMac版はsimpleaudioのインストールが簡単に出来なかったので、一時無効化しました。\n\n[目次へ](#目次)\n\n### VoiceBin\n\n動画参照\nhttps://youtu.be/BAn7sj5xbxg\n\n動画参照\nhttps://youtu.be/afiJp1lodMo\n\n動画参照\nhttps://youtu.be/5Q6WNtMFhWI\n\n[目次へ](#目次)\n\n### VoiceSync\n\n動画参照\nhttps://youtu.be/Y5KpnlWsqmo\n\n[目次へ](#目次)\n\n### PsdSplitter\n\n動画参照\nhttps://youtu.be/LHM6jDKnLng\n\n[目次へ](#目次)\n\n### Macro2Group\n\n動画参照\nhttps://youtu.be/ul7grfLvJCM\n\n[目次へ](#目次)\n\n### VTT2Anim\n2.0.0で一時無効化しました。<br>\nSubtitle2TextPlusを使ってください。<br>\nWorkspase->Scripts->(Edit)->RS->Subtitle2TextPlus<br>\n\n[目次へ](#目次)\n\n### ScriptLauncher\n\n動画参照\nhttps://youtu.be/5h5jIBJ4Lmo\n\n動画参照\nhttps://youtu.be/ZwZyUCaTaTw\n\n[目次へ](#目次)\n\n### DiskCache\n\n動画参照\nhttps://youtu.be/kta_94REcEE\n\n[目次へ](#目次)\n\n### Characters\n\nコピー用の文字を表示します。\n\n[目次へ](#目次)\n"
  },
  {
    "path": "Scripts/Comp/PathMapper.lua",
    "content": "local function pathMapper()\n    local tool_list = comp:GetToolList(false, 'Loader')\n    comp.StartUndo('RS Path Mapper')\n    for i, t in ipairs(tool_list) do\n        t.Clip[1] = comp:ReverseMapPath(t.Clip[1])\n    end\n    comp.EndUndo(True)\n    print('Mapped!')\nend\n\npathMapper()\n"
  },
  {
    "path": "Scripts/Comp/PrintNames.lua",
    "content": "local function printNames()\n    local tool_list = comp:GetToolList(true)\n    for k,v in pairs(tool_list) do\n        print(v.Name)\n    end\nend\n\nprintNames()"
  },
  {
    "path": "Scripts/Comp/Prototype/Import(PsdSplitter)_NO_EXP.py3",
    "content": "import json\nfrom pathlib import Path\n\nX_OFFSET = 1\nY_OFFSET = 4\n\nselectedPath = fu.RequestFile(\n    '',  # dir\n    '',  # file\n    {\n        'FReqB_SeqGather': False,\n        'FReqS_Filter': 'JSON File (*.json)|*.json',\n        'FReqS_Title': 'Choose JSON',\n    },\n)\nver = fu.Version\ncomp = None\nif selectedPath is not None:\n    comp = fu.CurrentComp\n\n\ndef add_node(pos_x, pos_y, size_x, size_y, data, name):\n    xf = comp.AddTool('Transform', pos_x * X_OFFSET, pos_y * Y_OFFSET)\n    xf.SetAttrs({'TOOLS_Name': name})\n    pre_node = comp.AddTool('Background', pos_x * X_OFFSET, (pos_y - 1) * Y_OFFSET)\n    pre_node.UseFrameFormatSettings = 0\n    pre_node.Width = size_x\n    pre_node.Height = size_y\n    pre_node.TopLeftAlpha = 0\n    pre_node.Depth = 1\n    pos_x += 1\n    pos_y -= 2\n    user_controls = {}\n    cb_name = ''\n    pub_combobox = None\n    pub_combobox_uc = {\n        '__flags': 2097152,\n        'Value': {\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ComboControl',\n            'LINKS_Name': name,\n            'INP_Integer': True,\n            'INP_Default': 0,\n            'ICS_ControlPage': 'User',\n        },\n    }\n    pub_combobox_def = 0\n    cb_cnt: int = 0\n    connect_list = []\n    for i, layer in enumerate(data):\n        node = None\n        layer_name: str = layer['name']\n        layer_name_en: str = layer['name_en']\n        visible: bool = layer['visible']\n        layer_data = layer['data']\n        mg = comp.AddTool('Merge', pos_x * X_OFFSET, (pos_y + 1) * Y_OFFSET)\n        if type(layer_data) is list:\n            node, pos_x = add_node(pos_x, pos_y, size_x, size_y, layer_data, layer_name)\n        else:\n            node = comp.AddTool('Loader', pos_x * X_OFFSET, pos_y * Y_OFFSET)\n            node.Clip[1] = comp.ReverseMapPath(layer_data.replace('/', '\\\\'))\n            node.Loop[1] = 1\n            node.PostMultiplyByAlpha = 1 if ver < 10 else 0\n            pos_x += 1\n        mg.ConnectInput('Foreground', node)\n        mg.ConnectInput('Background', pre_node)\n        if layer_name.startswith('*'):\n            if pub_combobox is None:\n                pub_combobox = comp.AddTool('PublishNumber')\n                pub_combobox_name = name if name != 'Root' else 'Select'\n                pub_combobox.SetAttrs({'TOOLS_Name': 'PARAM%s_%s' % (str(i).zfill(3), pub_combobox_name)})\n                cb_name = 'N' + str(i).zfill(3)\n                user_controls[cb_name] = {\n                    'LINKID_DataType': 'Number',\n                    'INPID_InputControl': 'ComboControl',\n                    'LINKS_Name': pub_combobox_name,\n                    'INP_Integer': True,\n                    'INP_Default': 0,\n                    'ICS_ControlPage': 'User',\n                }\n            dct = user_controls[cb_name]\n            pub_dct = pub_combobox_uc['Value']\n            dct[cb_cnt + 1] = {'CCS_AddString': '%s' % layer_name}\n            pub_dct[cb_cnt + 1] = {'CCS_AddString': '%s' % layer_name}\n            if visible:\n                dct['INP_Default'] = cb_cnt\n                pub_dct['INP_Default'] = cb_cnt\n                pub_combobox_def = cb_cnt\n            exp = comp.AddTool('Expression')\n            exp.NumberExpression = 'n1 == %d' % cb_cnt\n            mg.ConnectInput('Blend', exp.NumberResult)\n            exp.ConnectInput('n1', pub_combobox)\n            exp.Refresh()\n            cb_cnt += 1\n        else:\n            pub = comp.AddTool('PublishNumber')\n            pub.SetAttrs({'TOOLS_Name': 'PARAM%s_%s' % (str(i).zfill(3), layer_name)})\n            uc_name = 'N' + str(i).zfill(3) + '_' + layer_name_en\n            pub_uc = {\n                '__flags': 2097152,\n                'Value': {\n                    'LINKID_DataType': 'Number',\n                    'INPID_InputControl': 'CheckboxControl',\n                    'LINKS_Name': layer_name,\n                    'INP_Integer': True,\n                    'CBC_TriState': False,\n                    'INP_Default': 1 if visible else 0,\n                    'ICS_ControlPage': 'User',\n                },\n            }\n            user_controls[uc_name] = {\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'CheckboxControl',\n                'LINKS_Name': layer_name,\n                'INP_Integer': True,\n                'CBC_TriState': False,\n                'INP_Default': 1 if visible else 0,\n                'ICS_ControlPage': 'User',\n            }\n            mg.ConnectInput('Blend', pub)\n            connect_list.append([uc_name, pub, 1 if visible else 0])\n            pub.UserControls = pub_uc\n\n        pre_node = mg\n    user_controls['Grp_' + name] = {\n        'LINKS_Name': name,\n        'LINKID_DataType': 'Number',\n        'INPID_InputControl': 'LabelControl',\n        'LBLC_DropDownButton': True,\n        'LBLC_NumInputs': len(user_controls),\n        'INP_Default': 1,\n        'ICS_ControlPage': 'User',\n    }\n    xf.ConnectInput('Input', pre_node)\n    uc = {'__flags': 2097152}  # 順番を保持するフラグ\n    for k, v in reversed(list(user_controls.items())):\n        uc[k] = v\n    xf.UserControls = uc\n    xf = xf.Refresh()\n    if pub_combobox is not None:\n        xf.ConnectInput(cb_name, pub_combobox)\n        pub_combobox.UserControls = pub_combobox_uc\n        pub_combobox.Value = pub_combobox_def\n        pub_combobox.Refresh()\n    for c in connect_list:\n        xf.ConnectInput(c[0], c[1])\n        c[1].Value = c[2]\n        c[1].Refresh()\n    xf.TileColor = {\n        '__flags': 256,\n        'R': 0.92156862745098,\n        'G': 0.431372549019608,\n        'B': 0,\n    }\n    return xf, pos_x\n\n\ndef make(dct):\n    add_node(0, 0, dct['x'], dct['y'], dct['data'], dct['name'])\n\n\nif selectedPath is not None and comp is not None:\n    comp.Lock()\n    comp.StartUndo('Add some tools')\n    json_path: Path = Path(comp.MapPath(comp.MapPath(selectedPath)))\n    make(json.loads(json_path.read_text(encoding='utf-8')))\n    comp.EndUndo(True)\n    comp.Unlock()\n    comp.AskUser('Done!', {})\n    print('Done!')\n"
  },
  {
    "path": "Scripts/Comp/Refresh.lua",
    "content": "\nlocal function refresh()\n    comp:StartUndo('RS Refresh')\n    local tool_list = comp:GetToolList(true)\n    for k,v in pairs(tool_list) do\n        v:Refresh()\n    end\n    comp:EndUndo(true)\n    print('Refresh!')\nend\n\nrefresh()\n"
  },
  {
    "path": "Scripts/Edit/Marker2Chapter.lua",
    "content": "local function marker2Chapter(color, separator)\n    print(color .. 'マーカーを目次にします。\\n')\n    local projectManager = resolve:GetProjectManager()\n    local project = projectManager:GetCurrentProject()\n    if not project then\n        return\n    end\n    local timeline = project:GetCurrentTimeline()\n    if not timeline then\n        return\n    end\n    local fps = timeline:GetSetting('timelineFrameRate')\n\n    local m = timeline:GetMarkers()\n    local c = {}\n    for i, v in pairs(m) do\n        local sec = math.floor(i / fps + 0.5)\n        if v.color == color then\n            c[#c + 1] = {\n                frame = i,\n                time = string.format('%02d:%02d', sec / 60, sec % 60),\n                name = v.name\n            }\n        end\n    end\n\n    table.sort(c, function(a, b)\n        return (a.frame < b.frame)\n    end)\n\n    print('目次')\n    if c[1] ~= nil and c[1].time ~= '00:00' then\n        print('00:00' .. separator)\n    end\n    for i, v in pairs(c) do\n        print(v.time .. separator .. v.name)\n    end\nend\n\nmarker2Chapter('Rose', ' - ')\n"
  },
  {
    "path": "Templates/Edit/Generators/WhiteCUL.setting",
    "content": "{\n\tTools = ordered() {\n\t\tWhiteCUL = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"モーション\",\n\t\t\t\t\tSourceOp = \"Motion_Speed\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tSourceOp = \"Motion_Str\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"N003_namida_show_75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"N003_namida_hide_75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"N002_takinamida_show_74\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"滝涙 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"N002_takinamida_hide_74\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"滝涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase_show_73\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase_hide_73\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"N000_aseoome_show_72\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗多め show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"N000_aseoome_hide_72\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗多め hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kihonmayu69\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"N003_ikarimayu68\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"N002_agarimayu67\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上がり眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"N001_komarimayu66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"N000_komarimayu265\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"N005_kihonmesetto62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"N004_none46\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"N003_nagomi45\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"N002_nikkori44\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"N001_◯◯43\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*◯◯\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSource = \"N000_jitome42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_基本目セット\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"基本目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSource = \"N006_kihon62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSource = \"N005_kihon261\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kameramesen60\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kameramesen259\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSource = \"N002_mesorashi58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目そらし\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSource = \"N001_mesorashi257\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目そらし2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSource = \"N000_●●56\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*●●\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_白目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"白目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSource = \"N002_shitagankenkyouchou_show_53\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"下眼瞼強調 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSource = \"N002_shitagankenkyouchou_hide_53\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"下眼瞼強調 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSource = \"N001_shiromekihon52\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*白目基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shiromemihiraki51\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*白目見開き\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSource = \"N016_hohoemi39\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSource = \"N015_aha38\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSource = \"N014_hoo37\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSource = \"N013_wahaa36\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*わはー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"N012_peron35\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぺろん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"N011_ehee34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*えへぇ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"N010_n33\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"N009_mun32\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSource = \"N008_o31\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSource = \"N007_chu30\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ちゅ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"N006_hyutsu29\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ひゅっ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"N005_n28\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSource = \"N004_e27\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*え\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSource = \"N003_eaa26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*えあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSource = \"N002_uhee25\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うへぇ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSource = \"N001_eee24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*えぇー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSource = \"N000_utsuwaa23\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うっわー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_顔色など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔色など\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hana_show_20\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"鼻 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hana_hide_20\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"鼻 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoppe19\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSource = \"N001_sekimen18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*赤面\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSource = \"N000_aozame17\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*青ざめ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kihon14\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"N002_sasashi13\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*指さし\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSource = \"N001_tenohira12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手のひら\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"N000_tenokabuto11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手の甲\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kihon8\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"N001_tenohira7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手のひら\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"N000_tenokabuto6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手の甲\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tPage = \"口パク\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName8\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tDefault = 173,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ちゅ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1501.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-にっこり.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, 511.5 } }\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-え.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!白目\\\\-白目見開き.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 6160, 511.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ひゅっ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\記号など\\\\滝涙.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ほー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-わはー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, 511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!左腕\\\\-手のひら.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 4345, 511.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目そらし2_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-●●.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-えぇー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1501.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-ジト目.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, 676.5 } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, 808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 676.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 940.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!顔色など\\\\-赤面.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-うっわー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!右腕\\\\-手のひら.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ん_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-むん.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, 511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1501.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-◯◯.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!白目\\\\下眼瞼強調.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\" }, offset = { INP_Default = 0, INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, 511.5 } }\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tShowKeyPoints = false\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },\n\t\t\t\t\t\t[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 5665, 511.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2860, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-上がり眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\記号など\\\\汗.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線2_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1501.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-__.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2970, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-怒り眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本2_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-えへぇ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!右腕\\\\-手の甲.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, 511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!右腕\\\\-指さし.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!顔色など\\\\-青ざめ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2640, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-困り眉2_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目そらし.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!左腕\\\\-手の甲.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 6325, 511.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-困り眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\記号など\\\\涙.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, 511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ん.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-えあー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 5830, 511.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\記号など\\\\汗多め.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!後髪.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後髪_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!体.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"後髪_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!左腕\\\\-基本.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!右腕\\\\-基本.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!顔色など\\\\-ほっぺ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!顔色など\\\\鼻.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"鼻_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"鼻_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色など_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2530, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2530, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-基本眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader50\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色など_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground11 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain11 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗多め_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗多め_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"滝涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"滝涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader30\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -775.5 } }\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.491296472767995, 0.783362914335385 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -214.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ほほえみ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader30\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -610.5 } }\n\t\t\t\t},\n\t\t\t\tTransform5 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.49177213862416, 0.784032610475525 } },\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tXSize = Input { Value = 1.25 },\n\t\t\t\t\t\tYSize = Input { Value = 0.6 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -610.5 } }\n\t\t\t\t},\n\t\t\t\tTransform4_1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.49177213862416, 0.784032610475525 } },\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tYSize = Input { Value = 0.75 },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform4_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-あは.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -610.5 } }\n\t\t\t\t},\n\t\t\t\tTransform4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.49177213862416, 0.784032610475525 } },\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tYSize = Input { Value = 0.75 },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-お.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1501.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1369.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2293.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2161.5 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!白目\\\\-白目基本.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"白目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"下眼瞼強調_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"白目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"白目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"下眼瞼強調_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2029.5 } }\n\t\t\t\t},\n\t\t\t\t[\"白目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"白目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2010 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2293.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2161.5 } }\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2293.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader43\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2029.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"白目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1765.5 } }\n\t\t\t\t},\n\t\t\t\t[\"基本目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1633.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"基本目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1369.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1501.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-なごみ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_3LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_3LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tBlink = Input { Value = 173 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -115.5 } },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeAnim_3LayerEnabled1 = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, RH = { 56.3333333333333, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[169] = { 0, RH = { 170.333333333333, 0.333333333333333 }, LH = { 112.666666666667, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[173] = { 1, LH = { 171.666666666667, 0.666666666666667 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeAnim_3LayerEnabled2 = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 56.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[169] = { 1, RH = { 170.333333333333, 0.666666666666667 }, LH = { 112.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[173] = { 0, LH = { 171.666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_白目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_顔色など\"] = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n涙_MG\\n滝涙_MG\\n汗_MG\\n汗多め_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n白目_MG1\\n下眼瞼強調_MG\\n白目_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色など_MG1\\n鼻_MG\\n顔色など_MG\\n右腕_MG1\\n右腕_MG\\n左腕_MG1\\n左腕_MG\\n体_MG\\n後髪_MG\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_show_75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_hide_75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_takinamida_show_74 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"滝涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"滝涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_takinamida_hide_74 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"滝涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"滝涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_show_73 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_hide_73 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_aseoome_show_72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗多め_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗多め show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_aseoome_hide_72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗多め_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗多め hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihonmayu69 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu68 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu67 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu66 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu265 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihonmesetto62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"基本目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_none46 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_nagomi45 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nikkori44 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_◯◯43\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*◯◯\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_jitome42 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_基本目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\t\t\tLINKS_Name = \"基本目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon261 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kameramesen60 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kameramesen259 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_mesorashi58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_mesorashi257 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N000_●●56\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*●●\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_白目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"白目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_shitagankenkyouchou_show_53 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"下眼瞼強調_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"下眼瞼強調 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_shitagankenkyouchou_hide_53 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"下眼瞼強調_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"下眼瞼強調 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_shiromekihon52 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"白目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*白目基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shiromemihiraki51 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"白目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*白目見開き\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 17,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN016_hohoemi39 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN015_aha38 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN014_hoo37 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_wahaa36 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*わはー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_peron35 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぺろん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_ehee34 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*えへぇ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_n33 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_mun32 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_o31 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_chu30 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ちゅ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_hyutsu29 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ひゅっ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_n28 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_e27 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_eaa26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_uhee25 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うへぇ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_eee24 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*えぇー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_utsuwaa23 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うっわー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hana_show_20 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鼻_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"鼻 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hana_hide_20 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鼻_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"鼻 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppe19 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色など_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_sekimen18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色など_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_aozame17 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色など_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon14 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_sasashi13 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指さし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_tenohira12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手のひら\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_tenokabuto11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手の甲\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kihon8 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_tenohira7 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手のひら\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_tenokabuto6 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手の甲\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 5995, 511.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-うへぇ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ぺろん.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/SampleRig.setting",
    "content": "{\n\tTools = ordered() {\n\t\tRigTool = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = ordered() {\n\t\t\t\tStyledText = Input { Value = \"字幕\", },\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 110, 280.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 1055, 417.3, 503, 22 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { -660, -170.8 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tDissolve_I = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tValue = 0,\n\t\t\t\t\t\t\tExpression = \"iif(RigTool.Anim < 4, 0, 1)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Dissolve_U\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 550, 313.5 } },\n\t\t\t\t},\n\t\t\t\tO = TextPlus {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\t\t\tStyledText = Input { Value = \"お\", },\n\t\t\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\t\t\tManualFontKerningPlacement = Input {\n\t\t\t\t\t\t\tValue = StyledText {\n\t\t\t\t\t\t\t\tArray = {\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tValue = \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 220, 313.5 } },\n\t\t\t\t},\n\t\t\t\tU = TextPlus {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\t\t\tStyledText = Input { Value = \"う\", },\n\t\t\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\t\t\tManualFontKerningPlacement = Input {\n\t\t\t\t\t\t\tValue = StyledText {\n\t\t\t\t\t\t\t\tArray = {\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tValue = \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 181.5 } },\n\t\t\t\t},\n\t\t\t\tI = TextPlus {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\t\t\tStyledText = Input { Value = \"い\", },\n\t\t\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\t\t\tManualFontKerningPlacement = Input {\n\t\t\t\t\t\t\tValue = StyledText {\n\t\t\t\t\t\t\t\tArray = {\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tValue = \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 550, 181.5 } },\n\t\t\t\t},\n\t\t\t\tText1 = TextPlus {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\t\t\tStyledText = Input { Value = \"通常\", },\n\t\t\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\t\t\tManualFontKerningPlacement = Input {\n\t\t\t\t\t\t\tValue = StyledText {\n\t\t\t\t\t\t\t\tArray = {\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tValue = \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 880, 181.5 } },\n\t\t\t\t},\n\t\t\t\tN = TextPlus {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\t\t\tStyledText = Input { Value = \"ん\", },\n\t\t\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\t\t\tManualFontKerningPlacement = Input {\n\t\t\t\t\t\t\tValue = StyledText {\n\t\t\t\t\t\t\t\tArray = {\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tValue = \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 770, 181.5 } },\n\t\t\t\t},\n\t\t\t\tA = TextPlus {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\t\t\tStyledText = Input { Value = \"あ\", },\n\t\t\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\t\t\tManualFontKerningPlacement = Input {\n\t\t\t\t\t\t\tValue = StyledText {\n\t\t\t\t\t\t\t\tArray = {\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tValue = \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 660, 181.5 } },\n\t\t\t\t},\n\t\t\t\tDissolve1 = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tValue = 0,\n\t\t\t\t\t\t\tExpression = \"iif(RigTool.Anim < 1, 0, 1)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Text1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Dissolve_N\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 880, 313.5 } },\n\t\t\t\t},\n\t\t\t\tDissolve_N = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tValue = 0,\n\t\t\t\t\t\t\tExpression = \"iif(RigTool.Anim < 2, 0, 1)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Dissolve_A\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 770, 313.5 } },\n\t\t\t\t},\n\t\t\t\tDissolve_A = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\t\t\tMix = Input { Expression = \"iif(RigTool.Anim < 3, 0, 1)\", },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Dissolve_I\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 660, 313.5 } },\n\t\t\t\t},\n\t\t\t\tDissolve_U = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tValue = 0,\n\t\t\t\t\t\t\tExpression = \"iif(RigTool.Anim < 5, 0, 1)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Dissolve_E\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 313.5 } },\n\t\t\t\t},\n\t\t\t\tDissolve_E = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\t\t\tMix = Input { Expression = \"iif(RigTool.Anim < 6, 0, 1)\", },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 330, 313.5 } },\n\t\t\t\t},\n\t\t\t\tE = TextPlus {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\t\t\tStyledText = Input { Value = \"え\", },\n\t\t\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\t\t\tManualFontKerningPlacement = Input {\n\t\t\t\t\t\t\tValue = StyledText {\n\t\t\t\t\t\t\t\tArray = {\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tValue = \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 330, 181.5 } },\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 770, 445.5 } },\n\t\t\t\t},\n\t\t\t\tMerge2 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Dissolve1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 880, 445.5 } },\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Text1_1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1100, 445.5 } },\n\t\t\t\t},\n\t\t\t\tText1_1 = TextPlus {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\t\t\tElementShape5 = Input { Value = 1, },\n\t\t\t\t\t\tThickness5 = Input { Value = 0.14, },\n\t\t\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\t\t\tStyledText = Input {\n\t\t\t\t\t\t\tValue = \"字幕\",\n\t\t\t\t\t\t\tExpression = \"RigTool.StyledText\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\t\t\tManualFontKerningPlacement = Input {\n\t\t\t\t\t\t\tValue = StyledText {\n\t\t\t\t\t\t\t\tArray = {\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tValue = \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\t\t\tRed2 = Input { Value = 0.0705882352941176, },\n\t\t\t\t\t\tGreen2 = Input { Value = 0.388235294117647, },\n\t\t\t\t\t\tBlue2 = Input { Value = 0.0549019607843137, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1100, 181.5 } },\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tStyledText = {\n\t\t\t\t\tTEC_ReadOnly = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tLINKS_Name = \"StyledText\",\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t},\n\t\t\t\tAnim = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tLINKS_Name = \"Anim\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/ずんだもん(FUSE).setting",
    "content": "{\n\tTools = ordered() {\n\t\tZundamon = GroupOperator {\n\t\t\tTools = ordered() {\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んあー.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9130, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-UU.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader78 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし3_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9405, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader69 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader95 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader72 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き3_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-ぱんつ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader80 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9625, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader82 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9845, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 9735, 577.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, ICS_ControlPage = \"Controls\", INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader98 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader99 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\アヒルちゃん.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10560, 577.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\" }, y = { LINKS_Name = \"y\", INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\" }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\" }, in_out = { LINKS_Name = \"in_out\", INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader71 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目ハート.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-素体.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装2_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader7\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服装2_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader16\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装2\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader75 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10065, 577.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\", INP_Integer = false }, width = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader89 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-おほお.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader91 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader96 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader76 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9955, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10120, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 775.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.15 } },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader81 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線3_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9735, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader83 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9955, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader85 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目2_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8690, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-制服.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader70 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-バスタオル.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader94 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-パーカー(裏地とセットで使用).png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader97 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader84 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目3_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10065, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader87 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader92 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆萎え.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader74 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 9900, 577.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { LINKS_Name = \"offset\", INP_Default = 0, INP_MaxScale = 500, INP_MinScale = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"ScrewControl\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\",\n\t\t\t\t\t\t\t\t\tValue = 0.25\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\パーカー裏地.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader88 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10725, 577.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, LINKID_DataType = \"Number\", INP_Integer = false }, width = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9020, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader73 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き2_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader79 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし2_.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10230, 577.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\", INP_Integer = false }, width = { LINKS_Name = \"\\nwidth\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false }, out = { LINKS_Name = \"out\", INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-スク水.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2250 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\尻尾的なアレ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"尻尾的なアレ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーカー裏地_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"尻尾的なアレ_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-いつもの服.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕1\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕1_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG2\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服装1_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader42\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕1\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕1_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG2\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装1\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"パーカー裏地_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服装1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader61\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground13 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader90 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background13\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader90\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground14 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader93 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆通常.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background14\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader93\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"枝豆\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"枝豆\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground15 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗3_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background15\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗3_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗1_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"アヒルちゃん_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"アヒルちゃん_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -115.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8470, -1336.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -1336.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader46\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -1204.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8910, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader46\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader43\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んへー.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9240, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader49\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader54\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8800, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader45\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9240, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader53\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRS_MouthAIUEO = Fuse.RS_MouthAIUEO {\n\t\t\t\t\tVersion = 1,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -940.5 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tA = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"A\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tI = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"I\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tU = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"U\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tO = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"O\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"N\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tE = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"E\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"RS_MouthAIUEO\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1765.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground11 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -2029.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader77 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -2029.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background11\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader77\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground12 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9295, -2293.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader86 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2293.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background12\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader86\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2029.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -1765.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background10\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -1204.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader68 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader68\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -940.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlinkBackgroundForeground = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 41, 0 } },\n\t\t\t\t\t\t[123] = { 1, LH = { 123, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 124, 1 } },\n\t\t\t\t\t\t[127] = { 0, LH = { 127, 0.333333333333333 }, Flags = { StepIn = true, PreLoop = true, Loop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -775.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_show_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_hide_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_fukusou155 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*服装1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_fukusou231 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*服装2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_show_3 = {\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_hide_3 = {\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_show_2 = {\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_hide_2 = {\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_show_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader99\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_hide_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_127 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader98\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_127 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_show_126 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader97\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_hide_126 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_125 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader96\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_125 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_show_124 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader95\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_hide_124 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_枝豆\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"枝豆\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_paakaaurajitosettodeshiyou121 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader94\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_edamametsuujou120 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆通常\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader93\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_edamamenae119 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆萎え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader92\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuumayu116 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader91\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu115 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader90\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu114 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader89\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu1113 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader88\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu2112 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader87\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_mesetto109 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_uwamuki93 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader74\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_uwamuki292 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader73\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_uwamuki391 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader72\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_hosomemehaato90 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目ハート\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader71\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hosomeme89 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader70\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_jitome88 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader69\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nagomime87 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader68\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori285 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_UU84 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none83 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_〇〇82\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru81 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuushirome98 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader77\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_jitoshirome97 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader76\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mihirakishirome96 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader75\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_futsuume109 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader86\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_futsuume2108 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader85\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_futsuume3107 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader84\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kameramesen106 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader83\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kameramesen2105 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader82\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kameramesen3104 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader81\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_mesorashi103 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader80\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_mesorashi2102 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader79\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi3101 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader78\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoppe78 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe277 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppeakame76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji74 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_73 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_73 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_muu70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_yu69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_o68 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ohoo67 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hahee66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_nn65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nhee64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_naa63 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_△62\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_mufu61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoo60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoa59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hoaa58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装1\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"服装1\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_itsumonofuku35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*いつもの服\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_seifuku34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*制服\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi54 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru53 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto52 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu51 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_yubisashishi50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_maiku49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon45 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi44 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kangaeru40 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装2\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"服装2\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_basutaoru9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*バスタオル\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_sukumizu8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*スク水\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_pantsu7 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぱんつ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_motokarada6 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*素体\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon31 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi30 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru29 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_munamoto25 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji23 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_yubisashishi15 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_maiku14 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_munamoto13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root2 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 49.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\nアヒルちゃん_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n枝豆_MG1\\n枝豆_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n口_MG1\\n口_MG\\n右腕_MG2\\n右腕1_MG\\n左腕_MG2\\n左腕1_MG\\n服装1_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n服装2_MG\\nパーカー裏地_MG\\n尻尾的なアレ_MG\" },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_枝豆\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_服装1\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_服装2\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_左腕\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_右腕\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root2 = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10395, 577.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_不安\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_震え\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_記号など\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"アヒルちゃん show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_ahiruchan_show_128\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"アヒルちゃん hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_ahiruchan_hide_128\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_namida_show_127\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_namida_hide_127\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase1_show_126\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase1_hide_126\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_show_125\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_hide_125\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase3_show_124\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase3_hide_124\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"枝豆\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_枝豆\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_paakaaurajitosettodeshiyou121\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t\tName = \"*パーカー(裏地とセットで使用)\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_edamametsuujou120\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*枝豆通常\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_edamamenae119\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*枝豆萎え\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_futsuumayu116\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通眉\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_ikarimayu115\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*怒り眉\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_agarimayu114\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上がり眉\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_komarimayu1113\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り眉1\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_komarimayu2112\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り眉2\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N013_mesetto109\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N012_uwamuki93\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上向き\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_uwamuki292\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上向き2\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_uwamuki391\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上向き3\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_hosomemehaato90\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*細め目ハート\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_hosomeme89\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*細め目\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_jitome88\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ジト目\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_nagomime87\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nikkori86\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_nikkori285\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり2\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_UU84\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*UU\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_none83\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_〇〇82\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*〇〇\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_guruguru81\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目セット\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_futsuushirome98\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通白目\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_jitoshirome97\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ジト白目\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_mihirakishirome96\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*見開き白目\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_黒目\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_futsuume109\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_futsuume2108\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目2\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_futsuume3107\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目3\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_kameramesen106\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kameramesen2105\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線2\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kameramesen3104\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線3\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_mesorashi103\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_mesorashi2102\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし2\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_mesorashi3101\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし3\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_顔色\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_show_73\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_hide_73\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_hoppe78\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_hoppe277\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ2\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_hoppeakame76\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_aozame75\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*青ざめ\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hihyouji74\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N012_muu70\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_yu69\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ゆ\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_o68\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_ohoo67\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おほお\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_hahee66\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*はへえ\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_nn65\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_nhee64\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んへー\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_naa63\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んあー\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_△62\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*△\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_mufu61\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むふ\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_hoo60\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoa59\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほあ\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hoaa58\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほあー\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕1\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kihon55\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_koshi54\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_tewoageru53\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kuchimoto52\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kurushimu51\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_yubisashishi50\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指差し\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_maiku49\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*マイク\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hihyouji48\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕1\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kihon45\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_koshi44\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_tewoageru43\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kuchimoto42\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kurushimu41\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_kangaeru40\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hisohiso39\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ひそひそ\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hihyouji38\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root2\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーカー裏地 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_paakaauraji_show_3\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーカー裏地 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_paakaauraji_hide_3\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"尻尾的なアレ show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_shippotekinaare_show_2\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"尻尾的なアレ hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_shippotekinaare_hide_2\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"服装1\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_服装1\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_itsumonofuku35\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*いつもの服\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_seifuku34\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*制服\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSource = \"Anim\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"RS_MouthAIUEO\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tDefault = 127,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"at00\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"sp00\"\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/ずんだもん(FUSE_Open).setting",
    "content": "{\n\tTools = ordered() {\n\t\tZundamon = GroupOperator {\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_不安\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_震え\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_記号など\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"アヒルちゃん show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_ahiruchan_show_128\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"アヒルちゃん hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_ahiruchan_hide_128\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_namida_show_127\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_namida_hide_127\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase1_show_126\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase1_hide_126\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_show_125\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_hide_125\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase3_show_124\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase3_hide_124\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"枝豆\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_枝豆\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_paakaaurajitosettodeshiyou121\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t\tName = \"*パーカー(裏地とセットで使用)\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_edamametsuujou120\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*枝豆通常\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_edamamenae119\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*枝豆萎え\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_futsuumayu116\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通眉\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_ikarimayu115\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*怒り眉\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_agarimayu114\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上がり眉\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_komarimayu1113\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り眉1\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_komarimayu2112\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り眉2\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N013_mesetto109\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N012_uwamuki93\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上向き\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_uwamuki292\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上向き2\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_uwamuki391\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上向き3\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_hosomemehaato90\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*細め目ハート\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_hosomeme89\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*細め目\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_jitome88\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ジト目\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_nagomime87\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nikkori86\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_nikkori285\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり2\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_UU84\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*UU\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_none83\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_〇〇82\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*〇〇\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_guruguru81\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目セット\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_futsuushirome98\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通白目\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_jitoshirome97\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ジト白目\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_mihirakishirome96\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*見開き白目\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_黒目\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_futsuume109\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_futsuume2108\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目2\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_futsuume3107\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目3\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_kameramesen106\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kameramesen2105\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線2\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kameramesen3104\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線3\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_mesorashi103\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_mesorashi2102\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし2\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_mesorashi3101\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし3\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_顔色\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_show_73\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_hide_73\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_hoppe78\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_hoppe277\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ2\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_hoppeakame76\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_aozame75\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*青ざめ\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hihyouji74\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N012_muu70\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_yu69\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ゆ\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_o68\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_ohoo67\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おほお\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_hahee66\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*はへえ\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_nn65\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_nhee64\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んへー\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_naa63\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んあー\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_△62\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*△\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_mufu61\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むふ\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_hoo60\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoa59\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほあ\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hoaa58\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほあー\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕1\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kihon55\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_koshi54\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_tewoageru53\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kuchimoto52\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kurushimu51\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_yubisashishi50\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指差し\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_maiku49\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*マイク\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hihyouji48\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕1\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kihon45\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_koshi44\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_tewoageru43\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kuchimoto42\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kurushimu41\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_kangaeru40\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hisohiso39\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ひそひそ\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hihyouji38\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root2\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーカー裏地 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_paakaauraji_show_3\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーカー裏地 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_paakaauraji_hide_3\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"尻尾的なアレ show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_shippotekinaare_show_2\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"尻尾的なアレ hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_shippotekinaare_hide_2\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"服装1\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_服装1\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_itsumonofuku35\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*いつもの服\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_seifuku34\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*制服\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSourceOp = \"RS_MouthOpen\",\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tDefault = -1\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tDefault = 127\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"at00\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"sp00\"\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-UU.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9130, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader95 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader72 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-スク水.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-ぱんつ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader82 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9845, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, INP_Integer = false, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 9735, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader98 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader99 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\アヒルちゃん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10560, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-素体.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装2_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服装2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装2\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10065, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader89 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-おほお.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader96 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader76 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader71 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目ハート.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader80 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9625, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader88 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9955, 973.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10120, 973.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 775.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.15 } }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 973.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader69 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader81 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9735, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader78 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9405, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んへー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9240, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader83 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9955, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader85 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-制服.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader70 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-バスタオル.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader75 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader94 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-パーカー(裏地とセットで使用).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader97 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader84 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10065, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader87 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader92 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆萎え.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader74 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"offset\", INP_Integer = true, INP_MaxScale = 500, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\",\n\t\t\t\t\t\t\t\t\tValue = 0.25\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"offset\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 9900, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\パーカー裏地.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader91 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10725, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9020, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader73 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader79 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10230, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2250 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\尻尾的なアレ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"尻尾的なアレ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーカー裏地_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"尻尾的なアレ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-いつもの服.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕1\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG2\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服装1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕1\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG2\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装1\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"パーカー裏地_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服装1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader61\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground13 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader90 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader90\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground14 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader93 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆通常.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader93\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"枝豆\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"枝豆\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground15 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗3_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗3_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"アヒルちゃん_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"アヒルちゃん_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8470, -1336.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -1336.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -1204.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8910, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -874.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -874.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8800, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, -874.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader45\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8690, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -874.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -1468.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader43\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -874.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tRS_MouthOpen = Fuse.RS_MouthOpen {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -874.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tM04 = Input {\n\t\t\t\t\t\t\tSourceOp = \"M03\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM01 = Input {\n\t\t\t\t\t\t\tSourceOp = \"M01\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold01 = Input { Value = 0.1 },\n\t\t\t\t\t\tThreshold02 = Input { Value = 0.25 },\n\t\t\t\t\t\tThreshold03 = Input { Value = 0.4 },\n\t\t\t\t\t\tM02 = Input {\n\t\t\t\t\t\t\tSourceOp = \"M02\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold04 = Input { Value = 0.55 },\n\t\t\t\t\t\tM05 = Input {\n\t\t\t\t\t\t\tSourceOp = \"M04\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM06 = Input {\n\t\t\t\t\t\t\tSourceOp = \"M05\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tVersion = 1,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"RS_MouthOpen\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1765.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground11 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -2029.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader77 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -2029.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader77\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground12 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9295, -2293.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader86 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2293.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader86\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2029.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -1765.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -1204.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader68 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader68\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -874.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -874.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkBackgroundForeground\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeBlinkBackgroundForeground = BezierSpline {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 41, 0 } },\n\t\t\t\t\t\t[123] = { 1, Flags = { StepIn = true }, RH = { 124, 1 }, LH = { 123, 0.666666666666667 } },\n\t\t\t\t\t\t[127] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 127, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -742.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_show_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_hide_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_fukusou155 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*服装1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_fukusou231 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*服装2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_show_3 = {\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_hide_3 = {\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_show_2 = {\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_hide_2 = {\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_show_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader99\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_hide_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_127 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader98\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_127 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_show_126 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader97\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_hide_126 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_125 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader96\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_125 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_show_124 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader95\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_hide_124 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_枝豆\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"枝豆\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_paakaaurajitosettodeshiyou121 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader94\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_edamametsuujou120 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆通常\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader93\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_edamamenae119 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆萎え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader92\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuumayu116 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader91\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu115 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader90\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu114 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader89\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu1113 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader88\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu2112 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader87\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_mesetto109 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_uwamuki93 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader74\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_uwamuki292 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader73\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_uwamuki391 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader72\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_hosomemehaato90 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目ハート\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader71\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hosomeme89 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader70\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_jitome88 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader69\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nagomime87 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader68\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori285 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_UU84 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none83 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_〇〇82\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru81 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuushirome98 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader77\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_jitoshirome97 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader76\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mihirakishirome96 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader75\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_futsuume109 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader86\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_futsuume2108 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader85\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_futsuume3107 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader84\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kameramesen106 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader83\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kameramesen2105 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader82\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kameramesen3104 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader81\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_mesorashi103 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader80\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_mesorashi2102 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader79\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi3101 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader78\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoppe78 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe277 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppeakame76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji74 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_73 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_73 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_muu70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_yu69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_o68 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ohoo67 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hahee66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_nn65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nhee64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_naa63 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_△62\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_mufu61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoo60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoa59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hoaa58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装1\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"服装1\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_itsumonofuku35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*いつもの服\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_seifuku34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*制服\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi54 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru53 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto52 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu51 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_yubisashishi50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_maiku49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon45 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi44 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kangaeru40 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装2\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"服装2\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_basutaoru9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*バスタオル\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_sukumizu8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*スク水\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_pantsu7 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぱんつ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_motokarada6 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*素体\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon31 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi30 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru29 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_munamoto25 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji23 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_yubisashishi15 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_maiku14 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_munamoto13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root2 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_枝豆\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_服装1\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_服装2\"] = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\nアヒルちゃん_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n枝豆_MG1\\n枝豆_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n口_MG1\\n口_MG\\n右腕_MG2\\n右腕1_MG\\n左腕_MG2\\n左腕1_MG\\n服装1_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n服装2_MG\\nパーカー裏地_MG\\n尻尾的なアレ_MG\" },\n\t\t\t\t\t\t[\"Grp_右腕\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_左腕\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 49.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 247.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"x\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"y\", LINKID_DataType = \"Number\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"in_out\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 10395, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/ずんだもん.setting",
    "content": "{\n\tTools = ordered() {\n\t\tZundamon = GroupOperator {\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSource = \"N002_ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSource = \"N003_跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSource = \"N005_不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSource = \"N006_荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSource = \"N007_震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"アヒルちゃん show\",\n\t\t\t\t\tSource = \"N004_ahiruchan_show_128\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"アヒルちゃん hide\",\n\t\t\t\t\tSource = \"N004_ahiruchan_hide_128\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSource = \"N003_namida_show_127\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSource = \"N003_namida_hide_127\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 show\",\n\t\t\t\t\tSource = \"N002_ase1_show_126\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 hide\",\n\t\t\t\t\tSource = \"N002_ase1_hide_126\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSource = \"N001_ase2_show_125\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSource = \"N001_ase2_hide_125\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 show\",\n\t\t\t\t\tSource = \"N000_ase3_show_124\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 hide\",\n\t\t\t\t\tSource = \"N000_ase3_hide_124\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"枝豆\",\n\t\t\t\t\tSource = \"Grp_枝豆\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_paakaaurajitosettodeshiyou121\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t\tName = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_edamametsuujou120\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*枝豆通常\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_edamamenae119\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*枝豆萎え\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_futsuumayu116\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_ikarimayu115\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*怒り眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_agarimayu114\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上がり眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_komarimayu1113\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り眉1\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_komarimayu2112\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り眉2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N013_mesetto109\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N012_uwamuki93\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上向き\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_uwamuki292\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上向き2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_uwamuki391\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上向き3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_hosomemehaato90\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*細め目ハート\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_hosomeme89\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*細め目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_jitome88\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ジト目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_nagomime87\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nikkori86\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_nikkori285\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_UU84\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*UU\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_none83\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_〇〇82\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*〇〇\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_guruguru81\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_futsuushirome98\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通白目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_jitoshirome97\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ジト白目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_mihirakishirome96\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*見開き白目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_futsuume109\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_futsuume2108\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_futsuume3107\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_kameramesen106\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kameramesen2105\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kameramesen3104\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_mesorashi103\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_mesorashi2102\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_mesorashi3101\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSource = \"N000_kageri_show_73\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSource = \"N000_kageri_hide_73\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_hoppe78\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_hoppe277\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_hoppeakame76\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_aozame75\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*青ざめ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hihyouji74\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N012_muu70\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_yu69\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ゆ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_o68\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_ohoo67\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おほお\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_hahee66\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*はへえ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_nn65\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_nhee64\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んへー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_naa63\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_△62\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*△\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_mufu61\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むふ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_hoo60\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoa59\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほあ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hoaa58\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSource = \"Grp_右腕1\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kihon55\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_koshi54\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腰\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_tewoageru53\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*手を挙げる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kuchimoto52\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*口元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kurushimu51\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*苦しむ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_yubisashishi50\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指差し\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_maiku49\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*マイク\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hihyouji48\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSource = \"Grp_左腕1\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kihon45\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_koshi44\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腰\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_tewoageru43\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*手を挙げる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kuchimoto42\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*口元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kurushimu41\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*苦しむ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_kangaeru40\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hisohiso39\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ひそひそ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hihyouji38\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーカー裏地 show\",\n\t\t\t\t\tSource = \"N001_paakaauraji_show_3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーカー裏地 hide\",\n\t\t\t\t\tSource = \"N001_paakaauraji_hide_3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"尻尾的なアレ show\",\n\t\t\t\t\tSource = \"N000_shippotekinaare_show_2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"尻尾的なアレ hide\",\n\t\t\t\t\tSource = \"N000_shippotekinaare_hide_2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"服装1\",\n\t\t\t\t\tSource = \"Grp_服装1\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_itsumonofuku35\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*いつもの服\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_seifuku34\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*制服\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSource = \"Anim\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSource = \"AnimOn\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSource = \"AnimOff\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"AnimStatus\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tSourceOp = \"MouthCtrlB\",\n\t\t\t\t\tDefault = -1\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 127\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"sp00\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader88 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-UU.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-ぱんつ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader95 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader80 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9625, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader78 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9405, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader82 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9845, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 9735, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, ICS_ControlPage = \"Controls\", INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-スク水.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 10560, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { LINKS_Name = \"y\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { LINKS_Name = \"in_out\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader98 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader99 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\アヒルちゃん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader71 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目ハート.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9130, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-素体.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服装2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -379.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服装2_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader16\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服装2\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -247.5 } }\n\t\t\t\t},\n\t\t\t\tLoader69 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 10065, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader89 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader72 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-おほお.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader96 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader76 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -2161.5 } }\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9955, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10120, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 775.5 } }\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.15 } }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader81 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9735, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader83 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9955, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader85 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-制服.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader70 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-バスタオル.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader75 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -2161.5 } }\n\t\t\t\t},\n\t\t\t\tLoader94 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-パーカー(裏地とセットで使用).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader97 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader84 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10065, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader87 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader92 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆萎え.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader74 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 9900, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { LINKS_Name = \"offset\", INP_Default = 0, INP_MaxScale = 500, INP_Integer = true, INP_MinScale = 0, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tShowKeyPoints = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\パーカー裏地.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } }\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader91 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 10725, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9020, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tLoader73 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader79 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 10230, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { LINKS_Name = \"\\nwidth\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, INP_MinScale = 0, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { LINKS_Name = \"out\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -775.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 2250 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\尻尾的なアレ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"尻尾的なアレ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"パーカー裏地_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"尻尾的なアレ_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-いつもの服.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服装1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -379.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕1_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG2\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服装1_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -379.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader42\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕1_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG2\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服装1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -247.5 } }\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"パーカー裏地_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服装1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader61\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground13 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader90 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background13\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader90\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground14 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader93 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆通常.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background14\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader93\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"枝豆\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"枝豆\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground15 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗3_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background15\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗3_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗1_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"アヒルちゃん_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"アヒルちゃん_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -115.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8470, -1336.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader46\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -1336.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -1204.5 } }\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader46\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader43\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んへー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9240, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader49\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader54\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader45\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader53\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9240, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveE = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"O\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 6, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"E\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveU = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveE\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 5, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"U\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveI = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveU\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 4, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"I\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveA = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveI\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input { Expression = \"iif(MouthCtrl.Anim < 3, 0, 1)\" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"A\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveN = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveA\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 2, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"N\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthAnim = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveN\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 1, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthCtrl = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tAnim = {\n\t\t\t\t\t\t\tLINKS_Name = \"Anim\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"AnimOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"MouthAnim:SetAttrs({TOOLB_PassThrough = false})\\nMouthCtrl.AnimStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"AnimOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"MouthAnim:SetAttrs({TOOLB_PassThrough = true})\\nMouthCtrl.AnimStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tAnimStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -808.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8910, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader46\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -742.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader53\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -742.5 } }\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8800, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader45\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, -742.5 } }\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8690, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader44\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -742.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -1468.5 } }\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader43\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -742.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolve1 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M04\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M05\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -643.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve2 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M03\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, -643.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve3 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M02\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -643.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve4 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M01\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input { Expression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)\" },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -643.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve5 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve4\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -643.5 } }\n\t\t\t\t},\n\t\t\t\tMouthCtrlB = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tThreshold_005 = Input { Value = 0.55 },\n\t\t\t\t\t\tThreshold_004 = Input { Value = 0.4 },\n\t\t\t\t\t\tThreshold_003 = Input { Value = 0.25 },\n\t\t\t\t\t\tThreshold_002 = Input { Value = 0.1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_001 = Input { Value = 0 },\n\t\t\t\t\t\tOpen = Input { Value = -1 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tOpen = {\n\t\t\t\t\t\t\tLINKS_Name = \"Open\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_005 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_005\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.833333333333333,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_004 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_004\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.666666666666667,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_003 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_003\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_002 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_002\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.333333333333333,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_001 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_001\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.166666666666667,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthCtrlB\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tBackground11 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tLoader77 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background11\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader77\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tBackground12 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9295, -2293.5 } }\n\t\t\t\t},\n\t\t\t\tLoader86 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2425.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background12\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader86\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2293.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -2029.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background10\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -1204.5 } }\n\t\t\t\t},\n\t\t\t\tLoader68 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader68\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkMix1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -940.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBlinkMix1 = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 41, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },\n\t\t\t\t\t\t[123] = { 1, RH = { 124, 1 }, LH = { 123, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[127] = { 0, Flags = { PreLoop = true, StepIn = true, Loop = true }, LH = { 127, 0.333333333333333 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -808.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -115.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_枝豆\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装2\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_左腕\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_右腕\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root2 = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\nアヒルちゃん_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n枝豆_MG1\\n枝豆_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n口_MG1\\n口_MG\\n右腕_MG2\\n右腕1_MG\\n左腕_MG2\\n左腕1_MG\\n服装1_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n服装2_MG\\nパーカー裏地_MG\\n尻尾的なアレ_MG\" },\n\t\t\t\t\t\t[\"Grp_服装1\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_show_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_hide_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_fukusou155 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*服装1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_fukusou231 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*服装2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_show_3 = {\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_hide_3 = {\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_show_2 = {\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_hide_2 = {\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_show_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader99\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_hide_128 = {\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_127 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader98\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_127 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_show_126 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader97\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_hide_126 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_125 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader96\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_125 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_show_124 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader95\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_hide_124 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_枝豆\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"枝豆\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_paakaaurajitosettodeshiyou121 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader94\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_edamametsuujou120 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆通常\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader93\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_edamamenae119 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆萎え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader92\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuumayu116 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader91\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu115 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader90\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu114 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader89\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu1113 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader88\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu2112 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader87\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_mesetto109 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_uwamuki93 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader74\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_uwamuki292 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader73\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_uwamuki391 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader72\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_hosomemehaato90 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目ハート\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader71\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hosomeme89 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader70\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_jitome88 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader69\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nagomime87 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader68\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori285 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_UU84 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none83 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_〇〇82\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru81 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuushirome98 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader77\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_jitoshirome97 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader76\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mihirakishirome96 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader75\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_futsuume109 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader86\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_futsuume2108 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader85\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_futsuume3107 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader84\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kameramesen106 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader83\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kameramesen2105 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader82\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kameramesen3104 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader81\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_mesorashi103 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader80\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_mesorashi2102 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader79\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi3101 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader78\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoppe78 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe277 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppeakame76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji74 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_73 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_73 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_muu70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_yu69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_o68 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ohoo67 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hahee66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_nn65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nhee64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_naa63 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_△62\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_mufu61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoo60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoa59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hoaa58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装1\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"服装1\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_itsumonofuku35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*いつもの服\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_seifuku34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*制服\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi54 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru53 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto52 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu51 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_yubisashishi50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_maiku49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon45 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi44 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kangaeru40 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装2\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"服装2\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_basutaoru9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*バスタオル\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_sukumizu8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*スク水\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_pantsu7 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぱんつ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_motokarada6 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*素体\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon31 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi30 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru29 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_munamoto25 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji23 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_yubisashishi15 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_maiku14 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_munamoto13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root2 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 49.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 10395, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -775.5 } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true\n\t\t\t\t},\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/ちびめたん(FUSE).setting",
    "content": "{\n\tTools = ordered() {\n\t\tMetan = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ3_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り太眉.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んあー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6270, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { LINKS_Name = \"y\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\" }, in_out = { LINKS_Name = \"in_out\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ4_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5445, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, ICS_ControlPage = \"Controls\", INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-おほお.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んへー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5775, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2392.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2656.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ん.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り太眉.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 874.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 874.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 676.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 874.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.15 } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-UU.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5610, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { LINKS_Name = \"offset\", INP_Default = 0, INP_MaxScale = 500, INP_Integer = true, INP_MinScale = 0, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-へっ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6435, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -2656.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5940, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { LINKS_Name = \"\\nwidth\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, INP_MinScale = 0, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { LINKS_Name = \"out\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2250 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!身体.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"身体_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!ヘアバンド.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ヘアバンド_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"身体_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ヘアバンド_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader16\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader23\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通太眉.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader63\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗3_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background10\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗3_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗1_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -115.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1336.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader24\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-にし.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader42\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader37\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader25\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader36\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRS_MouthAIUEO = Fuse.RS_MouthAIUEO {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tVersion = 1,\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tN = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"N\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tO = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"O\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tU = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"U\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tE = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"E\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tA = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"A\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tI = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"I\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"RS_MouthAIUEO\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1996.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2260.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2392.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2260.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader51\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -2524.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -2656.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2524.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader54\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2392.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2260.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1996.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1336.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader49\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlinkBackgroundForeground = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 45, 0 } },\n\t\t\t\t\t\t[135] = { 1, LH = { 135, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 136, 1 } },\n\t\t\t\t\t\t[139] = { 0, LH = { 139, 0.333333333333333 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -841.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 139 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_show_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_hide_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_show_85 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_hide_85 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_84 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_84 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_show_83 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_hide_83 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_futsuufutomayu80 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通太眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_ikarifutomayu79 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り太眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_komarifutomayu78 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り太眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuumayu77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu174 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu273 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_mesetto70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_jitome61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nagomime60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori258 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_UU57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_〇〇55\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru54 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_futsuushirome65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_jitoshirome64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuume70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kameramesen69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi68 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 19,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN018_nishi51 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN017_hetsu50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*へっ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN016_ohoo49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN015_hahee48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN014_muu47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_yu46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_o45 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_n44 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_nn43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_nhee42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_naa41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_△40\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mufu39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoo38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoa37 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoaa36 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hohoemi35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_aha34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_aha33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_hoppe30 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoppe229 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe328 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe427 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ4\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji25 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon21 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_koshi20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tewoageru19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimoto18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kurushimu17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yubisashishi16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_maiku15 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_koshi11 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tewoageru10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimoto9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kurushimu8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kangaeru7 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hisohiso6 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n右腕_MG1\\n右腕_MG\\n左腕_MG1\\n左腕_MG\\nヘアバンド_MG\\n身体_MG\" }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 16.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 148.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6105, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"CopyPose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"PastePose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"SavePose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"LoadPose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_ぴょん\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_不安\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_震え\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Grp_記号など\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_namida_show_86\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_namida_hide_86\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗1 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_ase1_show_85\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗1 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_ase1_hide_85\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_ase2_show_84\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_ase2_hide_84\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗3 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_ase3_show_83\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗3 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_ase3_hide_83\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_眉\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_futsuufutomayu80\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通太眉\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_ikarifutomayu79\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り太眉\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_komarifutomayu78\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り太眉\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_futsuumayu77\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通眉\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_ikarimayu76\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り眉\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_agarimayu75\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上がり眉\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_komarimayu174\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉1\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_komarimayu273\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉2\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_目\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_mesetto70\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_jitome61\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト目\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_nagomime60\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ目\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_nikkori59\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_nikkori258\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり2\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_UU57\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*UU\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_none56\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_〇〇55\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*〇〇\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_guruguru54\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぐるぐる\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Grp_目セット\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_futsuushirome65\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通白目\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_jitoshirome64\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト白目\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Grp_黒目\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_futsuume70\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通目\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kameramesen69\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_mesorashi68\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_口\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N018_nishi51\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にし\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N017_hetsu50\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*へっ\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N016_ohoo49\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おほお\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N015_hahee48\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*はへえ\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N014_muu47\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むー\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N013_yu46\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ゆ\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_o45\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_n44\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ん\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_nn43\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_nhee42\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んへー\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_naa41\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んあー\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_△40\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*△\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_mufu39\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むふ\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_hoo38\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほー\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_hoa37\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほあ\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_hoaa36\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほあー\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_hohoemi35\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_aha34\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_aha33\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_顔色\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_kageri_show_24\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_kageri_hide_24\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_hoppe30\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_hoppe229\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ2\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_hoppe328\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ3\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_hoppe427\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ4\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_aozame26\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*青ざめ\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_hihyouji25\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_右腕\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_kihon21\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_koshi20\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_tewoageru19\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kuchimoto18\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kurushimu17\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_yubisashishi16\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*指差し\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_maiku15\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*マイク\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_左腕\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_kihon12\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_koshi11\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_tewoageru10\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kuchimoto9\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kurushimu8\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kangaeru7\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*考える\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_hisohiso6\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ひそひそ\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"Anim\",\n\t\t\t\t\tSourceOp = \"RS_MouthAIUEO\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 139\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"at00\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"sp00\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/ちびめたん(FUSE_Open).setting",
    "content": "{\n\tTools = ordered() {\n\t\tMetan = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"CopyPose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"PastePose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"SavePose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"LoadPose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_ぴょん\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_不安\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_震え\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Grp_記号など\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_namida_show_86\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_namida_hide_86\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗1 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_ase1_show_85\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗1 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_ase1_hide_85\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_ase2_show_84\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_ase2_hide_84\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗3 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_ase3_show_83\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗3 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_ase3_hide_83\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_眉\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_futsuufutomayu80\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通太眉\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_ikarifutomayu79\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り太眉\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_komarifutomayu78\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り太眉\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_futsuumayu77\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通眉\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_ikarimayu76\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り眉\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_agarimayu75\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上がり眉\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_komarimayu174\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉1\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_komarimayu273\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉2\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_目\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_mesetto70\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_jitome61\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト目\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_nagomime60\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ目\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_nikkori59\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_nikkori258\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり2\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_UU57\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*UU\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_none56\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_〇〇55\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*〇〇\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_guruguru54\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぐるぐる\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Grp_目セット\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_futsuushirome65\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通白目\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_jitoshirome64\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト白目\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Grp_黒目\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_futsuume70\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通目\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kameramesen69\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_mesorashi68\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_口\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N018_nishi51\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にし\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N017_hetsu50\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*へっ\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N016_ohoo49\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おほお\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N015_hahee48\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*はへえ\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N014_muu47\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むー\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N013_yu46\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ゆ\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_o45\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_n44\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ん\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_nn43\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_nhee42\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んへー\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_naa41\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んあー\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_△40\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*△\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_mufu39\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むふ\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_hoo38\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほー\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_hoa37\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほあ\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_hoaa36\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほあー\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_hohoemi35\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_aha34\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_aha33\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_顔色\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_kageri_show_24\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_kageri_hide_24\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_hoppe30\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_hoppe229\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ2\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_hoppe328\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ3\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_hoppe427\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ4\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_aozame26\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*青ざめ\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_hihyouji25\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_右腕\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_kihon21\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_koshi20\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_tewoageru19\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kuchimoto18\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kurushimu17\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_yubisashishi16\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*指差し\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_maiku15\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*マイク\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Grp_左腕\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_kihon12\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_koshi11\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_tewoageru10\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kuchimoto9\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kurushimu8\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kangaeru7\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*考える\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_hisohiso6\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ひそひそ\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tSourceOp = \"RS_MouthOpen\",\n\t\t\t\t\tDefault = -1\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 139\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"at00\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"sp00\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り太眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6270, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, y = { LINKS_Name = \"y\", INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { LINKS_Name = \"in_out\", INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 231, Green = 106, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ4_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5445, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, ICS_ControlPage = \"Controls\", INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 30, Green = 105, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-おほお.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んへー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5775, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2392.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2656.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り太眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 874.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 874.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 676.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 874.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.15 } },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-にし.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-UU.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5610, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INPID_InputControl = \"ScrewControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, offset = { LINKS_Name = \"offset\", INP_Default = 0, INP_MaxScale = 500, INP_MinScale = 0, INPID_InputControl = \"ScrewControl\", INP_Integer = true, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 0, Green = 255, Red = 0 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-へっ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6435, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INPID_InputControl = \"CheckboxControl\", INP_Integer = true, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -2656.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5940, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, width = { LINKS_Name = \"\\nwidth\", INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, out = { LINKS_Name = \"out\", INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2250 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!身体.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"身体_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!ヘアバンド.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ヘアバンド_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"身体_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader9\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ヘアバンド_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader16\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader23\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通太眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader63\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗3_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background10\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗3_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗1_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -115.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1336.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1072.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1072.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader36\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -1072.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -1072.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader25\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -1072.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader24\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRS_MouthOpen = Fuse.RS_MouthOpen {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1072.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tM01 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M01\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold01 = Input { Value = 0.1 },\n\t\t\t\t\t\tThreshold02 = Input { Value = 0.25 },\n\t\t\t\t\t\tThreshold03 = Input { Value = 0.4 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM04 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M03\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold04 = Input { Value = 0.55 },\n\t\t\t\t\t\tM02 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M02\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM05 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M04\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM06 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M05\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tVersion = 1,\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"RS_MouthOpen\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1996.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2260.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2392.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2260.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader51\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -2524.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -2656.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2524.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader54\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2392.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2260.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2128.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1996.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1336.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -1072.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader49\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1072.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlinkBackgroundForeground = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Blue = 235, Green = 164, Red = 16 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 45, 0 }, Flags = { Loop = true, PreLoop = true, Linear = true } },\n\t\t\t\t\t\t[135] = { 1, LH = { 135, 0.666666666666667 }, RH = { 136, 1 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[139] = { 0, LH = { 139, 0.333333333333333 }, Flags = { StepIn = true, PreLoop = true, Loop = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 139 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -940.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 16.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_show_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_hide_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_show_85 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_hide_85 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_84 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_84 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_show_83 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_hide_83 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_futsuufutomayu80 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通太眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_ikarifutomayu79 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り太眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_komarifutomayu78 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り太眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuumayu77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu174 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu273 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_mesetto70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_jitome61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nagomime60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori258 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_UU57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_〇〇55\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru54 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_futsuushirome65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_jitoshirome64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuume70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kameramesen69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi68 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 19,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN018_nishi51 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN017_hetsu50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*へっ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN016_ohoo49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN015_hahee48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN014_muu47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_yu46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_o45 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_n44 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_nn43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_nhee42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_naa41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_△40\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mufu39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoo38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoa37 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoaa36 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hohoemi35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_aha34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_aha33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_hoppe30 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoppe229 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe328 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe427 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ4\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji25 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon21 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_koshi20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tewoageru19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimoto18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kurushimu17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yubisashishi16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_maiku15 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_koshi11 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tewoageru10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimoto9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kurushimu8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kangaeru7 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hisohiso6 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n右腕_MG1\\n右腕_MG\\n左腕_MG1\\n左腕_MG\\nヘアバンド_MG\\n身体_MG\" },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 148.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6105, 478.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 231, Green = 106, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/ちびめたん.setting",
    "content": "{\n\tTools = ordered() {\n\t\tMetan = GroupOperator {\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2128.5 } }\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ3_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ん.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6270, 478.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 10\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ4_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2128.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, INP_Integer = false, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5445, 478.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-おほお.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2128.5 } }\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1699.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5775, 478.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2392.5 } }\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2656.5 } }\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り太眉.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り太眉.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } }\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 874.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 874.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 676.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 874.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.15 } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2128.5 } }\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んへー.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んあー.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-UU.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2128.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"offset\", INP_Integer = true, INP_MaxScale = 500, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5610, 478.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-へっ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6435, 478.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2128.5 } }\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2128.5 } }\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -2656.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5940, 478.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 2250 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!身体.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"身体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!ヘアバンド.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ヘアバンド_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"身体_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ヘアバンド_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader16\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader23\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通太眉.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader63\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background9\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗3_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background10\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗3_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗1_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -115.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -115.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1567.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1336.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1138.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1138.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader24\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-にし.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1138.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader42\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1138.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader37\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1138.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader25\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader36\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tDissolveE = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 6, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"O\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"E\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tDissolveU = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input { Expression = \"iif(MouthCtrl.Anim < 5, 0, 1)\" },\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveE\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"U\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tDissolveI = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 4, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveU\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"I\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tDissolveA = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 3, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveI\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"A\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tDissolveN = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 2, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveA\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"N\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1039.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMouthAnim = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 1, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveN\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1039.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMouthCtrl = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tAnim = {\n\t\t\t\t\t\t\tLINKS_Name = \"Anim\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"AnimOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"MouthAnim:SetAttrs({TOOLB_PassThrough = false})\\nMouthCtrl.AnimStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"AnimOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"MouthAnim:SetAttrs({TOOLB_PassThrough = true})\\nMouthCtrl.AnimStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -841.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tAnimStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader36\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -742.5 } }\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -742.5 } }\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは_.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader25\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader24\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tDissolve1 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M04\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M05\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -643.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve2 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M03\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -643.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve3 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M02\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -643.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve4 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M01\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input { Expression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)\" }\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -643.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve5 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -643.5 } }\n\t\t\t\t},\n\t\t\t\tMouthCtrlB = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tOpen = {\n\t\t\t\t\t\t\tLINKS_Name = \"Open\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_005 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_005\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.833333333333333,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_004 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_004\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.666666666666667,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_003 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_003\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_002 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_002\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.333333333333333,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_001 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_001\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.166666666666667,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -379.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tThreshold_004 = Input { Value = 0.4 },\n\t\t\t\t\t\tThreshold_003 = Input { Value = 0.25 },\n\t\t\t\t\t\tThreshold_002 = Input { Value = 0.1 },\n\t\t\t\t\t\tThreshold_001 = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOpen = Input { Value = -1 },\n\t\t\t\t\t\tThreshold_005 = Input { Value = 0.55 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthCtrlB\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1996.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2260.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2392.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader51\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2260.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -2524.5 } }\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -2656.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader54\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background8\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2524.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2392.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2260.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2128.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1996.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1336.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2128.5 } }\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -1039.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader49\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkMix\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlinkMix = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 45, 0 } },\n\t\t\t\t\t\t[135] = { 1, Flags = { StepIn = true }, RH = { 136, 1 }, LH = { 135, 0.666666666666667 } },\n\t\t\t\t\t\t[139] = { 0, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 139, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -841.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlink = Input { Value = 139 },\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -115.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_show_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_hide_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_86 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_show_85 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_hide_85 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_84 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_84 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_show_83 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_hide_83 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_futsuufutomayu80 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通太眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_ikarifutomayu79 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り太眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_komarifutomayu78 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り太眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuumayu77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu174 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu273 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_mesetto70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_jitome61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nagomime60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori258 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_UU57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_〇〇55\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru54 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_futsuushirome65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_jitoshirome64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuume70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kameramesen69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi68 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 19,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN018_nishi51 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN017_hetsu50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*へっ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN016_ohoo49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN015_hahee48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN014_muu47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_yu46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_o45 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_n44 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_nn43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_nhee42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_naa41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_△40\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mufu39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoo38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoa37 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoaa36 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hohoemi35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_aha34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_aha33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_hoppe30 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoppe229 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe328 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ3\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe427 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ4\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji25 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon21 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_koshi20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tewoageru19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimoto18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kurushimu17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yubisashishi16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_maiku15 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_koshi11 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tewoageru10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimoto9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kurushimu8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kangaeru7 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hisohiso6 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 16.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n右腕_MG1\\n右腕_MG\\n左腕_MG1\\n左腕_MG\\nヘアバンド_MG\\n身体_MG\" },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 148.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"x\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"y\", LINKID_DataType = \"Number\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"in_out\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6105, 478.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 10\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_不安\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_震え\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_記号など\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_namida_show_86\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_namida_hide_86\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase1_show_85\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase1_hide_85\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_show_84\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_hide_84\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase3_show_83\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase3_hide_83\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_futsuufutomayu80\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通太眉\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_ikarifutomayu79\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*怒り太眉\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_komarifutomayu78\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り太眉\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_futsuumayu77\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通眉\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_ikarimayu76\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*怒り眉\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_agarimayu75\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*上がり眉\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_komarimayu174\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り眉1\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_komarimayu273\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り眉2\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_mesetto70\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_jitome61\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ジト目\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_nagomime60\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nikkori59\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_nikkori258\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり2\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_UU57\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*UU\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_none56\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_〇〇55\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*〇〇\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_guruguru54\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目セット\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_futsuushirome65\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通白目\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_jitoshirome64\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ジト白目\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_黒目\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_futsuume70\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*普通目\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_kameramesen69\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_mesorashi68\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N018_nishi51\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にし\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N017_hetsu50\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*へっ\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N016_ohoo49\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おほお\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N015_hahee48\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*はへえ\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N014_muu47\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N013_yu46\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ゆ\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N012_o45\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_n44\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ん\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_nn43\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_nhee42\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んへー\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_naa41\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んあー\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_△40\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*△\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_mufu39\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むふ\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_hoo38\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_hoa37\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほあ\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_hoaa36\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほあー\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_hohoemi35\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_aha34\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_aha33\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_顔色\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_show_24\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_hide_24\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_hoppe30\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_hoppe229\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ2\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_hoppe328\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ3\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_hoppe427\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ4\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_aozame26\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*青ざめ\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hihyouji25\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_kihon21\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_koshi20\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_tewoageru19\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kuchimoto18\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_kurushimu17\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_yubisashishi16\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指差し\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_maiku15\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*マイク\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_kihon12\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_koshi11\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_tewoageru10\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kuchimoto9\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_kurushimu8\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_kangaeru7\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_hisohiso6\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ひそひそ\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"Anim\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"AnimOn\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSource = \"AnimOff\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tSource = \"AnimStatus\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tSourceOp = \"MouthCtrlB\",\n\t\t\t\t\tDefault = -1\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 139\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"at00\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"sp00\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"EyeStatus\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/東北ずん子(FUSE_Open).setting",
    "content": "{\n\tTools = ordered() {\n\t\tZunko = GroupOperator {\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2860, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-・・.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-目そらし.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-えあー.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-頭こつん.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INP_Default = 0.1, INP_Integer = false, INPID_InputControl = \"SliderControl\" }, y = { INP_MinScale = 0, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INP_Default = 0.1, INP_Integer = false, INPID_InputControl = \"SliderControl\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", LINKS_Name = \"shake\" }, in_out = { INP_MinScale = 0, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 231, Red = 193, Green = 106 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 4345, 544.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 10\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2970, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-んむ.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-(ず・　・だ).png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-ウインク.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-赤面.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, width = { LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false }, amplitude = { INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, out = { LINKS_Name = \"out\", INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 3850, 544.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INPID_InputControl = \"ScrewControl\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 30, Red = 210, Green = 105 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 3520, 544.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tDefault = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Default = 1, INPID_InputControl = \"ScrewControl\", INP_Integer = false }, offset = { INP_MinScale = 0, INP_MaxScale = 500, LINKID_DataType = \"Number\", LINKS_Name = \"offset\", INP_Default = 0, INP_Integer = true, INPID_InputControl = \"ScrewControl\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tShowKeyPoints = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 0, Red = 0, Green = 255 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 3685, 544.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tDefault = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tDefault = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2640, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-(ず・　・だ)_flipx.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-基本2_.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2420, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ω.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-口元に指.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-上むき.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ん.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\涙.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\-サイド髪跳ね.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, 940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, 940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, 742.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, 940.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tCenter = Input { Value = { 0.8, 0.1 } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2970, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-困り眉.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0.1, INP_Integer = false, INPID_InputControl = \"SliderControl\" }, y = { LINKS_Name = \"y\", INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0.1, INP_Integer = false, INPID_InputControl = \"SliderControl\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", LINKS_Name = \"shake\" }, in_out = { LINKS_Name = \"in_out\", INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 231, Red = 193, Green = 106 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 4180, 544.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 10\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, width = { LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false }, amplitude = { INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, out = { LINKS_Name = \"out\", INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\" }, v = { LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, Y = { INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\", CBC_TriState = false, INP_Default = 0, LINKS_Name = \"Y\", INP_Integer = true } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 4510, 544.5 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-弓.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\汗.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2860, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あえ.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2640, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-じゅるり.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 2473 },\n\t\t\t\t\t\tWidth = Input { Value = 1482 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!体.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\-サイド髪基本.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"体_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader11\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tHueCurves1 = HueCurves {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1650, -115.5 } },\n\t\t\t\t\tTools = {\n\t\t\t\t\t\tHueCurves1Blue = LUTBezier {\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 204, Red = 54, Green = 54 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Red1 = LUTBezier {\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 102, Red = 204, Green = 102 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Green1 = LUTBezier {\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 102, Red = 102, Green = 204 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Blue1 = LUTBezier {\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 204, Red = 134, Green = 134 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Hue = LUTBezier {\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1.19259259259259, RH = { 0.333, 1.19259259259259 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.623233578312219, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1.19259259259259, LH = { 5.667, 1.19259259259259 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 204, Red = 204, Green = 0 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Sat = LUTBezier {\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 0.807407407407407, RH = { 0.333, 0.807407407407407 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.564668849552461, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 0.807407407407407, LH = { 5.667, 0.807407407407407 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 0, Red = 204, Green = 204 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Lum = LUTBezier {\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 204, Red = 204, Green = 204 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Red = LUTBezier {\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 42, Red = 204, Green = 42 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Green = LUTBezier {\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 0, Red = 0, Green = 204 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRed = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Red\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGreen = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Green\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlue = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Blue\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlueSuppress = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Blue1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEditHue = Input { Value = 1 },\n\t\t\t\t\t\tSat = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Sat\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHue = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Hue\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLum = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Lum\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGreenSuppress = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Green1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRedSuppress = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Red1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-ほっぺ基本.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader14\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader44\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2310, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -808.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -577.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -577.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader22\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-おおー.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader21\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tTransform2_1 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -577.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSize = Input { Value = 0.8 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M03\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.479080440317471, 0.727027874181194 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あは.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -577.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader25\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あはー.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -577.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader24\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRS_MouthOpen = Fuse.RS_MouthOpen {\n\t\t\t\t\tVersion = 1,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -577.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM04 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM02 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M02\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM05 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M04\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM06 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M05\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM01 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M01\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"RS_MouthOpen\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2530, -1270.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-基本.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1270.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader40\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -808.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1402.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -577.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -577.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlinkBackgroundForeground = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Loop = true, PreLoop = true, Linear = true }, RH = { 49, 0 } },\n\t\t\t\t\t\t[147] = { 1, Flags = { StepIn = true }, RH = { 148, 1 }, LH = { 147, 0.666666666666667 } },\n\t\t\t\t\t\t[151] = { 0, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 151, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Blue = 235, Red = 16, Green = 164 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -478.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 151 },\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_namida_show_59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_namida_hide_59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ase_show_58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ase_hide_58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_saidokamikihon4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*サイド髪基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_saidokamihane3 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*サイド髪跳ね\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_futsuumayu57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ikarimayu55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu54 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_kihon51 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kihon250 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_kameramesen49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_mesorashi48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uemuki47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上むき\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_jitome46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_tojime45 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_uinku44 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ウインク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_〇〇42\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_none41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_・・40\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*・・\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_zuda39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(ず・　・だ)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_zudaflipx38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(ず・　・だ):flipx\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_aha34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ahaa33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あはー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_n32 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_o31 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_ooo30 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おおー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nmu29 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ae28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あえ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_eaa27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_jururi26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*じゅるり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_perori25 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N000_ω24\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ω\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_ほっぺ\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ほっぺ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppekihon21 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_sekimen19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_tewoageru15 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yumi14 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*弓\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuchimotoniyubi13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_tewoageru9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yoko8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*横\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_atamakotsun7 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*頭こつん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, 49.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"涙_MG\\n汗_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目_MG\\n口_MG1\\n口_MG\\nほっぺ_MG1\\nほっぺ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\nRoot_MG\\n体_MG\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, 214.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, width = { INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Default = 0, INP_MinScale = 0, INP_Integer = false }, amplitude = { INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, out = { INP_MinScale = 0, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 4015, 544.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-横.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2530, -1072.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ぺろり.png\",\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true\n\t\t\t\t},\n\t\t\t\tScale = 1,\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSource = \"N002_ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSource = \"N003_跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSource = \"N005_不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSource = \"N006_荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSource = \"N007_震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tName = \"*普通眉\",\n\t\t\t\t\tSource = \"N003_futsuumayu57\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tName = \"*上がり眉\",\n\t\t\t\t\tSource = \"N002_agarimayu56\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tName = \"*怒り眉\",\n\t\t\t\t\tSource = \"N001_ikarimayu55\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tName = \"*困り眉\",\n\t\t\t\t\tSource = \"N000_komarimayu54\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSource = \"N013_kihon51\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tName = \"*基本2\",\n\t\t\t\t\tSource = \"N012_kihon250\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tName = \"*カメラ目線\",\n\t\t\t\t\tSource = \"N011_kameramesen49\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tName = \"*目そらし\",\n\t\t\t\t\tSource = \"N010_mesorashi48\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tName = \"*上むき\",\n\t\t\t\t\tSource = \"N009_uemuki47\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tName = \"*ジト目\",\n\t\t\t\t\tSource = \"N008_jitome46\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tName = \"*閉じ目\",\n\t\t\t\t\tSource = \"N007_tojime45\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tName = \"*ウインク\",\n\t\t\t\t\tSource = \"N006_uinku44\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSource = \"N005_nikkori43\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tName = \"*〇〇\",\n\t\t\t\t\tSource = \"N004_〇〇42\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSource = \"N003_none41\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tName = \"*・・\",\n\t\t\t\t\tSource = \"N002_・・40\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tName = \"*(ず・　・だ)\",\n\t\t\t\t\tSource = \"N001_zuda39\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tName = \"*(ず・　・だ):flipx\",\n\t\t\t\t\tSource = \"N000_zudaflipx38\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tSource = \"N011_hohoemi35\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tName = \"*あは\",\n\t\t\t\t\tSource = \"N010_aha34\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tName = \"*あはー\",\n\t\t\t\t\tSource = \"N009_ahaa33\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tName = \"*ん\",\n\t\t\t\t\tSource = \"N008_n32\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSource = \"N007_o31\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tName = \"*おおー\",\n\t\t\t\t\tSource = \"N006_ooo30\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tName = \"*んむ\",\n\t\t\t\t\tSource = \"N005_nmu29\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tName = \"*あえ\",\n\t\t\t\t\tSource = \"N004_ae28\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tName = \"*えあー\",\n\t\t\t\t\tSource = \"N003_eaa27\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tName = \"*じゅるり\",\n\t\t\t\t\tSource = \"N002_jururi26\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tName = \"*ぺろり\",\n\t\t\t\t\tSource = \"N001_perori25\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tName = \"*ω\",\n\t\t\t\t\tSource = \"N000_ω24\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tName = \"ほっぺ\",\n\t\t\t\t\tSource = \"Grp_ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tName = \"*ほっぺ基本\",\n\t\t\t\t\tSource = \"N002_hoppekihon21\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tName = \"*ほっぺ赤め\",\n\t\t\t\t\tSource = \"N001_hoppeakame20\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tName = \"*赤面\",\n\t\t\t\t\tSource = \"N000_sekimen19\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSource = \"N003_kihon16\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tName = \"*手を挙げる\",\n\t\t\t\t\tSource = \"N002_tewoageru15\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tName = \"*弓\",\n\t\t\t\t\tSource = \"N001_yumi14\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tName = \"*口元に指\",\n\t\t\t\t\tSource = \"N000_kuchimotoniyubi13\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSource = \"N003_kihon10\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tName = \"*手を挙げる\",\n\t\t\t\t\tSource = \"N002_tewoageru9\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tName = \"*横\",\n\t\t\t\t\tSource = \"N001_yoko8\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tName = \"*頭こつん\",\n\t\t\t\t\tSource = \"N000_atamakotsun7\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSource = \"N010_namida_show_59\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSource = \"N010_namida_hide_59\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSource = \"N009_ase_show_58\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSource = \"N009_ase_hide_58\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tName = \"*サイド髪基本\",\n\t\t\t\t\tSource = \"N002_saidokamikihon4\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tName = \"*サイド髪跳ね\",\n\t\t\t\t\tSource = \"N001_saidokamihane3\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tWidth = 0.25\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tSourceOp = \"RS_MouthOpen\",\n\t\t\t\t\tDefault = -1\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 151\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"sp00\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"EyeStatus\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/東北ずん子.setting",
    "content": "{\n\tTools = ordered() {\n\t\tZunko = GroupOperator {\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_不安\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_震え\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_futsuumayu57\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*普通眉\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_agarimayu56\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*上がり眉\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_ikarimayu55\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*怒り眉\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_komarimayu54\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*困り眉\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N013_kihon51\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N012_kihon250\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*基本2\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_kameramesen49\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*カメラ目線\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_mesorashi48\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*目そらし\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_uemuki47\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*上むき\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_jitome46\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ジト目\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_tojime45\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*閉じ目\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_uinku44\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ウインク\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nikkori43\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_〇〇42\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*〇〇\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_none41\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_・・40\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*・・\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_zuda39\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*(ず・　・だ)\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_zudaflipx38\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*(ず・　・だ):flipx\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_hohoemi35\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_aha34\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_ahaa33\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*あはー\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_n32\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ん\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_o31\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_ooo30\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*おおー\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nmu29\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*んむ\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_ae28\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*あえ\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_eaa27\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*えあー\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_jururi26\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*じゅるり\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_perori25\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ぺろり\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_ω24\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ω\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_hoppekihon21\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ほっぺ基本\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoppeakame20\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ほっぺ赤め\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_sekimen19\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*赤面\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kihon16\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_tewoageru15\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_yumi14\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*弓\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_kuchimotoniyubi13\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*口元に指\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kihon10\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_tewoageru9\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_yoko8\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*横\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_atamakotsun7\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*頭こつん\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_namida_show_59\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_namida_hide_59\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_ase_show_58\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_ase_hide_58\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_saidokamikihon4\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*サイド髪基本\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_saidokamihane3\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*サイド髪跳ね\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tSourceOp = \"MouthCtrlB\",\n\t\t\t\t\tDefault = -1\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 151\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"at00\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"sp00\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"EyeStatus\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-目そらし.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-頭こつん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 10\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 4345, 544.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-んむ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2970, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-(ず・　・だ).png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-横.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-ウインク.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -511.5 } }\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, 940.5 } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, 940.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, 742.5 } }\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.8, 0.1 } }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, 940.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-赤面.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 3850, 544.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, INP_Integer = false, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 3520, 544.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-・・.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2860, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-基本2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ω.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2420, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -1402.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"offset\", INP_Integer = true, INP_MaxScale = 500, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 3685, 544.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-口元に指.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-上むき.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\涙.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -247.5 } }\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\-サイド髪跳ね.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } }\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2970, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-困り眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 4510, 544.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-弓.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\汗.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -247.5 } }\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あえ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2860, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-じゅるり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2640, -1072.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_Integer = false, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 4015, 544.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-えあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 2473 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!体.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\-サイド髪基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } }\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"体_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader11\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -115.5 } }\n\t\t\t\t},\n\t\t\t\tHueCurves1 = HueCurves {\n\t\t\t\t\tTools = {\n\t\t\t\t\t\tHueCurves1Sat = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 204, Blue = 0, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 0.807407407407407, RH = { 0.333, 0.807407407407407 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.564668849552461, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 0.807407407407407, LH = { 5.667, 0.807407407407407 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Lum = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 204, Blue = 204, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Red = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 42, Blue = 42, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Green = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 204, Blue = 0, Red = 0 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Blue = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 54, Blue = 204, Red = 54 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Red1 = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 102, Blue = 102, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Green1 = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 204, Blue = 102, Red = 102 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Blue1 = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 134, Blue = 204, Red = 134 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Hue = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 0, Blue = 204, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1.19259259259259, RH = { 0.333, 1.19259259259259 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.623233578312219, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1.19259259259259, LH = { 5.667, 1.19259259259259 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLum = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Lum\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHue = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Hue\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRedSuppress = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Red1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGreenSuppress = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Green1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlueSuppress = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Blue1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRed = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Red\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGreen = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Green\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlue = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Blue\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEditHue = Input { Value = 1 },\n\t\t\t\t\t\tSat = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Sat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1650, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-ほっぺ基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader14\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader44\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -115.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2310, -940.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -940.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader26\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -676.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader22\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -676.5 } }\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-おおー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader21\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -775.5 } }\n\t\t\t\t},\n\t\t\t\tTransform2_1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M03\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.479080440317471, 0.727027874181194 } },\n\t\t\t\t\t\tSize = Input { Value = 0.8 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -676.5 } }\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あは.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader25\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -676.5 } }\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あはー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader24\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -676.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve1 = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M05\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M04\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -577.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve2 = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input { Expression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)\" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -577.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve3 = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M02\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -577.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve4 = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input { Expression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)\" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M01\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -577.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve5 = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -577.5 } }\n\t\t\t\t},\n\t\t\t\tMouthCtrlB = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tThreshold_002 = Input { Value = 0.2 },\n\t\t\t\t\t\tThreshold_001 = Input { Value = 0 },\n\t\t\t\t\t\tThreshold_003 = Input { Value = 0.4 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_005 = Input { Value = 0.8 },\n\t\t\t\t\t\tThreshold_004 = Input { Value = 0.6 },\n\t\t\t\t\t\tOpen = Input { Value = -1 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tOpen = {\n\t\t\t\t\t\t\tLINKS_Name = \"Open\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_005 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_005\",\n\t\t\t\t\t\t\tINP_Default = 0.833333333333333,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_004 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_004\",\n\t\t\t\t\t\t\tINP_Default = 0.666666666666667,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_003 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_003\",\n\t\t\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_002 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_002\",\n\t\t\t\t\t\t\tINP_Default = 0.333333333333333,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_001 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_001\",\n\t\t\t\t\t\t\tINP_Default = 0.166666666666667,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -478.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthCtrlB\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2530, -1270.5 } }\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1402.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader40\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1270.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -577.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkMix\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -577.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBlinkMix = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 49, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },\n\t\t\t\t\t\t[147] = { 1, RH = { 148, 1 }, LH = { 147, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[151] = { 0, LH = { 151, 0.333333333333333 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 151 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -478.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -115.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"涙_MG\\n汗_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目_MG\\n口_MG1\\n口_MG\\nほっぺ_MG1\\nほっぺ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\nRoot_MG\\n体_MG\" }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_namida_show_59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_namida_hide_59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ase_show_58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ase_hide_58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_saidokamikihon4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*サイド髪基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_saidokamihane3 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*サイド髪跳ね\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_futsuumayu57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ikarimayu55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu54 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_kihon51 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kihon250 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_kameramesen49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_mesorashi48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uemuki47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*上むき\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_jitome46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_tojime45 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_uinku44 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ウインク\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_〇〇42\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_none41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_・・40\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*・・\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_zuda39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(ず・　・だ)\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_zudaflipx38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*(ず・　・だ):flipx\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_aha34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ahaa33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あはー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_n32 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_o31 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_ooo30 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おおー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nmu29 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んむ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ae28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*あえ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_eaa27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_jururi26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*じゅるり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_perori25 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N000_ω24\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ω\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_ほっぺ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ほっぺ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppekihon21 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_sekimen19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_tewoageru15 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yumi14 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*弓\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuchimotoniyubi13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_tewoageru9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yoko8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*横\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_atamakotsun7 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*頭こつん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, 49.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, 214.5 } }\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 10\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"x\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"y\", LINKID_DataType = \"Number\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"in_out\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 4180, 544.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ぺろり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2530, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-(ず・　・だ)_flipx.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2640, -1402.5 } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/琴葉茜(FUSE).setting",
    "content": "{\n\tTools = ordered() {\n\t\tAkane = GroupOperator {\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_不安\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_震え\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_記号など\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase_show_77\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase_hide_77\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_show_76\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_hide_76\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_namida_show_75\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_namida_hide_75\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kihon72\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_gokigen71\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ごきげん\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_komari70\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_oko69\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おこ\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_mesetto66\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_tatesenme50\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*縦線目\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_tojime49\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*閉じ目\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_nagomime48\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_none47\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_nikkori46\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目セット\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_matsugekihon66\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ基本\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_matsugehanme65\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ半目\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_matsugeoko64\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげおこ\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_黒目\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_kihon63\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kameramesenmigi5px62\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線/右5px\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_mesorashihidari5px61\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし/左5px\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nigorime60\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*濁り目\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kirakirame59\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*きらきら目\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_haatome58\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ハート目\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_gurugurume57\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる目\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_yabame56\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*やば目\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_shironukime55\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*白抜き目\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_hohoemi43\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_waaa42\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*わあー\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_uhehe41\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うへへ\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_niyari40\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にやり\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_sun39\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*すん\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_o38\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_oo37\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おー\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_e36\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*え\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_uootsu35\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うおーっ\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_muu34\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoo33\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_nn32\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_顔色\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kageri_show_28\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kageri_hide_28\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_hoppe27\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_hoppeakame26\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoppeakame225\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め2\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_kuma24\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*クマ\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kihon20\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kangaeru19\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_piisu18\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_banzai17\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_udewohirogeru16\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_kihon13\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_piisu12\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_sasasu11\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指さす\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_houchou10\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*包丁\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_banzai9\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_udewohirogeru8\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_kigounado_show_77\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_kigounado_hide_77\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kamikazari_show_5\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kamikazari_hide_5\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_show_4\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_hide_4\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSourceOp = \"RS_MouthAIUEO\",\n\t\t\t\t\tSource = \"Anim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tDefault = 163\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"at00\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"sp00\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2062.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2590.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2590.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 4895, 577.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, ICS_ControlPage = \"Controls\", INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2590.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2062.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2062.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 5720, 577.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { LINKS_Name = \"y\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\" }, in_out = { LINKS_Name = \"in_out\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 5225, 577.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2326.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2062.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 973.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 973.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 973.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2326.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2590.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2590.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"offset\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 5060, 577.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { LINKS_Name = \"offset\", INP_Default = 0, INP_MaxScale = 500, INP_Integer = true, INP_MinScale = 0, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2590.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 5885, 577.5 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2590.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2590.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 5390, 577.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { LINKS_Name = \"\\nwidth\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, INP_MinScale = 0, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { LINKS_Name = \"out\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 2420 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!体.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"後ろ髪_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪飾り_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服のアレ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1600.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1600.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1435.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1138.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader27\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1138.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1138.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1237.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tTransform4 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1138.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.477808599167822, 0.775 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tYSize = Input { Value = 0.75 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1138.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tRS_MouthAIUEO = Fuse.RS_MouthAIUEO {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } },\n\t\t\t\t\tVersion = 1,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tE = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tA = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tU = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tI = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tO = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"RS_MouthAIUEO\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1930.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2194.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2458.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2590.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2458.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader48\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2326.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2194.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2326.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2194.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2062.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1930.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1435.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2062.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1138.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1138.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkMix\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeBlinkMix = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 53, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },\n\t\t\t\t\t\t[159] = { 1, Flags = { StepIn = true }, RH = { 160, 1 }, LH = { 159, 0.666666666666667 } },\n\t\t\t\t\t\t[163] = { 0, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 163, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlink = Input { Value = 163 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1006.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 82.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\" }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon72 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komari70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_oko69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_tojime49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon63 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_haatome58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yabame56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waaa42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_niyari40 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_sun39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_o38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_oo37 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_e36 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_muu34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoo33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nn32 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuma24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_piisu18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_piisu12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_houchou10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 247.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 5555, 577.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1732.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/琴葉茜(FUSE_Open).setting",
    "content": "{\n\tTools = ordered() {\n\t\tAkane = GroupOperator {\n\t\t\tTools = ordered() {\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2326.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPos = { 5720, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, ICS_ControlPage = \"Controls\", INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPos = { 4895, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"out\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPos = { 5225, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 973.5 } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 973.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 775.5 } }\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 973.5 } }\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2326.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"offset\", INP_MaxScale = 500, INP_Integer = true, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tShowKeyPoints = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPos = { 5060, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"out\", LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPos = { 5885, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPos = { 5390, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 2420 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!体.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"後ろ髪_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"体_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader4\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader10\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪飾り_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader15\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader16\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader20\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服のアレ_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader22\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader55\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background10\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -115.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1600.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1600.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1435.5 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1138.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1237.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform2 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M03\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.478285486809476, 0.771400169317463 } },\n\t\t\t\t\t\tYSize = Input { Value = 1.5 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tTransform3 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M04\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.477458219976681, 0.770689997689998 } },\n\t\t\t\t\t\tYSize = Input { Value = 0.8 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tRS_MouthOpen = Fuse.RS_MouthOpen {\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } },\n\t\t\t\t\tVersion = 1,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tM06 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M05\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM04 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM02 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M02\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM01 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M01\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM05 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"RS_MouthOpen\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1930.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2194.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2458.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader48\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2458.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2326.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2194.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2326.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader51\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2194.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2062.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1930.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1435.5 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader37\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1138.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlinkBackgroundForeground = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 53, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[159] = { 1, Flags = { StepIn = true }, RH = { 160, 1 }, LH = { 159, 0.666666666666667 } },\n\t\t\t\t\t\t[163] = { 0, Flags = { PreLoop = true, StepIn = true, Loop = true }, LH = { 163, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 }\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 163 }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1006.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -115.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 82.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\" }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon72 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komari70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_oko69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_tojime49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon63 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_haatome58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yabame56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waaa42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_niyari40 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_sun39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_o38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_oo37 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_e36 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_muu34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoo33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nn32 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuma24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_piisu18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_piisu12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_houchou10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"x\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"y\", LINKID_DataType = \"Number\" }, shake = { INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"in_out\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPos = { 5555, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSource = \"N002_ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSource = \"N003_跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSource = \"N005_不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSource = \"N006_荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSource = \"N007_震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSource = \"N002_ase_show_77\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSource = \"N002_ase_hide_77\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSource = \"N001_ase2_show_76\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSource = \"N001_ase2_hide_76\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSource = \"N000_namida_show_75\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSource = \"N000_namida_hide_75\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kihon72\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_gokigen71\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ごきげん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_komari70\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_oko69\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おこ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_mesetto66\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_tatesenme50\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*縦線目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_tojime49\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*閉じ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_nagomime48\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_none47\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_nikkori46\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_matsugekihon66\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_matsugehanme65\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ半目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_matsugeoko64\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげおこ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_kihon63\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kameramesenmigi5px62\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線/右5px\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_mesorashihidari5px61\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし/左5px\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nigorime60\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*濁り目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kirakirame59\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*きらきら目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_haatome58\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ハート目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_gurugurume57\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_yabame56\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*やば目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_shironukime55\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*白抜き目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_hohoemi43\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_waaa42\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*わあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_uhehe41\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うへへ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_niyari40\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にやり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_sun39\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*すん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_o38\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_oo37\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_e36\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*え\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_uootsu35\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うおーっ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_muu34\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoo33\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_nn32\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSource = \"N004_kageri_show_28\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSource = \"N004_kageri_hide_28\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_hoppe27\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_hoppeakame26\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoppeakame225\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_kuma24\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*クマ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kihon20\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kangaeru19\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_piisu18\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_banzai17\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_udewohirogeru16\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_kihon13\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_piisu12\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_sasasu11\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指さす\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_houchou10\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*包丁\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_banzai9\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_udewohirogeru8\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など show\",\n\t\t\t\t\tSource = \"N012_kigounado_show_77\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など hide\",\n\t\t\t\t\tSource = \"N012_kigounado_hide_77\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り show\",\n\t\t\t\t\tSource = \"N003_kamikazari_show_5\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り hide\",\n\t\t\t\t\tSource = \"N003_kamikazari_hide_5\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx show\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_show_4\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx hide\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_hide_4\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tDefault = -1,\n\t\t\t\t\tSourceOp = \"RS_MouthOpen\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tDefault = 163,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"sp00\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/琴葉茜.setting",
    "content": "{\n\tTools = ordered() {\n\t\tAkane = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_不安\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_震え\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_記号など\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase_show_77\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase_hide_77\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_show_76\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_hide_76\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_namida_show_75\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_namida_hide_75\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kihon72\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_gokigen71\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ごきげん\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_komari70\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_oko69\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おこ\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_mesetto66\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_tatesenme50\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*縦線目\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_tojime49\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*閉じ目\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_nagomime48\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_none47\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_nikkori46\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目セット\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_matsugekihon66\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ基本\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_matsugehanme65\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ半目\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_matsugeoko64\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげおこ\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_黒目\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_kihon63\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kameramesenmigi5px62\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線/右5px\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_mesorashihidari5px61\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし/左5px\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nigorime60\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*濁り目\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kirakirame59\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*きらきら目\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_haatome58\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ハート目\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_gurugurume57\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる目\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_yabame56\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*やば目\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_shironukime55\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*白抜き目\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_hohoemi43\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_waaa42\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*わあー\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_uhehe41\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うへへ\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_niyari40\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にやり\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_sun39\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*すん\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_o38\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_oo37\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おー\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_e36\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*え\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_uootsu35\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うおーっ\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_muu34\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoo33\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_nn32\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_顔色\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kageri_show_28\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kageri_hide_28\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_hoppe27\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_hoppeakame26\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoppeakame225\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め2\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_kuma24\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*クマ\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kihon20\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kangaeru19\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_piisu18\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_banzai17\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_udewohirogeru16\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_kihon13\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_piisu12\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_sasasu11\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指さす\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_houchou10\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*包丁\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_banzai9\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_udewohirogeru8\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_kigounado_show_77\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_kigounado_hide_77\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kamikazari_show_5\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kamikazari_hide_5\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_show_4\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_hide_4\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"Anim\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"AnimOn\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"AnimOff\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"AnimStatus\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tDefault = -1,\n\t\t\t\t\tSourceOp = \"MouthCtrlB\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tDefault = 163,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"at00\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"sp00\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, ICS_ControlPage = \"Controls\", INP_Integer = false, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 4895, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { LINKS_Name = \"y\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { LINKS_Name = \"in_out\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 5720, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_Default = 0, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 5225, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2326.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 973.5 } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 973.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 775.5 } }\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 973.5 } }\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2326.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_Default = 1, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { LINKS_Name = \"offset\", INP_Default = 0, INP_MaxScale = 500, INP_Integer = true, INP_MinScale = 0, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 5060, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_Default = 0, LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", CBC_TriState = false, INP_Integer = true, INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 5885, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { LINKS_Name = \"\\nwidth\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, INP_MinScale = 0, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { LINKS_Name = \"out\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 5390, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 2420 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!体.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"後ろ髪_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"体_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader10\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪飾り_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader15\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader16\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader20\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服のアレ_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader22\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader55\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background10\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -115.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1600.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1600.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1435.5 } }\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader33\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader27\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1336.5 } }\n\t\t\t\t},\n\t\t\t\tTransform4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tYSize = Input { Value = 0.75 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"E\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.477808599167822, 0.775 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tDissolveE = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input { Expression = \"iif(MouthCtrl.Anim < 6, 0, 1)\" },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"O\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tDissolveU = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"U\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 5, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveE\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tDissolveI = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"I\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input { Expression = \"iif(MouthCtrl.Anim < 4, 0, 1)\" },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveU\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tDissolveA = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"A\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 3, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveI\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tDissolveN = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"N\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 2, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveA\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tMouthAnim = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 1, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveN\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tMouthCtrl = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tAnimStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tAnim = {\n\t\t\t\t\t\t\tLINKS_Name = \"Anim\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"AnimOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"MouthAnim:SetAttrs({TOOLB_PassThrough = false})\\nMouthCtrl.AnimStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"AnimOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"MouthAnim:SetAttrs({TOOLB_PassThrough = true})\\nMouthCtrl.AnimStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1006.5 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -940.5 } }\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform2 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tYSize = Input { Value = 1.5 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M03\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.478285486809476, 0.771400169317463 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -940.5 } }\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tTransform3 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tYSize = Input { Value = 0.8 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M04\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.477458219976681, 0.770689997689998 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -940.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -940.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve1 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M05\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -841.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve2 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -841.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve3 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M02\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -841.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve4 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M01\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -841.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve5 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve4\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -841.5 } }\n\t\t\t\t},\n\t\t\t\tMouthCtrlB = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tThreshold_005 = Input { Value = 0.8 },\n\t\t\t\t\t\tThreshold_004 = Input { Value = 0.6 },\n\t\t\t\t\t\tThreshold_003 = Input { Value = 0.4 },\n\t\t\t\t\t\tThreshold_002 = Input { Value = 0.2 },\n\t\t\t\t\t\tThreshold_001 = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOpen = Input { Value = -1 }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tOpen = {\n\t\t\t\t\t\t\tLINKS_Name = \"Open\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_005 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_005\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.833333333333333,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_004 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_004\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.666666666666667,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_003 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_003\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_002 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_002\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.333333333333333,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_001 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_001\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.166666666666667,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -577.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthCtrlB\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1930.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2194.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2458.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2590.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader48\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2458.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2326.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2194.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2326.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader51\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2194.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2062.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1930.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1435.5 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2062.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader37\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkMix\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBlinkMix = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 53, 0 } },\n\t\t\t\t\t\t[159] = { 1, LH = { 159, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 160, 1 } },\n\t\t\t\t\t\t[163] = { 0, LH = { 163, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlink = Input { Value = 163 },\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1006.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -115.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon72 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komari70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_oko69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_tojime49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon63 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_haatome58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yabame56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waaa42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_niyari40 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_sun39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_o38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_oo37 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_e36 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_muu34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoo33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nn32 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuma24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_piisu18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_piisu12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_houchou10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 82.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, LINKS_Name = \"x\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_Default = 0.1, LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, LINKS_Name = \"y\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_Default = 0.1, LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, LINKS_Name = \"in_out\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_Default = 0, LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 5555, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/琴葉葵(FUSE).setting",
    "content": "{\n\tTools = ordered() {\n\t\tAoi = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ぴょん\",\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"N003_跳ねる\",\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"N004_跳ねる_小\",\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSource = \"N005_不安\",\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"N006_荒ぶる\",\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"N007_震え\",\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase_show_77\",\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase_hide_77\",\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_show_76\",\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_hide_76\",\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_show_75\",\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_hide_75\",\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kihon72\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"N002_gokigen71\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ごきげん\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"N001_komari70\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"N000_oko69\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おこ\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"N005_mesetto66\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"N004_tatesenme50\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*縦線目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"N003_tojime49\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*閉じ目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"N002_nagomime48\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"N001_none47\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"N000_nikkori46\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"N003_matsugekihon66\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ基本\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"N002_matsugehanme65\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ半目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"N001_matsugeoko64\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげおこ\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"N008_kihon63\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kameramesenmigi5px62\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線/右5px\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"N006_mesorashihidari5px61\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし/左5px\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"N005_nigorime60\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*濁り目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kirakirame59\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*きらきら目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"N003_haatome58\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ハート目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"N002_gurugurume57\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"N001_yabame56\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*やば目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shironukime55\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*白抜き目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSource = \"N011_hohoemi43\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSource = \"N010_waaa42\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*わあー\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSource = \"N009_uhehe41\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うへへ\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSource = \"N008_niyari40\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にやり\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSource = \"N007_sun39\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*すん\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSource = \"N006_o38\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSource = \"N005_oo37\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おー\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSource = \"N004_e36\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*え\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSource = \"N003_uootsu35\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うおーっ\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSource = \"N002_muu34\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoo33\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSource = \"N000_nn32\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kageri_show_28\",\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kageri_hide_28\",\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hoppe27\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoppeakame26\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoppeakame225\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め2\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kuma24\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*クマ\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kihon20\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kangaeru19\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"N002_piisu18\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"N001_banzai17\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSource = \"N000_udewohirogeru16\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"N005_kihon13\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"N004_piisu12\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSource = \"N003_sasasu11\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指さす\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSource = \"N002_houchou10\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*包丁\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSource = \"N001_banzai9\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSource = \"N000_udewohirogeru8\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSource = \"N012_kigounado_show_77\",\n\t\t\t\t\tName = \"記号など show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSource = \"N012_kigounado_hide_77\",\n\t\t\t\t\tName = \"記号など hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kamikazari_show_5\",\n\t\t\t\t\tName = \"髪飾り show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kamikazari_hide_5\",\n\t\t\t\t\tName = \"髪飾り hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kamikazariflipx_show_4\",\n\t\t\t\t\tName = \"髪飾り:flipx show\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kamikazariflipx_hide_4\",\n\t\t\t\t\tName = \"髪飾り:flipx hide\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSourceOp = \"RS_MouthAIUEO\",\n\t\t\t\t\tSource = \"Anim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tDefault = 157\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"sp00\",\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tTools = ordered() {\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 6050, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0.1 }, y = { LINKS_Name = \"y\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0.1 }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\" }, in_out = { LINKS_Name = \"in_out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2425.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tDefault = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5225, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Integer = false, INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5555, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INP_Default = 0 }, speed = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\" }, width = { INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Default = 0 }, amplitude = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\" }, out = { INP_MinScale = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INP_Default = 0 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 775.5 } }\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -2161.5 } }\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2425.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tDefault = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tDefault = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5390, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Default = 1 }, offset = { LINKS_Name = \"offset\", INP_MaxScale = 500, INP_Integer = true, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tShowKeyPoints = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 6215, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INP_Default = 0 }, speed = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\" }, width = { INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Default = 0 }, amplitude = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\" }, out = { INP_MinScale = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INP_Default = 0 }, v = { INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", LINKS_Name = \"v\" }, Y = { LINKS_Name = \"Y\", INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\", CBC_TriState = false, INP_Default = 0 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5720, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INP_Default = 0 }, speed = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\" }, width = { LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 }, amplitude = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\" }, out = { LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 2420 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!体.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"後ろ髪_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪飾り_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服のアレ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -115.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1435.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1435.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader27\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.477808599167822, 0.775 } },\n\t\t\t\t\t\tYSize = Input { Value = 0.75 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRS_MouthAIUEO = Fuse.RS_MouthAIUEO {\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tVersion = 1,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tN = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tE = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tO = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tU = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tI = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tA = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"RS_MouthAIUEO\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2293.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2425.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader48\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2293.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -2029.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkBackgroundForeground\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBlinkBackgroundForeground = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 51, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },\n\t\t\t\t\t\t[153] = { 1, RH = { 154, 1 }, LH = { 153, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[157] = { 0, LH = { 157, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_Passive = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tICD_Width = 0.4\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tICD_Width = 0.4\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 157 },\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -940.5 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -115.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\" },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon72 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komari70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_oko69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_tojime49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon63 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_haatome58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yabame56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waaa42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_niyari40 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_sun39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_o38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_oo37 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_e36 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_muu34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoo33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nn32 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuma24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_piisu18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_piisu12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_houchou10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 82.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5885, 577.5 }\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INP_Default = 0.1 }, y = { INP_MinScale = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INP_Default = 0.1 }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_MinScale = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INP_Default = 0 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1567.5 } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/琴葉葵(FUSE_Open).setting",
    "content": "{\n\tTools = ordered() {\n\t\tAoi = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tFlags = {\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ぴょん\",\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"N003_跳ねる\",\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"N004_跳ねる_小\",\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSource = \"N005_不安\",\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"N006_荒ぶる\",\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"N007_震え\",\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase_show_77\",\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase_hide_77\",\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_show_76\",\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_hide_76\",\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_show_75\",\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_hide_75\",\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kihon72\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"N002_gokigen71\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ごきげん\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"N001_komari70\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"N000_oko69\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おこ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"N005_mesetto66\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"N004_tatesenme50\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*縦線目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"N003_tojime49\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*閉じ目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"N002_nagomime48\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"N001_none47\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"N000_nikkori46\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"N003_matsugekihon66\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ基本\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"N002_matsugehanme65\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ半目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"N001_matsugeoko64\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげおこ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"N008_kihon63\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kameramesenmigi5px62\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線/右5px\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"N006_mesorashihidari5px61\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし/左5px\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"N005_nigorime60\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*濁り目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kirakirame59\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*きらきら目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"N003_haatome58\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ハート目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"N002_gurugurume57\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"N001_yabame56\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*やば目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shironukime55\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*白抜き目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSource = \"N011_hohoemi43\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSource = \"N010_waaa42\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*わあー\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSource = \"N009_uhehe41\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うへへ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSource = \"N008_niyari40\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にやり\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSource = \"N007_sun39\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*すん\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSource = \"N006_o38\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSource = \"N005_oo37\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おー\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSource = \"N004_e36\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSource = \"N003_uootsu35\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うおーっ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSource = \"N002_muu34\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoo33\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSource = \"N000_nn32\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kageri_show_28\",\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kageri_hide_28\",\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hoppe27\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoppeakame26\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoppeakame225\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kuma24\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*クマ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kihon20\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kangaeru19\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"N002_piisu18\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"N001_banzai17\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSource = \"N000_udewohirogeru16\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"N005_kihon13\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"N004_piisu12\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSource = \"N003_sasasu11\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指さす\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSource = \"N002_houchou10\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*包丁\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSource = \"N001_banzai9\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSource = \"N000_udewohirogeru8\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSource = \"N012_kigounado_show_77\",\n\t\t\t\t\tName = \"記号など show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSource = \"N012_kigounado_hide_77\",\n\t\t\t\t\tName = \"記号など hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kamikazari_show_5\",\n\t\t\t\t\tName = \"髪飾り show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kamikazari_hide_5\",\n\t\t\t\t\tName = \"髪飾り hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kamikazariflipx_show_4\",\n\t\t\t\t\tName = \"髪飾り:flipx show\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kamikazariflipx_hide_4\",\n\t\t\t\t\tName = \"髪飾り:flipx hide\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tDefault = -1,\n\t\t\t\t\tSourceOp = \"RS_MouthOpen1\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tDefault = 157,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"sp00\",\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0.1 }, y = { LINKS_Name = \"y\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0.1 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { LINKS_Name = \"in_out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Red = 193, Blue = 231, Green = 106 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 6050, 577.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Integer = false, INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\" } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Red = 210, Blue = 30, Green = 105 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 5225, 577.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INP_Default = 0 }, speed = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\" }, width = { INP_MinScale = 0, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Default = 0 }, amplitude = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\" }, out = { INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"out\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 5555, 577.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 973.5 } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 973.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 775.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 973.5 } }\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Default = 1 }, offset = { LINKS_Name = \"offset\", INP_MaxScale = 500, INP_Integer = true, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Red = 0, Blue = 0, Green = 255 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 5390, 577.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INP_Default = 0 }, speed = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\" }, width = { INP_MinScale = 0, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Default = 0 }, amplitude = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\" }, out = { INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"out\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 }, v = { INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"v\", LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\", CBC_TriState = false, INP_Default = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 6215, 577.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INP_Default = 0 }, speed = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\" }, width = { LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 }, amplitude = { INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\" }, out = { LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 5720, 577.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 2420 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!体.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"後ろ髪_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"体_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader10\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪飾り_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader15\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader16\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader20\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服のアレ_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader22\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader55\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background10\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -115.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1435.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1435.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1303.5 } },\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1138.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform2 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M03\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYSize = Input { Value = 1.5 },\n\t\t\t\t\t\tPivot = Input { Value = { 0.478285486809476, 0.771400169317463 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tTransform3 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M04\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYSize = Input { Value = 0.8 },\n\t\t\t\t\t\tPivot = Input { Value = { 0.477458219976681, 0.770689997689998 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tRS_MouthOpen1 = Fuse.RS_MouthOpen {\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tVersion = 1,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tM06 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M05\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM04 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM02 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M02\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM01 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M01\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tM05 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"RS_MouthOpen1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2293.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2425.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader48\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2293.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -2161.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader51\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -2029.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1303.5 } },\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader37\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1039.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlinkBackgroundForeground = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Red = 16, Blue = 235, Green = 164 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 51, 0 } },\n\t\t\t\t\t\t[153] = { 1, LH = { 153, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 154, 1 } },\n\t\t\t\t\t\t[157] = { 0, LH = { 157, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_Passive = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tICD_Width = 0.4\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tICD_Width = 0.4\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 157 },\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -940.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -115.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tColors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon72 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komari70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_oko69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_tojime49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon63 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_haatome58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yabame56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waaa42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_niyari40 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_sun39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_o38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_oo37 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_e36 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_muu34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoo33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nn32 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuma24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_piisu18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_piisu12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_houchou10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\" },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 82.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"x\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0.1 }, y = { INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"y\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0.1 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKS_Name = \"in_out\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Red = 193, Blue = 231, Green = 106 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 5885, 577.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/old/琴葉葵.setting",
    "content": "{\n\tTools = ordered() {\n\t\tAoi = GroupOperator {\n\t\t\tTools = ordered() {\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { LINKS_Name = \"x\", INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\" }, y = { LINKS_Name = \"y\", INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\" }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\" }, in_out = { LINKS_Name = \"in_out\", INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6050, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2425.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, ICS_ControlPage = \"Controls\", INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5225, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -2161.5 } }\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5555, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 775.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 973.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -2161.5 } }\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2425.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { LINKS_Name = \"offset\", INP_Default = 0, INP_MaxScale = 500, INP_MinScale = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"ScrewControl\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5390, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6215, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\" }, width = { LINKS_Name = \"\\nwidth\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, INP_MinScale = 0, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\" }, out = { LINKS_Name = \"out\", INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5720, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1482 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 2420 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!体.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"後ろ髪_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"体_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader4\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader10\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪飾り_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader15\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader16\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader20\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"服のアレ_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader22\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background9\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader55\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background10\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -115.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1435.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1435.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_1 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1303.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1138.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1138.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader33\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1138.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader27\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1237.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tYSize = Input { Value = 0.75 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"E\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.477808599167822, 0.775 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveE = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"O\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 6, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveU = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveE\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 5, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"U\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveI = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveU\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 4, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"I\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveA = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveI\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 3, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"A\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolveN = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveA\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 2, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"N\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthAnim = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DissolveN\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" } },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 1, 0, 1)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthCtrl = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tAnim = {\n\t\t\t\t\t\t\tLINKS_Name = \"Anim\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"AnimOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"MouthAnim:SetAttrs({TOOLB_PassThrough = false})\\nMouthCtrl.AnimStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"AnimOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"MouthAnim:SetAttrs({TOOLB_PassThrough = true})\\nMouthCtrl.AnimStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAnimStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tAnimStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -841.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader34\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -940.5 } }\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader29\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -940.5 } }\n\t\t\t\t},\n\t\t\t\tTransform2 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tYSize = Input { Value = 1.5 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M03\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.478285486809476, 0.771400169317463 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -841.5 } }\n\t\t\t\t},\n\t\t\t\tM04 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -940.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform3 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tYSize = Input { Value = 0.8 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M04\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.477458219976681, 0.770689997689998 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -841.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tM05 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -841.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader28\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolve1 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M05\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -742.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve2 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -742.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve3 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M02\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input { Expression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)\" },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -742.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve4 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"M01\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -742.5 } }\n\t\t\t\t},\n\t\t\t\tDissolve5 = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tExpression = \"iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)\",\n\t\t\t\t\t\t\tValue = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve4\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -742.5 } }\n\t\t\t\t},\n\t\t\t\tMouthCtrlB = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -478.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tThreshold_005 = Input { Value = 0.8 },\n\t\t\t\t\t\tThreshold_004 = Input { Value = 0.6 },\n\t\t\t\t\t\tThreshold_003 = Input { Value = 0.4 },\n\t\t\t\t\t\tThreshold_002 = Input { Value = 0.2 },\n\t\t\t\t\t\tThreshold_001 = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Dissolve5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOpen = Input { Value = -1 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tOpen = {\n\t\t\t\t\t\t\tLINKS_Name = \"Open\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_005 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_005\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.833333333333333,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_004 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_004\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.666666666666667,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_003 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_003\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_002 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_002\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.333333333333333,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold_001 = {\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold_001\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.166666666666667,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MouthCtrlB\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2293.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2425.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader48\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2293.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background7\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader51\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -2029.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background6\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目セット\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tAutoDomain1_2 = AutoDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1303.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -1039.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Loader37\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBlink = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AutoDomain1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlinkMix\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Closed\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeBlinkMix = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 164, Blue = 235, Red = 16 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 51, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[153] = { 1, RH = { 154, 1 }, LH = { 153, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[157] = { 0, LH = { 157, 0.333333333333333 }, Flags = { Loop = true, PreLoop = true, StepIn = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeCtrl = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeCtrl')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\\n\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOn = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlinkOff = {\n\t\t\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEyeStatus = {\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlink = Input { Value = 157 },\n\t\t\t\t\t\tEyeStatus = Input { Value = \"On\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeBlink\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -940.5 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -115.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 82.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_MG1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon72 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komari70 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_oko69 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_tojime49 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none47 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon63 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_haatome58 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yabame56 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waaa42 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_niyari40 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_sun39 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_o38 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_oo37 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_e36 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_muu34 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoo33 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nn32 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuma24 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon20 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_piisu18 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai17 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon13 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_piisu12 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_houchou10 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai9 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5885, 577.5 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tFlags = {\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSource = \"N002_ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSource = \"N003_跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSource = \"N005_不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSource = \"N006_荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSource = \"N007_震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSource = \"N002_ase_show_77\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSource = \"N002_ase_hide_77\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSource = \"N001_ase2_show_76\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSource = \"N001_ase2_hide_76\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSource = \"N000_namida_show_75\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSource = \"N000_namida_hide_75\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kihon72\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_gokigen71\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ごきげん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_komari70\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*困り\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_oko69\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おこ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_mesetto66\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_tatesenme50\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*縦線目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_tojime49\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*閉じ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_nagomime48\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_none47\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_nikkori46\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_matsugekihon66\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_matsugehanme65\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげ半目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_matsugeoko64\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*まつげおこ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_kihon63\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_kameramesenmigi5px62\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*カメラ目線/右5px\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_mesorashihidari5px61\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*目逸らし/左5px\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_nigorime60\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*濁り目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kirakirame59\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*きらきら目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_haatome58\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ハート目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_gurugurume57\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ぐるぐる目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_yabame56\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*やば目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_shironukime55\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*白抜き目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N011_hohoemi43\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N010_waaa42\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*わあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N009_uhehe41\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うへへ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N008_niyari40\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*にやり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N007_sun39\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*すん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N006_o38\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_oo37\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*おー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_e36\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*え\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_uootsu35\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*うおーっ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_muu34\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*むー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoo33\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_nn32\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*んー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSource = \"N004_kageri_show_28\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSource = \"N004_kageri_hide_28\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_hoppe27\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_hoppeakame26\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_hoppeakame225\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ほっぺ赤め2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_kuma24\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*クマ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_kihon20\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_kangaeru19\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*考える\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_piisu18\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_banzai17\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_udewohirogeru16\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N005_kihon13\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N004_piisu12\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N003_sasasu11\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*指さす\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N002_houchou10\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*包丁\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N001_banzai9\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"N000_udewohirogeru8\",\n\t\t\t\t\tWidth = 0.25,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など show\",\n\t\t\t\t\tSource = \"N012_kigounado_show_77\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など hide\",\n\t\t\t\t\tSource = \"N012_kigounado_hide_77\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り show\",\n\t\t\t\t\tSource = \"N003_kamikazari_show_5\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り hide\",\n\t\t\t\t\tSource = \"N003_kamikazari_hide_5\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx show\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_show_4\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx hide\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_hide_4\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"Anim\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"AnimOn\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"AnimOff\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"AnimStatus\",\n\t\t\t\t\tSourceOp = \"MouthCtrl\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"Open\",\n\t\t\t\t\tSourceOp = \"MouthCtrlB\",\n\t\t\t\t\tDefault = -1\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 157\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"sp00\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOn\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSource = \"BlinkOff\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tName = \"\",\n\t\t\t\t\tSource = \"EyeStatus\",\n\t\t\t\t\tSourceOp = \"EyeCtrl\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/ずんだもん(Open).setting",
    "content": "{\n\tTools = ordered() {\n\t\tZundamon = GroupOperator {\n\t\t\tTools = ordered() {\n\t\t\t\tLoader71 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目ハート.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-ぱんつ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-UU.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11055, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader80 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8250, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader95 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader72 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11825, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7700, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader88 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader86 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7590, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader82 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8690, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 12815, 742.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tDefault = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8140, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9240, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader91 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-スク水.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13970, 742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader98 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader99 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\アヒルちゃん.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9130, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8030, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background_1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 907.5 } },\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain_1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 1039.5 } },\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 907.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 1039.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 1171.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.1 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8800, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, 742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13475, 742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\" }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\" }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14630, 742.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader69 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11495, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9020, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14135, 742.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader89 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10945, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-おほお.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10010, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10120, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader96 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader75 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-制服.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader76 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\" }, offset = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\" } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12980, 742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },\n\t\t\t\t\t\t[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\パーカー裏地.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -16.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader81 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10230, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んへー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12705, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader85 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13695, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8910, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader70 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11605, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11275, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader78 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10945, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-バスタオル.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader94 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-パーカー(裏地とセットで使用).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader97 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader84 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13585, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-素体.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装2_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -544.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服装2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -544.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装2\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader87 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader92 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆萎え.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11495, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader74 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7920, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14795, 742.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader73 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13310, 742.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader79 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14300, 742.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -16.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, 115.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\尻尾的なアレ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -16.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"尻尾的なアレ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, 115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーカー裏地_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, 115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"尻尾的なアレ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-いつもの服.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕1\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -544.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG2\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服装1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕1\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -544.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG2\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服装1\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, 115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"パーカー裏地_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服装1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader61\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10340, 115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground13 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain13 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader90 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11055, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader90\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, 115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground14 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain14 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader93 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆通常.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11605, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader93\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"枝豆\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, 115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"枝豆\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground15 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain15 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗3_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗3_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗1_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"アヒルちゃん_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"アヒルちゃん_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, 115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12705, 115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -709.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -709.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM_Close = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -280.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -280.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -280.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader45\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -280.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM_Open = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -280.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader43\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthOpenAnim = MultiMerge {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tM_Open = {\n\t\t\t\t\t\t\tINP_Default = 6,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"M_Open\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\t\t\tINP_MinAllowed = 3,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 3\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold = {\n\t\t\t\t\t\t\tINP_Default = 0.550000011920929,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLabel_000 = {\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"※変更後アニメーションを作り直す必要があります。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13200, 115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"M_Close\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"M_Close\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"M01\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"M01\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"M02\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"M02\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"M03\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"M03\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"M_Open\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"M_Open\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\tThreshold = Input { Value = 0.55 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -1171.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground11 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain11 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader77 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader77\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground12 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain12 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -1963.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader83 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13475, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1963.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader83\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1831.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1435.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1171.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -280.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader68 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13640, -280.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader68\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 115.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnimLayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnimLayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeAnimLayerEnabled1 = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, RH = { 41, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },\n\t\t\t\t\t\t[123] = { 0, RH = { 124, 1 }, LH = { 123, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[127] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 127, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeAnimLayerEnabled2 = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 41, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },\n\t\t\t\t\t\t[123] = { 1, RH = { 124, 1 }, LH = { 123, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[127] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 127, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 346.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_show_128 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_hide_128 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_show_3 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_hide_3 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_show_2 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_hide_2 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_fukusou155 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*服装1\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_fukusou231 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*服装2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_show_128 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader99\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_hide_128 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_127 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader98\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_127 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_show_126 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader97\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_hide_126 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_125 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader96\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_125 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_show_124 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader95\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_hide_124 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_枝豆\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"枝豆\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_paakaaurajitosettodeshiyou121 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader94\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_edamametsuujou120 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader93\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆通常\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_edamamenae119 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader92\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆萎え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuumayu116 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader91\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu115 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader90\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu114 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader89\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu1113 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader88\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu2112 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader87\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_mesetto109 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_uwamuki93 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader74\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_uwamuki292 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader73\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_uwamuki391 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader72\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き3\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_hosomemehaato90 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader71\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目ハート\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hosomeme89 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader70\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_jitome88 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader69\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nagomime87 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader68\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori86 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori285 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_UU84 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none83 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_〇〇82\"] = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru81 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuushirome98 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader77\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_jitoshirome97 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader76\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mihirakishirome96 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader75\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_futsuume109 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader86\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_futsuume2108 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader85\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_futsuume3107 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader84\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目3\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kameramesen106 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader83\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kameramesen2105 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader82\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kameramesen3104 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader81\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線3\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_mesorashi103 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader80\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_mesorashi2102 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader79\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi3101 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader78\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし3\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_73 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_73 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoppe78 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe277 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppeakame76 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame75 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji74 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_muu70 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_yu69 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_o68 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ohoo67 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hahee66 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_nn65 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nhee64 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_naa63 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_△62\"] = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_mufu61 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoo60 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoa59 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hoaa58 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"服装1\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_itsumonofuku35 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*いつもの服\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_seifuku34 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*制服\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon55 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi54 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru53 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto52 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu51 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_yubisashishi50 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_maiku49 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji48 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon45 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi44 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru43 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto42 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu41 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kangaeru40 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso39 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji38 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装2\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"服装2\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_basutaoru9 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*バスタオル\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_sukumizu8 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*スク水\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_pantsu7 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぱんつ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_motokarada6 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*素体\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon31 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi30 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru29 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto28 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu27 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru26 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_munamoto25 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso24 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji23 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon20 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi19 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru18 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto17 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu16 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_yubisashishi15 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_maiku14 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_munamoto13 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji12 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root2 = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\nアヒルちゃん_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n枝豆_MG1\\n枝豆_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n口_MG1\\n口_MG\\n右腕_MG2\\n右腕1_MG\\n左腕_MG2\\n左腕1_MG\\n服装1_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n服装2_MG\\nパーカー裏地_MG\\n尻尾的なアレ_MG\" },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_枝豆\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_服装1\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_服装2\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_左腕\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_右腕\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root2 = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 478.5 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\" }, y = { INP_Default = 0.1, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\" }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14465, 742.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tName = \"Use Size and Aspect\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tName = \"X Size\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tName = \"Y Size\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"モーション\",\n\t\t\t\t\tSourceOp = \"Motion_Speed\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"リズム_Ctrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"N004_ahiruchan_show_128\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"アヒルちゃん show\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"N004_ahiruchan_hide_128\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"アヒルちゃん hide\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"N003_namida_show_127\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"N003_namida_hide_127\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase1_show_126\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗1 show\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase1_hide_126\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗1 hide\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_show_125\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_hide_125\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"N000_ase3_show_124\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗3 show\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"N000_ase3_hide_124\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"汗3 hide\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_枝豆\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"枝豆\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"N002_paakaaurajitosettodeshiyou121\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"N001_edamametsuujou120\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*枝豆通常\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"N000_edamamenae119\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*枝豆萎え\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"N004_futsuumayu116\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*普通眉\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"N003_ikarimayu115\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*怒り眉\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"N002_agarimayu114\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*上がり眉\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"N001_komarimayu1113\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*困り眉1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"N000_komarimayu2112\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*困り眉2\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSource = \"N013_mesetto109\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*目セット\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSource = \"N012_uwamuki93\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*上向き\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSource = \"N011_uwamuki292\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*上向き2\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSource = \"N010_uwamuki391\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*上向き3\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSource = \"N009_hosomemehaato90\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*細め目ハート\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSource = \"N008_hosomeme89\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*細め目\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSource = \"N007_jitome88\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ジト目\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSource = \"N006_nagomime87\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSource = \"N005_nikkori86\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSource = \"N004_nikkori285\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*にっこり2\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSource = \"N003_UU84\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*UU\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSource = \"N002_none83\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSource = \"N001_〇〇82\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*〇〇\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSource = \"N000_guruguru81\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ぐるぐる\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSource = \"N002_futsuushirome98\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*普通白目\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSource = \"N001_jitoshirome97\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ジト白目\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSource = \"N000_mihirakishirome96\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*見開き白目\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"N008_futsuume109\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*普通目\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"N007_futsuume2108\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*普通目2\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"N006_futsuume3107\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*普通目3\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"N005_kameramesen106\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*カメラ目線\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kameramesen2105\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*カメラ目線2\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kameramesen3104\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*カメラ目線3\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"N002_mesorashi103\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*目逸らし\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"N001_mesorashi2102\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*目逸らし2\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSource = \"N000_mesorashi3101\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*目逸らし3\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_show_73\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_hide_73\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSource = \"N005_hoppe78\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSource = \"N004_hoppe277\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ほっぺ2\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hoppeakame76\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ほっぺ赤め\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSource = \"N002_aozame75\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*青ざめ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hihyouji74\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSource = \"N012_muu70\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*むー\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"N011_yu69\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ゆ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"N010_o68\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"N009_ohoo67\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*おほお\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSource = \"N008_hahee66\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*はへえ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"N007_nn65\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*んー\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"N006_nhee64\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*んへー\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"N005_naa63\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*んあー\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"N004_△62\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*△\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"N003_mufu61\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*むふ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoo60\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoa59\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ほあ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSource = \"N000_hoaa58\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ほあー\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕1\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kihon55\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"N006_koshi54\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*腰\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSource = \"N005_tewoageru53\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*手を挙げる\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kuchimoto52\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*口元\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kurushimu51\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*苦しむ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSource = \"N002_yubisashishi50\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*指差し\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSource = \"N001_maiku49\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*マイク\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSource = \"N000_hihyouji48\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕1\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kihon45\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSource = \"N006_koshi44\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*腰\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSource = \"N005_tewoageru43\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*手を挙げる\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kuchimoto42\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*口元\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kurushimu41\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*苦しむ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kangaeru40\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*考える\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hisohiso39\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*ひそひそ\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSource = \"N000_hihyouji38\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_服装1\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"服装1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSource = \"N001_itsumonofuku35\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*いつもの服\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSource = \"N000_seifuku34\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"*制服\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_Root2\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tSource = \"N001_paakaauraji_show_3\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"パーカー裏地 show\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSource = \"N001_paakaauraji_hide_3\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"パーカー裏地 hide\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shippotekinaare_show_2\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"尻尾的なアレ show\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shippotekinaare_hide_2\",\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tName = \"尻尾的なアレ hide\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tDefault = 6,\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"M_Open\"\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tDefault = 0.55,\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"Threshold\"\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tSource = \"Label_000\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"※変更後アニメーションを作り直す必要があります。\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput137 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput138 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput139 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput140 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput141 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput142 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput143 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput144 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput145 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput146 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput147 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput148 = InstanceInput {\n\t\t\t\t\tDefault = 127,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput149 = InstanceInput {\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput150 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput151 = InstanceInput {\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Make Anim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput152 = InstanceInput {\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Delete Anim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput153 = InstanceInput {\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput154 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput155 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput156 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput157 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput158 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput159 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput160 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput161 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 1\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/ずんだもん.setting",
    "content": "{\n\tTools = ordered() {\n\t\tZundamon = GroupOperator {\n\t\t\tTools = ordered() {\n\t\t\t\tLoader72 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11825, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader71 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目ハート.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-UU.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11055, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -841.5 } }\n\t\t\t\t},\n\t\t\t\tLoader89 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10945, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader95 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader80 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -2095.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-ぱんつ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7700, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9020, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader82 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -2095.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 12815, 709.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9240, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8690, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader98 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader99 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\アヒルちゃん.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9130, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8030, -808.5 } }\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 874.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 1006.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 874.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 1006.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 1138.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.1 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -841.5 } }\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8800, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader78 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -2095.5 } }\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13970, 709.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, 709.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" },\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14630, 709.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13475, 709.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INPID_InputControl = \"CheckboxControl\", INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INP_Default = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 709.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader69 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11495, -1303.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14135, 709.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader86 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -2095.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13310, 709.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-おほお.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -841.5 } }\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10010, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10120, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader96 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -841.5 } }\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader76 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader81 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -2095.5 } }\n\t\t\t\t},\n\t\t\t\tLoader88 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10230, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader85 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13695, -2095.5 } }\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -841.5 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8910, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-制服.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader70 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11605, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11275, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10945, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8250, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-バスタオル.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader75 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tLoader94 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-パーカー(裏地とセットで使用).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader97 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 709.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INPID_InputControl = \"CheckboxControl\", INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INP_Default = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader84 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目3_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13585, -2095.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -412.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -280.5 } }\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-素体.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服装2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -280.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -808.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -676.5 } }\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -676.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -544.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服装2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -280.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -808.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -676.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -676.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -544.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服装2\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -148.5 } }\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader87 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8140, -808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12980, 709.5 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\" }, offset = { INP_Default = 0, INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand\"] = BezierSpline {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },\n\t\t\t\t\t\t[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },\n\t\t\t\t\t\t[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader92 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆萎え.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11495, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader74 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\パーカー裏地.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -16.5 } }\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7920, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader91 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14795, 709.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INPID_InputControl = \"CheckboxControl\", INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INP_Default = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -841.5 } }\n\t\t\t\t},\n\t\t\t\tLoader73 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader79 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -2095.5 } }\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14300, 709.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-スク水.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -412.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -841.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -16.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, 115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\尻尾的なアレ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -16.5 } }\n\t\t\t\t},\n\t\t\t\t[\"尻尾的なアレ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, 115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"パーカー裏地_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"尻尾的なアレ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, 115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -412.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -280.5 } }\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-いつもの服.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服装1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -280.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -808.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -676.5 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -676.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -544.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG2\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服装1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -280.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -808.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -676.5 } }\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -676.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -544.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG2\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"服装1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -148.5 } }\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"パーカー裏地_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服装1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9460, 115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -412.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -280.5 } }\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader61\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -148.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10340, 115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground13 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -412.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain13 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -280.5 } }\n\t\t\t\t},\n\t\t\t\tLoader90 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11055, -412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader90\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -148.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11165, 115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground14 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -412.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain14 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -280.5 } }\n\t\t\t\t},\n\t\t\t\tLoader93 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆通常.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11605, -412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader93\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"枝豆\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -148.5 } }\n\t\t\t\t},\n\t\t\t\t[\"枝豆_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"枝豆\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11715, 115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground15 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -412.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain15 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗3_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗3_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"アヒルちゃん_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -280.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"アヒルちゃん_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -148.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"枝豆_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12485, 115.5 } }\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12705, 115.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -841.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -709.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -709.5 } }\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -280.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -16.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.460079669291306, 0.690525920907883 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -841.5 } }\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -16.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -841.5 } }\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader43\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -16.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んへー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12705, -841.5 } }\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader49\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -16.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -841.5 } }\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader54\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -16.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -841.5 } }\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader45\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -16.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -841.5 } }\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12705, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12705, -16.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13145, 115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -1171.5 } }\n\t\t\t\t},\n\t\t\t\tBackground11 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -1699.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain11 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tLoader77 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -1699.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader77\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -1567.5 } }\n\t\t\t\t},\n\t\t\t\tBackground12 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 300 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -2095.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain12 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -1963.5 } }\n\t\t\t\t},\n\t\t\t\tLoader83 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13475, -2095.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader83\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1963.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1831.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1567.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1435.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1171.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader68 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -1303.5 } }\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13640, -280.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader68\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 148.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeAnim_2LayerEnabled1 = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 41, 0.666666666666667 } },\n\t\t\t\t\t\t[123] = { 0, Flags = { StepIn = true }, RH = { 124.333333333333, 0.333333333333333 }, LH = { 82, 0.333333333333333 } },\n\t\t\t\t\t\t[127] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 125.666666666667, 0.666666666666667 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeAnim_2LayerEnabled2 = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 41, 0.333333333333333 } },\n\t\t\t\t\t\t[123] = { 1, Flags = { StepIn = true }, RH = { 124.333333333333, 0.666666666666667 }, LH = { 82, 0.666666666666667 } },\n\t\t\t\t\t\t[127] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 125.666666666667, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 346.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\nアヒルちゃん_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n枝豆_MG1\\n枝豆_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n口_MG1\\n口_MG\\n右腕_MG2\\n右腕1_MG\\n左腕_MG2\\n左腕1_MG\\n服装1_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n服装2_MG\\nパーカー裏地_MG\\n尻尾的なアレ_MG\" },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_枝豆\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_服装1\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_服装2\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_左腕\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_右腕\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root2 = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_show_128 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kigounado_hide_128 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_show_3 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_paakaauraji_hide_3 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーカー裏地 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_show_2 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shippotekinaare_hide_2 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"尻尾的なアレ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_fukusou155 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*服装1\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_fukusou231 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*服装2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_show_128 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader99\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ahiruchan_hide_128 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"アヒルちゃん hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_127 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader98\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_127 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_show_126 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader97\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_hide_126 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_125 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader96\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_125 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_show_124 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader95\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_hide_124 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_枝豆\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"枝豆\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_paakaaurajitosettodeshiyou121 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader94\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_edamametsuujou120 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader93\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆通常\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_edamamenae119 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader92\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*枝豆萎え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuumayu116 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader91\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu115 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader90\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu114 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader89\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu1113 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader88\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu2112 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader87\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_mesetto109 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_uwamuki93 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader74\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_uwamuki292 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader73\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_uwamuki391 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader72\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き3\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_hosomemehaato90 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader71\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目ハート\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hosomeme89 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader70\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*細め目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_jitome88 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader69\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nagomime87 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader68\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori86 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori285 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_UU84 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none83 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_〇〇82\"] = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru81 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuushirome98 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader77\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_jitoshirome97 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader76\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mihirakishirome96 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader75\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_futsuume109 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader86\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_futsuume2108 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader85\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_futsuume3107 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader84\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目3\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kameramesen106 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader83\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kameramesen2105 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader82\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kameramesen3104 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader81\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線3\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_mesorashi103 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader80\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_mesorashi2102 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader79\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi3101 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader78\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし3\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_73 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_73 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoppe78 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe277 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppeakame76 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame75 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji74 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_muu70 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_yu69 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_o68 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ohoo67 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_hahee66 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_nn65 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nhee64 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_naa63 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_△62\"] = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_mufu61 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoo60 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoa59 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hoaa58 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"服装1\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_itsumonofuku35 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*いつもの服\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_seifuku34 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*制服\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon55 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi54 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru53 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto52 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu51 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_yubisashishi50 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_maiku49 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji48 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon45 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_koshi44 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_tewoageru43 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimoto42 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kurushimu41 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kangaeru40 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso39 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji38 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_服装2\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"服装2\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_basutaoru9 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*バスタオル\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_sukumizu8 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*スク水\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_pantsu7 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぱんつ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_motokarada6 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*素体\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon31 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi30 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru29 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto28 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu27 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru26 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_munamoto25 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hisohiso24 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji23 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon20 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_koshi19 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_tewoageru18 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kuchimoto17 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kurushimu16 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_yubisashishi15 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_maiku14 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_munamoto13 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji12 = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root2 = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 445.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 14465, 709.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7590, -808.5 } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tPage = \"モーション\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tSourceOp = \"Motion_Speed\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tSourceOp = \"Motion_Str\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"N004_ahiruchan_show_128\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"アヒルちゃん show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"N004_ahiruchan_hide_128\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"アヒルちゃん hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"N003_namida_show_127\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"N003_namida_hide_127\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase1_show_126\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase1_hide_126\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_show_125\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_hide_125\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"N000_ase3_show_124\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"N000_ase3_hide_124\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_枝豆\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"枝豆\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"N002_paakaaurajitosettodeshiyou121\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"N001_edamametsuujou120\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*枝豆通常\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"N000_edamamenae119\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*枝豆萎え\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"N004_futsuumayu116\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"N003_ikarimayu115\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"N002_agarimayu114\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上がり眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"N001_komarimayu1113\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉1\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"N000_komarimayu2112\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSource = \"N013_mesetto109\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSource = \"N012_uwamuki93\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上向き\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSource = \"N011_uwamuki292\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上向き2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSource = \"N010_uwamuki391\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上向き3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSource = \"N009_hosomemehaato90\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*細め目ハート\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSource = \"N008_hosomeme89\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*細め目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSource = \"N007_jitome88\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSource = \"N006_nagomime87\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSource = \"N005_nikkori86\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSource = \"N004_nikkori285\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSource = \"N003_UU84\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*UU\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSource = \"N002_none83\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSource = \"N001_〇〇82\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*〇〇\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSource = \"N000_guruguru81\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぐるぐる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSource = \"N002_futsuushirome98\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通白目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSource = \"N001_jitoshirome97\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト白目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSource = \"N000_mihirakishirome96\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*見開き白目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"N008_futsuume109\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"N007_futsuume2108\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通目2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"N006_futsuume3107\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通目3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"N005_kameramesen106\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kameramesen2105\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kameramesen3104\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"N002_mesorashi103\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"N001_mesorashi2102\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSource = \"N000_mesorashi3101\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし3\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_show_73\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_hide_73\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSource = \"N005_hoppe78\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSource = \"N004_hoppe277\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hoppeakame76\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ赤め\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSource = \"N002_aozame75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*青ざめ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hihyouji74\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSource = \"N012_muu70\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"N011_yu69\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ゆ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"N010_o68\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"N009_ohoo67\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おほお\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSource = \"N008_hahee66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*はへえ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"N007_nn65\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"N006_nhee64\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んへー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"N005_naa63\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"N004_△62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*△\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"N003_mufu61\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むふ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoo60\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoa59\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほあ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSource = \"N000_hoaa58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kihon55\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"N006_koshi54\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腰\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSource = \"N005_tewoageru53\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kuchimoto52\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kurushimu51\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*苦しむ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSource = \"N002_yubisashishi50\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*指差し\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSource = \"N001_maiku49\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*マイク\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSource = \"N000_hihyouji48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kihon45\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSource = \"N006_koshi44\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腰\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSource = \"N005_tewoageru43\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kuchimoto42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kurushimu41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*苦しむ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kangaeru40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*考える\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hisohiso39\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ひそひそ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSource = \"N000_hihyouji38\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_服装1\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"服装1\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSource = \"N001_itsumonofuku35\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*いつもの服\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSource = \"N000_seifuku34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*制服\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_Root2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tSource = \"N001_paakaauraji_show_3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーカー裏地 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSource = \"N001_paakaauraji_hide_3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーカー裏地 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shippotekinaare_show_2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"尻尾的なアレ show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shippotekinaare_hide_2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"尻尾的なアレ hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tPage = \"口パク\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput137 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput138 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput139 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput140 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput141 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput142 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput143 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput144 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput145 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput146 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput147 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput148 = InstanceInput {\n\t\t\t\t\tDefault = 127,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput149 = InstanceInput {\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput150 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput151 = InstanceInput {\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput152 = InstanceInput {\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput153 = InstanceInput {\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput154 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput155 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput156 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput157 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput158 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput159 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput160 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput161 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/ちびめたん.setting",
    "content": "{\n\tTools = ordered() {\n\t\tMetan = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"モーション\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_namida_show_86\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_namida_hide_86\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase1_show_85\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 show\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase1_hide_85\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗1 hide\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_show_84\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_hide_84\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase3_show_83\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 show\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase3_hide_83\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗3 hide\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_futsuufutomayu80\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通太眉\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_ikarifutomayu79\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り太眉\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_komarifutomayu78\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り太眉\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_futsuumayu77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通眉\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_ikarimayu76\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り眉\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_agarimayu75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上がり眉\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_komarimayu174\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉1\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_komarimayu273\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉2\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_mesetto70\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_jitome61\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト目\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_nagomime60\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ目\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_nikkori59\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_nikkori258\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり2\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_UU57\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*UU\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_none56\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_〇〇55\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*〇〇\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_guruguru54\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぐるぐる\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_futsuushirome65\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通白目\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_jitoshirome64\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト白目\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_futsuume70\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通目\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kameramesen69\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_mesorashi68\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N018_nishi51\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にし\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N017_hetsu50\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*へっ\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N016_ohoo49\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おほお\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N015_hahee48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*はへえ\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N014_muu47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むー\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N013_yu46\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ゆ\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_o45\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_n44\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ん\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_nn43\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_nhee42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んへー\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_naa41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んあー\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_△40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*△\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_mufu39\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むふ\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_hoo38\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほー\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_hoa37\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほあ\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_hoaa36\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほあー\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_hohoemi35\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_aha34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_aha33\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔色\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_show_24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_hide_24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_hoppe30\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_hoppe229\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ2\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_hoppe328\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ3\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_hoppe427\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ4\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_aozame26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*青ざめ\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_hihyouji25\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_kihon21\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_koshi20\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_tewoageru19\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kuchimoto18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kurushimu17\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_yubisashishi16\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*指差し\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_maiku15\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*マイク\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_kihon12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_koshi11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腰\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_tewoageru10\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kuchimoto9\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kurushimu8\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*苦しむ\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kangaeru7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*考える\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_hisohiso6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ひそひそ\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_kigounado_show_86\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など show\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_kigounado_hide_86\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など hide\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tPage = \"口パク\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tDefault = 139,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\"\n\t\t\t\t},\n\t\t\t\tInput137 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\"\n\t\t\t\t},\n\t\t\t\tInput138 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\"\n\t\t\t\t},\n\t\t\t\tInput139 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput140 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput141 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput142 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput143 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput144 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput145 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput146 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ3_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 7645, 379.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ4_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ん.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, 379.5 } }\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1402.5 } }\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, 379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, 379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tDefault = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 5830, 379.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-おほお.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, 544.5 } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, 676.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 544.5 } }\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 676.5 } }\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.1 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 808.5 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, 379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -2194.5 } }\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1402.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 7150, 379.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1798.5 } }\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\" }, offset = { INP_Default = 0, INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 379.5 } }\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },\n\t\t\t\t\t\t[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },\n\t\t\t\t\t\t[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -2194.5 } }\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り太眉.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り太眉.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んへー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んあー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-UU.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-へっ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 7810, 379.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, 379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 7315, 379.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!身体.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"身体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!ヘアバンド.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ヘアバンド_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"身体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ヘアバンド_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader23\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通太眉.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader63\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗3_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗3_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -973.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -973.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -841.5 } }\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -511.5 } }\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.46131230879227, 0.693462995897606 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader24\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-にし.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader25\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader36\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -214.5 } }\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1270.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1798.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1666.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -1798.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1666.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1650 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -2194.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -2062.5 } }\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -2194.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader54\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -2062.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1930.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1666.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1534.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1270.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1138.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1402.5 } }\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader49\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -511.5 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 139 },\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -115.5 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim_2LayerEnabled1 = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 45, 0.666666666666667 } },\n\t\t\t\t\t\t[135] = { 0, RH = { 136.333333333333, 0.333333333333333 }, Flags = { StepIn = true }, LH = { 90, 0.333333333333333 } },\n\t\t\t\t\t\t[139] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 137.666666666667, 0.666666666666667 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 }\n\t\t\t\t},\n\t\t\t\tEyeAnim_2LayerEnabled2 = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 45, 0.333333333333333 } },\n\t\t\t\t\t\t[135] = { 1, RH = { 136.333333333333, 0.666666666666667 }, Flags = { StepIn = true }, LH = { 90, 0.666666666666667 } },\n\t\t\t\t\t\t[139] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 137.666666666667, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n右腕_MG1\\n右腕_MG\\n左腕_MG1\\n左腕_MG\\nヘアバンド_MG\\n身体_MG\" },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_show_86 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kigounado_hide_86 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_show_86 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_namida_hide_86 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_show_85 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase1_hide_85 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_84 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_84 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_show_83 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase3_hide_83 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_futsuufutomayu80 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通太眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_ikarifutomayu79 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り太眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_komarifutomayu78 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り太眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuumayu77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ikarimayu76 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu174 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu273 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_mesetto70 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_jitome61 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_nagomime60 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori59 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori258 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_UU57 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none56 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_〇〇55\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru54 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_futsuushirome65 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_jitoshirome64 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuume70 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kameramesen69 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi68 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 19,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN018_nishi51 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN017_hetsu50 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*へっ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN016_ohoo49 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN015_hahee48 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN014_muu47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_yu46 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_o45 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_n44 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_nn43 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_nhee42 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_naa41 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_△40\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mufu39 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoo38 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoa37 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoaa36 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hohoemi35 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_aha34 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_aha33 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_24 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_24 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_hoppe30 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoppe229 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe328 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ3\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe427 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ4\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji25 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon21 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_koshi20 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tewoageru19 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimoto18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kurushimu17 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yubisashishi16 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_maiku15 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_koshi11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tewoageru10 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimoto9 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kurushimu8 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kangaeru7 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hisohiso6 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 16.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 7480, 379.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/まりさ.setting",
    "content": "{\n\tTools = ordered() {\n\t\tMarisa = GroupOperator {\n\t\t\tTools = ordered() {\n\t\t\t\tEYE_18_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\02.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_20_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"20\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\20.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_28_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"28\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\28.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_33_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"33\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\33.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\01.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_08_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\08.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\03b.顔.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\02b.顔.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_06_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\06a.顔.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBODY_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\体\\\\01.体.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_31_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9735, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"31\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\31.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_27_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"27\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\27.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_26_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"26\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\26.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_35_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"35\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\35.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_32_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"32\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\32.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_21_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"21\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\21.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 1501.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10450, 1501.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 1501.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Value = 2 },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tCenter = Input { Value = { 0.8, 0.5 } }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }\n\t\t\t\t},\n\t\t\t\tEYE_03_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\05a.顔.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_08_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"space\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\透明.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\04.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_22_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"22\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\22.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBACK_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\後\\\\04.後.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_23_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"23+眉\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\23+眉.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_21_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"21\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\21.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_07_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\07a.顔.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_12_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\12.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10890, 1105.5 }\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"x\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKS_Name = \"y\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"in_out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_23_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"23\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\23.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_25_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"25\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\25.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\04b.顔.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_19_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"19\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\19.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_30_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9625, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"30\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\30.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_36_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"36\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\36.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_24_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"24\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\24.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10230, 1105.5 }\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"offset\", INP_MaxScale = 500, INP_Integer = true, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_29_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"29\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\29.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_25_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"25\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\25.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_11_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\11.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10395, 1105.5 }\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10560, 1105.5 }\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10725, 1105.5 }\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tWidth = 0.385\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tDefault = 10\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"x\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"y\", LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"in_out\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 11055, 1105.5 }\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tDefault = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tDefault = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_09_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\09.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_19_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"19\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\19.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_20_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"20\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\20.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\05.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBACK_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03u1\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\後\\\\03.後u1.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_26_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"26\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\26.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_06_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\06.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"17\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_31_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"31\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\31.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_13_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\13.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_30_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"30\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\30.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"18\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_32_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9845, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"32\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\32.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_24_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"24\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\24.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFRONT_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01m2\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\前\\\\01.後m2.png\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLength = 2\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_28_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9405, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"28\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\28.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_34_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10065, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"34+眉\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\34+眉.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_07_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\07.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\03.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\01a.顔.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"12\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_10_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\10.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_29_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"29\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\29.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tHAIR_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\髪\\\\01.髪.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_37_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"37\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\37.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFRONT_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02m1\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\前\\\\02.後m1.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10065, 1105.5 }\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"02\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"03\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBACK_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"space\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\透明.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"BACK_02_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"03u1\\\": [\\n      \\\"BACK_00_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"BACK_01_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"BACK_02_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"後\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_BACK\\\"\\n}\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後_Mrg\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"後_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBODY_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\体\\\\00.体.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"BODY_00_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"BODY_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"BODY_01_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"体\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_BODY\\\"\\n}\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_Mrg\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"後_Mrg\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\00a.顔.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"FACE_00_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"FACE_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"FACE_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"FACE_02_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"FACE_03_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"FACE_04_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"FACE_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"FACE_06_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"FACE_07_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"FACE_08_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"顔\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_FACE\\\"\\n}\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔_Mrg\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_Mrg\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tApplyMode = Input { Value = FuID { \"Multiply\" } },\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }\n\t\t\t\t},\n\t\t\t\tMOUTH_00_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_00_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_00_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"MOUTH_00_00_LD\\\",\\n      \\\"MOUTH_00_01_LD\\\",\\n      \\\"MOUTH_00_02_LD\\\",\\n      \\\"MOUTH_00_03_LD\\\",\\n      \\\"MOUTH_00_04_LD\\\",\\n      \\\"MOUTH_00_05_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"MOUTH_01_00_LD\\\",\\n      \\\"MOUTH_01_01_LD\\\",\\n      \\\"MOUTH_01_02_LD\\\",\\n      \\\"MOUTH_01_03_LD\\\",\\n      \\\"MOUTH_01_04_LD\\\",\\n      \\\"MOUTH_01_05_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"MOUTH_02_00_LD\\\",\\n      \\\"MOUTH_02_01_LD\\\",\\n      \\\"MOUTH_02_02_LD\\\",\\n      \\\"MOUTH_02_03_LD\\\",\\n      \\\"MOUTH_02_04_LD\\\",\\n      \\\"MOUTH_02_05_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"MOUTH_03_00_LD\\\",\\n      \\\"MOUTH_03_01_LD\\\",\\n      \\\"MOUTH_03_02_LD\\\",\\n      \\\"MOUTH_03_03_LD\\\",\\n      \\\"MOUTH_03_04_LD\\\",\\n      \\\"MOUTH_03_05_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"MOUTH_04_00_LD\\\",\\n      \\\"MOUTH_04_01_LD\\\",\\n      \\\"MOUTH_04_02_LD\\\",\\n      \\\"MOUTH_04_03_LD\\\",\\n      \\\"MOUTH_04_04_LD\\\",\\n      \\\"MOUTH_04_05_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"MOUTH_05_00_LD\\\",\\n      \\\"MOUTH_05_01_LD\\\",\\n      \\\"MOUTH_05_02_LD\\\",\\n      \\\"MOUTH_05_03_LD\\\",\\n      \\\"MOUTH_05_04_LD\\\",\\n      \\\"MOUTH_05_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"MOUTH_06_00_LD\\\",\\n      \\\"MOUTH_06_01_LD\\\",\\n      \\\"MOUTH_06_02_LD\\\",\\n      \\\"MOUTH_06_03_LD\\\",\\n      \\\"MOUTH_06_04_LD\\\",\\n      \\\"MOUTH_06_05_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"MOUTH_07_00_LD\\\",\\n      \\\"MOUTH_07_01_LD\\\",\\n      \\\"MOUTH_07_02_LD\\\",\\n      \\\"MOUTH_07_03_LD\\\",\\n      \\\"MOUTH_07_04_LD\\\",\\n      \\\"MOUTH_07_05_LD\\\"\\n    ],\\n    \\\"08\\\": [\\n      \\\"MOUTH_08_00_LD\\\",\\n      \\\"MOUTH_08_01_LD\\\",\\n      \\\"MOUTH_08_02_LD\\\",\\n      \\\"MOUTH_08_03_LD\\\",\\n      \\\"MOUTH_08_04_LD\\\",\\n      \\\"MOUTH_08_05_LD\\\"\\n    ],\\n    \\\"09\\\": [\\n      \\\"MOUTH_09_00_LD\\\",\\n      \\\"MOUTH_09_01_LD\\\",\\n      \\\"MOUTH_09_02_LD\\\",\\n      \\\"MOUTH_09_03_LD\\\",\\n      \\\"MOUTH_09_04_LD\\\",\\n      \\\"MOUTH_09_05_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"MOUTH_10_00_LD\\\",\\n      \\\"MOUTH_10_01_LD\\\",\\n      \\\"MOUTH_10_02_LD\\\",\\n      \\\"MOUTH_10_03_LD\\\",\\n      \\\"MOUTH_10_04_LD\\\",\\n      \\\"MOUTH_10_05_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"MOUTH_11_00_LD\\\",\\n      \\\"MOUTH_11_01_LD\\\",\\n      \\\"MOUTH_11_02_LD\\\",\\n      \\\"MOUTH_11_03_LD\\\",\\n      \\\"MOUTH_11_04_LD\\\",\\n      \\\"MOUTH_11_05_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"MOUTH_12_00_LD\\\",\\n      \\\"MOUTH_12_01_LD\\\",\\n      \\\"MOUTH_12_02_LD\\\",\\n      \\\"MOUTH_12_03_LD\\\",\\n      \\\"MOUTH_12_04_LD\\\",\\n      \\\"MOUTH_12_05_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"MOUTH_13_00_LD\\\",\\n      \\\"MOUTH_13_01_LD\\\",\\n      \\\"MOUTH_13_02_LD\\\",\\n      \\\"MOUTH_13_03_LD\\\",\\n      \\\"MOUTH_13_04_LD\\\",\\n      \\\"MOUTH_13_05_LD\\\"\\n    ],\\n    \\\"14\\\": [\\n      \\\"MOUTH_14_00_LD\\\",\\n      \\\"MOUTH_14_01_LD\\\",\\n      \\\"MOUTH_14_02_LD\\\",\\n      \\\"MOUTH_14_03_LD\\\",\\n      \\\"MOUTH_14_04_LD\\\",\\n      \\\"MOUTH_14_05_LD\\\"\\n    ],\\n    \\\"15\\\": [\\n      \\\"MOUTH_15_00_LD\\\",\\n      \\\"MOUTH_15_01_LD\\\",\\n      \\\"MOUTH_15_02_LD\\\",\\n      \\\"MOUTH_15_03_LD\\\",\\n      \\\"MOUTH_15_04_LD\\\",\\n      \\\"MOUTH_15_05_LD\\\"\\n    ],\\n    \\\"16\\\": [\\n      \\\"MOUTH_16_00_LD\\\",\\n      \\\"MOUTH_16_01_LD\\\",\\n      \\\"MOUTH_16_02_LD\\\",\\n      \\\"MOUTH_16_03_LD\\\",\\n      \\\"MOUTH_16_04_LD\\\",\\n      \\\"MOUTH_16_05_LD\\\"\\n    ],\\n    \\\"17\\\": [\\n      \\\"MOUTH_17_00_LD\\\",\\n      \\\"MOUTH_17_01_LD\\\",\\n      \\\"MOUTH_17_02_LD\\\",\\n      \\\"MOUTH_17_03_LD\\\",\\n      \\\"MOUTH_17_04_LD\\\",\\n      \\\"MOUTH_17_05_LD\\\"\\n    ],\\n    \\\"18\\\": [\\n      \\\"MOUTH_18_00_LD\\\",\\n      \\\"MOUTH_18_01_LD\\\",\\n      \\\"MOUTH_18_02_LD\\\",\\n      \\\"MOUTH_18_03_LD\\\",\\n      \\\"MOUTH_18_04_LD\\\",\\n      \\\"MOUTH_18_05_LD\\\"\\n    ],\\n    \\\"19\\\": [\\n      \\\"MOUTH_19_00_LD\\\"\\n    ],\\n    \\\"20\\\": [\\n      \\\"MOUTH_20_00_LD\\\"\\n    ],\\n    \\\"21\\\": [\\n      \\\"MOUTH_21_00_LD\\\"\\n    ],\\n    \\\"22\\\": [\\n      \\\"MOUTH_22_00_LD\\\"\\n    ],\\n    \\\"23\\\": [\\n      \\\"MOUTH_23_00_LD\\\"\\n    ],\\n    \\\"24\\\": [\\n      \\\"MOUTH_24_00_LD\\\"\\n    ],\\n    \\\"25\\\": [\\n      \\\"MOUTH_25_00_LD\\\"\\n    ],\\n    \\\"26\\\": [\\n      \\\"MOUTH_26_00_LD\\\"\\n    ],\\n    \\\"27\\\": [\\n      \\\"MOUTH_27_00_LD\\\"\\n    ],\\n    \\\"28\\\": [\\n      \\\"MOUTH_28_00_LD\\\"\\n    ],\\n    \\\"29\\\": [\\n      \\\"MOUTH_29_00_LD\\\"\\n    ],\\n    \\\"30\\\": [\\n      \\\"MOUTH_30_00_LD\\\"\\n    ],\\n    \\\"31\\\": [\\n      \\\"MOUTH_31_00_LD\\\"\\n    ],\\n    \\\"32\\\": [\\n      \\\"MOUTH_32_00_LD\\\"\\n    ],\\n    \\\"33\\\": [\\n      \\\"MOUTH_33_00_LD\\\"\\n    ],\\n    \\\"34\\\": [\\n      \\\"MOUTH_34_00_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"口\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_MOUTH\\\"\\n}\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_00_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.01.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_01_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_01_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_00_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_02_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_02_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_00_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.03.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_03_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1435.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_03_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_00_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_04_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1831.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_04_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_00_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_05_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2227.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_05_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_04_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -1831.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_05_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation6\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_04_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation6 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\t\t\tSource = \"NumberResult\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 4 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tExpression1 = Expression {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"int(n1)\" },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Mouth_Ctrl\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 6 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tMouth_Ctrl = Calculation {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 3 },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.7 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"口_03_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -1435.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_04_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation5\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_03_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation5 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\t\t\tSource = \"NumberResult\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 3 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"口_02_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_03_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_02_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\t\t\tSource = \"NumberResult\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"口_01_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_02_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation3\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_01_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation3 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\t\t\tSource = \"NumberResult\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"口_00_DX\"] = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_01_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_00_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\t\t\tSource = \"NumberResult\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"口_Mrg\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_00_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔_Mrg\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_00_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_00_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_00_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"EYE_00_00_LD\\\",\\n      \\\"EYE_00_01_LD\\\",\\n      \\\"EYE_00_02_LD\\\",\\n      \\\"EYE_00_03_LD\\\",\\n      \\\"EYE_00_04_LD\\\",\\n      \\\"EYE_00_05_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"EYE_01_00_LD\\\",\\n      \\\"EYE_01_01_LD\\\",\\n      \\\"EYE_01_02_LD\\\",\\n      \\\"EYE_01_03_LD\\\",\\n      \\\"EYE_01_04_LD\\\",\\n      \\\"EYE_01_05_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"EYE_02_00_LD\\\",\\n      \\\"EYE_02_01_LD\\\",\\n      \\\"EYE_02_02_LD\\\",\\n      \\\"EYE_02_03_LD\\\",\\n      \\\"EYE_02_04_LD\\\",\\n      \\\"EYE_02_05_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"EYE_03_00_LD\\\",\\n      \\\"EYE_03_01_LD\\\",\\n      \\\"EYE_03_02_LD\\\",\\n      \\\"EYE_03_03_LD\\\",\\n      \\\"EYE_03_04_LD\\\",\\n      \\\"EYE_03_05_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"EYE_04_00_LD\\\",\\n      \\\"EYE_04_01_LD\\\",\\n      \\\"EYE_04_02_LD\\\",\\n      \\\"EYE_04_03_LD\\\",\\n      \\\"EYE_04_04_LD\\\",\\n      \\\"EYE_04_05_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"EYE_05_00_LD\\\",\\n      \\\"EYE_05_01_LD\\\",\\n      \\\"EYE_05_02_LD\\\",\\n      \\\"EYE_05_03_LD\\\",\\n      \\\"EYE_05_04_LD\\\",\\n      \\\"EYE_05_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"EYE_06_00_LD\\\",\\n      \\\"EYE_06_01_LD\\\",\\n      \\\"EYE_06_02_LD\\\",\\n      \\\"EYE_06_03_LD\\\",\\n      \\\"EYE_06_04_LD\\\",\\n      \\\"EYE_06_05_LD\\\"\\n    ],\\n    \\\"07-15\\\": [\\n      \\\"EYE_07_00_LD\\\",\\n      \\\"EYE_07_01_LD\\\",\\n      \\\"EYE_07_02_LD\\\",\\n      \\\"EYE_07_03_LD\\\",\\n      \\\"EYE_07_04_LD\\\",\\n      \\\"EYE_07_05_LD\\\"\\n    ],\\n    \\\"08-15\\\": [\\n      \\\"EYE_08_00_LD\\\",\\n      \\\"EYE_08_01_LD\\\",\\n      \\\"EYE_08_02_LD\\\",\\n      \\\"EYE_08_03_LD\\\",\\n      \\\"EYE_08_04_LD\\\",\\n      \\\"EYE_08_05_LD\\\"\\n    ],\\n    \\\"09-15\\\": [\\n      \\\"EYE_09_00_LD\\\",\\n      \\\"EYE_09_01_LD\\\",\\n      \\\"EYE_09_02_LD\\\",\\n      \\\"EYE_09_03_LD\\\",\\n      \\\"EYE_09_04_LD\\\",\\n      \\\"EYE_09_05_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"EYE_10_00_LD\\\",\\n      \\\"EYE_10_01_LD\\\",\\n      \\\"EYE_10_02_LD\\\",\\n      \\\"EYE_10_03_LD\\\",\\n      \\\"EYE_10_04_LD\\\",\\n      \\\"EYE_10_05_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"EYE_11_00_LD\\\",\\n      \\\"EYE_11_01_LD\\\",\\n      \\\"EYE_11_02_LD\\\",\\n      \\\"EYE_11_03_LD\\\",\\n      \\\"EYE_11_04_LD\\\",\\n      \\\"EYE_11_05_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"EYE_12_00_LD\\\",\\n      \\\"EYE_12_01_LD\\\",\\n      \\\"EYE_12_02_LD\\\",\\n      \\\"EYE_12_03_LD\\\",\\n      \\\"EYE_12_04_LD\\\",\\n      \\\"EYE_12_05_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"EYE_13_00_LD\\\",\\n      \\\"EYE_13_01_LD\\\",\\n      \\\"EYE_13_02_LD\\\",\\n      \\\"EYE_13_03_LD\\\",\\n      \\\"EYE_13_04_LD\\\",\\n      \\\"EYE_13_05_LD\\\"\\n    ],\\n    \\\"14\\\": [\\n      \\\"EYE_14_00_LD\\\",\\n      \\\"EYE_14_01_LD\\\",\\n      \\\"EYE_14_02_LD\\\",\\n      \\\"EYE_14_03_LD\\\",\\n      \\\"EYE_14_04_LD\\\",\\n      \\\"EYE_14_05_LD\\\"\\n    ],\\n    \\\"15\\\": [\\n      \\\"EYE_15_00_LD\\\",\\n      \\\"EYE_15_01_LD\\\",\\n      \\\"EYE_15_02_LD\\\",\\n      \\\"EYE_15_03_LD\\\",\\n      \\\"EYE_15_04_LD\\\",\\n      \\\"EYE_15_05_LD\\\"\\n    ],\\n    \\\"16\\\": [\\n      \\\"EYE_16_00_LD\\\",\\n      \\\"EYE_16_01_LD\\\",\\n      \\\"EYE_16_02_LD\\\",\\n      \\\"EYE_16_03_LD\\\",\\n      \\\"EYE_16_04_LD\\\",\\n      \\\"EYE_16_05_LD\\\"\\n    ],\\n    \\\"17\\\": [\\n      \\\"EYE_17_00_LD\\\",\\n      \\\"EYE_17_01_LD\\\",\\n      \\\"EYE_17_02_LD\\\",\\n      \\\"EYE_17_03_LD\\\",\\n      \\\"EYE_17_04_LD\\\",\\n      \\\"EYE_17_05_LD\\\"\\n    ],\\n    \\\"18-15\\\": [\\n      \\\"EYE_18_00_LD\\\",\\n      \\\"EYE_18_01_LD\\\",\\n      \\\"EYE_18_02_LD\\\",\\n      \\\"EYE_18_03_LD\\\",\\n      \\\"EYE_18_04_LD\\\",\\n      \\\"EYE_18_05_LD\\\"\\n    ],\\n    \\\"19\\\": [\\n      \\\"EYE_19_00_LD\\\"\\n    ],\\n    \\\"20\\\": [\\n      \\\"EYE_20_00_LD\\\"\\n    ],\\n    \\\"21\\\": [\\n      \\\"EYE_21_00_LD\\\"\\n    ],\\n    \\\"22\\\": [\\n      \\\"EYE_22_00_LD\\\"\\n    ],\\n    \\\"23+眉\\\": [\\n      \\\"EYE_23_00_LD\\\"\\n    ],\\n    \\\"24\\\": [\\n      \\\"EYE_24_00_LD\\\"\\n    ],\\n    \\\"25\\\": [\\n      \\\"EYE_25_00_LD\\\"\\n    ],\\n    \\\"26\\\": [\\n      \\\"EYE_26_00_LD\\\"\\n    ],\\n    \\\"27\\\": [\\n      \\\"EYE_27_00_LD\\\"\\n    ],\\n    \\\"28\\\": [\\n      \\\"EYE_28_00_LD\\\"\\n    ],\\n    \\\"29\\\": [\\n      \\\"EYE_29_00_LD\\\"\\n    ],\\n    \\\"30\\\": [\\n      \\\"EYE_30_00_LD\\\"\\n    ],\\n    \\\"31\\\": [\\n      \\\"EYE_31_00_LD\\\"\\n    ],\\n    \\\"32\\\": [\\n      \\\"EYE_32_00_LD\\\"\\n    ],\\n    \\\"33\\\": [\\n      \\\"EYE_33_00_LD\\\"\\n    ],\\n    \\\"34+眉\\\": [\\n      \\\"EYE_34_00_LD\\\"\\n    ],\\n    \\\"35\\\": [\\n      \\\"EYE_35_00_LD\\\"\\n    ],\\n    \\\"36\\\": [\\n      \\\"EYE_36_00_LD\\\"\\n    ],\\n    \\\"37\\\": [\\n      \\\"EYE_37_00_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"目\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_EYE\\\"\\n}\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_00_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_01_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_01_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_00_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_02_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_02_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_00_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_03_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -1435.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_03_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_00_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.04.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_04_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -1831.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_04_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_00_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_05_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -2227.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_05_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_04_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -1831.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_05_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_04_DXBackgroundForeground\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_04_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_04_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 53.6666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },\n\t\t\t\t\t\t[161] = { 1, RH = { 161.666666666667, 0.666666666666667 }, LH = { 107.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[163] = { 0, RH = { 164.333333333333, 0 }, LH = { 162.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[167] = { 0, LH = { 165.666666666667, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_03_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -1435.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_04_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_03_DXBackgroundForeground\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_03_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_03_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 53.3333333333333, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },\n\t\t\t\t\t\t[160] = { 1, RH = { 161.333333333333, 0.666666666666667 }, LH = { 106.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[164] = { 0, RH = { 165, 0 }, LH = { 162.666666666667, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[167] = { 0, LH = { 166, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_02_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_03_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_02_DXBackgroundForeground\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_02_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_02_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 53, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },\n\t\t\t\t\t\t[159] = { 1, RH = { 161, 0.666666666666667 }, LH = { 106, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[165] = { 0, RH = { 165.666666666667, 0 }, LH = { 163, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[167] = { 0, LH = { 166.333333333333, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_01_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_02_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_01_DXBackgroundForeground\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_01_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_01_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 52.6666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },\n\t\t\t\t\t\t[158] = { 1, RH = { 160.666666666667, 0.666666666666667 }, LH = { 105.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[166] = { 0, RH = { 166.333333333333, 0 }, LH = { 163.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[167] = { 0, LH = { 166.666666666667, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_00_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_01_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_00_DXBackgroundForeground\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_00_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_00_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 52.3333333333333, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },\n\t\t\t\t\t\t[157] = { 1, RH = { 160.333333333333, 0.666666666666667 }, LH = { 104.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t\t\t[167] = { 0, LH = { 163.666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_Mrg\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_00_DX\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_Mrg\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tPipeRouter1 = PipeRouter {\n\t\t\t\t\tViewInfo = PipeRouterInfo { Pos = { 10615, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_Mrg\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tWidth = Input { Value = 400 },\n\t\t\t\t\t\tHeight = Input { Value = 320 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\00.眉.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EYEBROW_00_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"EYEBROW_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"EYEBROW_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"EYEBROW_02_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"EYEBROW_03_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"EYEBROW_04_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"EYEBROW_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"EYEBROW_06_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"EYEBROW_07_LD\\\"\\n    ],\\n    \\\"08\\\": [\\n      \\\"EYEBROW_08_LD\\\"\\n    ],\\n    \\\"09\\\": [\\n      \\\"EYEBROW_09_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"EYEBROW_10_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"EYEBROW_11_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"EYEBROW_12_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"EYEBROW_13_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"眉\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_EYEBROW\\\"\\n}\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_Mrg\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 544.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tHAIR_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"00\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\髪\\\\00.髪.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"HAIR_00_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"HAIR_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"HAIR_01_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"髪\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_HAIR\\\"\\n}\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪_Mrg\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 544.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_Mrg\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFRONT_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"space\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\透明.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"前_Xf\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"FRONT_03_LD\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"01m1\\\": [\\n      \\\"FRONT_00_LD\\\"\\n    ],\\n    \\\"01m2\\\": [\\n      \\\"FRONT_01_LD\\\"\\n    ],\\n    \\\"02m1\\\": [\\n      \\\"FRONT_02_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"FRONT_03_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"前\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_FRONT\\\"\\n}\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"前_Mrg\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, 544.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"前_Xf\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪_Mrg\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 544.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"前_Mrg\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp, is_chara_sozai=True)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu, is_chara_sozai=True)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_FRONT = {\n\t\t\t\t\t\t\tLINKS_Name = \"前\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_FRONT = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"前_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_FRONT = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"前_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_FRONT = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFRONT_01m1_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"01m1\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01m1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFRONT_01m2_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"01m2\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01m2\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFRONT_02m1_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"02m1\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02m1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFRONT_space_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_HAIR = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_HAIR = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"髪_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_HAIR = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"髪_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_HAIR = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHAIR_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"髪_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHAIR_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"髪_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_EYEBROW = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 17,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_EYEBROW = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"眉_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_EYEBROW = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"眉_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_EYEBROW = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_02_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_03_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_04_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_05_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_06_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_07_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_08_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"08\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"08\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_09_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"09\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"09\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_10_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_11_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_12_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_13_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_EYE = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 41,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_EYE = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"目_00_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_EYE = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"目_00_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_EYE = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_02_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_03_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_04_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_05_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_06_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_07-15_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"07-15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"07-15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_08-15_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"08-15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"08-15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_09-15_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"09-15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"09-15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_10_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_11_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_12_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_13_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_14_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"14\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"14\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_15_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_16_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"16\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"16\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_17_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"17\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"17\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_18-15_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"18-15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"18-15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_19_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"19\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"19\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_20_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"20\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"20\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_21_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"21\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"21\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_22_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"22\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"22\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_23+眉_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"23+眉\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"23+眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_24_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"24\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"24\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_25_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"25\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"25\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_26_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"26\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"26\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_27_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"27\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"27\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_28_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"28\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"28\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_29_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"29\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"29\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_30_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"30\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"30\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_31_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"31\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"31\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_32_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"32\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"32\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_33_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"33\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"33\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_34+眉_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"34+眉\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"34+眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_35_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"35\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"35\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_36_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"36\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"36\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_37_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"37\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"37\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_MOUTH = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 38,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_MOUTH = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"口_00_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_MOUTH = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"口_00_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_MOUTH = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_02_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_03_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_04_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_05_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_06_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_07_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_08_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"08\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"08\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_09_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"09\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"09\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_10_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_11_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_12_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_13_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_14_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"14\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"14\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_15_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_16_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"16\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"16\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_17_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"17\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"17\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_18_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"18\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"18\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_19_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"19\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"19\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_20_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"20\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"20\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_21_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"21\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"21\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_22_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"22\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"22\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_23_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"23\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"23\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_24_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"24\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"24\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_25_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"25\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"25\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_26_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"26\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"26\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_27_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"27\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"27\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_28_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"28\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"28\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_29_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"29\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"29\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_30_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"30\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"30\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_31_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"31\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"31\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_32_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"32\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"32\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_33_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"33\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"33\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_34_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"34\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"34\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_FACE = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_FACE = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"顔_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_FACE = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"顔_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_FACE = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_02_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_03_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_04_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_05_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_06_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_07_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_space_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_BODY = {\n\t\t\t\t\t\t\tLINKS_Name = \"体\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_BODY = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"体_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_BODY = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"体_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_BODY = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBODY_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBODY_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_BACK = {\n\t\t\t\t\t\t\tLINKS_Name = \"後\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_BACK = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"後_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_BACK = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"後_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_BACK = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBACK_03u1_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"03u1\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03u1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBACK_04_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBACK_space_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOther = {\n\t\t\t\t\t\t\tLINKS_Name = \"Other\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 2,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.set_blink(comp, \\\"目_00_Xf\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPreview_BODY = Input { Value = \"00\" },\n\t\t\t\t\t\tGrp_BACK = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 167 },\n\t\t\t\t\t\tPreview_BACK = Input { Value = \"space\" },\n\t\t\t\t\t\tPreview_EYE = Input { Value = \"00\" },\n\t\t\t\t\t\tGrp_FRONT = Input { Value = 0 },\n\t\t\t\t\t\tPreview_FRONT = Input { Value = \"space\" },\n\t\t\t\t\t\tGrp_HAIR = Input { Value = 0 },\n\t\t\t\t\t\tPreview_HAIR = Input { Value = \"00\" },\n\t\t\t\t\t\tPreview_EYEBROW = Input { Value = \"00\" },\n\t\t\t\t\t\tComments = Input { Value = \"後_Xf\\n体_Xf\\n顔_Xf\\n口_00_Xf\\n目_00_Xf\\n眉_Xf\\n髪_Xf\\n前_Xf\" },\n\t\t\t\t\t\tPreview_MOUTH = Input { Value = \"00\" },\n\t\t\t\t\t\tGrp_FACE = Input { Value = 0 },\n\t\t\t\t\t\tPreview_FACE = Input { Value = \"00\" },\n\t\t\t\t\t\tGrp_BODY = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_04_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.04.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"09\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"16\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_22_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"22\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\22.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"04\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"11\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.05.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_33_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9955, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"33\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\33.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_34_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"34\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\34.00.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"13\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_05_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -2491.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"06\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.05.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_27_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9295, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"27\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\27.00.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.02.口.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_03_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.03.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"05\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFRONT_00_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"01m1\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\前\\\\01.後m1.png\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLength = 2\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_02_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"10\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.02.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_01_LD = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -907.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"14\" },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.01.目.png\",\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tName = \"Copy Pose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tName = \"Paste Pose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tName = \"Save Pose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tName = \"Load Pose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 2\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tName = \"モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tName = \"ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん\",\n\t\t\t\t\tName = \"ぴょん\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_跳ねる\",\n\t\t\t\t\tName = \"跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\",\n\t\t\t\t\tName = \"跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_不安\",\n\t\t\t\t\tName = \"不安\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_荒ぶる\",\n\t\t\t\t\tName = \"荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_震え\",\n\t\t\t\t\tName = \"震え\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_FRONT\",\n\t\t\t\t\tName = \"前\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Prev_Btn_FRONT\",\n\t\t\t\t\tName = \"PREV\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Next_Btn_FRONT\",\n\t\t\t\t\tName = \"NEXT\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_FRONT\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FRONT_01m1_Button\",\n\t\t\t\t\tName = \"01m1\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FRONT_01m2_Button\",\n\t\t\t\t\tName = \"01m2\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FRONT_02m1_Button\",\n\t\t\t\t\tName = \"02m1\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FRONT_space_Button\",\n\t\t\t\t\tName = \"space\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_HAIR\",\n\t\t\t\t\tName = \"髪\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Prev_Btn_HAIR\",\n\t\t\t\t\tName = \"PREV\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Next_Btn_HAIR\",\n\t\t\t\t\tName = \"NEXT\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_HAIR\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"HAIR_00_Button\",\n\t\t\t\t\tName = \"00\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"HAIR_01_Button\",\n\t\t\t\t\tName = \"01\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_EYEBROW\",\n\t\t\t\t\tName = \"眉\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Prev_Btn_EYEBROW\",\n\t\t\t\t\tName = \"PREV\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Next_Btn_EYEBROW\",\n\t\t\t\t\tName = \"NEXT\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_EYEBROW\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_00_Button\",\n\t\t\t\t\tName = \"00\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_01_Button\",\n\t\t\t\t\tName = \"01\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_02_Button\",\n\t\t\t\t\tName = \"02\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_03_Button\",\n\t\t\t\t\tName = \"03\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_04_Button\",\n\t\t\t\t\tName = \"04\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_05_Button\",\n\t\t\t\t\tName = \"05\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_06_Button\",\n\t\t\t\t\tName = \"06\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_07_Button\",\n\t\t\t\t\tName = \"07\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_08_Button\",\n\t\t\t\t\tName = \"08\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_09_Button\",\n\t\t\t\t\tName = \"09\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_10_Button\",\n\t\t\t\t\tName = \"10\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_11_Button\",\n\t\t\t\t\tName = \"11\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_12_Button\",\n\t\t\t\t\tName = \"12\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYEBROW_13_Button\",\n\t\t\t\t\tName = \"13\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_EYE\",\n\t\t\t\t\tName = \"目\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Prev_Btn_EYE\",\n\t\t\t\t\tName = \"PREV\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Next_Btn_EYE\",\n\t\t\t\t\tName = \"NEXT\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_EYE\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_00_Button\",\n\t\t\t\t\tName = \"00\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_01_Button\",\n\t\t\t\t\tName = \"01\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_02_Button\",\n\t\t\t\t\tName = \"02\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_03_Button\",\n\t\t\t\t\tName = \"03\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_04_Button\",\n\t\t\t\t\tName = \"04\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_05_Button\",\n\t\t\t\t\tName = \"05\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_06_Button\",\n\t\t\t\t\tName = \"06\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_07-15_Button\",\n\t\t\t\t\tName = \"07-15\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_08-15_Button\",\n\t\t\t\t\tName = \"08-15\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_09-15_Button\",\n\t\t\t\t\tName = \"09-15\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_10_Button\",\n\t\t\t\t\tName = \"10\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_11_Button\",\n\t\t\t\t\tName = \"11\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_12_Button\",\n\t\t\t\t\tName = \"12\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_13_Button\",\n\t\t\t\t\tName = \"13\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_14_Button\",\n\t\t\t\t\tName = \"14\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_15_Button\",\n\t\t\t\t\tName = \"15\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_16_Button\",\n\t\t\t\t\tName = \"16\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_17_Button\",\n\t\t\t\t\tName = \"17\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_18-15_Button\",\n\t\t\t\t\tName = \"18-15\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_19_Button\",\n\t\t\t\t\tName = \"19\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_20_Button\",\n\t\t\t\t\tName = \"20\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_21_Button\",\n\t\t\t\t\tName = \"21\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_22_Button\",\n\t\t\t\t\tName = \"22\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_23+眉_Button\",\n\t\t\t\t\tName = \"23+眉\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_24_Button\",\n\t\t\t\t\tName = \"24\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_25_Button\",\n\t\t\t\t\tName = \"25\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_26_Button\",\n\t\t\t\t\tName = \"26\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_27_Button\",\n\t\t\t\t\tName = \"27\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_28_Button\",\n\t\t\t\t\tName = \"28\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_29_Button\",\n\t\t\t\t\tName = \"29\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_30_Button\",\n\t\t\t\t\tName = \"30\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_31_Button\",\n\t\t\t\t\tName = \"31\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_32_Button\",\n\t\t\t\t\tName = \"32\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_33_Button\",\n\t\t\t\t\tName = \"33\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_34+眉_Button\",\n\t\t\t\t\tName = \"34+眉\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_35_Button\",\n\t\t\t\t\tName = \"35\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_36_Button\",\n\t\t\t\t\tName = \"36\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"EYE_37_Button\",\n\t\t\t\t\tName = \"37\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_MOUTH\",\n\t\t\t\t\tName = \"口\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Prev_Btn_MOUTH\",\n\t\t\t\t\tName = \"PREV\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Next_Btn_MOUTH\",\n\t\t\t\t\tName = \"NEXT\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_MOUTH\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_00_Button\",\n\t\t\t\t\tName = \"00\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_01_Button\",\n\t\t\t\t\tName = \"01\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_02_Button\",\n\t\t\t\t\tName = \"02\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_03_Button\",\n\t\t\t\t\tName = \"03\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_04_Button\",\n\t\t\t\t\tName = \"04\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_05_Button\",\n\t\t\t\t\tName = \"05\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_06_Button\",\n\t\t\t\t\tName = \"06\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_07_Button\",\n\t\t\t\t\tName = \"07\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_08_Button\",\n\t\t\t\t\tName = \"08\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_09_Button\",\n\t\t\t\t\tName = \"09\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_10_Button\",\n\t\t\t\t\tName = \"10\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_11_Button\",\n\t\t\t\t\tName = \"11\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_12_Button\",\n\t\t\t\t\tName = \"12\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_13_Button\",\n\t\t\t\t\tName = \"13\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_14_Button\",\n\t\t\t\t\tName = \"14\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_15_Button\",\n\t\t\t\t\tName = \"15\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_16_Button\",\n\t\t\t\t\tName = \"16\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_17_Button\",\n\t\t\t\t\tName = \"17\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_18_Button\",\n\t\t\t\t\tName = \"18\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_19_Button\",\n\t\t\t\t\tName = \"19\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_20_Button\",\n\t\t\t\t\tName = \"20\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_21_Button\",\n\t\t\t\t\tName = \"21\"\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_22_Button\",\n\t\t\t\t\tName = \"22\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_23_Button\",\n\t\t\t\t\tName = \"23\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_24_Button\",\n\t\t\t\t\tName = \"24\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_25_Button\",\n\t\t\t\t\tName = \"25\"\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_26_Button\",\n\t\t\t\t\tName = \"26\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_27_Button\",\n\t\t\t\t\tName = \"27\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_28_Button\",\n\t\t\t\t\tName = \"28\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_29_Button\",\n\t\t\t\t\tName = \"29\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_30_Button\",\n\t\t\t\t\tName = \"30\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_31_Button\",\n\t\t\t\t\tName = \"31\"\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_32_Button\",\n\t\t\t\t\tName = \"32\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_33_Button\",\n\t\t\t\t\tName = \"33\"\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"MOUTH_34_Button\",\n\t\t\t\t\tName = \"34\"\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_FACE\",\n\t\t\t\t\tName = \"顔\"\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Prev_Btn_FACE\",\n\t\t\t\t\tName = \"PREV\"\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Next_Btn_FACE\",\n\t\t\t\t\tName = \"NEXT\"\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_FACE\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FACE_00_Button\",\n\t\t\t\t\tName = \"00\"\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FACE_01_Button\",\n\t\t\t\t\tName = \"01\"\n\t\t\t\t},\n\t\t\t\tInput137 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FACE_02_Button\",\n\t\t\t\t\tName = \"02\"\n\t\t\t\t},\n\t\t\t\tInput138 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FACE_03_Button\",\n\t\t\t\t\tName = \"03\"\n\t\t\t\t},\n\t\t\t\tInput139 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FACE_04_Button\",\n\t\t\t\t\tName = \"04\"\n\t\t\t\t},\n\t\t\t\tInput140 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FACE_05_Button\",\n\t\t\t\t\tName = \"05\"\n\t\t\t\t},\n\t\t\t\tInput141 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FACE_06_Button\",\n\t\t\t\t\tName = \"06\"\n\t\t\t\t},\n\t\t\t\tInput142 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FACE_07_Button\",\n\t\t\t\t\tName = \"07\"\n\t\t\t\t},\n\t\t\t\tInput143 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"FACE_space_Button\",\n\t\t\t\t\tName = \"space\"\n\t\t\t\t},\n\t\t\t\tInput144 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_BODY\",\n\t\t\t\t\tName = \"体\"\n\t\t\t\t},\n\t\t\t\tInput145 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Prev_Btn_BODY\",\n\t\t\t\t\tName = \"PREV\"\n\t\t\t\t},\n\t\t\t\tInput146 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Next_Btn_BODY\",\n\t\t\t\t\tName = \"NEXT\"\n\t\t\t\t},\n\t\t\t\tInput147 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_BODY\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput148 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"BODY_00_Button\",\n\t\t\t\t\tName = \"00\"\n\t\t\t\t},\n\t\t\t\tInput149 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"BODY_01_Button\",\n\t\t\t\t\tName = \"01\"\n\t\t\t\t},\n\t\t\t\tInput150 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_BACK\",\n\t\t\t\t\tName = \"後\"\n\t\t\t\t},\n\t\t\t\tInput151 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Prev_Btn_BACK\",\n\t\t\t\t\tName = \"PREV\"\n\t\t\t\t},\n\t\t\t\tInput152 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Next_Btn_BACK\",\n\t\t\t\t\tName = \"NEXT\"\n\t\t\t\t},\n\t\t\t\tInput153 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_BACK\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput154 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"BACK_03u1_Button\",\n\t\t\t\t\tName = \"03u1\"\n\t\t\t\t},\n\t\t\t\tInput155 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"BACK_04_Button\",\n\t\t\t\t\tName = \"04\"\n\t\t\t\t},\n\t\t\t\tInput156 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"BACK_space_Button\",\n\t\t\t\t\tName = \"space\"\n\t\t\t\t},\n\t\t\t\tInput157 = InstanceInput {\n\t\t\t\t\tPage = \"口パク\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Mouth_Ctrl\",\n\t\t\t\t\tSource = \"FirstOperand\",\n\t\t\t\t\tName = \"First Operand\"\n\t\t\t\t},\n\t\t\t\tInput158 = InstanceInput {\n\t\t\t\t\tPage = \"口パク\",\n\t\t\t\t\tDefault = 0.7,\n\t\t\t\t\tSourceOp = \"Mouth_Ctrl\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"Second Operand\"\n\t\t\t\t},\n\t\t\t\tInput159 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tDefault = 167\n\t\t\t\t},\n\t\t\t\tInput160 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Other\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput161 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tDefault = 2\n\t\t\t\t},\n\t\t\t\tInput162 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput163 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/れいむ.setting",
    "content": "{\n\tTools = ordered() {\n\t\tReimu = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tDefault = 2,\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"ST_MergeB\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん\",\n\t\t\t\t\tSource = \"N002_ぴょん\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSource = \"N003_跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSource = \"N004_跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSource = \"N005_不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSource = \"N006_荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSource = \"N007_震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"前\",\n\t\t\t\t\tSource = \"Grp_FRONT\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"PREV\",\n\t\t\t\t\tSource = \"Prev_Btn_FRONT\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"NEXT\",\n\t\t\t\t\tSource = \"Next_Btn_FRONT\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_FRONT\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"01m1\",\n\t\t\t\t\tSource = \"FRONT_01m1_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"02m1\",\n\t\t\t\t\tSource = \"FRONT_02m1_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"space\",\n\t\t\t\t\tSource = \"FRONT_space_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪\",\n\t\t\t\t\tSource = \"Grp_HAIR\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"PREV\",\n\t\t\t\t\tSource = \"Prev_Btn_HAIR\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"NEXT\",\n\t\t\t\t\tSource = \"Next_Btn_HAIR\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_HAIR\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"00\",\n\t\t\t\t\tSource = \"HAIR_00_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"01\",\n\t\t\t\t\tSource = \"HAIR_01_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSource = \"Grp_EYEBROW\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"PREV\",\n\t\t\t\t\tSource = \"Prev_Btn_EYEBROW\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"NEXT\",\n\t\t\t\t\tSource = \"Next_Btn_EYEBROW\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_EYEBROW\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"00\",\n\t\t\t\t\tSource = \"EYEBROW_00_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"01\",\n\t\t\t\t\tSource = \"EYEBROW_01_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"02\",\n\t\t\t\t\tSource = \"EYEBROW_02_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"03\",\n\t\t\t\t\tSource = \"EYEBROW_03_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"04\",\n\t\t\t\t\tSource = \"EYEBROW_04_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"05\",\n\t\t\t\t\tSource = \"EYEBROW_05_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"06\",\n\t\t\t\t\tSource = \"EYEBROW_06_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"07\",\n\t\t\t\t\tSource = \"EYEBROW_07_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"08\",\n\t\t\t\t\tSource = \"EYEBROW_08_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"09\",\n\t\t\t\t\tSource = \"EYEBROW_09_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"10\",\n\t\t\t\t\tSource = \"EYEBROW_10_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"11\",\n\t\t\t\t\tSource = \"EYEBROW_11_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"12\",\n\t\t\t\t\tSource = \"EYEBROW_12_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"13\",\n\t\t\t\t\tSource = \"EYEBROW_13_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSource = \"Grp_EYE\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"PREV\",\n\t\t\t\t\tSource = \"Prev_Btn_EYE\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"NEXT\",\n\t\t\t\t\tSource = \"Next_Btn_EYE\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_EYE\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"00\",\n\t\t\t\t\tSource = \"EYE_00_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"01\",\n\t\t\t\t\tSource = \"EYE_01_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"02\",\n\t\t\t\t\tSource = \"EYE_02_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"03\",\n\t\t\t\t\tSource = \"EYE_03_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"04\",\n\t\t\t\t\tSource = \"EYE_04_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"05\",\n\t\t\t\t\tSource = \"EYE_05_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"06\",\n\t\t\t\t\tSource = \"EYE_06_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"07-15\",\n\t\t\t\t\tSource = \"EYE_07-15_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"08-15\",\n\t\t\t\t\tSource = \"EYE_08-15_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"09-15\",\n\t\t\t\t\tSource = \"EYE_09-15_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"10\",\n\t\t\t\t\tSource = \"EYE_10_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"11\",\n\t\t\t\t\tSource = \"EYE_11_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"12\",\n\t\t\t\t\tSource = \"EYE_12_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"13\",\n\t\t\t\t\tSource = \"EYE_13_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"14\",\n\t\t\t\t\tSource = \"EYE_14_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"15\",\n\t\t\t\t\tSource = \"EYE_15_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"16\",\n\t\t\t\t\tSource = \"EYE_16_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"17\",\n\t\t\t\t\tSource = \"EYE_17_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"18-15\",\n\t\t\t\t\tSource = \"EYE_18-15_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"19\",\n\t\t\t\t\tSource = \"EYE_19_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"20\",\n\t\t\t\t\tSource = \"EYE_20_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"21\",\n\t\t\t\t\tSource = \"EYE_21_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"22\",\n\t\t\t\t\tSource = \"EYE_22_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"23+眉\",\n\t\t\t\t\tSource = \"EYE_23+眉_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"24\",\n\t\t\t\t\tSource = \"EYE_24_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"25\",\n\t\t\t\t\tSource = \"EYE_25_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"26\",\n\t\t\t\t\tSource = \"EYE_26_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"27\",\n\t\t\t\t\tSource = \"EYE_27_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"28\",\n\t\t\t\t\tSource = \"EYE_28_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"29\",\n\t\t\t\t\tSource = \"EYE_29_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"30\",\n\t\t\t\t\tSource = \"EYE_30_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"31\",\n\t\t\t\t\tSource = \"EYE_31_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"32\",\n\t\t\t\t\tSource = \"EYE_32_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"33\",\n\t\t\t\t\tSource = \"EYE_33_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"34+眉\",\n\t\t\t\t\tSource = \"EYE_34+眉_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"35\",\n\t\t\t\t\tSource = \"EYE_35_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"36\",\n\t\t\t\t\tSource = \"EYE_36_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"37\",\n\t\t\t\t\tSource = \"EYE_37_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSource = \"Grp_MOUTH\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"PREV\",\n\t\t\t\t\tSource = \"Prev_Btn_MOUTH\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"NEXT\",\n\t\t\t\t\tSource = \"Next_Btn_MOUTH\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_MOUTH\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"00\",\n\t\t\t\t\tSource = \"MOUTH_00_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"01\",\n\t\t\t\t\tSource = \"MOUTH_01_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"02\",\n\t\t\t\t\tSource = \"MOUTH_02_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"03\",\n\t\t\t\t\tSource = \"MOUTH_03_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"04\",\n\t\t\t\t\tSource = \"MOUTH_04_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"05\",\n\t\t\t\t\tSource = \"MOUTH_05_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"06\",\n\t\t\t\t\tSource = \"MOUTH_06_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"07\",\n\t\t\t\t\tSource = \"MOUTH_07_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"08\",\n\t\t\t\t\tSource = \"MOUTH_08_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"09\",\n\t\t\t\t\tSource = \"MOUTH_09_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"10\",\n\t\t\t\t\tSource = \"MOUTH_10_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"11\",\n\t\t\t\t\tSource = \"MOUTH_11_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"12\",\n\t\t\t\t\tSource = \"MOUTH_12_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"13\",\n\t\t\t\t\tSource = \"MOUTH_13_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"14\",\n\t\t\t\t\tSource = \"MOUTH_14_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"15\",\n\t\t\t\t\tSource = \"MOUTH_15_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"16\",\n\t\t\t\t\tSource = \"MOUTH_16_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"17\",\n\t\t\t\t\tSource = \"MOUTH_17_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"18\",\n\t\t\t\t\tSource = \"MOUTH_18_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"19\",\n\t\t\t\t\tSource = \"MOUTH_19_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"20\",\n\t\t\t\t\tSource = \"MOUTH_20_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"21\",\n\t\t\t\t\tSource = \"MOUTH_21_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"22\",\n\t\t\t\t\tSource = \"MOUTH_22_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"23\",\n\t\t\t\t\tSource = \"MOUTH_23_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"24\",\n\t\t\t\t\tSource = \"MOUTH_24_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"25\",\n\t\t\t\t\tSource = \"MOUTH_25_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"26\",\n\t\t\t\t\tSource = \"MOUTH_26_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"27\",\n\t\t\t\t\tSource = \"MOUTH_27_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"28\",\n\t\t\t\t\tSource = \"MOUTH_28_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"29\",\n\t\t\t\t\tSource = \"MOUTH_29_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"30\",\n\t\t\t\t\tSource = \"MOUTH_30_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"31\",\n\t\t\t\t\tSource = \"MOUTH_31_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"32\",\n\t\t\t\t\tSource = \"MOUTH_32_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"33\",\n\t\t\t\t\tSource = \"MOUTH_33_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"34\",\n\t\t\t\t\tSource = \"MOUTH_34_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔\",\n\t\t\t\t\tSource = \"Grp_FACE\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"PREV\",\n\t\t\t\t\tSource = \"Prev_Btn_FACE\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"NEXT\",\n\t\t\t\t\tSource = \"Next_Btn_FACE\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_FACE\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"00\",\n\t\t\t\t\tSource = \"FACE_00_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"01\",\n\t\t\t\t\tSource = \"FACE_01_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"02\",\n\t\t\t\t\tSource = \"FACE_02_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput137 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"03\",\n\t\t\t\t\tSource = \"FACE_03_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput138 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"04\",\n\t\t\t\t\tSource = \"FACE_04_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput139 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"05\",\n\t\t\t\t\tSource = \"FACE_05_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput140 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"06\",\n\t\t\t\t\tSource = \"FACE_06_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput141 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"07\",\n\t\t\t\t\tSource = \"FACE_07_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput142 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"space\",\n\t\t\t\t\tSource = \"FACE_space_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput143 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"体\",\n\t\t\t\t\tSource = \"Grp_BODY\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput144 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"PREV\",\n\t\t\t\t\tSource = \"Prev_Btn_BODY\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput145 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"NEXT\",\n\t\t\t\t\tSource = \"Next_Btn_BODY\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput146 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_BODY\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput147 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"00\",\n\t\t\t\t\tSource = \"BODY_00_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput148 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"01\",\n\t\t\t\t\tSource = \"BODY_01_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput149 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"02\",\n\t\t\t\t\tSource = \"BODY_02_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput150 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"後\",\n\t\t\t\t\tSource = \"Grp_BACK\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput151 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"PREV\",\n\t\t\t\t\tSource = \"Prev_Btn_BACK\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput152 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"NEXT\",\n\t\t\t\t\tSource = \"Next_Btn_BACK\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput153 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Preview_BACK\",\n\t\t\t\t\tName = \"\"\n\t\t\t\t},\n\t\t\t\tInput154 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"02u1\",\n\t\t\t\t\tSource = \"BACK_02u1_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput155 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"03u1\",\n\t\t\t\t\tSource = \"BACK_03u1_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput156 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"04u1\",\n\t\t\t\t\tSource = \"BACK_04u1_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput157 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"05\",\n\t\t\t\t\tSource = \"BACK_05_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput158 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"space\",\n\t\t\t\t\tSource = \"BACK_space_Button\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput159 = InstanceInput {\n\t\t\t\t\tPage = \"口パク\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"Mouth_Ctrl\",\n\t\t\t\t\tSource = \"FirstOperand\",\n\t\t\t\t\tName = \"First Operand\"\n\t\t\t\t},\n\t\t\t\tInput160 = InstanceInput {\n\t\t\t\t\tPage = \"口パク\",\n\t\t\t\t\tDefault = 0.7,\n\t\t\t\t\tSourceOp = \"Mouth_Ctrl\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"Second Operand\"\n\t\t\t\t},\n\t\t\t\tInput161 = InstanceInput {\n\t\t\t\t\tDefault = 157,\n\t\t\t\t\tSource = \"Blink\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput162 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Other\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput163 = InstanceInput {\n\t\t\t\t\tDefault = 2,\n\t\t\t\t\tSource = \"Close\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput164 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Apply\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput165 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tFRONT_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01m1\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\前\\\\01.後m1.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_31_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"31\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10065, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\31.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_22_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"22\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\22.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_34_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"34\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\34.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_34_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"34+眉\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\34+眉.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_26_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"26\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\26.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10395, 1171.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_2\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INP_MinScale = 0.00999999977648258, INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_2\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Red = 210, Blue = 30, Green = 105 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_29_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"29\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9845, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\29.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_10_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\10.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\01a.顔.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\03.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_07_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\07.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_28_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"28\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9735, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\28.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_19_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"19\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\19.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFRONT_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02m1\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\前\\\\02.後m1.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_24_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"24\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9295, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\24.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_32_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"32\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\32.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_37_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"37\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\37.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tHAIR_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\髪\\\\01.髪.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_06_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\06.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBACK_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02u1\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\後\\\\02.後u1.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\04.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\05.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_27_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"27\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9625, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\27.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 11385, 1171.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001, INP_Default = 1, INP_MaxAllowed = 1000000, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_MaxAllowed = 1000000, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" }, v = { LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKID_DataType = \"Number\" }, Y = { LINKS_Name = \"Y\", INP_Default = 0, CBC_TriState = false, INP_Integer = true, INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 11055, 1171.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"x\", LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"y\", LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"in_out\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Red = 193, Blue = 231, Green = 106 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10890, 1171.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_MaxAllowed = 1000000, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_MaxAllowed = 1000000, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, INP_Default = 0, LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10725, 1171.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { LINKS_Name = \"bound\", INP_Default = 0, INP_Integer = false, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745, INP_Default = 1, INP_MaxAllowed = 1000000, LINKID_DataType = \"Number\" }, width = { INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"\\nwidth\", LINKID_DataType = \"Number\" }, amplitude = { LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0, INP_Default = 0, INP_MaxAllowed = 1000000, LINKID_DataType = \"Number\" }, out = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"out\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_11_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\11.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 10560, 1171.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\t\t\tName = \"時間オフセット(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"XYPath1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Default = 1, INP_Integer = false, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { INP_MinScale = 0, INPID_InputControl = \"ScrewControl\", LINKS_Name = \"offset\", INP_MaxScale = 500, INP_Integer = true, INP_Default = 0, LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Red = 0, Blue = 0, Green = 255 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_33_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"33\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\33.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_24_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"24\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\24.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_36_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"36\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\36.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_30_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"30\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9955, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\30.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\04b.顔.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_30_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"30\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\30.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBACK_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04u1\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\後\\\\04.後u1.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_25_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"25\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\25.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_23_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"23\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\23.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 11220, 1171.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"x\", INP_MaxScale = 1, INP_Integer = false, INP_Default = 0.1, LINKID_DataType = \"Number\" }, y = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"y\", INP_MaxScale = 1, INP_Integer = false, INP_Default = 0.1, LINKID_DataType = \"Number\" }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_MinScale = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"in_out\", INP_MaxScale = 1, INP_Integer = false, INP_Default = 0, LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Red = 193, Blue = 231, Green = 106 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_13_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\13.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_12_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_12_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\12.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_07_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\07a.顔.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_21_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"21\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\21.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_16_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_23_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"23+眉\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\23+眉.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBACK_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03u1\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\後\\\\03.後u1.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_22_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"22\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\22.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_31_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"31\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\31.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_09_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_08_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"space\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\透明.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBACK_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\後\\\\05.後.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_06_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\05a.顔.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_04_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_05_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_06_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_07_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_08_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_09_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_10_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_11_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_12_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"12\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_13_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_14_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_15_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_01_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_02_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_03_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10780, 1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBACK_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"space\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\透明.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"BACK_04_LD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"02u1\\\": [\\n      \\\"BACK_00_LD\\\"\\n    ],\\n    \\\"03u1\\\": [\\n      \\\"BACK_01_LD\\\"\\n    ],\\n    \\\"04u1\\\": [\\n      \\\"BACK_02_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"BACK_03_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"BACK_04_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"後\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_BACK\\\"\\n}\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"後_Mrg\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"後_Xf\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBODY_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\体\\\\00.体.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"BODY_00_LD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"BODY_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"BODY_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"BODY_02_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"体\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_BODY\\\"\\n}\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"体_Mrg\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"後_Mrg\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"体_Xf\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -115.5 } }\n\t\t\t\t},\n\t\t\t\tFACE_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\00a.顔.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"FACE_00_LD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"FACE_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"FACE_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"FACE_02_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"FACE_03_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"FACE_04_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"FACE_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"FACE_06_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"FACE_07_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"FACE_08_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"顔\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_FACE\\\"\\n}\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔_Mrg\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"体_Mrg\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tApplyMode = Input { Value = FuID { \"Multiply\" } }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }\n\t\t\t\t},\n\t\t\t\tMOUTH_00_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_00_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_00_LD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"MOUTH_00_00_LD\\\",\\n      \\\"MOUTH_00_01_LD\\\",\\n      \\\"MOUTH_00_02_LD\\\",\\n      \\\"MOUTH_00_03_LD\\\",\\n      \\\"MOUTH_00_04_LD\\\",\\n      \\\"MOUTH_00_05_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"MOUTH_01_00_LD\\\",\\n      \\\"MOUTH_01_01_LD\\\",\\n      \\\"MOUTH_01_02_LD\\\",\\n      \\\"MOUTH_01_03_LD\\\",\\n      \\\"MOUTH_01_04_LD\\\",\\n      \\\"MOUTH_01_05_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"MOUTH_02_00_LD\\\",\\n      \\\"MOUTH_02_01_LD\\\",\\n      \\\"MOUTH_02_02_LD\\\",\\n      \\\"MOUTH_02_03_LD\\\",\\n      \\\"MOUTH_02_04_LD\\\",\\n      \\\"MOUTH_02_05_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"MOUTH_03_00_LD\\\",\\n      \\\"MOUTH_03_01_LD\\\",\\n      \\\"MOUTH_03_02_LD\\\",\\n      \\\"MOUTH_03_03_LD\\\",\\n      \\\"MOUTH_03_04_LD\\\",\\n      \\\"MOUTH_03_05_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"MOUTH_04_00_LD\\\",\\n      \\\"MOUTH_04_01_LD\\\",\\n      \\\"MOUTH_04_02_LD\\\",\\n      \\\"MOUTH_04_03_LD\\\",\\n      \\\"MOUTH_04_04_LD\\\",\\n      \\\"MOUTH_04_05_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"MOUTH_05_00_LD\\\",\\n      \\\"MOUTH_05_01_LD\\\",\\n      \\\"MOUTH_05_02_LD\\\",\\n      \\\"MOUTH_05_03_LD\\\",\\n      \\\"MOUTH_05_04_LD\\\",\\n      \\\"MOUTH_05_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"MOUTH_06_00_LD\\\",\\n      \\\"MOUTH_06_01_LD\\\",\\n      \\\"MOUTH_06_02_LD\\\",\\n      \\\"MOUTH_06_03_LD\\\",\\n      \\\"MOUTH_06_04_LD\\\",\\n      \\\"MOUTH_06_05_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"MOUTH_07_00_LD\\\",\\n      \\\"MOUTH_07_01_LD\\\",\\n      \\\"MOUTH_07_02_LD\\\",\\n      \\\"MOUTH_07_03_LD\\\",\\n      \\\"MOUTH_07_04_LD\\\",\\n      \\\"MOUTH_07_05_LD\\\"\\n    ],\\n    \\\"08\\\": [\\n      \\\"MOUTH_08_00_LD\\\",\\n      \\\"MOUTH_08_01_LD\\\",\\n      \\\"MOUTH_08_02_LD\\\",\\n      \\\"MOUTH_08_03_LD\\\",\\n      \\\"MOUTH_08_04_LD\\\",\\n      \\\"MOUTH_08_05_LD\\\"\\n    ],\\n    \\\"09\\\": [\\n      \\\"MOUTH_09_00_LD\\\",\\n      \\\"MOUTH_09_01_LD\\\",\\n      \\\"MOUTH_09_02_LD\\\",\\n      \\\"MOUTH_09_03_LD\\\",\\n      \\\"MOUTH_09_04_LD\\\",\\n      \\\"MOUTH_09_05_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"MOUTH_10_00_LD\\\",\\n      \\\"MOUTH_10_01_LD\\\",\\n      \\\"MOUTH_10_02_LD\\\",\\n      \\\"MOUTH_10_03_LD\\\",\\n      \\\"MOUTH_10_04_LD\\\",\\n      \\\"MOUTH_10_05_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"MOUTH_11_00_LD\\\",\\n      \\\"MOUTH_11_01_LD\\\",\\n      \\\"MOUTH_11_02_LD\\\",\\n      \\\"MOUTH_11_03_LD\\\",\\n      \\\"MOUTH_11_04_LD\\\",\\n      \\\"MOUTH_11_05_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"MOUTH_12_00_LD\\\",\\n      \\\"MOUTH_12_01_LD\\\",\\n      \\\"MOUTH_12_02_LD\\\",\\n      \\\"MOUTH_12_03_LD\\\",\\n      \\\"MOUTH_12_04_LD\\\",\\n      \\\"MOUTH_12_05_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"MOUTH_13_00_LD\\\",\\n      \\\"MOUTH_13_01_LD\\\",\\n      \\\"MOUTH_13_02_LD\\\",\\n      \\\"MOUTH_13_03_LD\\\",\\n      \\\"MOUTH_13_04_LD\\\",\\n      \\\"MOUTH_13_05_LD\\\"\\n    ],\\n    \\\"14\\\": [\\n      \\\"MOUTH_14_00_LD\\\",\\n      \\\"MOUTH_14_01_LD\\\",\\n      \\\"MOUTH_14_02_LD\\\",\\n      \\\"MOUTH_14_03_LD\\\",\\n      \\\"MOUTH_14_04_LD\\\",\\n      \\\"MOUTH_14_05_LD\\\"\\n    ],\\n    \\\"15\\\": [\\n      \\\"MOUTH_15_00_LD\\\",\\n      \\\"MOUTH_15_01_LD\\\",\\n      \\\"MOUTH_15_02_LD\\\",\\n      \\\"MOUTH_15_03_LD\\\",\\n      \\\"MOUTH_15_04_LD\\\",\\n      \\\"MOUTH_15_05_LD\\\"\\n    ],\\n    \\\"16\\\": [\\n      \\\"MOUTH_16_00_LD\\\",\\n      \\\"MOUTH_16_01_LD\\\",\\n      \\\"MOUTH_16_02_LD\\\",\\n      \\\"MOUTH_16_03_LD\\\",\\n      \\\"MOUTH_16_04_LD\\\",\\n      \\\"MOUTH_16_05_LD\\\"\\n    ],\\n    \\\"17\\\": [\\n      \\\"MOUTH_17_00_LD\\\",\\n      \\\"MOUTH_17_01_LD\\\",\\n      \\\"MOUTH_17_02_LD\\\",\\n      \\\"MOUTH_17_03_LD\\\",\\n      \\\"MOUTH_17_04_LD\\\",\\n      \\\"MOUTH_17_05_LD\\\"\\n    ],\\n    \\\"18\\\": [\\n      \\\"MOUTH_18_00_LD\\\",\\n      \\\"MOUTH_18_01_LD\\\",\\n      \\\"MOUTH_18_02_LD\\\",\\n      \\\"MOUTH_18_03_LD\\\",\\n      \\\"MOUTH_18_04_LD\\\",\\n      \\\"MOUTH_18_05_LD\\\"\\n    ],\\n    \\\"19\\\": [\\n      \\\"MOUTH_19_00_LD\\\"\\n    ],\\n    \\\"20\\\": [\\n      \\\"MOUTH_20_00_LD\\\"\\n    ],\\n    \\\"21\\\": [\\n      \\\"MOUTH_21_00_LD\\\"\\n    ],\\n    \\\"22\\\": [\\n      \\\"MOUTH_22_00_LD\\\"\\n    ],\\n    \\\"23\\\": [\\n      \\\"MOUTH_23_00_LD\\\"\\n    ],\\n    \\\"24\\\": [\\n      \\\"MOUTH_24_00_LD\\\"\\n    ],\\n    \\\"25\\\": [\\n      \\\"MOUTH_25_00_LD\\\"\\n    ],\\n    \\\"26\\\": [\\n      \\\"MOUTH_26_00_LD\\\"\\n    ],\\n    \\\"27\\\": [\\n      \\\"MOUTH_27_00_LD\\\"\\n    ],\\n    \\\"28\\\": [\\n      \\\"MOUTH_28_00_LD\\\"\\n    ],\\n    \\\"29\\\": [\\n      \\\"MOUTH_29_00_LD\\\"\\n    ],\\n    \\\"30\\\": [\\n      \\\"MOUTH_30_00_LD\\\"\\n    ],\\n    \\\"31\\\": [\\n      \\\"MOUTH_31_00_LD\\\"\\n    ],\\n    \\\"32\\\": [\\n      \\\"MOUTH_32_00_LD\\\"\\n    ],\\n    \\\"33\\\": [\\n      \\\"MOUTH_33_00_LD\\\"\\n    ],\\n    \\\"34\\\": [\\n      \\\"MOUTH_34_00_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"口\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_MOUTH\\\"\\n}\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -247.5 } }\n\t\t\t\t},\n\t\t\t\tMOUTH_00_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_01_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_01_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -643.5 } }\n\t\t\t\t},\n\t\t\t\tMOUTH_00_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_02_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_02_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tMOUTH_00_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_03_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_03_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1435.5 } }\n\t\t\t\t},\n\t\t\t\tMOUTH_00_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_04_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_04_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1831.5 } }\n\t\t\t\t},\n\t\t\t\tMOUTH_00_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_05_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"MOUTH_00_05_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -2227.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_04_DX\"] = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_04_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation6\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_05_Xf\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1831.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation6 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t\tSourceOp = \"Expression1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 4 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression1 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"int(n1)\" },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0 },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0 },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Mouth_Ctrl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 6 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouth_Ctrl = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 3 },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.7 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"口_03_DX\"] = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_03_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation5\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_04_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1435.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation5 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t\tSourceOp = \"Expression1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 3 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_02_DX\"] = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_02_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_03_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1039.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t\tSourceOp = \"Expression1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_01_DX\"] = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_01_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_02_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -643.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation3 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t\tSourceOp = \"Expression1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_00_DX\"] = Dissolve {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_00_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_01_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t\tSourceOp = \"Expression1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_Mrg\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"顔_Mrg\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_00_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -115.5 } }\n\t\t\t\t},\n\t\t\t\tEYE_00_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_00_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_00_LD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"EYE_00_00_LD\\\",\\n      \\\"EYE_00_01_LD\\\",\\n      \\\"EYE_00_02_LD\\\",\\n      \\\"EYE_00_03_LD\\\",\\n      \\\"EYE_00_04_LD\\\",\\n      \\\"EYE_00_05_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"EYE_01_00_LD\\\",\\n      \\\"EYE_01_01_LD\\\",\\n      \\\"EYE_01_02_LD\\\",\\n      \\\"EYE_01_03_LD\\\",\\n      \\\"EYE_01_04_LD\\\",\\n      \\\"EYE_01_05_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"EYE_02_00_LD\\\",\\n      \\\"EYE_02_01_LD\\\",\\n      \\\"EYE_02_02_LD\\\",\\n      \\\"EYE_02_03_LD\\\",\\n      \\\"EYE_02_04_LD\\\",\\n      \\\"EYE_02_05_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"EYE_03_00_LD\\\",\\n      \\\"EYE_03_01_LD\\\",\\n      \\\"EYE_03_02_LD\\\",\\n      \\\"EYE_03_03_LD\\\",\\n      \\\"EYE_03_04_LD\\\",\\n      \\\"EYE_03_05_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"EYE_04_00_LD\\\",\\n      \\\"EYE_04_01_LD\\\",\\n      \\\"EYE_04_02_LD\\\",\\n      \\\"EYE_04_03_LD\\\",\\n      \\\"EYE_04_04_LD\\\",\\n      \\\"EYE_04_05_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"EYE_05_00_LD\\\",\\n      \\\"EYE_05_01_LD\\\",\\n      \\\"EYE_05_02_LD\\\",\\n      \\\"EYE_05_03_LD\\\",\\n      \\\"EYE_05_04_LD\\\",\\n      \\\"EYE_05_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"EYE_06_00_LD\\\",\\n      \\\"EYE_06_01_LD\\\",\\n      \\\"EYE_06_02_LD\\\",\\n      \\\"EYE_06_03_LD\\\",\\n      \\\"EYE_06_04_LD\\\",\\n      \\\"EYE_06_05_LD\\\"\\n    ],\\n    \\\"07-15\\\": [\\n      \\\"EYE_07_00_LD\\\",\\n      \\\"EYE_07_01_LD\\\",\\n      \\\"EYE_07_02_LD\\\",\\n      \\\"EYE_07_03_LD\\\",\\n      \\\"EYE_07_04_LD\\\",\\n      \\\"EYE_07_05_LD\\\"\\n    ],\\n    \\\"08-15\\\": [\\n      \\\"EYE_08_00_LD\\\",\\n      \\\"EYE_08_01_LD\\\",\\n      \\\"EYE_08_02_LD\\\",\\n      \\\"EYE_08_03_LD\\\",\\n      \\\"EYE_08_04_LD\\\",\\n      \\\"EYE_08_05_LD\\\"\\n    ],\\n    \\\"09-15\\\": [\\n      \\\"EYE_09_00_LD\\\",\\n      \\\"EYE_09_01_LD\\\",\\n      \\\"EYE_09_02_LD\\\",\\n      \\\"EYE_09_03_LD\\\",\\n      \\\"EYE_09_04_LD\\\",\\n      \\\"EYE_09_05_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"EYE_10_00_LD\\\",\\n      \\\"EYE_10_01_LD\\\",\\n      \\\"EYE_10_02_LD\\\",\\n      \\\"EYE_10_03_LD\\\",\\n      \\\"EYE_10_04_LD\\\",\\n      \\\"EYE_10_05_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"EYE_11_00_LD\\\",\\n      \\\"EYE_11_01_LD\\\",\\n      \\\"EYE_11_02_LD\\\",\\n      \\\"EYE_11_03_LD\\\",\\n      \\\"EYE_11_04_LD\\\",\\n      \\\"EYE_11_05_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"EYE_12_00_LD\\\",\\n      \\\"EYE_12_01_LD\\\",\\n      \\\"EYE_12_02_LD\\\",\\n      \\\"EYE_12_03_LD\\\",\\n      \\\"EYE_12_04_LD\\\",\\n      \\\"EYE_12_05_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"EYE_13_00_LD\\\",\\n      \\\"EYE_13_01_LD\\\",\\n      \\\"EYE_13_02_LD\\\",\\n      \\\"EYE_13_03_LD\\\",\\n      \\\"EYE_13_04_LD\\\",\\n      \\\"EYE_13_05_LD\\\"\\n    ],\\n    \\\"14\\\": [\\n      \\\"EYE_14_00_LD\\\",\\n      \\\"EYE_14_01_LD\\\",\\n      \\\"EYE_14_02_LD\\\",\\n      \\\"EYE_14_03_LD\\\",\\n      \\\"EYE_14_04_LD\\\",\\n      \\\"EYE_14_05_LD\\\"\\n    ],\\n    \\\"15\\\": [\\n      \\\"EYE_15_00_LD\\\",\\n      \\\"EYE_15_01_LD\\\",\\n      \\\"EYE_15_02_LD\\\",\\n      \\\"EYE_15_03_LD\\\",\\n      \\\"EYE_15_04_LD\\\",\\n      \\\"EYE_15_05_LD\\\"\\n    ],\\n    \\\"16\\\": [\\n      \\\"EYE_16_00_LD\\\",\\n      \\\"EYE_16_01_LD\\\",\\n      \\\"EYE_16_02_LD\\\",\\n      \\\"EYE_16_03_LD\\\",\\n      \\\"EYE_16_04_LD\\\",\\n      \\\"EYE_16_05_LD\\\"\\n    ],\\n    \\\"17\\\": [\\n      \\\"EYE_17_00_LD\\\",\\n      \\\"EYE_17_01_LD\\\",\\n      \\\"EYE_17_02_LD\\\",\\n      \\\"EYE_17_03_LD\\\",\\n      \\\"EYE_17_04_LD\\\",\\n      \\\"EYE_17_05_LD\\\"\\n    ],\\n    \\\"18-15\\\": [\\n      \\\"EYE_18_00_LD\\\",\\n      \\\"EYE_18_01_LD\\\",\\n      \\\"EYE_18_02_LD\\\",\\n      \\\"EYE_18_03_LD\\\",\\n      \\\"EYE_18_04_LD\\\",\\n      \\\"EYE_18_05_LD\\\"\\n    ],\\n    \\\"19\\\": [\\n      \\\"EYE_19_00_LD\\\"\\n    ],\\n    \\\"20\\\": [\\n      \\\"EYE_20_00_LD\\\"\\n    ],\\n    \\\"21\\\": [\\n      \\\"EYE_21_00_LD\\\"\\n    ],\\n    \\\"22\\\": [\\n      \\\"EYE_22_00_LD\\\"\\n    ],\\n    \\\"23+眉\\\": [\\n      \\\"EYE_23_00_LD\\\"\\n    ],\\n    \\\"24\\\": [\\n      \\\"EYE_24_00_LD\\\"\\n    ],\\n    \\\"25\\\": [\\n      \\\"EYE_25_00_LD\\\"\\n    ],\\n    \\\"26\\\": [\\n      \\\"EYE_26_00_LD\\\"\\n    ],\\n    \\\"27\\\": [\\n      \\\"EYE_27_00_LD\\\"\\n    ],\\n    \\\"28\\\": [\\n      \\\"EYE_28_00_LD\\\"\\n    ],\\n    \\\"29\\\": [\\n      \\\"EYE_29_00_LD\\\"\\n    ],\\n    \\\"30\\\": [\\n      \\\"EYE_30_00_LD\\\"\\n    ],\\n    \\\"31\\\": [\\n      \\\"EYE_31_00_LD\\\"\\n    ],\\n    \\\"32\\\": [\\n      \\\"EYE_32_00_LD\\\"\\n    ],\\n    \\\"33\\\": [\\n      \\\"EYE_33_00_LD\\\"\\n    ],\\n    \\\"34+眉\\\": [\\n      \\\"EYE_34_00_LD\\\"\\n    ],\\n    \\\"35\\\": [\\n      \\\"EYE_35_00_LD\\\"\\n    ],\\n    \\\"36\\\": [\\n      \\\"EYE_36_00_LD\\\"\\n    ],\\n    \\\"37\\\": [\\n      \\\"EYE_37_00_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"目\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_EYE\\\"\\n}\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -247.5 } }\n\t\t\t\t},\n\t\t\t\tEYE_00_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_01_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_01_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -643.5 } }\n\t\t\t\t},\n\t\t\t\tEYE_00_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.02.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_02_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_02_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tEYE_00_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.03.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_03_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_03_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1435.5 } }\n\t\t\t\t},\n\t\t\t\tEYE_00_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.04.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_04_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_04_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1831.5 } }\n\t\t\t\t},\n\t\t\t\tEYE_00_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.05.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_05_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EYE_00_05_LD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -2227.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_04_DX\"] = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_04_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"目_04_DXBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_05_Xf\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1831.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_04_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 16, Blue = 235, Green = 164 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 50.3333333333333, 0.333333333333333 } },\n\t\t\t\t\t\t[151] = { 1, LH = { 100.666666666667, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 151.666666666667, 0.666666666666667 } },\n\t\t\t\t\t\t[153] = { 0, LH = { 152.333333333333, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 154.333333333333, 0 } },\n\t\t\t\t\t\t[157] = { 0, LH = { 155.666666666667, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_03_DX\"] = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_03_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"目_03_DXBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_04_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1435.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_03_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 16, Blue = 235, Green = 164 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 50, 0.333333333333333 } },\n\t\t\t\t\t\t[150] = { 1, LH = { 100, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 151.333333333333, 0.666666666666667 } },\n\t\t\t\t\t\t[154] = { 0, LH = { 152.666666666667, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 155, 0 } },\n\t\t\t\t\t\t[157] = { 0, LH = { 156, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_02_DX\"] = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_02_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"目_02_DXBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_03_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1039.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_02_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 16, Blue = 235, Green = 164 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 49.6666666666667, 0.333333333333333 } },\n\t\t\t\t\t\t[149] = { 1, LH = { 99.3333333333333, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 151, 0.666666666666667 } },\n\t\t\t\t\t\t[155] = { 0, LH = { 153, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 155.666666666667, 0 } },\n\t\t\t\t\t\t[157] = { 0, LH = { 156.333333333333, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_01_DX\"] = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_01_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"目_01_DXBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_02_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -643.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_01_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 16, Blue = 235, Green = 164 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 49.3333333333333, 0.333333333333333 } },\n\t\t\t\t\t\t[148] = { 1, LH = { 98.6666666666667, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 150.666666666667, 0.666666666666667 } },\n\t\t\t\t\t\t[156] = { 0, LH = { 153.333333333333, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 156.333333333333, 0 } },\n\t\t\t\t\t\t[157] = { 0, LH = { 156.666666666667, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_00_DX\"] = Dissolve {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_00_Xf\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"目_00_DXBackgroundForeground\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_01_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -247.5 } },\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_00_DXBackgroundForeground\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 16, Blue = 235, Green = 164 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 49, 0.333333333333333 } },\n\t\t\t\t\t\t[147] = { 1, LH = { 98, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 150.333333333333, 0.666666666666667 } },\n\t\t\t\t\t\t[157] = { 0, LH = { 153.666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"目_Mrg\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"口_Mrg\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_00_DX\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -115.5 } }\n\t\t\t\t},\n\t\t\t\tPipeRouter1 = PipeRouter {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"目_Mrg\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = PipeRouterInfo { Pos = { 10945, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 320 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tWidth = Input { Value = 400 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRight = Input { Value = 0 },\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, -115.5 } }\n\t\t\t\t},\n\t\t\t\tEYEBROW_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\00.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"EYEBROW_00_LD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"EYEBROW_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"EYEBROW_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"EYEBROW_02_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"EYEBROW_03_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"EYEBROW_04_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"EYEBROW_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"EYEBROW_06_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"EYEBROW_07_LD\\\"\\n    ],\\n    \\\"08\\\": [\\n      \\\"EYEBROW_08_LD\\\"\\n    ],\\n    \\\"09\\\": [\\n      \\\"EYEBROW_09_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"EYEBROW_10_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"EYEBROW_11_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"EYEBROW_12_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"EYEBROW_13_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"眉\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_EYEBROW\\\"\\n}\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_Mrg\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_Xf\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 544.5 } }\n\t\t\t\t},\n\t\t\t\tHAIR_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"00\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\髪\\\\00.髪.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"HAIR_00_LD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"HAIR_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"HAIR_01_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"髪\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_HAIR\\\"\\n}\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪_Mrg\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"眉_Mrg\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪_Xf\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 544.5 } }\n\t\t\t\t},\n\t\t\t\tFRONT_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"space\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\透明.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"前_Xf\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"FRONT_02_LD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"01m1\\\": [\\n      \\\"FRONT_00_LD\\\"\\n    ],\\n    \\\"02m1\\\": [\\n      \\\"FRONT_01_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"FRONT_02_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"前\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_FRONT\\\"\\n}\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, 412.5 } }\n\t\t\t\t},\n\t\t\t\t[\"前_Mrg\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"髪_Mrg\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"前_Xf\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, 544.5 } }\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"前_Mrg\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 544.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGrp_HAIR = Input { Value = 0 },\n\t\t\t\t\t\tPreview_HAIR = Input { Value = \"00\" },\n\t\t\t\t\t\tPreview_EYEBROW = Input { Value = \"00\" },\n\t\t\t\t\t\tPreview_EYE = Input { Value = \"00\" },\n\t\t\t\t\t\tPreview_MOUTH = Input { Value = \"00\" },\n\t\t\t\t\t\tGrp_FACE = Input { Value = 0 },\n\t\t\t\t\t\tPreview_FACE = Input { Value = \"00\" },\n\t\t\t\t\t\tGrp_BODY = Input { Value = 0 },\n\t\t\t\t\t\tPreview_BODY = Input { Value = \"00\" },\n\t\t\t\t\t\tGrp_BACK = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"後_Xf\\n体_Xf\\n顔_Xf\\n口_00_Xf\\n目_00_Xf\\n眉_Xf\\n髪_Xf\\n前_Xf\" },\n\t\t\t\t\t\tBlink = Input { Value = 157 },\n\t\t\t\t\t\tPreview_BACK = Input { Value = \"space\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Merge1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_FRONT = Input { Value = 0 },\n\t\t\t\t\t\tPreview_FRONT = Input { Value = \"space\" }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp, is_chara_sozai=True)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu, is_chara_sozai=True)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_FRONT = {\n\t\t\t\t\t\t\tLINKS_Name = \"前\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_FRONT = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"前_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_FRONT = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"前_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_FRONT = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFRONT_01m1_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"01m1\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01m1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFRONT_02m1_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"02m1\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02m1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFRONT_space_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_HAIR = {\n\t\t\t\t\t\t\tLINKS_Name = \"髪\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_HAIR = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"髪_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_HAIR = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"髪_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_HAIR = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHAIR_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"髪_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHAIR_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"髪_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_EYEBROW = {\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 17,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_EYEBROW = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"眉_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_EYEBROW = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"眉_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_EYEBROW = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_02_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_03_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_04_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_05_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_06_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_07_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_08_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"08\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"08\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_09_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"09\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"09\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_10_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_11_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_12_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYEBROW_13_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_EYE = {\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 41,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_EYE = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"目_00_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_EYE = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"目_00_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_EYE = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_02_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_03_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_04_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_05_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_06_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_07-15_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"07-15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"07-15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_08-15_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"08-15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"08-15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_09-15_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"09-15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"09-15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_10_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_11_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_12_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_13_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_14_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"14\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"14\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_15_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_16_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"16\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"16\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_17_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"17\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"17\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_18-15_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"18-15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"18-15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_19_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"19\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"19\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_20_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"20\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"20\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_21_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"21\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"21\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_22_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"22\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"22\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_23+眉_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"23+眉\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"23+眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_24_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"24\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"24\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_25_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"25\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"25\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_26_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"26\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"26\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_27_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"27\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"27\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_28_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"28\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"28\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_29_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"29\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"29\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_30_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"30\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"30\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_31_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"31\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"31\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_32_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"32\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"32\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_33_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"33\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"33\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"EYE_34+眉_Button\"] = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"34+眉\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"34+眉\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_35_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"35\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"35\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_36_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"36\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"36\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEYE_37_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"37\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"37\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_MOUTH = {\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 38,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_MOUTH = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"口_00_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_MOUTH = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"口_00_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_MOUTH = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_02_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_03_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_04_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_05_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_06_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_07_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_08_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"08\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"08\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_09_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"09\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"09\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_10_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_11_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_12_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_13_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_14_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"14\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"14\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_15_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"15\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"15\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_16_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"16\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"16\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_17_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"17\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"17\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_18_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"18\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"18\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_19_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"19\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"19\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_20_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"20\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"20\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_21_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"21\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"21\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_22_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"22\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"22\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_23_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"23\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"23\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_24_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"24\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"24\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_25_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"25\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"25\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_26_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"26\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"26\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_27_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"27\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"27\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_28_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"28\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"28\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_29_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"29\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"29\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_30_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"30\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"30\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_31_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"31\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"31\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_32_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"32\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"32\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_33_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"33\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"33\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMOUTH_34_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"34\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"34\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_FACE = {\n\t\t\t\t\t\t\tLINKS_Name = \"顔\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_FACE = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"顔_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_FACE = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"顔_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_FACE = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_02_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_03_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_04_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_05_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_06_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_07_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFACE_space_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_BODY = {\n\t\t\t\t\t\t\tLINKS_Name = \"体\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_BODY = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"体_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_BODY = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"体_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_BODY = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBODY_00_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBODY_01_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBODY_02_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_BACK = {\n\t\t\t\t\t\t\tLINKS_Name = \"後\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPrev_Btn_BACK = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"後_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNext_Btn_BACK = {\n\t\t\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"後_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPreview_BACK = {\n\t\t\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Text\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBACK_02u1_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"02u1\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"02u1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBACK_03u1_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"03u1\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"03u1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBACK_04u1_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"04u1\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"04u1\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBACK_05_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBACK_space_Button = {\n\t\t\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOther = {\n\t\t\t\t\t\t\tLINKS_Name = \"Other\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 2,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApply = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.set_blink(comp, \\\"目_00_Xf\\\")\\n]])\\n\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 1369.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_MergeB = Merge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tCenter = Input { Value = { 0.8, 0.5 } },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }\n\t\t\t\t},\n\t\t\t\tEYE_21_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"21\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\21.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBODY_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\体\\\\02.体.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_32_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"32\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\32.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_29_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"29\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\29.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_25_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"25\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9405, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\25.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_35_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"35\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\35.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_16_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"16\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_26_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"26\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\26.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_27_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"27\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\27.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_20_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"20\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\20.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBODY_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\体\\\\01.体.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_06_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"06\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\06a.顔.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_02_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\02b.顔.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFACE_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\03b.顔.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_19_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"19\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\19.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_08_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\08.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_17_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_01_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_05_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"05\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"01\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\01.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_09_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"09\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\09.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_11_04_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"11\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -2095.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.04.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_33_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"33\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6215, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\33.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_10_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"10\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_28_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"28\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\28.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_15_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_04_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"04\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.00.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_20_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"20\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\20.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_03_05_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"03\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -2491.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.05.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_07_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"07\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_14_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"14\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_08_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"08\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1303.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.02.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYEBROW_02_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"02\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, 148.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\02.眉.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_17_00_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"17\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -511.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.00.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_18_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.01.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMOUTH_13_03_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"13\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1699.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.03.口.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEYE_18_01_LD = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tComments = Input { Value = \"18-15\" }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -907.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.01.目.png\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/中国うさぎ.setting",
    "content": "{\n\tTools = ordered() {\n\t\tUsagi = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"モーション\",\n\t\t\t\t\tSourceOp = \"Motion_Speed\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tSourceOp = \"Motion_Str\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"N004_usamimi_show_113\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"うさみみ show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"N004_usamimi_hide_113\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"うさみみ hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"N003_inaba_show_112\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"いなば show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"N003_inaba_hide_112\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"いなば hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"N002_aseoome_show_111\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗多め show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"N002_aseoome_hide_111\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗多め hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase_show_110\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase_hide_110\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_show_109\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_hide_109\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"N003_futsuumayu106\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ikarimayu105\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"N001_agarimayu104\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上がり眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"N000_komarimayu103\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"N008_maegamionme_show_100\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"前髪on目 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"N008_maegamionme_hide_100\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"前髪on目 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kihonmesetto99\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"N006_jitome81\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSource = \"N005_uttori80\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うっとり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSource = \"N004_nikkori79\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSource = \"N003_tojime78\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*閉じ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSource = \"N002_none77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSource = \"N001_nagomime76\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSource = \"N000_◯◯75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*◯◯\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_基本目セット\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"基本目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSource = \"N009_kihon99\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSource = \"N008_kihon298\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kameramesen97\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSource = \"N006_kameramesen296\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSource = \"N005_mesorashi95\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目そらし\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSource = \"N004_mesorashi294\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目そらし2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSource = \"N003_uwamuki93\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上向き\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSource = \"N002_uwamuki292\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上向き2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSource = \"N001_guruguru91\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぐるぐる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSource = \"N000_toroke90\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*とろけ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_白目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"白目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSource = \"N001_shiromekihon87\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*白目基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shiromemihiraki86\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*白目見開き\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"N018_n72\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"N017_o71\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSource = \"N016_oaa70\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSource = \"N015_nyu69\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んゅ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"N014_hohoemi68\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"N013_aha67\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSource = \"N012_hehihi66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*へひひ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSource = \"N011_niyari65\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にやり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSource = \"N010_waa64\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*わあ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSource = \"N009_nihe63\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にへ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSource = \"N008_jururi62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*じゅるり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSource = \"N007_nnn61\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んんー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSource = \"N006_eaa60\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*えあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSource = \"N005_uoaa59\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うおあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSource = \"N004_mukuu58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むくー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSource = \"N003_pero57\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぺろ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSource = \"N002_uhee56\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うへー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"N001_munyu55\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むにゅ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"N000_yodare54\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*よだれ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_show_47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_hide_47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"N004_hoppe51\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"N003_sekimen50\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*赤面\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"N002_nebusoku49\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*寝不足\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hihyouji48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kihon44\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kuchimotoniyubi43\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元に指\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSource = \"N002_munamoto42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*胸元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSource = \"N001_inabakakae41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*いなば抱え\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"N000_ue40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kihon37\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hoppenite36\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺに手\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSource = \"N002_munamoto35\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*胸元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSource = \"N001_yoko34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*横\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSource = \"N000_ue33\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kigounado_show_113\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kigounado_hide_113\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSource = \"N000_suzu_show_2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"鈴 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSource = \"N000_suzu_hide_2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"鈴 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSource = \"N002_mikofuku44\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*巫女服\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ishousabun26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*衣装差分\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_衣装差分\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"衣装差分\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSource = \"N007_hakama_show_12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"袴 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSource = \"N007_hakama_hide_12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"袴 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSource = \"N006_banii11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*バニー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSource = \"N005_sukumizu10\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*スク水\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tSource = \"N004_bikini9\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ビキニ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tSource = \"N003_himo8\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*紐\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSource = \"N002_shitagi7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*下着\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSource = \"N001_osatsu6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*御札\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kihon26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kuchimotoniyubi25\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元に指\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tSource = \"N002_munamoto24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*胸元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tSource = \"N001_inabakakae23\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*いなば抱え\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tSource = \"N000_ue22\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kihon19\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hoppenite18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺに手\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput137 = InstanceInput {\n\t\t\t\t\tSource = \"N002_munamoto17\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*胸元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput138 = InstanceInput {\n\t\t\t\t\tSource = \"N001_yoko16\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*横\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput139 = InstanceInput {\n\t\t\t\t\tSource = \"N000_ue15\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput140 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tPage = \"口パク\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput141 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput142 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput143 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput144 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput145 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput146 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput147 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput148 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput149 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput150 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput151 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput152 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput153 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput154 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput155 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput156 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput157 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput158 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput159 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 167,\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput160 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput161 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput162 = InstanceInput {\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput163 = InstanceInput {\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput164 = InstanceInput {\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput165 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput166 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput167 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput168 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput169 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput170 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput171 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput172 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader71 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-とろけ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader80 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-あは.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-スク水.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 9570, 478.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-むにゅ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!白目\\\\-白目見開き.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-うおあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-えあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-上.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-紐.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader82 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\汗多め.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-上.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 7755, 478.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tName = \"スピード\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8910, 478.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, 478.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-ほっぺに手.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-ぺろ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, 478.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"v\" }, Y = { CBC_TriState = false, LINKS_Name = \"Y\", INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7920, 478.5 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"ScrewControl\", LINKS_Name = \"speed\" }, offset = { INP_Default = 0, LINKS_Name = \"offset\", INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },\n\t\t\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-うへー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-上.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, 643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, 775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 643.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 775.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 907.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.1 } }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-横.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-横.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, 478.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" },\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t},\n\t\t\t\tLoader69 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目そらし2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 9075, 478.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader78 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-んゅ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6215, -1369.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-下着.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!素体.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"素体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-バニー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"衣装差分_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"素体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"袴_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"衣装差分_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"袴_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader19\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"衣装差分\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1369.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-◯◯.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\-赤面.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader76 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!眉\\\\-困り眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -1369.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-うっとり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader81 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader68 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-上向き.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1369.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-へひひ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader83 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\いなば.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 478.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-んんー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-よだれ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-ほっぺに手.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader70 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目そらし.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-上向き2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1369.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-上.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-ビキニ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader77 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader84 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\うさみみ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-にへ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader74 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\-寝不足.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-口元に指.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-むくー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-御札.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 9735, 478.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"v\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\袴.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-じゅるり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-わあ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader73 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -1369.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8250, 478.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 9240, 478.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-口元に指.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 110, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 110, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\鈴.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"鈴_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!体_flipx.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体flipx_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!体.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体flipx_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader21\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG2\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-いなば抱え.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG2\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"巫女服\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -379.5 } }\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"鈴_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"巫女服\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader36\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground14 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain14 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader79 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader79\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground15 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain15 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗多め_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"いなば_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗多め_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"うさみみ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"いなば_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"うさみみ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6215, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6215, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -775.5 } }\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -214.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.478789190542099, 0.718410746372083 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-ん.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -610.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tTransform5_1 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.480415948399799, 0.721654107389456 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tXSize = Input { Value = 1.2 },\n\t\t\t\t\t\tYSize = Input { Value = 0.55 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform5_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -610.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader54\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tTransform5 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.480415948399799, 0.721654107389456 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tYSize = Input { Value = 0.75 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-おあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -610.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tTransform4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.480415948399799, 0.721654107389456 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tYSize = Input { Value = 0.75 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader54\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8030, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -1369.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tBackground11 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1765.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain11 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1633.5 } }\n\t\t\t\t},\n\t\t\t\tBackground12 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2161.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain12 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!白目\\\\-白目基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"白目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader64\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2029.5 } }\n\t\t\t\t},\n\t\t\t\t[\"白目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"白目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"白目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"白目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1633.5 } }\n\t\t\t\t},\n\t\t\t\tBackground13 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1951 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 180 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2161.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain13 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tLoader72 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -2161.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader72\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -2029.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"白目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1633.5 } }\n\t\t\t\t},\n\t\t\t\t[\"基本目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1501.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"基本目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tLoader75 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -1369.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\前髪on目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"前髪on目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader75\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -1237.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"前髪on目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1369.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader59\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -82.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 167 },\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 54.3333333333333, 0.666666666666667 } },\n\t\t\t\t\t\t[163] = { 0, Flags = { StepIn = true }, LH = { 108.666666666667, 0.333333333333333 }, RH = { 164.333333333333, 0.333333333333333 } },\n\t\t\t\t\t\t[167] = { 1, Flags = { PreLoop = true, StepIn = true, Loop = true }, LH = { 165.666666666667, 0.666666666666667 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 54.3333333333333, 0.333333333333333 } },\n\t\t\t\t\t\t[163] = { 1, Flags = { StepIn = true }, LH = { 108.666666666667, 0.666666666666667 }, RH = { 164.333333333333, 0.666666666666667 } },\n\t\t\t\t\t\t[167] = { 0, Flags = { PreLoop = true, StepIn = true, Loop = true }, LH = { 165.666666666667, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 82.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Grp_右腕\"] = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\nうさみみ_MG\\nいなば_MG\\n汗多め_MG\\n汗_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n前髪on目_MG\\n黒目_MG1\\n黒目_MG\\n白目_MG1\\n白目_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n左腕_MG2\\n左腕1_MG\\n右腕_MG2\\n右腕1_MG\\n体_MG\\n体flipx_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n袴_MG\\n衣装差分_MG\\n素体_MG\\n鈴_MG\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_白目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_衣装差分\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_左腕\"] = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kigounado_show_113 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kigounado_hide_113 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_suzu_show_2 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鈴_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"鈴 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_suzu_hide_2 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鈴_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"鈴 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_mikofuku44 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"巫女服\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*巫女服\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ishousabun26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"衣装差分\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*衣装差分\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_usamimi_show_113 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"うさみみ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader84\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"うさみみ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_usamimi_hide_113 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"うさみみ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"うさみみ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_inaba_show_112 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いなば_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader83\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"いなば show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_inaba_hide_112 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いなば_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"いなば hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aseoome_show_111 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗多め_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader82\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗多め show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aseoome_hide_111 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗多め_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗多め hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_show_110 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader81\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_hide_110 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_109 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader80\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_109 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_futsuumayu106 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader79\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ikarimayu105 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader78\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_agarimayu104 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader77\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu103 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader76\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_maegamionme_show_100 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"前髪on目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader75\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"前髪on目 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_maegamionme_hide_100 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"前髪on目_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"前髪on目 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihonmesetto99 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"基本目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_jitome81 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_uttori80 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うっとり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori79 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_tojime78 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_none77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_nagomime76 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N000_◯◯75\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*◯◯\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_基本目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\t\t\tLINKS_Name = \"基本目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kihon99 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader74\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon298 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader73\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kameramesen97 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader72\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kameramesen296 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader71\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesorashi95 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader70\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_mesorashi294 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader69\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_uwamuki93 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader68\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_uwamuki292 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_guruguru91 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_toroke90 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*とろけ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_白目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"白目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_shiromekihon87 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"白目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*白目基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shiromemihiraki86 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"白目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*白目見開き\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 19,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN018_n72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN017_o71 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN016_oaa70 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN015_nyu69 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んゅ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN014_hohoemi68 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_aha67 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_hehihi66 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*へひひ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_niyari65 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waa64 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*わあ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_nihe63 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にへ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_jururi62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*じゅるり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_nnn61 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んんー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_eaa60 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_uoaa59 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うおあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_mukuu58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むくー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_pero57 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぺろ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_uhee56 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うへー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_munyu55 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むにゅ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_yodare54 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*よだれ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_hoppe51 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sekimen50 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nebusoku49 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*寝不足\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji48 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_巫女服\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\t\t\tLINKS_Name = \"巫女服\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon44 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimotoniyubi43 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_munamoto42 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_inabakakae41 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*いなば抱え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ue40 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon37 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppenite36 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺに手\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_munamoto35 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yoko34 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*横\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ue33 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_衣装差分\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"衣装差分\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_hakama_show_12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"袴_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"袴 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_hakama_hide_12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"袴_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"袴 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_banii11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*バニー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_sukumizu10 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*スク水\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_bikini9 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ビキニ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_himo8 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*紐\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_shitagi7 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*下着\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_osatsu6 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*御札\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kuchimotoniyubi25 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_munamoto24 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_inabakakae23 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*いなば抱え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ue22 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon19 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppenite18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺに手\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_munamoto17 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yoko16 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*横\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ue15 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 9405, 478.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, LINKS_Name = \"x\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, LINKS_Name = \"y\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, LINKS_Name = \"in_out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-いなば抱え.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/九州そら.setting",
    "content": "{\n\tTools = ordered() {\n\t\tSora = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tPage = \"モーション\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tSourceOp = \"Motion_Str\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_アクセサリ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"アクセサリ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"N001_sukautaa_show_62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"スカウター show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"N001_sukautaa_hide_62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"スカウター hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"N000_eisei_show_61\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"衛星 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"N000_eisei_hide_61\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"衛星 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_汗など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗など\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase_show_58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase_hide_58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_show_57\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_hide_57\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"N003_agarimayu41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上がり眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"N002_futsuumayu40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"N001_komarimayu39\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"N000_ikarimayu38\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"N011_kihonme35\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"N010_kihonme234\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本目2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"N009_kameramesen33\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"N008_kameramesen232\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"N007_mesorashi31\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSource = \"N006_mesorashi230\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSource = \"N005_uwamukime29\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上向き目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSource = \"N004_uwamukime228\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上向き目2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSource = \"N003_nikkori27\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSource = \"N002_tojime26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*閉じ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSource = \"N001_nagomime25\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSource = \"N000_none24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_show_18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_hide_18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hihyouji21\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoppe20\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSource = \"N001_sekimen19\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*赤面\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSource = \"N010_hohoemi54\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSource = \"N009_aha53\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSource = \"N008_ahaa52\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あはー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSource = \"N007_n51\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSource = \"N006_na50\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んあ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSource = \"N005_hoo49\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"N004_o48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"N003_oo47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"N002_mun46\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"N001_muaa45\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSource = \"N000_perori44\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぺろり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"N004_futsuu15\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hoonite14\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*頬に手\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSource = \"N002_yubitate13\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*指立て\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSource = \"N001_udehirogeru12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腕ひろげる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSource = \"N000_hihyouji11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSource = \"N003_futsuu8\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoonite7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*頬に手\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSource = \"N001_sasayaki6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ささやき\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSource = \"N000_hihyouji5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tPage = \"口パク\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName8\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 179,\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-むあー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-目逸らし2_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!左腕\\\\-(非表示).png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, 445.5 } }\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-ほー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!左腕\\\\-頬に手.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\汗など\\\\涙.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-むん.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 6380, 445.5 }\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 231, Green = 106, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-上向き目.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-にっこり.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!眉\\\\-困り眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, 445.5 } }\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!眉\\\\-怒り眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\汗など\\\\汗.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 4565, 445.5 }\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tNameSet = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 30, Green = 105, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-__.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-ぺろり.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, 610.5 } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, 742.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 610.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } }\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 742.5 } }\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 874.5 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!顔色\\\\かげり.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!顔色\\\\-(非表示).png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-腕ひろげる.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-カメラ目線2_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, 445.5 } }\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" },\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Blue = 30, Green = 105, Red = 210 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-ん.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 5885, 445.5 }\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-んあ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-基本目2_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-目逸らし.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-(非表示).png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!顔色\\\\-赤面.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, 445.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-指立て.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!眉\\\\-上がり眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!左腕\\\\-ささやき.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 6545, 445.5 }\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-頬に手.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\アクセサリ\\\\スカウター.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\" }, offset = { INP_Default = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, INP_Integer = true, LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, 445.5 } }\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tShowKeyPoints = false\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Blue = 0, Green = 255, Red = 0 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },\n\t\t\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, 445.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-上向き目2_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 6050, 445.5 }\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", LINKID_DataType = \"Number\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 445.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\レイヤー 13_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"レイヤー13_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!左腕\\\\-普通.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"レイヤー13_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-普通.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!顔色\\\\-ほっぺ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!眉\\\\-普通眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗など\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗など_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\アクセサリ\\\\衛星.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"衛星_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"スカウター_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"衛星_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"アクセサリ\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"スカウター_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"アクセサリ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"アクセサリ\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"アクセサリ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -115.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader41\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.484649277320069, 0.791089166278231 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-ほほえみ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader41\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -214.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-あはー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader39\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -214.5 } }\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -610.5 } }\n\t\t\t\t},\n\t\t\t\tTransform4_1 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tAngle = Input { Value = 10.4 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.484772, 0.789033 } },\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tYSize = Input { Value = 0.4 },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform4_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-お.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader35\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-あは.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader40\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-おー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -610.5 } }\n\t\t\t\t},\n\t\t\t\tTransform4 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tPivot = Input { Value = { 0.484772, 0.789033 } },\n\t\t\t\t\t\tXSize = Input { Value = 0.6 },\n\t\t\t\t\t\tYSize = Input { Value = 0.6 },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -214.5 } }\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1237.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1105.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-カメラ目線.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -1105.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader24\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-閉じ目.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader17\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -511.5 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 179 },\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -115.5 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Blue = 232, Green = 82, Red = 198 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, Flags = { Loop = true, Linear = true, PreLoop = true }, RH = { 58.3333333333333, 0.666666666666667 } },\n\t\t\t\t\t\t[175] = { 0, LH = { 116.666666666667, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 176.333333333333, 0.333333333333333 } },\n\t\t\t\t\t\t[179] = { 1, LH = { 177.666666666667, 0.666666666666667 }, Flags = { Loop = true, StepIn = true, PreLoop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Blue = 214, Green = 82, Red = 232 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Loop = true, Linear = true, PreLoop = true }, RH = { 58.3333333333333, 0.333333333333333 } },\n\t\t\t\t\t\t[175] = { 1, LH = { 116.666666666667, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 176.333333333333, 0.666666666666667 } },\n\t\t\t\t\t\t[179] = { 0, LH = { 177.666666666667, 0.333333333333333 }, Flags = { Loop = true, StepIn = true, PreLoop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 82.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_akusesari_show_62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アクセサリ_MG\\\")\\nlocal node = comp:FindTool(\\\"アクセサリ\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"アクセサリ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_akusesari_hide_62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アクセサリ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"アクセサリ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_asenado_show_58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗など_MG\\\")\\nlocal node = comp:FindTool(\\\"汗など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_asenado_hide_58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_reiyaa13_show_2 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"レイヤー13_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"レイヤー 13 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_reiyaa13_hide_2 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"レイヤー13_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"レイヤー 13 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_アクセサリ\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"アクセサリ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_sukautaa_show_62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"スカウター_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"スカウター show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_sukautaa_hide_62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"スカウター_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"スカウター hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_eisei_show_61 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衛星_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"衛星 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_eisei_hide_61 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衛星_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"衛星 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_汗など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"汗など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_show_58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_hide_58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_57 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_57 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 11,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_hohoemi54 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_aha53 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_ahaa52 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*あはー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_n51 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_na50 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んあ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_hoo49 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_o48 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_oo47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_mun46 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_muaa45 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_perori44 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_agarimayu41 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuumayu40 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komarimayu39 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ikarimayu38 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_kihonme35 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_kihonme234 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本目2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_kameramesen33 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kameramesen232 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_mesorashi31 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mesorashi230 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_uwamukime29 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_uwamukime228 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き目2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_nikkori27 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_tojime26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_nagomime25 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_none24 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hihyouji21 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppe20 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_sekimen19 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuu15 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoonite14 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*頬に手\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_yubitate13 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指立て\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_udehirogeru12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腕ひろげる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_futsuu8 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoonite7 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*頬に手\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_sasayaki6 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ささやき\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hihyouji5 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"アクセサリ_MG\\nスカウター_MG\\n衛星_MG\\n汗など_MG\\n汗_MG\\n涙_MG\\n口_MG1\\n口_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n右腕_MG1\\n右腕_MG\\n左腕_MG1\\n左腕_MG\\nレイヤー13_MG\" },\n\t\t\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_アクセサリ\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_汗など\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 181.5 } }\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPos = { 6215, 445.5 }\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\" }, in_out = { INP_Default = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Blue = 231, Green = 106, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-なごみ目.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-基本目.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/四国めたん.setting",
    "content": "{\n\tTools = ordered() {\n\t\tMetan = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"モーション\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_namida_show_92\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_namida_hide_92\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase_show_91\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ase_hide_91\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_頭部アクセサリ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"頭部アクセサリ\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_heddodoresu_show_87\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ヘッドドレス show\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_heddodoresu_hide_87\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ヘッドドレス hide\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_usamimi_show_86\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"うさみみ show\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_usamimi_hide_86\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"うさみみ hide\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kamitomehaato_show_85\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪留めハート show\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kamitomehaato_hide_85\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪留めハート hide\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kamitomefuriru_show_84\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪留めフリル show\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kamitomefuriru_hide_84\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪留めフリル hide\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_gokigen81\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ごきげん\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_yayaoko80\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ややおこ\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_oko79\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おこ\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_komari78\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*こまり\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_futomayugokigen77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*太眉ごきげん\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_futomayuoko76\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*太眉おこ\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_futomayukomari75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*太眉こまり\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_mesetto72\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_miage60\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*見上げ\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_miage259\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*見上げ2\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_metoji58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目閉じ\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_metoji257\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目閉じ2\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_○○56\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*○○\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_none55\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_guruguru54\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぐるぐる\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_futsuushirome64\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通白目\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_mihirakishirome63\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*見開き白目\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_futsuume72\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通目\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_futsuume271\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通目2\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kameramesen70\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kameramesen269\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線2\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_mesorashi68\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目そらし\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_mesorashi267\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目そらし2\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_waaa51\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*わあー\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_hohoemi50\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_▽49\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*▽\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_niyari48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にやり\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_perori47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぺろり\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_o46\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_yu45\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ゆ\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_△44\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*△\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_mu43\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*む\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_ii42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*いー\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_uee41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うえー\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_nn40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_momuu39\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*もむー\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔色\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_show_31\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kageri_hide_31\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_futsuu36\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_futsuu235\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通2\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_sekimen34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*赤面\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_aozame33\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*青ざめ\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_hihyouji32\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_manjuufukuro_show_23\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"まんじゅう袋 show\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_manjuufukuro_hide_23\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"まんじゅう袋 hide\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_futsuu28\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kuchimotoniyubi27\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元に指\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_hisohiso26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ひそひそ\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_maiku25\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*マイク\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kakaeru24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*抱える\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_manjuu_show_17\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"まんじゅう show\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_manjuu_hide_17\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"まんじゅう hide\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_futsuu20\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_yubisashisu19\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*指差す\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_tewokazasu18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手をかざす\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_kigounado_show_92\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など show\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_kigounado_hide_92\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など hide\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_toubuakusesari_show_87\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"頭部アクセサリ show\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_toubuakusesari_hide_87\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"頭部アクセサリ hide\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_tsuindoriruhidari_show_4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ツインドリル左 show\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_tsuindoriruhidari_hide_4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ツインドリル左 hide\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_tsuindorirumigi_show_3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ツインドリル右 show\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_tsuindorirumigi_hide_3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ツインドリル右 hide\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kaitenidoudeponitenisurunado_show_2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"回転移動でポニテにするなど show\"\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kaitenidoudeponitenisurunado_hide_2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"回転移動でポニテにするなど hide\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_shirororifuku28\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*白ロリ服\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_sonohokanofuku11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*その他の服\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_その他の服\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"その他の服\"\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_baniifuku11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*バニー服\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_mizugi10\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*水着\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_basutaoru9\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*バスタオル\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_hihyouji8\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(非表示)\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tPage = \"口パク\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput137 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput138 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput139 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput140 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput141 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput142 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput143 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput144 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput145 = InstanceInput {\n\t\t\t\t\tDefault = 139,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput146 = InstanceInput {\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput147 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput148 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\"\n\t\t\t\t},\n\t\t\t\tInput149 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\"\n\t\t\t\t},\n\t\t\t\tInput150 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\"\n\t\t\t\t},\n\t\t\t\tInput151 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput152 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput153 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput154 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput155 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput156 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput157 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput158 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\回転移動でポニテにするなど.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } }\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-▽.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -1072.5 } }\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 8800, 511.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-うえー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-太眉こまり.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader63 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\頭部アクセサリ\\\\うさみみ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -1072.5 } }\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 8140, 511.5 } }\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目閉じ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1633.5 } }\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, 511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, 511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\-(非表示).png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 6985, 511.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1633.5 } }\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-普通.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1633.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-抱える.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tDepth = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, 676.5 } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, 808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 676.5 } }\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 940.5 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!右腕\\\\-手をかざす.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-目そらし2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\-水着.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-赤面.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7315, 511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 8305, 511.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7700, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\まんじゅう袋.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tLoader59 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-ややおこ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!右腕\\\\まんじゅう.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-太眉おこ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader61 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\頭部アクセサリ\\\\髪留めフリル.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\" }, offset = { INP_Default = 0, INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, 511.5 } }\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },\n\t\t\t\t\t\t[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },\n\t\t\t\t\t\t[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 }\n\t\t\t\t},\n\t\t\t\tLoader60 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-目そらし.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-見上げ2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -1633.5 } }\n\t\t\t\t},\n\t\t\t\tLoader67 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\-バスタオル.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!右腕\\\\-指差す.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\!素体.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"素体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\-バニー服.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"その他の服_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"素体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"その他の服\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"その他の服_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader66 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-ぺろり.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-む.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-○○.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1633.5 } }\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 8965, 511.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-見上げ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -1633.5 } }\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-こまり.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -643.5 } }\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -2425.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7480, 511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1039.5 } }\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 8470, 511.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-口元に指.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"回転移動でポニテにするなど_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\ツインドリル右.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ツインドリル右_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"回転移動でポニテにするなど_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\ツインドリル左.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ツインドリル左_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ツインドリル右_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!体.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"まんじゅう_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!右腕\\\\-普通.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -1039.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"まんじゅう_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"まんじゅう袋_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-普通.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1039.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"まんじゅう袋_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader19\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"白ロリ服\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ツインドリル左_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"白ロリ服\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-普通2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader24\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground11 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain11 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-太眉ごきげん.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader56\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground12 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain12 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪留めフリル_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader62 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\頭部アクセサリ\\\\髪留めハート.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪留めハート_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪留めフリル_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader62\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"うさみみ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪留めハート_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader64 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\頭部アクセサリ\\\\ヘッドドレス.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -643.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ヘッドドレス_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"うさみみ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader64\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"頭部アクセサリ\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ヘッドドレス_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"頭部アクセサリ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"頭部アクセサリ\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground13 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain13 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"頭部アクセサリ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -940.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -940.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -808.5 } }\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -511.5 } }\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.478818918641698, 0.781028368065784 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -214.5 } }\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader38\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-いー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader32\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader38\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -610.5 } }\n\t\t\t\t},\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivot = Input { Value = { 0.481837606837607, 0.781315321042594 } },\n\t\t\t\t\t\tSize = Input { Value = 0.85 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -214.5 } }\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -214.5 } }\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1633.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1501.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -2029.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader47\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -2425.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -2293.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7590, -2425.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -2293.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -2161.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -1765.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -1501.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -1369.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目閉じ2_.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -1633.5 } }\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlink = Input { Value = 139 },\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -115.5 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 45, 0.666666666666667 } },\n\t\t\t\t\t\t[135] = { 0, RH = { 136.333333333333, 0.333333333333333 }, Flags = { StepIn = true }, LH = { 90, 0.333333333333333 } },\n\t\t\t\t\t\t[139] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 137.666666666667, 0.666666666666667 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 }\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 45, 0.333333333333333 } },\n\t\t\t\t\t\t[135] = { 1, RH = { 136.333333333333, 0.666666666666667 }, Flags = { StepIn = true }, LH = { 90, 0.666666666666667 } },\n\t\t\t\t\t\t[139] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 137.666666666667, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 }\n\t\t\t\t},\n\t\t\t\tLoader65 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!前髪もみあげ.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"前髪もみあげ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader65\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -115.5 } }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n涙_MG\\n汗_MG\\n前髪もみあげ_MG\\n頭部アクセサリ_MG\\nヘッドドレス_MG\\nうさみみ_MG\\n髪留めハート_MG\\n髪留めフリル_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n左腕_MG1\\n左腕_MG\\nまんじゅう袋_MG\\n右腕_MG1\\n右腕_MG\\nまんじゅう_MG\\n体_MG\\nRoot_MG\\nその他の服_MG\\n素体_MG\\nツインドリル左_MG\\nツインドリル右_MG\\n回転移動でポニテにするなど_MG\" },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_頭部アクセサリ\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_白ロリ服\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_その他の服\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"前髪もみあげ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_kigounado_show_92 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_kigounado_hide_92 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_toubuakusesari_show_87 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"頭部アクセサリ_MG\\\")\\nlocal node = comp:FindTool(\\\"頭部アクセサリ\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"頭部アクセサリ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_toubuakusesari_hide_87 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"頭部アクセサリ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"頭部アクセサリ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_tsuindoriruhidari_show_4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ツインドリル左_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ツインドリル左 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_tsuindoriruhidari_hide_4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ツインドリル左_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ツインドリル左 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_tsuindorirumigi_show_3 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ツインドリル右_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ツインドリル右 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_tsuindorirumigi_hide_3 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ツインドリル右_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ツインドリル右 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kaitenidoudeponitenisurunado_show_2 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"回転移動でポニテにするなど_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"回転移動でポニテにするなど show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kaitenidoudeponitenisurunado_hide_2 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"回転移動でポニテにするなど_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"回転移動でポニテにするなど hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_shirororifuku28 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"白ロリ服\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*白ロリ服\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sonohokanofuku11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"その他の服\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*その他の服\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_namida_show_92 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_namida_hide_92 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase_show_91 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_ase_hide_91 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_頭部アクセサリ\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"頭部アクセサリ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_heddodoresu_show_87 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ヘッドドレス_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ヘッドドレス show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_heddodoresu_hide_87 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ヘッドドレス_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ヘッドドレス hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_usamimi_show_86 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"うさみみ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"うさみみ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_usamimi_hide_86 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"うさみみ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"うさみみ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kamitomehaato_show_85 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪留めハート_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪留めハート show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kamitomehaato_hide_85 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪留めハート_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪留めハート hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kamitomefuriru_show_84 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪留めフリル_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪留めフリル show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kamitomefuriru_hide_84 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪留めフリル_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪留めフリル hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_gokigen81 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_yayaoko80 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ややおこ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_oko79 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_komari78 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*こまり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futomayugokigen77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*太眉ごきげん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_futomayuoko76 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*太眉おこ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_futomayukomari75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*太眉こまり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_mesetto72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_miage60 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*見上げ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_miage259 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*見上げ2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_metoji58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目閉じ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_metoji257 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目閉じ2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_○○56\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*○○\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none55 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_guruguru54 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_futsuushirome64 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mihirakishirome63 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_futsuume72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuume271 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通目2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kameramesen70 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kameramesen269 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_mesorashi68 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mesorashi267 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_waaa51 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi50 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_▽49\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*▽\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_niyari48 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_perori47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_o46 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_yu45 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_△44\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_mu43 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*む\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_ii42 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*いー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_uee41 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うえー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_nn40 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_momuu39 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*もむー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_31 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_31 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_futsuu36 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_futsuu235 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sekimen34 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_aozame33 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji32 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_白ロリ服\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\t\t\tLINKS_Name = \"白ロリ服\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_manjuufukuro_show_23 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まんじゅう袋_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"まんじゅう袋 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_manjuufukuro_hide_23 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まんじゅう袋_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"まんじゅう袋 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_futsuu28 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kuchimotoniyubi27 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hisohiso26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_maiku25 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kakaeru24 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*抱える\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_manjuu_show_17 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まんじゅう_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"まんじゅう show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_manjuu_hide_17 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まんじゅう_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"まんじゅう hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_futsuu20 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_yubisashisu19 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指差す\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_tewokazasu18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手をかざす\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_その他の服\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"その他の服\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_baniifuku11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"その他の服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*バニー服\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_mizugi10 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"その他の服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*水着\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_basutaoru9 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"その他の服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*バスタオル\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hihyouji8 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"その他の服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 247.5 } }\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tPos = { 8635, 511.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-マイク.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-もむー.png\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1072.5 } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/春日部つむぎ.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTsumugi = GroupOperator {\n\t\t\tTools = ordered() {\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\表情記号\\\\なみだめ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-上向き.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-ハート.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -2359.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\-白目見開き.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1963.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!まゆ\\\\-ごきげん眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\" }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\" }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 6105, 412.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-△.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 4290, 412.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-おあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-むん.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!まゆ\\\\-おこ眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 577.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 709.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 577.5 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 709.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!ほくろ_flipx.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-無.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -2359.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" },\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-きらーん.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -2359.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-えあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 5610, 412.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\" }, offset = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\" } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },\n\t\t\t\t\t\t[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-いー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-ぺろり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-む.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2359.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\レイヤー 57_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!まゆ\\\\-困り眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!サイドテール_flipx.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 6270, 412.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\挿入されたイメージ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-わあーい.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_MinScale = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 5775, 412.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\-ゆびさし.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\表情記号\\\\汗.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\-体.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"サイドテールflipx_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!サイドテール.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"サイドテール_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"サイドテールflipx_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"挿入されたイメージ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"レイヤー57_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"挿入されたイメージ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"レイヤー57_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"サイドテール_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!顔色\\\\ほっぺ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ赤め_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ赤め_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!まゆ\\\\-普通眉.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"まゆ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"まゆ\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"まゆ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"まゆ_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"まゆ\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほくろflipx_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"まゆ_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!ほくろ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほくろ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader49\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ほくろflipx_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"なみだめ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"なみだめ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\表情記号\\\\ヘアピン.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ヘアピン_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader52\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\表情記号\\\\鼻.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"鼻_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ヘアピン_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"表情記号\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"鼻_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"表情記号_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"表情記号\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ほくろ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"表情記号_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -940.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -808.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.487723827543143, 0.771943184383194 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-むふ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader43\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform1_4 = Transform {\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.489671750187507, 0.767339700713284 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tSize = Input { Value = 0.9 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-にしー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader41\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -412.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.489671750187507, 0.767339700713284 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tSize = Input { Value = 0.8 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-わあ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1072.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader41\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -247.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1435.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1963.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1831.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\-白目基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1963.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"基本目セット_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1831.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader23\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -2359.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -2227.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -2359.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2227.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2095.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1831.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"基本目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"基本目セット\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1699.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1435.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"基本目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1303.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-閉じ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1567.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 181 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, RH = { 59, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[177] = { 0, Flags = { StepIn = true }, RH = { 178.333333333333, 0.333333333333333 }, LH = { 118, 0.333333333333333 } },\n\t\t\t\t\t\t[181] = { 1, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 179.666666666667, 0.666666666666667 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 59, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[177] = { 1, Flags = { StepIn = true }, RH = { 178.333333333333, 0.666666666666667 }, LH = { 118, 0.666666666666667 } },\n\t\t\t\t\t\t[181] = { 0, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 179.666666666667, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 49.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_hyoujoukigou_show_72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"表情記号_MG\\\")\\nlocal node = comp:FindTool(\\\"表情記号\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"表情記号 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_hyoujoukigou_hide_72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"表情記号_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"表情記号 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hokuro_show_66 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほくろ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ほくろ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hokuro_hide_66 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほくろ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ほくろ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_hokuroflipx_show_65 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほくろflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ほくろ:flipx show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_hokuroflipx_hide_65 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほくろflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ほくろ:flipx hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_saidoteeru_show_5 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"サイドテール_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"サイドテール show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_saidoteeru_hide_5 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"サイドテール_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"サイドテール hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_saidoteeruflipx_show_4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"サイドテールflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"サイドテール:flipx show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_saidoteeruflipx_hide_4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"サイドテールflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"サイドテール:flipx hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_haikei_show_2 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"背景_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"背景 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_haikei_hide_2 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"背景_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"背景 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_karada3 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*体\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_表情記号\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"表情記号\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hana_show_72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鼻_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"鼻 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hana_hide_72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鼻_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"鼻 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_heapin_show_71 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ヘアピン_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ヘアピン show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_heapin_hide_71 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ヘアピン_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ヘアピン hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_show_70 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_hide_70 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namidame_show_69 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"なみだめ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"なみだめ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namidame_hide_69 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"なみだめ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"なみだめ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_hohoemi64 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_waa63 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*わあ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_waaai62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*わあーい\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_mufu61 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_hoaa60 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_mu59 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*む\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_o58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_oaa57 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mun56 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_eaa55 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_perori54 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_△53\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ii52 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*いー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nishii51 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にしー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_まゆ\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"まゆ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_futsuumayu48 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まゆ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gokigenmayu47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まゆ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_okomayu46 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まゆ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu45 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まゆ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihonmesetto42 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"基本目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_uwamuki30 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_toji29 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nikkori28 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none27 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N000_〇〇26\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_基本目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"基本目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_shiromekihon34 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"基本目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*白目基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shiromemihiraki33 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"基本目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*白目見開き\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon42 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kameramesen41 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_mesorashi40 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kiraan39 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*きらーん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_haato38 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mu37 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*無\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame_show_23 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ赤め_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ほっぺ赤め show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame_hide_23 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ赤め_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ほっぺ赤め hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppe_show_22 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ほっぺ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppe_hide_22 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ほっぺ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_show_21 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kageri_hide_21 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kihon18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kuchimoto17 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_piisu16 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_reiyaa57_show_13 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"レイヤー57_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"レイヤー 57 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_reiyaa57_hide_13 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"レイヤー57_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"レイヤー 57 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_sounyuusaretaimeeji_show_12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"挿入されたイメージ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"挿入されたイメージ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_sounyuusaretaimeeji_hide_12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"挿入されたイメージ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"挿入されたイメージ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_piisu10 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kuchimoto9 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_yubisashi8 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆびさし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root2 = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tComments = Input { Value = \"表情記号_MG\\n鼻_MG\\nヘアピン_MG\\n汗_MG\\nなみだめ_MG\\nほくろ_MG\\nほくろflipx_MG\\n口_MG1\\n口_MG\\nまゆ_MG1\\nまゆ_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n基本目セット_MG\\n目_MG\\n顔色_MG\\nほっぺ赤め_MG\\nほっぺ_MG\\nかげり_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\nレイヤー57_MG\\n挿入されたイメージ_MG\\n右腕_MG\\nサイドテール_MG\\nサイドテールflipx_MG\" },\n\t\t\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_表情記号\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_基本目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 148.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\" }, y = { INP_Default = 0.1, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\" }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\" } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPos = { 5940, 412.5 },\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!顔色\\\\ほっぺ赤め.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -2359.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tPage = \"モーション\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tSourceOp = \"Motion_Str\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_Root2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"N011_hokuro_show_66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ほくろ show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"N011_hokuro_hide_66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ほくろ hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"N010_hokuroflipx_show_65\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ほくろ:flipx show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"N010_hokuroflipx_hide_65\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ほくろ:flipx hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"N003_saidoteeru_show_5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"サイドテール show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"N003_saidoteeru_hide_5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"サイドテール hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"N002_saidoteeruflipx_show_4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"サイドテール:flipx show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"N002_saidoteeruflipx_hide_4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"サイドテール:flipx hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_表情記号\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"表情記号\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hana_show_72\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"鼻 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hana_hide_72\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"鼻 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"N002_heapin_show_71\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ヘアピン show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"N002_heapin_hide_71\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ヘアピン hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase_show_70\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase_hide_70\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namidame_show_69\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"なみだめ show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namidame_hide_69\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"なみだめ hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_まゆ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"まゆ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"N003_futsuumayu48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"N002_gokigenmayu47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ごきげん眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSource = \"N001_okomayu46\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おこ眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSource = \"N000_komarimayu45\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSource = \"N005_kihonmesetto42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSource = \"N004_uwamuki30\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上向き\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSource = \"N003_toji29\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*閉じ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSource = \"N002_nikkori28\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSource = \"N001_none27\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSource = \"N000_〇〇26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*〇〇\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_基本目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"基本目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSource = \"N001_shiromekihon34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*白目基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shiromemihiraki33\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*白目見開き\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSource = \"N005_kihon42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kameramesen41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSource = \"N003_mesorashi40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kiraan39\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*きらーん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSource = \"N001_haato38\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ハート\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSource = \"N000_mu37\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*無\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoppeakame_show_23\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ほっぺ赤め show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoppeakame_hide_23\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ほっぺ赤め hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoppe_show_22\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ほっぺ show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoppe_hide_22\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ほっぺ hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_show_21\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kageri_hide_21\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"N013_hohoemi64\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSource = \"N012_waa63\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*わあ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSource = \"N011_waaai62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*わあーい\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSource = \"N010_mufu61\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むふ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSource = \"N009_hoaa60\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSource = \"N008_mu59\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*む\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSource = \"N007_o58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSource = \"N006_oaa57\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSource = \"N005_mun56\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSource = \"N004_eaa55\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*えあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSource = \"N003_perori54\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぺろり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSource = \"N002_△53\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*△\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ii52\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*いー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"N000_nishii51\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にしー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kihon18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"N001_kuchimoto17\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"N000_piisu16\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"N005_reiyaa57_show_13\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"レイヤー 57 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"N005_reiyaa57_hide_13\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"レイヤー 57 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSource = \"N004_sounyuusaretaimeeji_show_12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"挿入されたイメージ show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"N004_sounyuusaretaimeeji_hide_12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"挿入されたイメージ hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kihon11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSource = \"N002_piisu10\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSource = \"N001_kuchimoto9\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"N000_yubisashi8\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ゆびさし\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tPage = \"口パク\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthAnim\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tDefault = 181,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput137 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput138 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/東北ずん子(Open).setting",
    "content": "{\n\tTools = ordered() {\n\t\tZunko = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"モーション\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_namida_show_59\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_namida_hide_59\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_ase_show_58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_ase_hide_58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_saidokamikihon4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*サイド髪基本\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_saidokamihane3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*サイド髪跳ね\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_futsuumayu57\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通眉\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_agarimayu56\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上がり眉\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ikarimayu55\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*怒り眉\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_komarimayu54\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り眉\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N013_kihon51\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_kihon250\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本2\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_kameramesen49\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_mesorashi48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目そらし\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_uemuki47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*上むき\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_jitome46\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ジト目\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_tojime45\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*閉じ目\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_uinku44\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ウインク\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_nikkori43\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_〇〇42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*〇〇\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_none41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_・・40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*・・\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_zuda39\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(ず・　・だ)\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_zudaflipx38\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*(ず・　・だ):flipx\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_hohoemi35\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_aha34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あは\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_ahaa33\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あはー\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_n32\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ん\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_o31\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_ooo30\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おおー\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_nmu29\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んむ\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_ae28\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*あえ\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_eaa27\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*えあー\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_jururi26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*じゅるり\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_perori25\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぺろり\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_ω24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ω\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_ほっぺ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_hoppekihon21\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ基本\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_hoppeakame20\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ赤め\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_sekimen19\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*赤面\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kihon16\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_tewoageru15\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_yumi14\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*弓\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kuchimotoniyubi13\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*口元に指\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kihon10\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_tewoageru9\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*手を挙げる\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_yoko8\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*横\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_atamakotsun7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*頭こつん\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tDefault = 6,\n\t\t\t\t\tSource = \"M_Open\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tDefault = 0.8,\n\t\t\t\t\tSource = \"Threshold\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tName = \"※変更後アニメーションを作り直す必要があります。\",\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"Label_000\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 151,\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tTools = ordered() {\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-頭こつん.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-目そらし.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-・・.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-口元に指.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5610, 511.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-んむ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-(ず・　・だ).png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\-サイド髪跳ね.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-怒り眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2970, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-手を挙げる.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-上がり眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-赤面.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 3795, 511.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-えあー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-ほっぺ赤め.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-基本.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-にっこり.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5115, 511.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-基本2_.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ω.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-〇〇.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, 676.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, 808.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 676.5 } }\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 808.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0.1 } }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 940.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-手を挙げる.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ん.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, 511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" },\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\涙.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, 511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4455, 511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-__.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-困り眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2860, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-(ず・　・だ)_flipx.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5775, 511.5 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-弓.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\汗.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Integer = false }, offset = { INP_Default = 0, INP_Integer = true, INP_MaxScale = 500, LINKID_DataType = \"Number\", LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, 511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },\n\t\t\t\t\t\t[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },\n\t\t\t\t\t\t[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 }\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-上むき.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-ジト目.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, 511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-ウインク.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あえ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-じゅるり.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5280, 511.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-横.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tPos = { 5445, 511.5 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!体.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\-サイド髪基本.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-基本.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-基本.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tHueCurves1 = HueCurves {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2090, -115.5 } },\n\t\t\t\t\tTools = {\n\t\t\t\t\t\tHueCurves1Lum = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 204, Blue = 204, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Red = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 42, Blue = 42, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Green = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 204, Blue = 0, Red = 0 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Blue = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 54, Blue = 204, Red = 54 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Red1 = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 102, Blue = 102, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Green1 = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 204, Blue = 102, Red = 102 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Blue1 = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 134, Blue = 204, Red = 134 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Hue = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 0, Blue = 204, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 1.19259259259259, RH = { 0.333, 1.19259259259259 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.623233578312219, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1.19259259259259, LH = { 5.667, 1.19259259259259 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHueCurves1Sat = LUTBezier {\n\t\t\t\t\t\t\tSplineColor = { Green = 204, Blue = 0, Red = 204 },\n\t\t\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t\t\t[0] = { 0.807407407407407, RH = { 0.333, 0.807407407407407 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 1.333, 1 }, LH = { 0.564668849552461, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },\n\t\t\t\t\t\t\t\t\t{ 0.807407407407407, LH = { 5.667, 0.807407407407407 } }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLum = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Lum\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRedSuppress = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Red1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGreenSuppress = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Green1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGreen = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Green\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHue = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Hue\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlueSuppress = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Blue1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRed = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Red\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEditHue = Input { Value = 1 },\n\t\t\t\t\t\tBlue = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Blue\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSat = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1Sat\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-ほっぺ基本.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ほっぺ_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"HueCurves1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-普通眉.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -643.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ほっぺ_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -841.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -709.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ほほえみ.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM_Close = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-お.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM01 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-おおー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM02 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader21\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -610.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tTransform2_1 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.479080440317471, 0.727027874181194 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"M02\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Value = 0.8 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あは.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM03 = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader25\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あはー.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tM_Open = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader24\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tMouthOpenAnim = MultiMerge {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tM_Open = {\n\t\t\t\t\t\t\tINP_Default = 6,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"M_Open\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\t\t\tINP_MinAllowed = 3,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 3\n\t\t\t\t\t\t},\n\t\t\t\t\t\tThreshold = {\n\t\t\t\t\t\t\tINP_Default = 0.550000011920929,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Threshold\",\n\t\t\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"M02\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"M03\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"M03\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"M_Open\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"M_Open\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\tThreshold = Input { Value = 0.8 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"M_Close\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"M_Close\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"M01\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"M01\" }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1873 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1270.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-カメラ目線.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1270.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader38\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1138.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-閉じ目.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1402.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 151 },\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -82.5 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 49, 0.666666666666667 } },\n\t\t\t\t\t\t[147] = { 0, Flags = { StepIn = true }, RH = { 148.333333333333, 0.333333333333333 }, LH = { 98, 0.333333333333333 } },\n\t\t\t\t\t\t[151] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 149.666666666667, 0.666666666666667 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 }\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 49, 0.333333333333333 } },\n\t\t\t\t\t\t[147] = { 1, Flags = { StepIn = true }, RH = { 148.333333333333, 0.666666666666667 }, LH = { 98, 0.666666666666667 } },\n\t\t\t\t\t\t[151] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 149.666666666667, 0.333333333333333 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_ほっぺ\"] = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"涙_MG\\n汗_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目_MG\\n口_MG1\\n口_MG\\nほっぺ_MG1\\nほっぺ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\nRoot_MG\\n体_MG\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_namida_show_59 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_namida_hide_59 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ase_show_58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ase_hide_58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_saidokamikihon4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*サイド髪基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_saidokamihane3 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*サイド髪跳ね\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_futsuumayu57 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_agarimayu56 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ikarimayu55 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komarimayu54 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN013_kihon51 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kihon250 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_kameramesen49 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_mesorashi48 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uemuki47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*上むき\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_jitome46 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_tojime45 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_uinku44 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ウインク\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nikkori43 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_〇〇42\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_none41 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_・・40\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*・・\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_zuda39 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(ず・　・だ)\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_zudaflipx38 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*(ず・　・だ):flipx\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi35 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_aha34 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_ahaa33 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*あはー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_n32 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_o31 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_ooo30 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おおー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nmu29 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んむ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_ae28 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*あえ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_eaa27 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_jururi26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*じゅるり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_perori25 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N000_ω24\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ω\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_ほっぺ\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"ほっぺ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppekihon21 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame20 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_sekimen19 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon16 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_tewoageru15 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yumi14 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*弓\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuchimotoniyubi13 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon10 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_tewoageru9 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yoko8 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*横\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_atamakotsun7 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*頭こつん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Integer = false }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\" } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, 511.5 } },\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ぺろり.png\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -973.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\"\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/枠線を引く.setting",
    "content": "{\n\tTools = ordered() {\n\t\tGroup1 = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = ordered() {\n\t\t\t\tCommentsNest = Input { Value = 0, },\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 605, -115.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tExpanded = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 173.917, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { -605, 122.659 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tBackgroundNest = Input { Value = 0, },\n\t\t\t\t\t\tTopLeftRed = Input {\n\t\t\t\t\t\t\tValue = 1,\n\t\t\t\t\t\t\tExpression = \"Group1.Red\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTopLeftGreen = Input {\n\t\t\t\t\t\t\tValue = 1,\n\t\t\t\t\t\t\tExpression = \"Group1.Green\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTopLeftBlue = Input {\n\t\t\t\t\t\t\tValue = 1,\n\t\t\t\t\t\t\tExpression = \"Group1.Blue\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTopLeftAlpha = Input { Expression = \"Group1.Alpha\", },\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -49.5 } },\n\t\t\t\t},\n\t\t\t\tRectangle1 = RectangleMask {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\t\t\tBorderWidth = Input {\n\t\t\t\t\t\t\tValue = 0.005,\n\t\t\t\t\t\t\tExpression = \"Group1.BorderWidth / 1000\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSolid = Input { Value = 0, },\n\t\t\t\t\t\tMaskWidth = Input { Value = 1920, },\n\t\t\t\t\t\tMaskHeight = Input { Value = 1080, },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 }, },\n\t\t\t\t\t\tClippingMode = Input { Value = FuID { \"None\" }, },\n\t\t\t\t\t\tCenter = Input { Expression = \"(Group1.P1 + Group1.P2) / 2\", },\n\t\t\t\t\t\tWidth = Input { Expression = \"abs(Group1.P1.X - Group1.P2.X)\", },\n\t\t\t\t\t\tHeight = Input { Expression = \"abs(Group1.P1.Y - Group1.P2.Y)\", },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } },\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tP1 = {\n\t\t\t\t\tLINKS_Name = \"P1\",\n\t\t\t\t\tLINKID_DataType = \"Point\",\n\t\t\t\t\tINPID_InputControl = \"OffsetControl\",\n\t\t\t\t\tINPID_PreviewControl = \"CrosshairControl\",\n\t\t\t\t\tINP_DefaultX = 0.25,\n\t\t\t\t\tINP_DefaultY = 0.75,\n\t\t\t\t\tCHC_Style = \"NormalCross\",\n\t\t\t\t},\n\t\t\t\tP2 = {\n\t\t\t\t\tLINKS_Name = \"P2\",\n\t\t\t\t\tLINKID_DataType = \"Point\",\n\t\t\t\t\tINPID_InputControl = \"OffsetControl\",\n\t\t\t\t\tINPID_PreviewControl = \"CrosshairControl\",\n\t\t\t\t\tINP_DefaultX = 0.75,\n\t\t\t\t\tINP_DefaultY = 0.25,\n\t\t\t\t\tCHC_Style = \"NormalCross\",\n\t\t\t\t},\n\t\t\t\tBorderWidth = {\n\t\t\t\t\tLINKS_Name = \"BorderWidth\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 1000,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t},\n\t\t\t\tRed = {\n\t\t\t\t\tLINKS_Name = \"Color\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ColorControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tIC_ControlGroup = 1,\n\t\t\t\t\tIC_ControlID = 0,\n\t\t\t\t\tCLRC_ColorSpace = \"HSV\",\n\t\t\t\t\tCLRC_ShowWheel = false,\n\t\t\t\t},\n\t\t\t\tGreen = {\n\t\t\t\t\tLINKS_Name = \"Color\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ColorControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tIC_ControlGroup = 1,\n\t\t\t\t\tIC_ControlID = 1,\n\t\t\t\t\tCLRC_ColorSpace = \"HSV\",\n\t\t\t\t\tCLRC_ShowWheel = false,\n\t\t\t\t},\n\t\t\t\tBlue = {\n\t\t\t\t\tLINKS_Name = \"Color\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ColorControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tIC_ControlGroup = 1,\n\t\t\t\t\tIC_ControlID = 2,\n\t\t\t\t\tCLRC_ColorSpace = \"HSV\",\n\t\t\t\t\tCLRC_ShowWheel = false,\n\t\t\t\t},\n\t\t\t\tAlpha = {\n\t\t\t\t\tLINKS_Name = \"Color\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ColorControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tIC_ControlGroup = 1,\n\t\t\t\t\tIC_ControlID = 3,\n\t\t\t\t\tCLRC_ColorSpace = \"HSV\",\n\t\t\t\t\tCLRC_ShowWheel = false,\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/琴葉茜.setting",
    "content": "{\n\tTools = ordered() {\n\t\tAkane = GroupOperator {\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"モーション\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase_show_77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_ase_hide_77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_show_76\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase2_hide_76\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_namida_show_75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_namida_hide_75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kihon72\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_gokigen71\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ごきげん\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_komari70\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_oko69\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おこ\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_mesetto66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_tatesenme50\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*縦線目\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_tojime49\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*閉じ目\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_nagomime48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ目\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_none47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_nikkori46\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_matsugekihon66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*まつげ基本\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_matsugehanme65\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*まつげ半目\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_matsugeoko64\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*まつげおこ\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_kihon63\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_kameramesenmigi5px62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線/右5px\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_mesorashihidari5px61\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし/左5px\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_nigorime60\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*濁り目\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kirakirame59\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*きらきら目\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_haatome58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ハート目\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_gurugurume57\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぐるぐる目\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_yabame56\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*やば目\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_shironukime55\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*白抜き目\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_hohoemi43\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_waaa42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*わあー\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_uhehe41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うへへ\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_niyari40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にやり\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_sun39\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*すん\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_o38\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_oo37\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おー\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_e36\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*え\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_uootsu35\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うおーっ\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_muu34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むー\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_hoo33\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほー\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_nn32\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んー\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔色\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kageri_show_28\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kageri_hide_28\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_hoppe27\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_hoppeakame26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ赤め\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_hoppeakame225\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ赤め2\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kuma24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*クマ\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kihon20\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kangaeru19\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*考える\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_piisu18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ピース\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_banzai17\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ばんざい\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_udewohirogeru16\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腕をひろげる\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_kihon13\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_piisu12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ピース\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_sasasu11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*指さす\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_houchou10\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*包丁\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_banzai9\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ばんざい\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_udewohirogeru8\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腕をひろげる\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_kigounado_show_77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など show\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_kigounado_hide_77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など hide\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kamikazari_show_5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り show\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kamikazari_hide_5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り hide\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_show_4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx show\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kamikazariflipx_hide_4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx hide\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tPage = \"口パク\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerName8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tDefault = 163,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\"\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\"\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tTools = ordered() {\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, 445.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6765, 445.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 445.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 445.5 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"ScrewControl\", LINKS_Name = \"speed\" }, offset = { INP_Default = 0, LINKS_Name = \"offset\", INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 445.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 4950, 445.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tDefault = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 610.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 742.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 610.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 742.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 874.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 445.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6270, 445.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 445.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"v\" }, Y = { CBC_TriState = false, LINKS_Name = \"Y\", INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6930, 445.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"v\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\" } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 445.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6435, 445.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!体.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"後ろ髪_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪飾り_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服のアレ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -775.5 } }\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -214.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.477216941864883, 0.773598274414702 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader27\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -610.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.476203497794439, 0.775829608458007 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tYSize = Input { Value = 0.75 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1336.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1204.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1600.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -2128.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1996.5 } }\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader47\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1996.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1864.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1600.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1600.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1468.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1204.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tID = \"Clip1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -115.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 163 },\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, RH = { 53, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[159] = { 0, Flags = { StepIn = true }, LH = { 106, 0.333333333333333 }, RH = { 160.333333333333, 0.333333333333333 } },\n\t\t\t\t\t\t[163] = { 1, LH = { 161.666666666667, 0.666666666666667 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 53, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[159] = { 1, Flags = { StepIn = true }, LH = { 106, 0.666666666666667 }, RH = { 160.333333333333, 0.666666666666667 } },\n\t\t\t\t\t\t[163] = { 0, LH = { 161.666666666667, 0.333333333333333 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 82.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komari70 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_oko69 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_tojime49 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon63 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_haatome58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yabame56 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waaa42 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_niyari40 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_sun39 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_o38 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_oo37 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_e36 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_muu34 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoo33 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nn32 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuma24 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon20 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_piisu18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai17 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon13 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_piisu12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_houchou10 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai9 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\" },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 181.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 6600, 445.5 },\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, LINKS_Name = \"x\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, LINKS_Name = \"y\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, LINKS_Name = \"in_out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/琴葉葵.setting",
    "content": "{\n\tTools = ordered() {\n\t\tAoi = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\",\n\t\t\t\t\tSourceOp = \"レイアウト\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"モーション\",\n\t\t\t\t\tSourceOp = \"Motion_Speed\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tSourceOp = \"Motion_Str\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\",\n\t\t\t\t\tSourceOp = \"モーションSelector\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_記号など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase_show_77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"N002_ase_hide_77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_show_76\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"N001_ase2_hide_76\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗2 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_show_75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"N000_namida_hide_75\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙 hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kihon72\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"N002_gokigen71\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ごきげん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"N001_komari70\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*困り\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"N000_oko69\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おこ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"N005_mesetto66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"N004_tatesenme50\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*縦線目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"N003_tojime49\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*閉じ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"N002_nagomime48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"N001_none47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"N000_nikkori46\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"N003_matsugekihon66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*まつげ基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSource = \"N002_matsugehanme65\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*まつげ半目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSource = \"N001_matsugeoko64\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*まつげおこ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSource = \"N008_kihon63\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSource = \"N007_kameramesenmigi5px62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線/右5px\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSource = \"N006_mesorashihidari5px61\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目逸らし/左5px\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSource = \"N005_nigorime60\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*濁り目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kirakirame59\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*きらきら目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSource = \"N003_haatome58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ハート目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSource = \"N002_gurugurume57\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぐるぐる目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSource = \"N001_yabame56\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*やば目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSource = \"N000_shironukime55\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*白抜き目\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSource = \"N011_hohoemi43\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSource = \"N010_waaa42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*わあー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSource = \"N009_uhehe41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うへへ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSource = \"N008_niyari40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にやり\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSource = \"N007_sun39\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*すん\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSource = \"N006_o38\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSource = \"N005_oo37\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSource = \"N004_e36\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*え\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSource = \"N003_uootsu35\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うおーっ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSource = \"N002_muu34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoo33\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSource = \"N000_nn32\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んー\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"顔色\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kageri_show_28\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kageri_hide_28\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSource = \"N003_hoppe27\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSource = \"N002_hoppeakame26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ赤め\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSource = \"N001_hoppeakame225\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ赤め2\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSource = \"N000_kuma24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*クマ\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSource = \"N004_kihon20\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kangaeru19\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*考える\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSource = \"N002_piisu18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSource = \"N001_banzai17\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSource = \"N000_udewohirogeru16\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSource = \"N005_kihon13\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSource = \"N004_piisu12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ピース\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSource = \"N003_sasasu11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*指さす\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSource = \"N002_houchou10\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*包丁\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSource = \"N001_banzai9\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ばんざい\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSource = \"N000_udewohirogeru8\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*腕をひろげる\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSource = \"N012_kigounado_show_77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSource = \"N012_kigounado_hide_77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"記号など hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kamikazari_show_5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSource = \"N003_kamikazari_hide_5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kamikazariflipx_show_4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx show\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSource = \"N002_kamikazariflipx_hide_4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"髪飾り:flipx hide\",\n\t\t\t\t\tSourceOp = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tPage = \"口パク\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName4\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName5\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName6\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName7\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName8\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tDefault = 157,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\tSourceOp = \"EyeAnim\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName1\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName2\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tSource = \"LayerName3\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6105, 445.5 } }\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 6765, 445.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 445.5 } }\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\" }, offset = { INP_Default = 0, INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 445.5 } }\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },\n\t\t\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 445.5 } }\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\t\t\tSourceOp = \"Transform\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 4950, 445.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 610.5 } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 742.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 610.5 } }\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 742.5 } }\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 874.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 445.5 } }\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" },\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 6270, 445.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader58 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 445.5 } }\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 6930, 445.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader57 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 445.5 } }\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 6435, 445.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!体.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"体_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"後ろ髪_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"髪飾り_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader15\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"服のアレ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗2_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"記号など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -115.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -775.5 } }\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.477216941864883, 0.773598274414702 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -214.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader27\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -610.5 } }\n\t\t\t\t},\n\t\t\t\tTransform4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tPivot = Input { Value = { 0.476203497794439, 0.775829608458007 } },\n\t\t\t\t\t\tUseSizeAndAspect = Input { Value = 0 },\n\t\t\t\t\t\tYSize = Input { Value = 0.75 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -214.5 } },\n\t\t\t\t\tSourceOp = \"MouthScale\"\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1336.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1204.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1600.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -2128.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1996.5 } }\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -2128.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader47\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1996.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1864.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1600.5 } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1732.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1600.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1468.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1204.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1072.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1336.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -511.5 } }\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlink = Input { Value = 157 },\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" },\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } },\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -115.5 } },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 51, 0.666666666666667 } },\n\t\t\t\t\t\t[153] = { 0, LH = { 102, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 154.333333333333, 0.333333333333333 } },\n\t\t\t\t\t\t[157] = { 1, LH = { 155.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 51, 0.333333333333333 } },\n\t\t\t\t\t\t[153] = { 1, LH = { 102, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 154.333333333333, 0.666666666666667 } },\n\t\t\t\t\t\t[157] = { 0, LH = { 155.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon72 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_komari70 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_oko69 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_tojime49 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_kihon63 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_haatome58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_yabame56 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waaa42 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_niyari40 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_sun39 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_o38 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_oo37 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_e36 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_muu34 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoo33 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_nn32 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuma24 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon20 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_piisu18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai17 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kihon13 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_piisu12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_houchou10 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_banzai9 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 49.5 } }\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 181.5 } }\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tFaster = true,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tPos = { 6600, 445.5 },\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDirection = \"Horizontal\"\n\t\t\t\t\t},\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\"\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}"
  },
  {
    "path": "Templates/Edit/Generators/矢印.setting",
    "content": "{\n\tTools = ordered() {\n\t\tMacroTool1 = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tSource = \"P1\",\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tSource = \"P2\",\n\t\t\t\t\tDefaultX = 0.25,\n\t\t\t\t\tDefaultY = 0.5,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 0.100000001490116,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tOutline = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tSource = \"Outline\",\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\tSource = \"Thickness\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean2\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean2\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean2\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean2\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 495, 82.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 621, 264.364, 310.5, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tsRender1 = sRender {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sTransform1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOutline = Input { Value = 1, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 247, 107.758 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tP1 = {\n\t\t\t\t\t\t\tINPID_PreviewControl = \"CrosshairControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Point\",\n\t\t\t\t\t\t\tINPID_InputControl = \"OffsetControl\",\n\t\t\t\t\t\t\tCHC_Style = \"NormalCross\",\n\t\t\t\t\t\t\tLINKS_Name = \"P1\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tP2 = {\n\t\t\t\t\t\t\tINP_DefaultX = 0.25,\n\t\t\t\t\t\t\tINPID_PreviewControl = \"CrosshairControl\",\n\t\t\t\t\t\t\tINP_DefaultY = 0.5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Point\",\n\t\t\t\t\t\t\tINPID_InputControl = \"OffsetControl\",\n\t\t\t\t\t\t\tCHC_Style = \"NormalCross\",\n\t\t\t\t\t\t\tLINKS_Name = \"P2\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_Default = 0.100000001490116,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Size\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOutline = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Outline\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tsBoolean1 = sBoolean {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"Union\" }, },\n\t\t\t\t\t\tInput1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -83, 107.758 } },\n\t\t\t\t},\n\t\t\t\tsOutline1 = sOutline {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tThickness = Input { Value = 0, },\n\t\t\t\t\t\tJoinStyle = Input { Value = 3, },\n\t\t\t\t\t\tCapStyle = Input { Value = 0, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sBoolean2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 27, 8.75758 } },\n\t\t\t\t},\n\t\t\t\tsBoolean2 = sBoolean {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"Union\" }, },\n\t\t\t\t\t\tInput1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGreen = Input { Value = 0, },\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -83, 8.75758 } },\n\t\t\t\t},\n\t\t\t\tsTransform1 = sTransform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tXOffset = Input { Expression = \"sRender1.P1.X - 0.5\", },\n\t\t\t\t\t\tYOffset = Input { Expression = \"(sRender1.P1.Y - 0.5) * sRender1.Height / sRender1.Width\", },\n\t\t\t\t\t\tZRotation = Input { Expression = \"deg(atan2(YOffset - sTransform2.YOffset, XOffset - sTransform2.XOffset))\", },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sMerge1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 137, 107.758 } },\n\t\t\t\t},\n\t\t\t\tsTransform2 = sTransform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tXOffset = Input {\n\t\t\t\t\t\t\tValue = -0.25,\n\t\t\t\t\t\t\tExpression = \"sRender1.P2.X - 0.5\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYOffset = Input { Expression = \"(sRender1.P2.Y - 0.5) * sRender1.Height / sRender1.Width\", },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 137, 206.758 } },\n\t\t\t\t},\n\t\t\t\tsMerge1 = sMerge {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 27, 107.758 } },\n\t\t\t\t},\n\t\t\t\tsNGon1 = sNGon {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSides = Input { Value = 3, },\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tValue = 0.200000002980232,\n\t\t\t\t\t\t\tExpression = \"sRender1.Size *2\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tValue = 0.200000002980232,\n\t\t\t\t\t\t\tExpression = \"sRender1.Size *2\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -248, 8.75758 } },\n\t\t\t\t},\n\t\t\t\tsRectangle1 = sRectangle {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Translate.X\"] = Input {\n\t\t\t\t\t\t\tValue = -0.125,\n\t\t\t\t\t\t\tExpression = \"- Width / 2\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tValue = 0.25,\n\t\t\t\t\t\t\tExpression = \"sqrt((sTransform2.XOffset - sTransform1.XOffset) ^ 2 + (sTransform2.YOffset - sTransform1.YOffset) ^ 2)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tValue = 0.100000001490116,\n\t\t\t\t\t\t\tExpression = \"sRender1.Size\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -248, 107.758 } },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/WhiteCUL.comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 995,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ちゅ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1039.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1501.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1039.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!白目\\\\-白目見開き.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2293.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ひゅっ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1039.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\記号など\\\\滝涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -1039.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-わはー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1039.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!左腕\\\\-手のひら.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目そらし2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -2293.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-●●.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -2293.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-えぇー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1039.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1501.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!顔色など\\\\-赤面.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-うっわー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1039.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!右腕\\\\-手のひら.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ん_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1039.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-むん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1039.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-◯◯.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1501.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!白目\\\\下眼瞼強調.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2293.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2860, -643.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -643.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -2293.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1501.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2970, -643.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -2293.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-えへぇ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1039.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!右腕\\\\-手の甲.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!右腕\\\\-指さし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!顔色など\\\\-青ざめ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2640, -643.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目そらし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -2293.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!左腕\\\\-手の甲.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2293.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-困り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -643.5 } },\n\t\t},\n\t\tLoader54 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1039.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-えあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1039.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\記号など\\\\汗多め.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -643.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!後髪.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!顔色など\\\\-ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!顔色など\\\\鼻.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t},\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!眉\\\\-基本眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -643.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -1039.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-あは.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1039.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1039.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!白目\\\\-白目基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2293.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -2293.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!目\\\\-なごみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1501.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-うへぇ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1039.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\WhiteCUL立ち絵素材\\\\!口\\\\-ぺろん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1039.5 } },\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, 511.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6160, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5005, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 4345, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, 676.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, 808.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 676.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 808.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 940.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, 511.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, 511.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5665, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6325, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5830, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t},\n\t\t[\"後髪_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t},\n\t\t[\"体_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"後髪_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -379.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -115.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -379.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -115.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t},\n\t\t[\"顔色など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t},\n\t\t[\"鼻_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t},\n\t\t[\"顔色など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"鼻_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },\n\t\t},\n\t\t[\"顔色など_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } },\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2530, -643.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2530, -511.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader50\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -511.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -379.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色など_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -115.5 } },\n\t\t},\n\t\tBackground11 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -643.5 } },\n\t\t},\n\t\tSetDomain11 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -511.5 } },\n\t\t},\n\t\t[\"汗多め_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -511.5 } },\n\t\t},\n\t\t[\"汗_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗多め_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -511.5 } },\n\t\t},\n\t\t[\"滝涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -511.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"滝涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },\n\t\t},\n\t\t[\"記号など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -379.5 } },\n\t\t},\n\t\t[\"記号など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1039.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -907.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader30\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -907.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -775.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.491296472767995, 0.783362914335385 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader30\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -214.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -214.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -610.5 } },\n\t\t},\n\t\tTransform5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.49177213862416, 0.784032610475525 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tXSize = Input { Value = 1.25, },\n\t\t\t\tYSize = Input { Value = 0.6, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -214.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -610.5 } },\n\t\t},\n\t\tTransform4_1 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.49177213862416, 0.784032610475525 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tYSize = Input { Value = 0.75, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform4_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -214.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -610.5 } },\n\t\t},\n\t\tTransform4 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.49177213862416, 0.784032610475525 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tYSize = Input { Value = 0.75, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -214.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -214.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1501.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1369.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1765.5 } },\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2293.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2161.5 } },\n\t\t},\n\t\t[\"白目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2161.5 } },\n\t\t},\n\t\t[\"下眼瞼強調_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"白目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2161.5 } },\n\t\t},\n\t\t[\"白目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"下眼瞼強調_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2029.5 } },\n\t\t},\n\t\t[\"白目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"白目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1765.5 } },\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 2010, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2293.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2161.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader43\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2161.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -2029.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"白目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1765.5 } },\n\t\t},\n\t\t[\"基本目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1633.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"基本目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1369.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1237.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_3LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_3LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 173, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"記号など_MG\\n涙_MG\\n滝涙_MG\\n汗_MG\\n汗多め_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n白目_MG1\\n下眼瞼強調_MG\\n白目_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色など_MG1\\n鼻_MG\\n顔色など_MG\\n右腕_MG1\\n右腕_MG\\n左腕_MG1\\n左腕_MG\\n体_MG\\n後髪_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_白目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色など\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN008_kigounado_show_75 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t},\n\t\t\t\tN008_kigounado_hide_75 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t},\n\t\t\t\tN003_namida_show_75 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN003_namida_hide_75 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\tN002_takinamida_show_74 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"滝涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"滝涙 show\",\n\t\t\t\t},\n\t\t\t\tN002_takinamida_hide_74 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"滝涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"滝涙 hide\",\n\t\t\t\t},\n\t\t\t\tN001_ase_show_73 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase_hide_73 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t},\n\t\t\t\tN000_aseoome_show_72 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗多め_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗多め show\",\n\t\t\t\t},\n\t\t\t\tN000_aseoome_hide_72 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗多め_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗多め hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN004_kihonmayu69 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本眉\",\n\t\t\t\t},\n\t\t\t\tN003_ikarimayu68 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t},\n\t\t\t\tN002_agarimayu67 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t},\n\t\t\t\tN001_komarimayu66 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t},\n\t\t\t\tN000_komarimayu265 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN005_kihonmesetto62 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"基本目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本目セット\",\n\t\t\t\t},\n\t\t\t\tN004_none46 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\tN003_nagomi45 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*なごみ\",\n\t\t\t\t},\n\t\t\t\tN002_nikkori44 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\t[\"N001_◯◯43\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*◯◯\",\n\t\t\t\t},\n\t\t\t\tN000_jitome42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_基本目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"基本目セット\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN006_kihon62 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN005_kihon261 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t},\n\t\t\t\tN004_kameramesen60 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t},\n\t\t\t\tN003_kameramesen259 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t},\n\t\t\t\tN002_mesorashi58 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t},\n\t\t\t\tN001_mesorashi257 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目そらし2\",\n\t\t\t\t},\n\t\t\t\t[\"N000_●●56\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*●●\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_白目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"白目\",\n\t\t\t\t},\n\t\t\t\tN002_shitagankenkyouchou_show_53 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"下眼瞼強調_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"下眼瞼強調 show\",\n\t\t\t\t},\n\t\t\t\tN002_shitagankenkyouchou_hide_53 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"下眼瞼強調_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"下眼瞼強調 hide\",\n\t\t\t\t},\n\t\t\t\tN001_shiromekihon52 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"白目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*白目基本\",\n\t\t\t\t},\n\t\t\t\tN000_shiromemihiraki51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"白目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*白目見開き\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 17,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN016_hohoemi39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\tN015_aha38 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t},\n\t\t\t\tN014_hoo37 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t},\n\t\t\t\tN013_wahaa36 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*わはー\",\n\t\t\t\t},\n\t\t\t\tN012_peron35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぺろん\",\n\t\t\t\t},\n\t\t\t\tN011_ehee34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*えへぇ\",\n\t\t\t\t},\n\t\t\t\tN010_n33 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t},\n\t\t\t\tN009_mun32 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むん\",\n\t\t\t\t},\n\t\t\t\tN008_o31 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN007_chu30 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ちゅ\",\n\t\t\t\t},\n\t\t\t\tN006_hyutsu29 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ひゅっ\",\n\t\t\t\t},\n\t\t\t\tN005_n28 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t},\n\t\t\t\tN004_e27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t},\n\t\t\t\tN003_eaa26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t},\n\t\t\t\tN002_uhee25 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うへぇ\",\n\t\t\t\t},\n\t\t\t\tN001_eee24 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*えぇー\",\n\t\t\t\t},\n\t\t\t\tN000_utsuwaa23 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うっわー\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色など\",\n\t\t\t\t},\n\t\t\t\tN003_hana_show_20 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鼻_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"鼻 show\",\n\t\t\t\t},\n\t\t\t\tN003_hana_hide_20 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鼻_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"鼻 hide\",\n\t\t\t\t},\n\t\t\t\tN002_hoppe19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色など_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN001_sekimen18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色など_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t},\n\t\t\t\tN000_aozame17 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色など_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN003_kihon14 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN002_sasashi13 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*指さし\",\n\t\t\t\t},\n\t\t\t\tN001_tenohira12 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*手のひら\",\n\t\t\t\t},\n\t\t\t\tN000_tenokabuto11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*手の甲\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN002_kihon8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN001_tenohira7 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*手のひら\",\n\t\t\t\t},\n\t\t\t\tN000_tenokabuto6 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*手の甲\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, 247.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5995, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_3LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 56.3333333333333, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[169] = { 0, LH = { 112.666666666667, 0.333333333333333 }, RH = { 170.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[173] = { 1, LH = { 171.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_3LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 56.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[169] = { 1, LH = { 112.666666666667, 0.666666666666667 }, RH = { 170.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[173] = { 0, LH = { 171.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.47186574531096,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.52813425468904,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 6, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.125,\n\t\t\t\t\t\tRootOffset = { -1280.76, 975.269 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = 139.2,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tHandler = 1668707181,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tQuality = 75\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/WhiteCUL.json",
    "content": "{\n  \"macro_name\": \"WhiteCUL\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_記号など\",\n      \"name\": \"記号など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_namida_show_75\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_namida_hide_75\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_takinamida_show_74\",\n      \"name\": \"滝涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_takinamida_hide_74\",\n      \"name\": \"滝涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_show_73\",\n      \"name\": \"汗 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_hide_73\",\n      \"name\": \"汗 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_aseoome_show_72\",\n      \"name\": \"汗多め show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_aseoome_hide_72\",\n      \"name\": \"汗多め hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kihonmayu69\",\n      \"name\": \"*基本眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_ikarimayu68\",\n      \"name\": \"*怒り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_agarimayu67\",\n      \"name\": \"*上がり眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_komarimayu66\",\n      \"name\": \"*困り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_komarimayu265\",\n      \"name\": \"*困り眉2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_kihonmesetto62\",\n      \"name\": \"*基本目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_none46\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_nagomi45\",\n      \"name\": \"*なごみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_nikkori44\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_◯◯43\",\n      \"name\": \"*◯◯\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_jitome42\",\n      \"name\": \"*ジト目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_基本目セット\",\n      \"name\": \"基本目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_kihon62\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_kihon261\",\n      \"name\": \"*基本2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kameramesen60\",\n      \"name\": \"*カメラ目線\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kameramesen259\",\n      \"name\": \"*カメラ目線2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_mesorashi58\",\n      \"name\": \"*目そらし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_mesorashi257\",\n      \"name\": \"*目そらし2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_●●56\",\n      \"name\": \"*●●\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_白目\",\n      \"name\": \"白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_shitagankenkyouchou_show_53\",\n      \"name\": \"下眼瞼強調 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_shitagankenkyouchou_hide_53\",\n      \"name\": \"下眼瞼強調 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_shiromekihon52\",\n      \"name\": \"*白目基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_shiromemihiraki51\",\n      \"name\": \"*白目見開き\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N016_hohoemi39\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N015_aha38\",\n      \"name\": \"*あは\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N014_hoo37\",\n      \"name\": \"*ほー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N013_wahaa36\",\n      \"name\": \"*わはー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_peron35\",\n      \"name\": \"*ぺろん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_ehee34\",\n      \"name\": \"*えへぇ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_n33\",\n      \"name\": \"*ん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_mun32\",\n      \"name\": \"*むん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_o31\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_chu30\",\n      \"name\": \"*ちゅ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_hyutsu29\",\n      \"name\": \"*ひゅっ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_n28\",\n      \"name\": \"*ん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_e27\",\n      \"name\": \"*え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_eaa26\",\n      \"name\": \"*えあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_uhee25\",\n      \"name\": \"*うへぇ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_eee24\",\n      \"name\": \"*えぇー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_utsuwaa23\",\n      \"name\": \"*うっわー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色など\",\n      \"name\": \"顔色など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hana_show_20\",\n      \"name\": \"鼻 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hana_hide_20\",\n      \"name\": \"鼻 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoppe19\",\n      \"name\": \"*ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_sekimen18\",\n      \"name\": \"*赤面\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_aozame17\",\n      \"name\": \"*青ざめ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kihon14\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_sasashi13\",\n      \"name\": \"*指さし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_tenohira12\",\n      \"name\": \"*手のひら\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_tenokabuto11\",\n      \"name\": \"*手の甲\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kihon8\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_tenohira7\",\n      \"name\": \"*手のひら\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_tenokabuto6\",\n      \"name\": \"*手の甲\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/ずんだもん(Open).comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 300 },\n\tGlobalRange = { 0, 300 },\n\tCurrentID = 9643,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader71 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目ハート.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -1303.5 } },\n\t\t},\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -808.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-ぱんつ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -412.5 } },\n\t\t},\n\t\tLoader65 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-UU.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11055, -1303.5 } },\n\t\t},\n\t\tLoader80 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -2095.5 } },\n\t\t},\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -841.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8250, -808.5 } },\n\t\t},\n\t\tLoader95 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -412.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -808.5 } },\n\t\t},\n\t\tLoader72 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11825, -1303.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7700, -808.5 } },\n\t\t},\n\t\tLoader88 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -412.5 } },\n\t\t},\n\t\tLoader63 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1303.5 } },\n\t\t},\n\t\tLoader86 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -2095.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7590, -808.5 } },\n\t\t},\n\t\tLoader82 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -2095.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8690, -808.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8140, -808.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -808.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9240, -808.5 } },\n\t\t},\n\t\tLoader91 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -412.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-スク水.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -412.5 } },\n\t\t},\n\t\tLoader98 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -412.5 } },\n\t\t},\n\t\tLoader99 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\アヒルちゃん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -412.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9130, -808.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -808.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8030, -808.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -808.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -841.5 } },\n\t\t},\n\t\tLoader54 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -841.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8800, -808.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -808.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -808.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -808.5 } },\n\t\t},\n\t\tLoader69 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11495, -1303.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9020, -808.5 } },\n\t\t},\n\t\tLoader89 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10945, -412.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-おほお.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -841.5 } },\n\t\t},\n\t\tLoader58 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10010, -412.5 } },\n\t\t},\n\t\tLoader59 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10120, -412.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -808.5 } },\n\t\t},\n\t\tLoader96 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -412.5 } },\n\t\t},\n\t\tLoader55 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -841.5 } },\n\t\t},\n\t\tLoader75 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -1699.5 } },\n\t\t},\n\t\tLoader56 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -412.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-制服.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -412.5 } },\n\t\t},\n\t\tLoader62 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1303.5 } },\n\t\t},\n\t\tLoader76 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -1699.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\パーカー裏地.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -16.5 } },\n\t\t},\n\t\tLoader81 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -2095.5 } },\n\t\t},\n\t\tLoader60 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10230, -412.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んへー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12705, -841.5 } },\n\t\t},\n\t\tLoader85 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13695, -2095.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8910, -808.5 } },\n\t\t},\n\t\tLoader70 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11605, -1303.5 } },\n\t\t},\n\t\tLoader67 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11275, -1303.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -808.5 } },\n\t\t},\n\t\tLoader78 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -2095.5 } },\n\t\t},\n\t\tLoader64 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10945, -1303.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-バスタオル.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -412.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -808.5 } },\n\t\t},\n\t\tLoader94 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-パーカー(裏地とセットで使用).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -412.5 } },\n\t\t},\n\t\tLoader97 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -412.5 } },\n\t\t},\n\t\tLoader84 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13585, -2095.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-素体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -412.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -808.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -808.5 } },\n\t\t},\n\t\tLoader66 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -1303.5 } },\n\t\t},\n\t\tLoader87 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -412.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -808.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -808.5 } },\n\t\t},\n\t\tLoader92 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆萎え.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11495, -412.5 } },\n\t\t},\n\t\tLoader74 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -1303.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7920, -808.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -808.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -808.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-△.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -841.5 } },\n\t\t},\n\t\tLoader73 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -1303.5 } },\n\t\t},\n\t\tLoader57 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -412.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -808.5 } },\n\t\t},\n\t\tLoader79 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -2095.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -808.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -808.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -841.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\尻尾的なアレ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -16.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-いつもの服.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -412.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -808.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -808.5 } },\n\t\t},\n\t\tLoader61 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -412.5 } },\n\t\t},\n\t\tLoader90 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11055, -412.5 } },\n\t\t},\n\t\tLoader93 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆通常.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11605, -412.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むふ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -841.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -841.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -841.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -841.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -841.5 } },\n\t\t},\n\t\tLoader77 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -1699.5 } },\n\t\t},\n\t\tLoader83 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13475, -2095.5 } },\n\t\t},\n\t\tLoader68 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -1303.5 } },\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 12815, 742.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13970, 742.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tST_Background_1 = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 907.5 } },\n\t\t},\n\t\tST_SetDomain_1 = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 1039.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 907.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 1039.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0.1 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 1171.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, 742.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13475, 742.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 742.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14630, 742.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14135, 742.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 742.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12980, 742.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -412.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -280.5 } },\n\t\t},\n\t\t[\"服装2_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -280.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -808.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -676.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -676.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -544.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"服装2_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -280.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -808.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -676.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -676.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -544.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -280.5 } },\n\t\t},\n\t\t[\"服装2\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -148.5 } },\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14795, 742.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13310, 742.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14300, 742.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -16.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, 115.5 } },\n\t\t},\n\t\t[\"尻尾的なアレ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, 115.5 } },\n\t\t},\n\t\t[\"パーカー裏地_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"尻尾的なアレ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, 115.5 } },\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -412.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -280.5 } },\n\t\t},\n\t\t[\"服装1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -280.5 } },\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -808.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -676.5 } },\n\t\t},\n\t\t[\"左腕1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -676.5 } },\n\t\t},\n\t\t[\"左腕1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -544.5 } },\n\t\t},\n\t\t[\"左腕_MG2\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"服装1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -280.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -808.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -676.5 } },\n\t\t},\n\t\t[\"右腕1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -676.5 } },\n\t\t},\n\t\t[\"右腕1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -544.5 } },\n\t\t},\n\t\t[\"右腕_MG2\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -280.5 } },\n\t\t},\n\t\t[\"服装1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -148.5 } },\n\t\t},\n\t\tRoot_MG = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"パーカー裏地_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"服装1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, 115.5 } },\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -412.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -280.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -280.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader61\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -280.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -148.5 } },\n\t\t},\n\t\t[\"顔色_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10340, 115.5 } },\n\t\t},\n\t\tBackground13 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -412.5 } },\n\t\t},\n\t\tSetDomain13 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -280.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader90\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -280.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -148.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, 115.5 } },\n\t\t},\n\t\tBackground14 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -412.5 } },\n\t\t},\n\t\tSetDomain14 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -280.5 } },\n\t\t},\n\t\t[\"枝豆_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader93\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -280.5 } },\n\t\t},\n\t\t[\"枝豆\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"枝豆_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -148.5 } },\n\t\t},\n\t\t[\"枝豆_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"枝豆\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, 115.5 } },\n\t\t},\n\t\tBackground15 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -412.5 } },\n\t\t},\n\t\tSetDomain15 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background15\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -280.5 } },\n\t\t},\n\t\t[\"汗3_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain15\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -280.5 } },\n\t\t},\n\t\t[\"汗2_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗3_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -280.5 } },\n\t\t},\n\t\t[\"汗1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -280.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -280.5 } },\n\t\t},\n\t\t[\"アヒルちゃん_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -280.5 } },\n\t\t},\n\t\t[\"記号など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"アヒルちゃん_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -148.5 } },\n\t\t},\n\t\t[\"記号など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"枝豆_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, 115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12705, 115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -841.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -709.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -709.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -280.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tM_Close = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -280.5 } },\n\t\t},\n\t\tM01 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -280.5 } },\n\t\t},\n\t\tM02 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader45\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -280.5 } },\n\t\t},\n\t\tM03 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -280.5 } },\n\t\t},\n\t\tM_Open = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader43\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -280.5 } },\n\t\t},\n\t\tMouthOpenAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M_Close\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"M_Close\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M01\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"M01\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M02\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"M02\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M03\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"M03\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M_Open\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"M_Open\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\tThreshold = Input { Value = 0.55, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13200, 115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tM_Open = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\tINP_Default = 6,\n\t\t\t\t\tINP_MinScale = 3,\n\t\t\t\t\tINP_MinAllowed = 3,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tLINKS_Name = \"M_Open\",\n\t\t\t\t},\n\t\t\t\tThreshold = {\n\t\t\t\t\tINP_MaxAllowed = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_Default = 0.550000011920929,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tLINKS_Name = \"Threshold\"\n\t\t\t\t},\n\t\t\t\tLabel_000 = {\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKS_Name = \"※変更後アニメーションを作り直す必要があります。\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -1303.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -1171.5 } },\n\t\t},\n\t\tBackground11 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -1699.5 } },\n\t\t},\n\t\tSetDomain11 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -1567.5 } },\n\t\t},\n\t\t[\"目セット_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader77\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -1567.5 } },\n\t\t},\n\t\tBackground12 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -2095.5 } },\n\t\t},\n\t\tSetDomain12 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -1963.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader83\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1963.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1831.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1567.5 } },\n\t\t},\n\t\t[\"目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1435.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1171.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -280.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader68\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13640, -280.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"記号など_MG\\nアヒルちゃん_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n枝豆_MG1\\n枝豆_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n口_MG1\\n口_MG\\n右腕_MG2\\n右腕1_MG\\n左腕_MG2\\n左腕1_MG\\n服装1_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n服装2_MG\\nパーカー裏地_MG\\n尻尾的なアレ_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_枝豆\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_服装1\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_服装2\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_左腕\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_右腕\"] = Input { Value = 0, },\n\t\t\t\tGrp_Root2 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 346.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN009_kigounado_show_128 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t},\n\t\t\t\tN009_kigounado_hide_128 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t},\n\t\t\t\tN001_paakaauraji_show_3 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"パーカー裏地 show\",\n\t\t\t\t},\n\t\t\t\tN001_paakaauraji_hide_3 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"パーカー裏地 hide\",\n\t\t\t\t},\n\t\t\t\tN000_shippotekinaare_show_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"尻尾的なアレ show\",\n\t\t\t\t},\n\t\t\t\tN000_shippotekinaare_hide_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"尻尾的なアレ hide\",\n\t\t\t\t},\n\t\t\t\tN003_fukusou155 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*服装1\",\n\t\t\t\t},\n\t\t\t\tN002_fukusou231 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*服装2\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t},\n\t\t\t\tN004_ahiruchan_show_128 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader99\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"アヒルちゃん show\",\n\t\t\t\t},\n\t\t\t\tN004_ahiruchan_hide_128 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"アヒルちゃん hide\",\n\t\t\t\t},\n\t\t\t\tN003_namida_show_127 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader98\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN003_namida_hide_127 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\tN002_ase1_show_126 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader97\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t},\n\t\t\t\tN002_ase1_hide_126 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_show_125 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader96\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_hide_125 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t},\n\t\t\t\tN000_ase3_show_124 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader95\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t},\n\t\t\t\tN000_ase3_hide_124 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_枝豆\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"枝豆\",\n\t\t\t\t},\n\t\t\t\tN002_paakaaurajitosettodeshiyou121 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader94\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t},\n\t\t\t\tN001_edamametsuujou120 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader93\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*枝豆通常\",\n\t\t\t\t},\n\t\t\t\tN000_edamamenae119 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader92\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*枝豆萎え\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN004_futsuumayu116 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader91\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t},\n\t\t\t\tN003_ikarimayu115 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader90\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t},\n\t\t\t\tN002_agarimayu114 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader89\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t},\n\t\t\t\tN001_komarimayu1113 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader88\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t},\n\t\t\t\tN000_komarimayu2112 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader87\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN013_mesetto109 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t},\n\t\t\t\tN012_uwamuki93 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader74\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t},\n\t\t\t\tN011_uwamuki292 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader73\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*上向き2\",\n\t\t\t\t},\n\t\t\t\tN010_uwamuki391 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader72\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*上向き3\",\n\t\t\t\t},\n\t\t\t\tN009_hosomemehaato90 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader71\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*細め目ハート\",\n\t\t\t\t},\n\t\t\t\tN008_hosomeme89 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader70\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*細め目\",\n\t\t\t\t},\n\t\t\t\tN007_jitome88 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader69\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t},\n\t\t\t\tN006_nagomime87 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader68\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t},\n\t\t\t\tN005_nikkori86 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\tN004_nikkori285 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t},\n\t\t\t\tN003_UU84 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t},\n\t\t\t\tN002_none83 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\t[\"N001_〇〇82\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t},\n\t\t\t\tN000_guruguru81 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t},\n\t\t\t\tN002_futsuushirome98 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader77\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t},\n\t\t\t\tN001_jitoshirome97 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader76\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t},\n\t\t\t\tN000_mihirakishirome96 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader75\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN008_futsuume109 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader86\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t},\n\t\t\t\tN007_futsuume2108 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader85\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通目2\",\n\t\t\t\t},\n\t\t\t\tN006_futsuume3107 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader84\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通目3\",\n\t\t\t\t},\n\t\t\t\tN005_kameramesen106 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader83\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t},\n\t\t\t\tN004_kameramesen2105 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader82\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t},\n\t\t\t\tN003_kameramesen3104 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader81\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線3\",\n\t\t\t\t},\n\t\t\t\tN002_mesorashi103 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader80\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t},\n\t\t\t\tN001_mesorashi2102 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader79\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし2\",\n\t\t\t\t},\n\t\t\t\tN000_mesorashi3101 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader78\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし3\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_show_73 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_hide_73 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\tN005_hoppe78 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN004_hoppe277 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t},\n\t\t\t\tN003_hoppeakame76 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t},\n\t\t\t\tN002_aozame75 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t},\n\t\t\t\tN001_hihyouji74 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN012_muu70 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t},\n\t\t\t\tN011_yu69 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t},\n\t\t\t\tN010_o68 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN009_ohoo67 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t},\n\t\t\t\tN008_hahee66 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t},\n\t\t\t\tN007_nn65 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t},\n\t\t\t\tN006_nhee64 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t},\n\t\t\t\tN005_naa63 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t},\n\t\t\t\t[\"N004_△62\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t},\n\t\t\t\tN003_mufu61 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t},\n\t\t\t\tN002_hoo60 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t},\n\t\t\t\tN001_hoa59 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t},\n\t\t\t\tN000_hoaa58 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_服装1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"服装1\",\n\t\t\t\t},\n\t\t\t\tN001_itsumonofuku35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*いつもの服\",\n\t\t\t\t},\n\t\t\t\tN000_seifuku34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*制服\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN007_kihon55 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN006_koshi54 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN005_tewoageru53 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN004_kuchimoto52 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN003_kurushimu51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN002_yubisashishi50 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t},\n\t\t\t\tN001_maiku49 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN007_kihon45 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN006_koshi44 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN005_tewoageru43 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN004_kuchimoto42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN003_kurushimu41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN002_kangaeru40 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t},\n\t\t\t\tN001_hisohiso39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji38 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_服装2\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"服装2\",\n\t\t\t\t},\n\t\t\t\tN003_basutaoru9 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*バスタオル\",\n\t\t\t\t},\n\t\t\t\tN002_sukumizu8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*スク水\",\n\t\t\t\t},\n\t\t\t\tN001_pantsu7 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ぱんつ\",\n\t\t\t\t},\n\t\t\t\tN000_motokarada6 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*素体\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN008_kihon31 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN007_koshi30 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN006_tewoageru29 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN005_kuchimoto28 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN004_kurushimu27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN003_kangaeru26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t},\n\t\t\t\tN002_munamoto25 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t},\n\t\t\t\tN001_hisohiso24 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji23 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN008_kihon20 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN007_koshi19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN006_tewoageru18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN005_kuchimoto17 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN004_kurushimu16 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN003_yubisashishi15 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t},\n\t\t\t\tN002_maiku14 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t},\n\t\t\t\tN001_munamoto13 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji12 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\tGrp_Root2 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 478.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14465, 742.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_2LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 41, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 0, LH = { 82, 0.333333333333333 }, RH = { 124.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 1, LH = { 125.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_2LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 41, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 1, LH = { 82, 0.666666666666667 }, RH = { 124.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 0, LH = { 125.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00314795383001, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t\tPixelX = 547,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.6614017769003,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1.00334001336005,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.996852046169988, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.3385982230997,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 4, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1.46035976015989, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 415,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tSpline = { Show = true, Adjust = false, RatioY = 100, MRU = 1, RatioX = 0.539640239840106, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.125,\n\t\t\t\t\t\tRootOffset = { -10410.4, 1147.91 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 0.64327485380117,\n\t\t\t\t\t\t\tOffsetX = -14.7953216374269,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -1.2,\n\t\t\t\t\t\tOffsetY = 2.22044604925031e-16,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = true,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = true,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t\tDoD = {\n\t\t\t\t\t\t\tShow = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t\tDoD = {\n\t\t\t\t\t\t\tShow = true\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tUnsorted = {\n\t\t\t\tGlobalEnd = 300\n\t\t\t},\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tQuality = 75,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tHandler = 1668707181\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/ずんだもん(Open).json",
    "content": "{\n  \"macro_name\": \"Zundamon\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_記号など\",\n      \"name\": \"記号など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_ahiruchan_show_128\",\n      \"name\": \"アヒルちゃん show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_ahiruchan_hide_128\",\n      \"name\": \"アヒルちゃん hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_namida_show_127\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_namida_hide_127\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase1_show_126\",\n      \"name\": \"汗1 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase1_hide_126\",\n      \"name\": \"汗1 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_show_125\",\n      \"name\": \"汗2 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_hide_125\",\n      \"name\": \"汗2 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ase3_show_124\",\n      \"name\": \"汗3 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ase3_hide_124\",\n      \"name\": \"汗3 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_枝豆\",\n      \"name\": \"枝豆\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_paakaaurajitosettodeshiyou121\",\n      \"name\": \"*パーカー(裏地とセットで使用)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_edamametsuujou120\",\n      \"name\": \"*枝豆通常\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_edamamenae119\",\n      \"name\": \"*枝豆萎え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_futsuumayu116\",\n      \"name\": \"*普通眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_ikarimayu115\",\n      \"name\": \"*怒り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_agarimayu114\",\n      \"name\": \"*上がり眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_komarimayu1113\",\n      \"name\": \"*困り眉1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_komarimayu2112\",\n      \"name\": \"*困り眉2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N013_mesetto109\",\n      \"name\": \"*目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_uwamuki93\",\n      \"name\": \"*上向き\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_uwamuki292\",\n      \"name\": \"*上向き2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_uwamuki391\",\n      \"name\": \"*上向き3\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_hosomemehaato90\",\n      \"name\": \"*細め目ハート\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_hosomeme89\",\n      \"name\": \"*細め目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_jitome88\",\n      \"name\": \"*ジト目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_nagomime87\",\n      \"name\": \"*なごみ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_nikkori86\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_nikkori285\",\n      \"name\": \"*にっこり2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_UU84\",\n      \"name\": \"*UU\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_none83\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_〇〇82\",\n      \"name\": \"*〇〇\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_guruguru81\",\n      \"name\": \"*ぐるぐる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目セット\",\n      \"name\": \"目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_futsuushirome98\",\n      \"name\": \"*普通白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_jitoshirome97\",\n      \"name\": \"*ジト白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mihirakishirome96\",\n      \"name\": \"*見開き白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_futsuume109\",\n      \"name\": \"*普通目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_futsuume2108\",\n      \"name\": \"*普通目2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_futsuume3107\",\n      \"name\": \"*普通目3\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_kameramesen106\",\n      \"name\": \"*カメラ目線\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kameramesen2105\",\n      \"name\": \"*カメラ目線2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kameramesen3104\",\n      \"name\": \"*カメラ目線3\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_mesorashi103\",\n      \"name\": \"*目逸らし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_mesorashi2102\",\n      \"name\": \"*目逸らし2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mesorashi3101\",\n      \"name\": \"*目逸らし3\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_show_73\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_hide_73\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_hoppe78\",\n      \"name\": \"*ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_hoppe277\",\n      \"name\": \"*ほっぺ2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hoppeakame76\",\n      \"name\": \"*ほっぺ赤め\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_aozame75\",\n      \"name\": \"*青ざめ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hihyouji74\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_muu70\",\n      \"name\": \"*むー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_yu69\",\n      \"name\": \"*ゆ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_o68\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_ohoo67\",\n      \"name\": \"*おほお\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_hahee66\",\n      \"name\": \"*はへえ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_nn65\",\n      \"name\": \"*んー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_nhee64\",\n      \"name\": \"*んへー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_naa63\",\n      \"name\": \"*んあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_△62\",\n      \"name\": \"*△\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_mufu61\",\n      \"name\": \"*むふ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoo60\",\n      \"name\": \"*ほー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hoa59\",\n      \"name\": \"*ほあ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hoaa58\",\n      \"name\": \"*ほあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕1\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kihon55\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_koshi54\",\n      \"name\": \"*腰\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_tewoageru53\",\n      \"name\": \"*手を挙げる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kuchimoto52\",\n      \"name\": \"*口元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kurushimu51\",\n      \"name\": \"*苦しむ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_yubisashishi50\",\n      \"name\": \"*指差し\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_maiku49\",\n      \"name\": \"*マイク\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hihyouji48\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕1\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kihon45\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_koshi44\",\n      \"name\": \"*腰\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_tewoageru43\",\n      \"name\": \"*手を挙げる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kuchimoto42\",\n      \"name\": \"*口元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kurushimu41\",\n      \"name\": \"*苦しむ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kangaeru40\",\n      \"name\": \"*考える\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hisohiso39\",\n      \"name\": \"*ひそひそ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hihyouji38\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_服装1\",\n      \"name\": \"服装1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_itsumonofuku35\",\n      \"name\": \"*いつもの服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_seifuku34\",\n      \"name\": \"*制服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root2\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_paakaauraji_show_3\",\n      \"name\": \"パーカー裏地 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_paakaauraji_hide_3\",\n      \"name\": \"パーカー裏地 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_shippotekinaare_show_2\",\n      \"name\": \"尻尾的なアレ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_shippotekinaare_hide_2\",\n      \"name\": \"尻尾的なアレ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"口パク\",\n      \"id\": \"M_Open\",\n      \"name\": \"M_Open\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"口パク\",\n      \"id\": \"Threshold\",\n      \"name\": \"Threshold\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"口パク\",\n      \"id\": \"Label_000\",\n      \"name\": \"※変更後アニメーションを作り直す必要があります。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/ずんだもん.comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 300 },\n\tGlobalRange = { 0, 300 },\n\tCurrentID = 9680,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader72 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11825, -1303.5 } },\n\t\t},\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -808.5 } },\n\t\t},\n\t\tLoader71 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目ハート.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -1303.5 } },\n\t\t},\n\t\tLoader65 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-UU.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11055, -1303.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -808.5 } },\n\t\t},\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -841.5 } },\n\t\t},\n\t\tLoader89 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10945, -412.5 } },\n\t\t},\n\t\tLoader95 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -412.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -808.5 } },\n\t\t},\n\t\tLoader80 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -2095.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-ぱんつ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -412.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7700, -808.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9020, -808.5 } },\n\t\t},\n\t\tLoader63 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1303.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9350, -808.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -808.5 } },\n\t\t},\n\t\tLoader82 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -2095.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -808.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -808.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9240, -808.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8690, -808.5 } },\n\t\t},\n\t\tLoader98 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -412.5 } },\n\t\t},\n\t\tLoader99 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\アヒルちゃん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -412.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9130, -808.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -808.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8030, -808.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -808.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -841.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8800, -808.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -808.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -808.5 } },\n\t\t},\n\t\tLoader78 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -2095.5 } },\n\t\t},\n\t\tLoader69 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11495, -1303.5 } },\n\t\t},\n\t\tLoader86 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -2095.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-おほお.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -841.5 } },\n\t\t},\n\t\tLoader58 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10010, -412.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -808.5 } },\n\t\t},\n\t\tLoader59 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10120, -412.5 } },\n\t\t},\n\t\tLoader96 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -412.5 } },\n\t\t},\n\t\tLoader55 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -841.5 } },\n\t\t},\n\t\tLoader56 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -412.5 } },\n\t\t},\n\t\tLoader62 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1303.5 } },\n\t\t},\n\t\tLoader76 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -1699.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -808.5 } },\n\t\t},\n\t\tLoader81 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -2095.5 } },\n\t\t},\n\t\tLoader88 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -412.5 } },\n\t\t},\n\t\tLoader60 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10230, -412.5 } },\n\t\t},\n\t\tLoader85 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13695, -2095.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -841.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8910, -808.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-制服.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -412.5 } },\n\t\t},\n\t\tLoader70 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-細め目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11605, -1303.5 } },\n\t\t},\n\t\tLoader67 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11275, -1303.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -808.5 } },\n\t\t},\n\t\tLoader64 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10945, -1303.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8250, -808.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-バスタオル.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -412.5 } },\n\t\t},\n\t\tLoader75 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -1699.5 } },\n\t\t},\n\t\tLoader94 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-パーカー(裏地とセットで使用).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -412.5 } },\n\t\t},\n\t\tLoader97 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -412.5 } },\n\t\t},\n\t\tLoader84 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13585, -2095.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-素体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -412.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -808.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -808.5 } },\n\t\t},\n\t\tLoader66 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -1303.5 } },\n\t\t},\n\t\tLoader87 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -412.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -808.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8140, -808.5 } },\n\t\t},\n\t\tLoader92 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆萎え.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11495, -412.5 } },\n\t\t},\n\t\tLoader74 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -1303.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\パーカー裏地.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -16.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7920, -808.5 } },\n\t\t},\n\t\tLoader91 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -412.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -808.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-△.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -841.5 } },\n\t\t},\n\t\tLoader73 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-上向き2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -1303.5 } },\n\t\t},\n\t\tLoader57 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9900, -412.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -808.5 } },\n\t\t},\n\t\tLoader79 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -2095.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -808.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装2_\\\\-スク水.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -412.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -841.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\尻尾的なアレ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -16.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\-いつもの服.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -412.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -808.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -808.5 } },\n\t\t},\n\t\tLoader61 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -412.5 } },\n\t\t},\n\t\tLoader90 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11055, -412.5 } },\n\t\t},\n\t\tLoader93 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!枝豆\\\\-枝豆通常.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11605, -412.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-むふ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -841.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -841.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-んへー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12705, -841.5 } },\n\t\t},\n\t\tLoader54 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -841.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-ほー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -841.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -841.5 } },\n\t\t},\n\t\tLoader77 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -1699.5 } },\n\t\t},\n\t\tLoader83 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13475, -2095.5 } },\n\t\t},\n\t\tLoader68 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -1303.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ずんだもん立ち絵素材2.3\\\\-服装1_\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7590, -808.5 } },\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 12815, 709.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", ICS_ControlPage = \"Controls\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258, LINKS_Name = \"speed\", } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 874.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 1006.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 874.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 1006.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0.1 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 1138.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13970, 709.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, 709.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14630, 709.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, INP_Default = 0.1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_Integer = false, INP_Default = 0.1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", }, in_out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13475, 709.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13640, 709.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14135, 709.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, LINKS_Name = \"out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13310, 709.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, } }\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 709.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -412.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -280.5 } },\n\t\t},\n\t\t[\"服装2_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -280.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -808.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -676.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -676.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -544.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"服装2_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -280.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -808.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -676.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -676.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -544.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -280.5 } },\n\t\t},\n\t\t[\"服装2\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -148.5 } },\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12980, 709.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 1, INPID_InputControl = \"ScrewControl\", LINKS_Name = \"speed\", }, offset = { INP_Integer = true, LINKS_Name = \"offset\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, INP_Default = 0, } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\t[\"CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14795, 709.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, LINKS_Name = \"out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14300, 709.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -16.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, 115.5 } },\n\t\t},\n\t\t[\"尻尾的なアレ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, 115.5 } },\n\t\t},\n\t\t[\"パーカー裏地_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"尻尾的なアレ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, 115.5 } },\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -412.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -280.5 } },\n\t\t},\n\t\t[\"服装1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -280.5 } },\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -808.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -676.5 } },\n\t\t},\n\t\t[\"左腕1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -676.5 } },\n\t\t},\n\t\t[\"左腕1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -544.5 } },\n\t\t},\n\t\t[\"左腕_MG2\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"服装1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8360, -280.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -808.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -676.5 } },\n\t\t},\n\t\t[\"右腕1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -676.5 } },\n\t\t},\n\t\t[\"右腕1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -544.5 } },\n\t\t},\n\t\t[\"右腕_MG2\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -280.5 } },\n\t\t},\n\t\t[\"服装1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, -148.5 } },\n\t\t},\n\t\tRoot_MG = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"パーカー裏地_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"服装1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9460, 115.5 } },\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -412.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9680, -280.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9790, -280.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader61\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -280.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10340, -148.5 } },\n\t\t},\n\t\t[\"顔色_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10340, 115.5 } },\n\t\t},\n\t\tBackground13 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -412.5 } },\n\t\t},\n\t\tSetDomain13 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -280.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader90\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -280.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, -148.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11165, 115.5 } },\n\t\t},\n\t\tBackground14 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -412.5 } },\n\t\t},\n\t\tSetDomain14 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11385, -280.5 } },\n\t\t},\n\t\t[\"枝豆_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader93\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -280.5 } },\n\t\t},\n\t\t[\"枝豆\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"枝豆_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, -148.5 } },\n\t\t},\n\t\t[\"枝豆_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"枝豆\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11715, 115.5 } },\n\t\t},\n\t\tBackground15 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -412.5 } },\n\t\t},\n\t\tSetDomain15 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background15\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -280.5 } },\n\t\t},\n\t\t[\"汗3_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain15\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12045, -280.5 } },\n\t\t},\n\t\t[\"汗2_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗3_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -280.5 } },\n\t\t},\n\t\t[\"汗1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -280.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12375, -280.5 } },\n\t\t},\n\t\t[\"アヒルちゃん_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -280.5 } },\n\t\t},\n\t\t[\"記号など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"アヒルちゃん_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, -148.5 } },\n\t\t},\n\t\t[\"記号など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"枝豆_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12485, 115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12705, 115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -841.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 11935, -709.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -709.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -280.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.460079669291306, 0.690525920907883 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, -16.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -280.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13255, -16.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader43\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -280.5 } },\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, -16.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader49\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -280.5 } },\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13035, -16.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader54\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -280.5 } },\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12925, -16.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader45\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -280.5 } },\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -16.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12705, -280.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12705, -16.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13145, 115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -1303.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -1171.5 } },\n\t\t},\n\t\tBackground11 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -1699.5 } },\n\t\t},\n\t\tSetDomain11 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12265, -1567.5 } },\n\t\t},\n\t\t[\"目セット_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader77\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12595, -1567.5 } },\n\t\t},\n\t\tBackground12 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 300, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -2095.5 } },\n\t\t},\n\t\tSetDomain12 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 12815, -1963.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader83\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1963.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1831.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1567.5 } },\n\t\t},\n\t\t[\"目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1435.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -1171.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, -280.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader68\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13640, -280.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 148.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"記号など_MG\\nアヒルちゃん_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n枝豆_MG1\\n枝豆_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n口_MG1\\n口_MG\\n右腕_MG2\\n右腕1_MG\\n左腕_MG2\\n左腕1_MG\\n服装1_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n服装2_MG\\nパーカー裏地_MG\\n尻尾的なアレ_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_枝豆\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_服装1\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_服装2\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_左腕\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_右腕\"] = Input { Value = 0, },\n\t\t\t\tGrp_Root2 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 346.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN009_kigounado_show_128 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t},\n\t\t\t\tN009_kigounado_hide_128 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t},\n\t\t\t\tN001_paakaauraji_show_3 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"パーカー裏地 show\",\n\t\t\t\t},\n\t\t\t\tN001_paakaauraji_hide_3 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"パーカー裏地_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"パーカー裏地 hide\",\n\t\t\t\t},\n\t\t\t\tN000_shippotekinaare_show_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"尻尾的なアレ show\",\n\t\t\t\t},\n\t\t\t\tN000_shippotekinaare_hide_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"尻尾的なアレ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"尻尾的なアレ hide\",\n\t\t\t\t},\n\t\t\t\tN003_fukusou155 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*服装1\",\n\t\t\t\t},\n\t\t\t\tN002_fukusou231 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"服装2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*服装2\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t},\n\t\t\t\tN004_ahiruchan_show_128 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader99\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"アヒルちゃん show\",\n\t\t\t\t},\n\t\t\t\tN004_ahiruchan_hide_128 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アヒルちゃん_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"アヒルちゃん hide\",\n\t\t\t\t},\n\t\t\t\tN003_namida_show_127 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader98\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN003_namida_hide_127 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\tN002_ase1_show_126 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader97\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t},\n\t\t\t\tN002_ase1_hide_126 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_show_125 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader96\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_hide_125 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t},\n\t\t\t\tN000_ase3_show_124 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader95\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t},\n\t\t\t\tN000_ase3_hide_124 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_枝豆\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"枝豆\",\n\t\t\t\t},\n\t\t\t\tN002_paakaaurajitosettodeshiyou121 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader94\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*パーカー(裏地とセットで使用)\",\n\t\t\t\t},\n\t\t\t\tN001_edamametsuujou120 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader93\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*枝豆通常\",\n\t\t\t\t},\n\t\t\t\tN000_edamamenae119 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"枝豆_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader92\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*枝豆萎え\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN004_futsuumayu116 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader91\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t},\n\t\t\t\tN003_ikarimayu115 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader90\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t},\n\t\t\t\tN002_agarimayu114 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader89\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t},\n\t\t\t\tN001_komarimayu1113 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader88\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t},\n\t\t\t\tN000_komarimayu2112 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader87\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN013_mesetto109 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t},\n\t\t\t\tN012_uwamuki93 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader74\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t},\n\t\t\t\tN011_uwamuki292 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader73\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*上向き2\",\n\t\t\t\t},\n\t\t\t\tN010_uwamuki391 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader72\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*上向き3\",\n\t\t\t\t},\n\t\t\t\tN009_hosomemehaato90 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader71\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*細め目ハート\",\n\t\t\t\t},\n\t\t\t\tN008_hosomeme89 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader70\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*細め目\",\n\t\t\t\t},\n\t\t\t\tN007_jitome88 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader69\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t},\n\t\t\t\tN006_nagomime87 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader68\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t},\n\t\t\t\tN005_nikkori86 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\tN004_nikkori285 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t},\n\t\t\t\tN003_UU84 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t},\n\t\t\t\tN002_none83 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\t[\"N001_〇〇82\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t},\n\t\t\t\tN000_guruguru81 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t},\n\t\t\t\tN002_futsuushirome98 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader77\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t},\n\t\t\t\tN001_jitoshirome97 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader76\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t},\n\t\t\t\tN000_mihirakishirome96 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader75\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN008_futsuume109 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader86\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t},\n\t\t\t\tN007_futsuume2108 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader85\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通目2\",\n\t\t\t\t},\n\t\t\t\tN006_futsuume3107 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader84\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*普通目3\",\n\t\t\t\t},\n\t\t\t\tN005_kameramesen106 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader83\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t},\n\t\t\t\tN004_kameramesen2105 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader82\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t},\n\t\t\t\tN003_kameramesen3104 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader81\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線3\",\n\t\t\t\t},\n\t\t\t\tN002_mesorashi103 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader80\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t},\n\t\t\t\tN001_mesorashi2102 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader79\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし2\",\n\t\t\t\t},\n\t\t\t\tN000_mesorashi3101 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader78\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし3\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_show_73 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_hide_73 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\tN005_hoppe78 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN004_hoppe277 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t},\n\t\t\t\tN003_hoppeakame76 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t},\n\t\t\t\tN002_aozame75 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t},\n\t\t\t\tN001_hihyouji74 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN012_muu70 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t},\n\t\t\t\tN011_yu69 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t},\n\t\t\t\tN010_o68 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN009_ohoo67 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t},\n\t\t\t\tN008_hahee66 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t},\n\t\t\t\tN007_nn65 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t},\n\t\t\t\tN006_nhee64 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t},\n\t\t\t\tN005_naa63 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t},\n\t\t\t\t[\"N004_△62\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t},\n\t\t\t\tN003_mufu61 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t},\n\t\t\t\tN002_hoo60 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t},\n\t\t\t\tN001_hoa59 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t},\n\t\t\t\tN000_hoaa58 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_服装1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"服装1\",\n\t\t\t\t},\n\t\t\t\tN001_itsumonofuku35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*いつもの服\",\n\t\t\t\t},\n\t\t\t\tN000_seifuku34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*制服\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN007_kihon55 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN006_koshi54 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN005_tewoageru53 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN004_kuchimoto52 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN003_kurushimu51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN002_yubisashishi50 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t},\n\t\t\t\tN001_maiku49 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN007_kihon45 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN006_koshi44 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN005_tewoageru43 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN004_kuchimoto42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN003_kurushimu41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN002_kangaeru40 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t},\n\t\t\t\tN001_hisohiso39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji38 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_服装2\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"服装2\",\n\t\t\t\t},\n\t\t\t\tN003_basutaoru9 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*バスタオル\",\n\t\t\t\t},\n\t\t\t\tN002_sukumizu8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*スク水\",\n\t\t\t\t},\n\t\t\t\tN001_pantsu7 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ぱんつ\",\n\t\t\t\t},\n\t\t\t\tN000_motokarada6 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"服装2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*素体\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN008_kihon31 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN007_koshi30 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN006_tewoageru29 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN005_kuchimoto28 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN004_kurushimu27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN003_kangaeru26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t},\n\t\t\t\tN002_munamoto25 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t},\n\t\t\t\tN001_hisohiso24 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji23 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN008_kihon20 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN007_koshi19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN006_tewoageru18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN005_kuchimoto17 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN004_kurushimu16 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN003_yubisashishi15 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t},\n\t\t\t\tN002_maiku14 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t},\n\t\t\t\tN001_munamoto13 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji12 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\tGrp_Root2 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13805, 445.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } }, },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 14465, 709.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, LINKS_Name = \"x\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_MinScale = 0, LINKS_Name = \"y\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", LINKS_Name = \"shake\", }, in_out = { INP_MinScale = 0, LINKS_Name = \"in_out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_2LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 41, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 0, LH = { 82, 0.333333333333333 }, RH = { 124.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 1, LH = { 125.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_2LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 41, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 1, LH = { 82, 0.666666666666667 }, RH = { 124.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 0, LH = { 125.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00215517241379, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t\tPixelX = 547,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.6614017769003,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 0.986639946559783,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.997844827586204, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.3385982230997,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 8, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1.46070460704607, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 440,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tSpline = { Show = false, Adjust = true, RatioY = 100, MRU = 0, RatioX = 0.53929539295393, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.125,\n\t\t\t\t\t\tRootOffset = { -6660.94, 1496.93 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 0.64327485380117,\n\t\t\t\t\t\t\tOffsetX = -14.7953216374269,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = 128.2,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = true,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = true,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t\tDoD = {\n\t\t\t\t\t\t\tShow = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t\tDoD = {\n\t\t\t\t\t\t\tShow = true\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tUnsorted = {\n\t\t\t\tGlobalEnd = 300\n\t\t\t},\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tQuality = 75,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tHandler = 1668707181\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/ずんだもん.json",
    "content": "{\n  \"macro_name\": \"Zundamon\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_記号など\",\n      \"name\": \"記号など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_ahiruchan_show_128\",\n      \"name\": \"アヒルちゃん show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_ahiruchan_hide_128\",\n      \"name\": \"アヒルちゃん hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_namida_show_127\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_namida_hide_127\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase1_show_126\",\n      \"name\": \"汗1 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase1_hide_126\",\n      \"name\": \"汗1 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_show_125\",\n      \"name\": \"汗2 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_hide_125\",\n      \"name\": \"汗2 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ase3_show_124\",\n      \"name\": \"汗3 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ase3_hide_124\",\n      \"name\": \"汗3 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_枝豆\",\n      \"name\": \"枝豆\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_paakaaurajitosettodeshiyou121\",\n      \"name\": \"*パーカー(裏地とセットで使用)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_edamametsuujou120\",\n      \"name\": \"*枝豆通常\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_edamamenae119\",\n      \"name\": \"*枝豆萎え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_futsuumayu116\",\n      \"name\": \"*普通眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_ikarimayu115\",\n      \"name\": \"*怒り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_agarimayu114\",\n      \"name\": \"*上がり眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_komarimayu1113\",\n      \"name\": \"*困り眉1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_komarimayu2112\",\n      \"name\": \"*困り眉2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N013_mesetto109\",\n      \"name\": \"*目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_uwamuki93\",\n      \"name\": \"*上向き\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_uwamuki292\",\n      \"name\": \"*上向き2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_uwamuki391\",\n      \"name\": \"*上向き3\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_hosomemehaato90\",\n      \"name\": \"*細め目ハート\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_hosomeme89\",\n      \"name\": \"*細め目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_jitome88\",\n      \"name\": \"*ジト目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_nagomime87\",\n      \"name\": \"*なごみ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_nikkori86\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_nikkori285\",\n      \"name\": \"*にっこり2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_UU84\",\n      \"name\": \"*UU\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_none83\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_〇〇82\",\n      \"name\": \"*〇〇\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_guruguru81\",\n      \"name\": \"*ぐるぐる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目セット\",\n      \"name\": \"目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_futsuushirome98\",\n      \"name\": \"*普通白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_jitoshirome97\",\n      \"name\": \"*ジト白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mihirakishirome96\",\n      \"name\": \"*見開き白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_futsuume109\",\n      \"name\": \"*普通目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_futsuume2108\",\n      \"name\": \"*普通目2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_futsuume3107\",\n      \"name\": \"*普通目3\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_kameramesen106\",\n      \"name\": \"*カメラ目線\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kameramesen2105\",\n      \"name\": \"*カメラ目線2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kameramesen3104\",\n      \"name\": \"*カメラ目線3\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_mesorashi103\",\n      \"name\": \"*目逸らし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_mesorashi2102\",\n      \"name\": \"*目逸らし2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mesorashi3101\",\n      \"name\": \"*目逸らし3\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_show_73\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_hide_73\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_hoppe78\",\n      \"name\": \"*ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_hoppe277\",\n      \"name\": \"*ほっぺ2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hoppeakame76\",\n      \"name\": \"*ほっぺ赤め\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_aozame75\",\n      \"name\": \"*青ざめ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hihyouji74\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_muu70\",\n      \"name\": \"*むー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_yu69\",\n      \"name\": \"*ゆ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_o68\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_ohoo67\",\n      \"name\": \"*おほお\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_hahee66\",\n      \"name\": \"*はへえ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_nn65\",\n      \"name\": \"*んー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_nhee64\",\n      \"name\": \"*んへー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_naa63\",\n      \"name\": \"*んあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_△62\",\n      \"name\": \"*△\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_mufu61\",\n      \"name\": \"*むふ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoo60\",\n      \"name\": \"*ほー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hoa59\",\n      \"name\": \"*ほあ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hoaa58\",\n      \"name\": \"*ほあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕1\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kihon55\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_koshi54\",\n      \"name\": \"*腰\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_tewoageru53\",\n      \"name\": \"*手を挙げる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kuchimoto52\",\n      \"name\": \"*口元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kurushimu51\",\n      \"name\": \"*苦しむ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_yubisashishi50\",\n      \"name\": \"*指差し\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_maiku49\",\n      \"name\": \"*マイク\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hihyouji48\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕1\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kihon45\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_koshi44\",\n      \"name\": \"*腰\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_tewoageru43\",\n      \"name\": \"*手を挙げる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kuchimoto42\",\n      \"name\": \"*口元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kurushimu41\",\n      \"name\": \"*苦しむ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kangaeru40\",\n      \"name\": \"*考える\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hisohiso39\",\n      \"name\": \"*ひそひそ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hihyouji38\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_服装1\",\n      \"name\": \"服装1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_itsumonofuku35\",\n      \"name\": \"*いつもの服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_seifuku34\",\n      \"name\": \"*制服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root2\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_paakaauraji_show_3\",\n      \"name\": \"パーカー裏地 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_paakaauraji_hide_3\",\n      \"name\": \"パーカー裏地 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_shippotekinaare_show_2\",\n      \"name\": \"尻尾的なアレ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_shippotekinaare_hide_2\",\n      \"name\": \"尻尾的なアレ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/ちびめたん.comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 3297,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },\n\t\t},\n\t\tLoader65 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -643.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1105.5 } },\n\t\t},\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1402.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ4_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1105.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほあ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1105.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -643.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1402.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-マイク.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-おほお.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -1105.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-はへえ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1105.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-△.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1105.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-指差し.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -2194.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1105.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1402.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1798.5 } },\n\t\t},\n\t\tLoader58 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -643.5 } },\n\t\t},\n\t\tLoader59 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -643.5 } },\n\t\t},\n\t\tLoader55 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -2194.5 } },\n\t\t},\n\t\tLoader56 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },\n\t\t},\n\t\tLoader62 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-怒り太眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } },\n\t\t},\n\t\tLoader61 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り太眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -643.5 } },\n\t\t},\n\t\tLoader60 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -643.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1402.5 } },\n\t\t},\n\t\tLoader67 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -643.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1105.5 } },\n\t\t},\n\t\tLoader64 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗3_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -643.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んへー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1105.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-苦しむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t},\n\t\tLoader66 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\記号など\\\\汗1_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -643.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-腰.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1105.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-UU.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1402.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1105.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-むふ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1105.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-へっ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1105.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1402.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-にっこり2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1402.5 } },\n\t\t},\n\t\tLoader57 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-困り眉1_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -643.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!身体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!ヘアバンド.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -643.5 } },\n\t\t},\n\t\tLoader63 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!眉\\\\-普通太眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -643.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1105.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1105.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-にし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -1105.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1105.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-あは_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1105.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1105.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\-ジト白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -1798.5 } },\n\t\t},\n\t\tLoader54 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -2194.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\ちびめたん立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1402.5 } },\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7645, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, 379.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, 379.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, 379.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5830, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 379.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, 544.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, 676.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 544.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 676.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0.1 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 808.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, 379.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7150, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, 379.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7810, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, 379.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7315, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t},\n\t\t[\"身体_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t},\n\t\t[\"ヘアバンド_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"身体_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -379.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ヘアバンド_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -115.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader23\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -379.5 } },\n\t\t},\n\t\t[\"顔色_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -115.5 } },\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -511.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader63\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -511.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -379.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -115.5 } },\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -643.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -511.5 } },\n\t\t},\n\t\t[\"汗3_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },\n\t\t},\n\t\t[\"汗2_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗3_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },\n\t\t},\n\t\t[\"汗1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },\n\t\t},\n\t\t[\"記号など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -379.5 } },\n\t\t},\n\t\t[\"記号など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1105.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -973.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -973.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -841.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.46131230879227, 0.693462995897606 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -214.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader24\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -214.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -214.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -214.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader25\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -214.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader36\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -214.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1402.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1270.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1798.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1666.5 } },\n\t\t},\n\t\t[\"目セット_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1666.5 } },\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1650, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -2194.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -2062.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader54\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -2062.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1930.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1666.5 } },\n\t\t},\n\t\t[\"目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1534.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1270.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1138.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader49\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_2LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 139, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"記号など_MG\\n涙_MG\\n汗1_MG\\n汗2_MG\\n汗3_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n右腕_MG1\\n右腕_MG\\n左腕_MG1\\n左腕_MG\\nヘアバンド_MG\\n身体_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 16.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN008_kigounado_show_86 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t},\n\t\t\t\tN008_kigounado_hide_86 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t},\n\t\t\t\tN003_namida_show_86 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN003_namida_hide_86 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\tN002_ase1_show_85 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗1 show\",\n\t\t\t\t},\n\t\t\t\tN002_ase1_hide_85 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗1_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗1 hide\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_show_84 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_hide_84 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t},\n\t\t\t\tN000_ase3_show_83 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗3 show\",\n\t\t\t\t},\n\t\t\t\tN000_ase3_hide_83 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗3_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗3 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN007_futsuufutomayu80 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通太眉\",\n\t\t\t\t},\n\t\t\t\tN006_ikarifutomayu79 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*怒り太眉\",\n\t\t\t\t},\n\t\t\t\tN005_komarifutomayu78 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り太眉\",\n\t\t\t\t},\n\t\t\t\tN004_futsuumayu77 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t},\n\t\t\t\tN003_ikarimayu76 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t},\n\t\t\t\tN002_agarimayu75 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t},\n\t\t\t\tN001_komarimayu174 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り眉1\",\n\t\t\t\t},\n\t\t\t\tN000_komarimayu273 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り眉2\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN008_mesetto70 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t},\n\t\t\t\tN007_jitome61 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t},\n\t\t\t\tN006_nagomime60 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t},\n\t\t\t\tN005_nikkori59 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\tN004_nikkori258 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり2\",\n\t\t\t\t},\n\t\t\t\tN003_UU57 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*UU\",\n\t\t\t\t},\n\t\t\t\tN002_none56 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\t[\"N001_〇〇55\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t},\n\t\t\t\tN000_guruguru54 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t},\n\t\t\t\tN001_futsuushirome65 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t},\n\t\t\t\tN000_jitoshirome64 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ジト白目\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN002_futsuume70 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t},\n\t\t\t\tN001_kameramesen69 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t},\n\t\t\t\tN000_mesorashi68 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 19,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN018_nishi51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にし\",\n\t\t\t\t},\n\t\t\t\tN017_hetsu50 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*へっ\",\n\t\t\t\t},\n\t\t\t\tN016_ohoo49 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おほお\",\n\t\t\t\t},\n\t\t\t\tN015_hahee48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*はへえ\",\n\t\t\t\t},\n\t\t\t\tN014_muu47 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t},\n\t\t\t\tN013_yu46 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t},\n\t\t\t\tN012_o45 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN011_n44 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t},\n\t\t\t\tN010_nn43 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t},\n\t\t\t\tN009_nhee42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んへー\",\n\t\t\t\t},\n\t\t\t\tN008_naa41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んあー\",\n\t\t\t\t},\n\t\t\t\t[\"N007_△40\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t},\n\t\t\t\tN006_mufu39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t},\n\t\t\t\tN005_hoo38 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t},\n\t\t\t\tN004_hoa37 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほあ\",\n\t\t\t\t},\n\t\t\t\tN003_hoaa36 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t},\n\t\t\t\tN002_hohoemi35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\tN001_aha34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t},\n\t\t\t\tN000_aha33 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_show_24 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_hide_24 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\tN006_hoppe30 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN005_hoppe229 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ2\",\n\t\t\t\t},\n\t\t\t\tN004_hoppe328 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ3\",\n\t\t\t\t},\n\t\t\t\tN003_hoppe427 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ4\",\n\t\t\t\t},\n\t\t\t\tN002_aozame26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t},\n\t\t\t\tN001_hihyouji25 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN006_kihon21 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN005_koshi20 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN004_tewoageru19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN003_kuchimoto18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN002_kurushimu17 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN001_yubisashishi16 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*指差し\",\n\t\t\t\t},\n\t\t\t\tN000_maiku15 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN006_kihon12 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN005_koshi11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*腰\",\n\t\t\t\t},\n\t\t\t\tN004_tewoageru10 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN003_kuchimoto9 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN002_kurushimu8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*苦しむ\",\n\t\t\t\t},\n\t\t\t\tN001_kangaeru7 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t},\n\t\t\t\tN000_hisohiso6 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, 115.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7480, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_2LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 45, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[135] = { 0, LH = { 90, 0.333333333333333 }, RH = { 136.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[139] = { 1, LH = { 137.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_2LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 45, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[135] = { 1, LH = { 90, 0.666666666666667 }, RH = { 136.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[139] = { 0, LH = { 137.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t},\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\tAuxRight = { Expanded = true }\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.1253701875617,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1.00467601870407,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 1, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.8746298124383,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 2, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t\tPixelX = 413,\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.191445,\n\t\t\t\t\t\tRootOffset = { -3878.4, 401.113 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t\tDoD = {\n\t\t\t\t\t\t\tShow = true\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tQuality = 75,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tHandler = 1668707181\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/ちびめたん.json",
    "content": "{\n  \"macro_name\": \"Metan\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_記号など\",\n      \"name\": \"記号など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_namida_show_86\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_namida_hide_86\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase1_show_85\",\n      \"name\": \"汗1 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase1_hide_85\",\n      \"name\": \"汗1 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_show_84\",\n      \"name\": \"汗2 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_hide_84\",\n      \"name\": \"汗2 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ase3_show_83\",\n      \"name\": \"汗3 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ase3_hide_83\",\n      \"name\": \"汗3 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_futsuufutomayu80\",\n      \"name\": \"*普通太眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_ikarifutomayu79\",\n      \"name\": \"*怒り太眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_komarifutomayu78\",\n      \"name\": \"*困り太眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_futsuumayu77\",\n      \"name\": \"*普通眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_ikarimayu76\",\n      \"name\": \"*怒り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_agarimayu75\",\n      \"name\": \"*上がり眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_komarimayu174\",\n      \"name\": \"*困り眉1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_komarimayu273\",\n      \"name\": \"*困り眉2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_mesetto70\",\n      \"name\": \"*目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_jitome61\",\n      \"name\": \"*ジト目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_nagomime60\",\n      \"name\": \"*なごみ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_nikkori59\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_nikkori258\",\n      \"name\": \"*にっこり2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_UU57\",\n      \"name\": \"*UU\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_none56\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_〇〇55\",\n      \"name\": \"*〇〇\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_guruguru54\",\n      \"name\": \"*ぐるぐる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目セット\",\n      \"name\": \"目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_futsuushirome65\",\n      \"name\": \"*普通白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_jitoshirome64\",\n      \"name\": \"*ジト白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_futsuume70\",\n      \"name\": \"*普通目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kameramesen69\",\n      \"name\": \"*カメラ目線\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mesorashi68\",\n      \"name\": \"*目逸らし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N018_nishi51\",\n      \"name\": \"*にし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N017_hetsu50\",\n      \"name\": \"*へっ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N016_ohoo49\",\n      \"name\": \"*おほお\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N015_hahee48\",\n      \"name\": \"*はへえ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N014_muu47\",\n      \"name\": \"*むー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N013_yu46\",\n      \"name\": \"*ゆ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_o45\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_n44\",\n      \"name\": \"*ん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_nn43\",\n      \"name\": \"*んー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_nhee42\",\n      \"name\": \"*んへー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_naa41\",\n      \"name\": \"*んあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_△40\",\n      \"name\": \"*△\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_mufu39\",\n      \"name\": \"*むふ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_hoo38\",\n      \"name\": \"*ほー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_hoa37\",\n      \"name\": \"*ほあ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hoaa36\",\n      \"name\": \"*ほあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hohoemi35\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_aha34\",\n      \"name\": \"*あは\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_aha33\",\n      \"name\": \"*あは\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_show_24\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_hide_24\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_hoppe30\",\n      \"name\": \"*ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_hoppe229\",\n      \"name\": \"*ほっぺ2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_hoppe328\",\n      \"name\": \"*ほっぺ3\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hoppe427\",\n      \"name\": \"*ほっぺ4\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_aozame26\",\n      \"name\": \"*青ざめ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hihyouji25\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_kihon21\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_koshi20\",\n      \"name\": \"*腰\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_tewoageru19\",\n      \"name\": \"*手を挙げる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kuchimoto18\",\n      \"name\": \"*口元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kurushimu17\",\n      \"name\": \"*苦しむ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_yubisashishi16\",\n      \"name\": \"*指差し\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_maiku15\",\n      \"name\": \"*マイク\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_kihon12\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_koshi11\",\n      \"name\": \"*腰\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_tewoageru10\",\n      \"name\": \"*手を挙げる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kuchimoto9\",\n      \"name\": \"*口元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kurushimu8\",\n      \"name\": \"*苦しむ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kangaeru7\",\n      \"name\": \"*考える\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hisohiso6\",\n      \"name\": \"*ひそひそ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_kigounado_show_86\",\n      \"name\": \"記号など show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_kigounado_hide_86\",\n      \"name\": \"記号など hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/まりさ.comp",
    "content": "Composition {\n\tCurrentTime = 228,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 1594,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5 build 30\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 0,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tEYE_18_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -907.5 } },\n\t\t},\n\t\tEYE_09_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2491.5 } },\n\t\t},\n\t\tEYE_12_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -907.5 } },\n\t\t},\n\t\tEYE_11_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1699.5 } },\n\t\t},\n\t\tMOUTH_13_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1699.5 } },\n\t\t},\n\t\tEYE_05_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1303.5 } },\n\t\t},\n\t\tMOUTH_18_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -907.5 } },\n\t\t},\n\t\tEYE_14_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1699.5 } },\n\t\t},\n\t\tEYE_17_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },\n\t\t},\n\t\tEYEBROW_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\02.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, 148.5 } },\n\t\t},\n\t\tEYE_08_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -511.5 } },\n\t\t},\n\t\tMOUTH_08_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1303.5 } },\n\t\t},\n\t\tMOUTH_14_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1303.5 } },\n\t\t},\n\t\tMOUTH_07_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1303.5 } },\n\t\t},\n\t\tMOUTH_03_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -2491.5 } },\n\t\t},\n\t\tEYE_08_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1699.5 } },\n\t\t},\n\t\tEYE_20_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\20.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"20\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -511.5 } },\n\t\t},\n\t\tMOUTH_04_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t},\n\t\tMOUTH_15_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1699.5 } },\n\t\t},\n\t\tMOUTH_28_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\28.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"28\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },\n\t\t},\n\t\tMOUTH_10_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -907.5 } },\n\t\t},\n\t\tMOUTH_33_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\33.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"33\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -511.5 } },\n\t\t},\n\t\tEYE_10_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },\n\t\t},\n\t\tEYE_04_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -2095.5 } },\n\t\t},\n\t\tEYE_12_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },\n\t\t},\n\t\tMOUTH_11_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2095.5 } },\n\t\t},\n\t\tEYEBROW_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\01.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, 148.5 } },\n\t\t},\n\t\tMOUTH_07_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t},\n\t\tMOUTH_05_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -907.5 } },\n\t\t},\n\t\tMOUTH_01_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t},\n\t\tEYE_12_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2491.5 } },\n\t\t},\n\t\tEYE_09_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2095.5 } },\n\t\t},\n\t\tEYE_17_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -907.5 } },\n\t\t},\n\t\tMOUTH_17_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t},\n\t\tMOUTH_13_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -907.5 } },\n\t\t},\n\t\tEYE_11_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -907.5 } },\n\t\t},\n\t\tMOUTH_05_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -2491.5 } },\n\t\t},\n\t\tMOUTH_07_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -907.5 } },\n\t\t},\n\t\tEYEBROW_08_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\08.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, 148.5 } },\n\t\t},\n\t\tMOUTH_04_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1699.5 } },\n\t\t},\n\t\tMOUTH_17_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2095.5 } },\n\t\t},\n\t\tFACE_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\03b.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t},\n\t\tEYE_06_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -2095.5 } },\n\t\t},\n\t\tFACE_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\02b.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t},\n\t\tMOUTH_02_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -1699.5 } },\n\t\t},\n\t\tEYE_09_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1303.5 } },\n\t\t},\n\t\tEYE_13_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -907.5 } },\n\t\t},\n\t\tFACE_06_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\06a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t},\n\t\tBODY_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\体\\\\01.体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t},\n\t\tEYE_13_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2491.5 } },\n\t\t},\n\t\tEYE_31_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\31.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"31\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9735, -511.5 } },\n\t\t},\n\t\tEYE_08_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2095.5 } },\n\t\t},\n\t\tMOUTH_27_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\27.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"27\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -511.5 } },\n\t\t},\n\t\tEYE_26_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\26.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"26\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },\n\t\t},\n\t\tMOUTH_16_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -907.5 } },\n\t\t},\n\t\tMOUTH_02_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -2491.5 } },\n\t\t},\n\t\tEYE_35_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\35.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"35\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -511.5 } },\n\t\t},\n\t\tEYE_15_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -907.5 } },\n\t\t},\n\t\tEYE_08_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -907.5 } },\n\t\t},\n\t\tMOUTH_10_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2491.5 } },\n\t\t},\n\t\tEYE_08_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2491.5 } },\n\t\t},\n\t\tEYE_11_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2095.5 } },\n\t\t},\n\t\tEYE_15_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -511.5 } },\n\t\t},\n\t\tMOUTH_08_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1699.5 } },\n\t\t},\n\t\tMOUTH_32_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\32.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"32\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },\n\t\t},\n\t\tMOUTH_05_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1699.5 } },\n\t\t},\n\t\tMOUTH_07_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -2491.5 } },\n\t\t},\n\t\tEYE_21_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\21.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"21\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -511.5 } },\n\t\t},\n\t\tEYE_03_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -2095.5 } },\n\t\t},\n\t\tEYE_03_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1303.5 } },\n\t\t},\n\t\tEYE_03_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },\n\t\t},\n\t\tEYE_02_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -2095.5 } },\n\t\t},\n\t\tEYE_02_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -1303.5 } },\n\t\t},\n\t\tEYE_02_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -511.5 } },\n\t\t},\n\t\tEYE_01_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -2095.5 } },\n\t\t},\n\t\tEYE_01_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1303.5 } },\n\t\t},\n\t\tEYE_01_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -511.5 } },\n\t\t},\n\t\tFACE_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\05a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },\n\t\t},\n\t\tEYE_04_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -907.5 } },\n\t\t},\n\t\tEYE_04_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },\n\t\t},\n\t\tMOUTH_06_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -907.5 } },\n\t\t},\n\t\tMOUTH_13_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t},\n\t\tFACE_08_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\透明.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"space\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t},\n\t\tMOUTH_09_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1699.5 } },\n\t\t},\n\t\tEYEBROW_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\04.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, 148.5 } },\n\t\t},\n\t\tEYE_09_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1699.5 } },\n\t\t},\n\t\tEYE_16_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1699.5 } },\n\t\t},\n\t\tEYE_17_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1699.5 } },\n\t\t},\n\t\tMOUTH_02_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -2095.5 } },\n\t\t},\n\t\tEYE_22_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\22.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"22\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },\n\t\t},\n\t\tBACK_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\後\\\\04.後.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -511.5 } },\n\t\t},\n\t\tEYE_23_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\23+眉.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"23+眉\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },\n\t\t},\n\t\tEYE_16_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -907.5 } },\n\t\t},\n\t\tMOUTH_21_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\21.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"21\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },\n\t\t},\n\t\tFACE_07_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\07a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t},\n\t\tEYE_12_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1699.5 } },\n\t\t},\n\t\tMOUTH_03_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -2095.5 } },\n\t\t},\n\t\tMOUTH_05_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1303.5 } },\n\t\t},\n\t\tEYE_06_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -2491.5 } },\n\t\t},\n\t\tEYEBROW_12_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\12.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, 148.5 } },\n\t\t},\n\t\tEYE_12_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2095.5 } },\n\t\t},\n\t\tMOUTH_05_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -2095.5 } },\n\t\t},\n\t\tEYE_18_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },\n\t\t},\n\t\tMOUTH_14_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1699.5 } },\n\t\t},\n\t\tMOUTH_12_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },\n\t\t},\n\t\tEYE_07_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -511.5 } },\n\t\t},\n\t\tMOUTH_15_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2491.5 } },\n\t\t},\n\t\tEYE_06_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -907.5 } },\n\t\t},\n\t\tMOUTH_06_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1699.5 } },\n\t\t},\n\t\tMOUTH_09_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1303.5 } },\n\t\t},\n\t\tMOUTH_23_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\23.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"23\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },\n\t\t},\n\t\tMOUTH_25_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\25.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"25\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },\n\t\t},\n\t\tMOUTH_13_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2491.5 } },\n\t\t},\n\t\tEYE_05_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -2491.5 } },\n\t\t},\n\t\tMOUTH_16_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t},\n\t\tEYE_14_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2491.5 } },\n\t\t},\n\t\tMOUTH_08_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -2491.5 } },\n\t\t},\n\t\tFACE_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\04b.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t},\n\t\tEYE_10_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -2095.5 } },\n\t\t},\n\t\tEYE_17_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2095.5 } },\n\t\t},\n\t\tEYE_16_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2095.5 } },\n\t\t},\n\t\tEYE_07_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2095.5 } },\n\t\t},\n\t\tEYE_12_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\12.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1303.5 } },\n\t\t},\n\t\tMOUTH_05_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\05.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t},\n\t\tEYE_19_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\19.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"19\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },\n\t\t},\n\t\tEYE_30_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\30.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"30\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9625, -511.5 } },\n\t\t},\n\t\tEYE_36_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\36.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"36\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -511.5 } },\n\t\t},\n\t\tMOUTH_24_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\24.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"24\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },\n\t\t},\n\t\tEYE_15_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1699.5 } },\n\t\t},\n\t\tEYE_18_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1303.5 } },\n\t\t},\n\t\tMOUTH_12_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1699.5 } },\n\t\t},\n\t\tEYE_04_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1303.5 } },\n\t\t},\n\t\tMOUTH_01_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -2095.5 } },\n\t\t},\n\t\tEYE_13_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },\n\t\t},\n\t\tEYE_15_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1303.5 } },\n\t\t},\n\t\tEYE_09_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -907.5 } },\n\t\t},\n\t\tMOUTH_11_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2491.5 } },\n\t\t},\n\t\tMOUTH_02_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -511.5 } },\n\t\t},\n\t\tMOUTH_29_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\29.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"29\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -511.5 } },\n\t\t},\n\t\tEYE_14_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2095.5 } },\n\t\t},\n\t\tEYE_04_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -2491.5 } },\n\t\t},\n\t\tMOUTH_03_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1303.5 } },\n\t\t},\n\t\tEYE_10_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -2491.5 } },\n\t\t},\n\t\tEYE_18_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1699.5 } },\n\t\t},\n\t\tEYE_11_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1303.5 } },\n\t\t},\n\t\tEYE_06_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1303.5 } },\n\t\t},\n\t\tMOUTH_17_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2491.5 } },\n\t\t},\n\t\tMOUTH_03_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -907.5 } },\n\t\t},\n\t\tEYE_25_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\25.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"25\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },\n\t\t},\n\t\tMOUTH_03_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t},\n\t\tEYE_09_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\09-15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -511.5 } },\n\t\t},\n\t\tMOUTH_16_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1699.5 } },\n\t\t},\n\t\tMOUTH_16_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1303.5 } },\n\t\t},\n\t\tEYEBROW_11_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\11.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, 148.5 } },\n\t\t},\n\t\tMOUTH_17_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -907.5 } },\n\t\t},\n\t\tEYE_06_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },\n\t\t},\n\t\tMOUTH_15_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2095.5 } },\n\t\t},\n\t\tMOUTH_12_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -907.5 } },\n\t\t},\n\t\tMOUTH_10_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },\n\t\t},\n\t\tEYE_04_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\04.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1699.5 } },\n\t\t},\n\t\tMOUTH_11_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1303.5 } },\n\t\t},\n\t\tMOUTH_12_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2095.5 } },\n\t\t},\n\t\tMOUTH_07_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1699.5 } },\n\t\t},\n\t\tMOUTH_15_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1303.5 } },\n\t\t},\n\t\tMOUTH_18_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2491.5 } },\n\t\t},\n\t\tMOUTH_18_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1303.5 } },\n\t\t},\n\t\tMOUTH_14_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -2491.5 } },\n\t\t},\n\t\tEYE_18_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2491.5 } },\n\t\t},\n\t\tMOUTH_08_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -907.5 } },\n\t\t},\n\t\tEYEBROW_09_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\09.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, 148.5 } },\n\t\t},\n\t\tMOUTH_16_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2095.5 } },\n\t\t},\n\t\tMOUTH_02_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -907.5 } },\n\t\t},\n\t\tMOUTH_19_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\19.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"19\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },\n\t\t},\n\t\tMOUTH_20_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\20.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"20\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },\n\t\t},\n\t\tMOUTH_15_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t},\n\t\tMOUTH_09_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -907.5 } },\n\t\t},\n\t\tEYEBROW_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\05.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, 148.5 } },\n\t\t},\n\t\tMOUTH_06_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t},\n\t\tBACK_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\後\\\\03.後u1.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03u1\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -511.5 } },\n\t\t},\n\t\tEYE_16_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1303.5 } },\n\t\t},\n\t\tEYE_16_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -511.5 } },\n\t\t},\n\t\tEYE_14_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1303.5 } },\n\t\t},\n\t\tMOUTH_17_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1303.5 } },\n\t\t},\n\t\tEYE_15_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2095.5 } },\n\t\t},\n\t\tMOUTH_08_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t},\n\t\tEYE_14_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },\n\t\t},\n\t\tEYE_11_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },\n\t\t},\n\t\tMOUTH_10_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2095.5 } },\n\t\t},\n\t\tEYE_13_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2095.5 } },\n\t\t},\n\t\tEYE_13_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1303.5 } },\n\t\t},\n\t\tMOUTH_11_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -907.5 } },\n\t\t},\n\t\tEYE_13_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\13.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1699.5 } },\n\t\t},\n\t\tMOUTH_11_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1699.5 } },\n\t\t},\n\t\tMOUTH_26_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\26.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"26\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },\n\t\t},\n\t\tEYE_07_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1303.5 } },\n\t\t},\n\t\tEYEBROW_06_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\06.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, 148.5 } },\n\t\t},\n\t\tEYE_05_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },\n\t\t},\n\t\tEYE_17_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1303.5 } },\n\t\t},\n\t\tEYE_17_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\17.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2491.5 } },\n\t\t},\n\t\tMOUTH_17_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\17.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1699.5 } },\n\t\t},\n\t\tMOUTH_09_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2491.5 } },\n\t\t},\n\t\tEYE_18_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\18-15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2095.5 } },\n\t\t},\n\t\tEYE_06_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\06.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1699.5 } },\n\t\t},\n\t\tMOUTH_31_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\31.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"31\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -511.5 } },\n\t\t},\n\t\tMOUTH_12_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2491.5 } },\n\t\t},\n\t\tMOUTH_10_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1303.5 } },\n\t\t},\n\t\tMOUTH_18_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1699.5 } },\n\t\t},\n\t\tMOUTH_13_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2095.5 } },\n\t\t},\n\t\tEYEBROW_13_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\13.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 148.5 } },\n\t\t},\n\t\tEYE_16_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\16.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2491.5 } },\n\t\t},\n\t\tMOUTH_10_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\10.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1699.5 } },\n\t\t},\n\t\tMOUTH_18_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2095.5 } },\n\t\t},\n\t\tMOUTH_14_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -2095.5 } },\n\t\t},\n\t\tMOUTH_06_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -2095.5 } },\n\t\t},\n\t\tMOUTH_08_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\08.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -2095.5 } },\n\t\t},\n\t\tMOUTH_30_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\30.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"30\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -511.5 } },\n\t\t},\n\t\tMOUTH_01_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -1699.5 } },\n\t\t},\n\t\tMOUTH_18_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\18.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },\n\t\t},\n\t\tEYE_32_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\32.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"32\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9845, -511.5 } },\n\t\t},\n\t\tEYE_24_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\24.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"24\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },\n\t\t},\n\t\tEYE_07_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2491.5 } },\n\t\t},\n\t\tFRONT_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\前\\\\01.後m2.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\tLength = 2,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01m2\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, 148.5 } },\n\t\t},\n\t\tMOUTH_04_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -907.5 } },\n\t\t},\n\t\tEYE_28_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\28.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"28\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9405, -511.5 } },\n\t\t},\n\t\tEYE_10_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -907.5 } },\n\t\t},\n\t\tMOUTH_03_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\03.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1699.5 } },\n\t\t},\n\t\tMOUTH_02_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\02.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -1303.5 } },\n\t\t},\n\t\tMOUTH_04_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -2491.5 } },\n\t\t},\n\t\tEYE_34_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\34+眉.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"34+眉\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10065, -511.5 } },\n\t\t},\n\t\tMOUTH_01_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -907.5 } },\n\t\t},\n\t\tMOUTH_14_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -907.5 } },\n\t\t},\n\t\tMOUTH_04_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -2095.5 } },\n\t\t},\n\t\tEYEBROW_07_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\07.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, 148.5 } },\n\t\t},\n\t\tEYE_07_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1699.5 } },\n\t\t},\n\t\tEYEBROW_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\03.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, 148.5 } },\n\t\t},\n\t\tFACE_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\01a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t},\n\t\tMOUTH_12_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\12.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1303.5 } },\n\t\t},\n\t\tMOUTH_14_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\14.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },\n\t\t},\n\t\tEYEBROW_10_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\10.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, 148.5 } },\n\t\t},\n\t\tMOUTH_11_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\11.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t},\n\t\tEYE_29_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\29.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"29\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -511.5 } },\n\t\t},\n\t\tEYE_05_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -2095.5 } },\n\t\t},\n\t\tEYE_15_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2491.5 } },\n\t\t},\n\t\tEYE_08_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\08-15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1303.5 } },\n\t\t},\n\t\tHAIR_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\髪\\\\01.髪.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 148.5 } },\n\t\t},\n\t\tEYE_37_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\37.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"37\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -511.5 } },\n\t\t},\n\t\tMOUTH_01_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -2491.5 } },\n\t\t},\n\t\tFRONT_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\前\\\\02.後m1.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02m1\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, 148.5 } },\n\t\t},\n\t\tMOUTH_09_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2095.5 } },\n\t\t},\n\t\tMOUTH_15_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\15.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -907.5 } },\n\t\t},\n\t\tEYE_01_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -907.5 } },\n\t\t},\n\t\tEYE_01_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1699.5 } },\n\t\t},\n\t\tEYE_01_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\01.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -2491.5 } },\n\t\t},\n\t\tEYE_02_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -907.5 } },\n\t\t},\n\t\tEYE_02_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -1699.5 } },\n\t\t},\n\t\tEYE_02_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\02.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -2491.5 } },\n\t\t},\n\t\tEYE_03_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -907.5 } },\n\t\t},\n\t\tEYE_03_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1699.5 } },\n\t\t},\n\t\tEYE_03_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\03.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -2491.5 } },\n\t\t},\n\t\tBACK_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\透明.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"space\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } },\n\t\t},\n\t\tBODY_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\体\\\\00.体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t},\n\t\tFACE_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\顔\\\\00a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t},\n\t\tMOUTH_00_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t},\n\t\tMOUTH_00_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -907.5 } },\n\t\t},\n\t\tMOUTH_00_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -1303.5 } },\n\t\t},\n\t\tMOUTH_00_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -1699.5 } },\n\t\t},\n\t\tMOUTH_00_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -2095.5 } },\n\t\t},\n\t\tMOUTH_00_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\00.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -2491.5 } },\n\t\t},\n\t\tEYE_00_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -511.5 } },\n\t\t},\n\t\tEYE_00_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -907.5 } },\n\t\t},\n\t\tEYE_00_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1303.5 } },\n\t\t},\n\t\tEYE_00_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1699.5 } },\n\t\t},\n\t\tEYE_00_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -2095.5 } },\n\t\t},\n\t\tEYE_00_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\00.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -2491.5 } },\n\t\t},\n\t\tEYEBROW_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\眉\\\\00.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, 148.5 } },\n\t\t},\n\t\tHAIR_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\髪\\\\00.髪.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, 148.5 } },\n\t\t},\n\t\tFRONT_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\透明.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"space\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, 148.5 } },\n\t\t},\n\t\tMOUTH_07_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\07.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -2095.5 } },\n\t\t},\n\t\tMOUTH_09_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\09.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },\n\t\t},\n\t\tMOUTH_16_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\16.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2491.5 } },\n\t\t},\n\t\tMOUTH_22_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\22.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"22\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -511.5 } },\n\t\t},\n\t\tMOUTH_04_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\04.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1303.5 } },\n\t\t},\n\t\tEYE_11_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\11.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2491.5 } },\n\t\t},\n\t\tEYE_33_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\33.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"33\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9955, -511.5 } },\n\t\t},\n\t\tMOUTH_34_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\34.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"34\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -511.5 } },\n\t\t},\n\t\tMOUTH_06_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1303.5 } },\n\t\t},\n\t\tMOUTH_13_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\13.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1303.5 } },\n\t\t},\n\t\tMOUTH_06_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\06.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -2491.5 } },\n\t\t},\n\t\tEYE_05_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1699.5 } },\n\t\t},\n\t\tEYE_27_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\27.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"27\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9295, -511.5 } },\n\t\t},\n\t\tMOUTH_01_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\口\\\\01.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -1303.5 } },\n\t\t},\n\t\tEYE_07_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\07-15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -907.5 } },\n\t\t},\n\t\tEYE_10_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1699.5 } },\n\t\t},\n\t\tEYE_05_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\05.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -907.5 } },\n\t\t},\n\t\tFRONT_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\前\\\\01.後m1.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\tLength = 2,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01m1\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 148.5 } },\n\t\t},\n\t\tEYE_10_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\10.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1303.5 } },\n\t\t},\n\t\tEYE_14_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\まりさ\\\\目\\\\14.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -907.5 } },\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 1501.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10450, 1501.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 1303.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t},\n\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_MergeB = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCenter = Input { Value = { 0.8, 0.5 }, },\n\t\t\t\tSize = Input { Value = 2, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 1501.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10890, 1105.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, INP_Default = 0.1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_Integer = false, INP_Default = 0.1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", }, in_out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10230, 1105.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 1, INPID_InputControl = \"ScrewControl\", LINKS_Name = \"speed\", }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t\t\t},\n\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10395, 1105.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, LINKS_Name = \"out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10560, 1105.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10725, 1105.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, LINKS_Name = \"x\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_MinScale = 0, LINKS_Name = \"y\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", LINKS_Name = \"shake\", }, in_out = { INP_MinScale = 0, LINKS_Name = \"in_out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 11055, 1105.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, LINKS_Name = \"out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2_2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10065, 1105.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", ICS_ControlPage = \"Controls\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258, LINKS_Name = \"speed\", } }\n\t\t\t\t},\n\t\t\t\tCalculation1_2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2_2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"後_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BACK_02_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"03u1\\\": [\\n      \\\"BACK_00_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"BACK_01_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"BACK_02_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"後\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_BACK\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t},\n\t\t[\"後_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"後_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t},\n\t\t[\"体_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BODY_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"BODY_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"BODY_01_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"体\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_BODY\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -247.5 } },\n\t\t},\n\t\t[\"体_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"後_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"体_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -115.5 } },\n\t\t},\n\t\t[\"顔_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"FACE_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"FACE_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"FACE_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"FACE_02_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"FACE_03_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"FACE_04_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"FACE_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"FACE_06_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"FACE_07_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"FACE_08_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"顔\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_FACE\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -247.5 } },\n\t\t},\n\t\t[\"顔_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"体_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tApplyMode = Input { Value = FuID { \"Multiply\" }, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\t[\"口_00_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"MOUTH_00_00_LD\\\",\\n      \\\"MOUTH_00_01_LD\\\",\\n      \\\"MOUTH_00_02_LD\\\",\\n      \\\"MOUTH_00_03_LD\\\",\\n      \\\"MOUTH_00_04_LD\\\",\\n      \\\"MOUTH_00_05_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"MOUTH_01_00_LD\\\",\\n      \\\"MOUTH_01_01_LD\\\",\\n      \\\"MOUTH_01_02_LD\\\",\\n      \\\"MOUTH_01_03_LD\\\",\\n      \\\"MOUTH_01_04_LD\\\",\\n      \\\"MOUTH_01_05_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"MOUTH_02_00_LD\\\",\\n      \\\"MOUTH_02_01_LD\\\",\\n      \\\"MOUTH_02_02_LD\\\",\\n      \\\"MOUTH_02_03_LD\\\",\\n      \\\"MOUTH_02_04_LD\\\",\\n      \\\"MOUTH_02_05_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"MOUTH_03_00_LD\\\",\\n      \\\"MOUTH_03_01_LD\\\",\\n      \\\"MOUTH_03_02_LD\\\",\\n      \\\"MOUTH_03_03_LD\\\",\\n      \\\"MOUTH_03_04_LD\\\",\\n      \\\"MOUTH_03_05_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"MOUTH_04_00_LD\\\",\\n      \\\"MOUTH_04_01_LD\\\",\\n      \\\"MOUTH_04_02_LD\\\",\\n      \\\"MOUTH_04_03_LD\\\",\\n      \\\"MOUTH_04_04_LD\\\",\\n      \\\"MOUTH_04_05_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"MOUTH_05_00_LD\\\",\\n      \\\"MOUTH_05_01_LD\\\",\\n      \\\"MOUTH_05_02_LD\\\",\\n      \\\"MOUTH_05_03_LD\\\",\\n      \\\"MOUTH_05_04_LD\\\",\\n      \\\"MOUTH_05_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"MOUTH_06_00_LD\\\",\\n      \\\"MOUTH_06_01_LD\\\",\\n      \\\"MOUTH_06_02_LD\\\",\\n      \\\"MOUTH_06_03_LD\\\",\\n      \\\"MOUTH_06_04_LD\\\",\\n      \\\"MOUTH_06_05_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"MOUTH_07_00_LD\\\",\\n      \\\"MOUTH_07_01_LD\\\",\\n      \\\"MOUTH_07_02_LD\\\",\\n      \\\"MOUTH_07_03_LD\\\",\\n      \\\"MOUTH_07_04_LD\\\",\\n      \\\"MOUTH_07_05_LD\\\"\\n    ],\\n    \\\"08\\\": [\\n      \\\"MOUTH_08_00_LD\\\",\\n      \\\"MOUTH_08_01_LD\\\",\\n      \\\"MOUTH_08_02_LD\\\",\\n      \\\"MOUTH_08_03_LD\\\",\\n      \\\"MOUTH_08_04_LD\\\",\\n      \\\"MOUTH_08_05_LD\\\"\\n    ],\\n    \\\"09\\\": [\\n      \\\"MOUTH_09_00_LD\\\",\\n      \\\"MOUTH_09_01_LD\\\",\\n      \\\"MOUTH_09_02_LD\\\",\\n      \\\"MOUTH_09_03_LD\\\",\\n      \\\"MOUTH_09_04_LD\\\",\\n      \\\"MOUTH_09_05_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"MOUTH_10_00_LD\\\",\\n      \\\"MOUTH_10_01_LD\\\",\\n      \\\"MOUTH_10_02_LD\\\",\\n      \\\"MOUTH_10_03_LD\\\",\\n      \\\"MOUTH_10_04_LD\\\",\\n      \\\"MOUTH_10_05_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"MOUTH_11_00_LD\\\",\\n      \\\"MOUTH_11_01_LD\\\",\\n      \\\"MOUTH_11_02_LD\\\",\\n      \\\"MOUTH_11_03_LD\\\",\\n      \\\"MOUTH_11_04_LD\\\",\\n      \\\"MOUTH_11_05_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"MOUTH_12_00_LD\\\",\\n      \\\"MOUTH_12_01_LD\\\",\\n      \\\"MOUTH_12_02_LD\\\",\\n      \\\"MOUTH_12_03_LD\\\",\\n      \\\"MOUTH_12_04_LD\\\",\\n      \\\"MOUTH_12_05_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"MOUTH_13_00_LD\\\",\\n      \\\"MOUTH_13_01_LD\\\",\\n      \\\"MOUTH_13_02_LD\\\",\\n      \\\"MOUTH_13_03_LD\\\",\\n      \\\"MOUTH_13_04_LD\\\",\\n      \\\"MOUTH_13_05_LD\\\"\\n    ],\\n    \\\"14\\\": [\\n      \\\"MOUTH_14_00_LD\\\",\\n      \\\"MOUTH_14_01_LD\\\",\\n      \\\"MOUTH_14_02_LD\\\",\\n      \\\"MOUTH_14_03_LD\\\",\\n      \\\"MOUTH_14_04_LD\\\",\\n      \\\"MOUTH_14_05_LD\\\"\\n    ],\\n    \\\"15\\\": [\\n      \\\"MOUTH_15_00_LD\\\",\\n      \\\"MOUTH_15_01_LD\\\",\\n      \\\"MOUTH_15_02_LD\\\",\\n      \\\"MOUTH_15_03_LD\\\",\\n      \\\"MOUTH_15_04_LD\\\",\\n      \\\"MOUTH_15_05_LD\\\"\\n    ],\\n    \\\"16\\\": [\\n      \\\"MOUTH_16_00_LD\\\",\\n      \\\"MOUTH_16_01_LD\\\",\\n      \\\"MOUTH_16_02_LD\\\",\\n      \\\"MOUTH_16_03_LD\\\",\\n      \\\"MOUTH_16_04_LD\\\",\\n      \\\"MOUTH_16_05_LD\\\"\\n    ],\\n    \\\"17\\\": [\\n      \\\"MOUTH_17_00_LD\\\",\\n      \\\"MOUTH_17_01_LD\\\",\\n      \\\"MOUTH_17_02_LD\\\",\\n      \\\"MOUTH_17_03_LD\\\",\\n      \\\"MOUTH_17_04_LD\\\",\\n      \\\"MOUTH_17_05_LD\\\"\\n    ],\\n    \\\"18\\\": [\\n      \\\"MOUTH_18_00_LD\\\",\\n      \\\"MOUTH_18_01_LD\\\",\\n      \\\"MOUTH_18_02_LD\\\",\\n      \\\"MOUTH_18_03_LD\\\",\\n      \\\"MOUTH_18_04_LD\\\",\\n      \\\"MOUTH_18_05_LD\\\"\\n    ],\\n    \\\"19\\\": [\\n      \\\"MOUTH_19_00_LD\\\"\\n    ],\\n    \\\"20\\\": [\\n      \\\"MOUTH_20_00_LD\\\"\\n    ],\\n    \\\"21\\\": [\\n      \\\"MOUTH_21_00_LD\\\"\\n    ],\\n    \\\"22\\\": [\\n      \\\"MOUTH_22_00_LD\\\"\\n    ],\\n    \\\"23\\\": [\\n      \\\"MOUTH_23_00_LD\\\"\\n    ],\\n    \\\"24\\\": [\\n      \\\"MOUTH_24_00_LD\\\"\\n    ],\\n    \\\"25\\\": [\\n      \\\"MOUTH_25_00_LD\\\"\\n    ],\\n    \\\"26\\\": [\\n      \\\"MOUTH_26_00_LD\\\"\\n    ],\\n    \\\"27\\\": [\\n      \\\"MOUTH_27_00_LD\\\"\\n    ],\\n    \\\"28\\\": [\\n      \\\"MOUTH_28_00_LD\\\"\\n    ],\\n    \\\"29\\\": [\\n      \\\"MOUTH_29_00_LD\\\"\\n    ],\\n    \\\"30\\\": [\\n      \\\"MOUTH_30_00_LD\\\"\\n    ],\\n    \\\"31\\\": [\\n      \\\"MOUTH_31_00_LD\\\"\\n    ],\\n    \\\"32\\\": [\\n      \\\"MOUTH_32_00_LD\\\"\\n    ],\\n    \\\"33\\\": [\\n      \\\"MOUTH_33_00_LD\\\"\\n    ],\\n    \\\"34\\\": [\\n      \\\"MOUTH_34_00_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"口\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_MOUTH\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -247.5 } },\n\t\t},\n\t\t[\"口_01_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_01_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -643.5 } },\n\t\t},\n\t\t[\"口_02_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_02_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1039.5 } },\n\t\t},\n\t\t[\"口_03_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_03_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1435.5 } },\n\t\t},\n\t\t[\"口_04_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_04_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1831.5 } },\n\t\t},\n\t\t[\"口_05_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_05_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -2227.5 } },\n\t\t},\n\t\t[\"口_04_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation6\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_04_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_05_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -1831.5 } },\n\t\t},\n\t\tCalculation6 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t\tSecondOperand = Input { Value = 4, },\n\t\t\t},\n\t\t},\n\t\tExpression1 = Expression {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tn1 = Input {\n\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tNumberExpression = Input { Value = \"int(n1)\", },\n\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t},\n\t\t},\n\t\tCalculation1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Mouth_Ctrl\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 6, },\n\t\t\t},\n\t\t},\n\t\tMouth_Ctrl = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tOperator = Input { Value = 3, },\n\t\t\t\tSecondOperand = Input { Value = 0.7, },\n\t\t\t},\n\t\t},\n\t\t[\"口_03_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation5\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_03_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_04_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -1435.5 } },\n\t\t},\n\t\tCalculation5 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t\tSecondOperand = Input { Value = 3, },\n\t\t\t},\n\t\t},\n\t\t[\"口_02_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation4\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_02_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_03_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -1039.5 } },\n\t\t},\n\t\tCalculation4 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t\tSecondOperand = Input { Value = 2, },\n\t\t\t},\n\t\t},\n\t\t[\"口_01_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation3\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_01_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_02_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -643.5 } },\n\t\t},\n\t\tCalculation3 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"口_00_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_00_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_01_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -247.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tCalculation2 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"口_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_00_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -115.5 } },\n\t\t},\n\t\t[\"目_00_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"EYE_00_00_LD\\\",\\n      \\\"EYE_00_01_LD\\\",\\n      \\\"EYE_00_02_LD\\\",\\n      \\\"EYE_00_03_LD\\\",\\n      \\\"EYE_00_04_LD\\\",\\n      \\\"EYE_00_05_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"EYE_01_00_LD\\\",\\n      \\\"EYE_01_01_LD\\\",\\n      \\\"EYE_01_02_LD\\\",\\n      \\\"EYE_01_03_LD\\\",\\n      \\\"EYE_01_04_LD\\\",\\n      \\\"EYE_01_05_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"EYE_02_00_LD\\\",\\n      \\\"EYE_02_01_LD\\\",\\n      \\\"EYE_02_02_LD\\\",\\n      \\\"EYE_02_03_LD\\\",\\n      \\\"EYE_02_04_LD\\\",\\n      \\\"EYE_02_05_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"EYE_03_00_LD\\\",\\n      \\\"EYE_03_01_LD\\\",\\n      \\\"EYE_03_02_LD\\\",\\n      \\\"EYE_03_03_LD\\\",\\n      \\\"EYE_03_04_LD\\\",\\n      \\\"EYE_03_05_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"EYE_04_00_LD\\\",\\n      \\\"EYE_04_01_LD\\\",\\n      \\\"EYE_04_02_LD\\\",\\n      \\\"EYE_04_03_LD\\\",\\n      \\\"EYE_04_04_LD\\\",\\n      \\\"EYE_04_05_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"EYE_05_00_LD\\\",\\n      \\\"EYE_05_01_LD\\\",\\n      \\\"EYE_05_02_LD\\\",\\n      \\\"EYE_05_03_LD\\\",\\n      \\\"EYE_05_04_LD\\\",\\n      \\\"EYE_05_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"EYE_06_00_LD\\\",\\n      \\\"EYE_06_01_LD\\\",\\n      \\\"EYE_06_02_LD\\\",\\n      \\\"EYE_06_03_LD\\\",\\n      \\\"EYE_06_04_LD\\\",\\n      \\\"EYE_06_05_LD\\\"\\n    ],\\n    \\\"07-15\\\": [\\n      \\\"EYE_07_00_LD\\\",\\n      \\\"EYE_07_01_LD\\\",\\n      \\\"EYE_07_02_LD\\\",\\n      \\\"EYE_07_03_LD\\\",\\n      \\\"EYE_07_04_LD\\\",\\n      \\\"EYE_07_05_LD\\\"\\n    ],\\n    \\\"08-15\\\": [\\n      \\\"EYE_08_00_LD\\\",\\n      \\\"EYE_08_01_LD\\\",\\n      \\\"EYE_08_02_LD\\\",\\n      \\\"EYE_08_03_LD\\\",\\n      \\\"EYE_08_04_LD\\\",\\n      \\\"EYE_08_05_LD\\\"\\n    ],\\n    \\\"09-15\\\": [\\n      \\\"EYE_09_00_LD\\\",\\n      \\\"EYE_09_01_LD\\\",\\n      \\\"EYE_09_02_LD\\\",\\n      \\\"EYE_09_03_LD\\\",\\n      \\\"EYE_09_04_LD\\\",\\n      \\\"EYE_09_05_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"EYE_10_00_LD\\\",\\n      \\\"EYE_10_01_LD\\\",\\n      \\\"EYE_10_02_LD\\\",\\n      \\\"EYE_10_03_LD\\\",\\n      \\\"EYE_10_04_LD\\\",\\n      \\\"EYE_10_05_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"EYE_11_00_LD\\\",\\n      \\\"EYE_11_01_LD\\\",\\n      \\\"EYE_11_02_LD\\\",\\n      \\\"EYE_11_03_LD\\\",\\n      \\\"EYE_11_04_LD\\\",\\n      \\\"EYE_11_05_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"EYE_12_00_LD\\\",\\n      \\\"EYE_12_01_LD\\\",\\n      \\\"EYE_12_02_LD\\\",\\n      \\\"EYE_12_03_LD\\\",\\n      \\\"EYE_12_04_LD\\\",\\n      \\\"EYE_12_05_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"EYE_13_00_LD\\\",\\n      \\\"EYE_13_01_LD\\\",\\n      \\\"EYE_13_02_LD\\\",\\n      \\\"EYE_13_03_LD\\\",\\n      \\\"EYE_13_04_LD\\\",\\n      \\\"EYE_13_05_LD\\\"\\n    ],\\n    \\\"14\\\": [\\n      \\\"EYE_14_00_LD\\\",\\n      \\\"EYE_14_01_LD\\\",\\n      \\\"EYE_14_02_LD\\\",\\n      \\\"EYE_14_03_LD\\\",\\n      \\\"EYE_14_04_LD\\\",\\n      \\\"EYE_14_05_LD\\\"\\n    ],\\n    \\\"15\\\": [\\n      \\\"EYE_15_00_LD\\\",\\n      \\\"EYE_15_01_LD\\\",\\n      \\\"EYE_15_02_LD\\\",\\n      \\\"EYE_15_03_LD\\\",\\n      \\\"EYE_15_04_LD\\\",\\n      \\\"EYE_15_05_LD\\\"\\n    ],\\n    \\\"16\\\": [\\n      \\\"EYE_16_00_LD\\\",\\n      \\\"EYE_16_01_LD\\\",\\n      \\\"EYE_16_02_LD\\\",\\n      \\\"EYE_16_03_LD\\\",\\n      \\\"EYE_16_04_LD\\\",\\n      \\\"EYE_16_05_LD\\\"\\n    ],\\n    \\\"17\\\": [\\n      \\\"EYE_17_00_LD\\\",\\n      \\\"EYE_17_01_LD\\\",\\n      \\\"EYE_17_02_LD\\\",\\n      \\\"EYE_17_03_LD\\\",\\n      \\\"EYE_17_04_LD\\\",\\n      \\\"EYE_17_05_LD\\\"\\n    ],\\n    \\\"18-15\\\": [\\n      \\\"EYE_18_00_LD\\\",\\n      \\\"EYE_18_01_LD\\\",\\n      \\\"EYE_18_02_LD\\\",\\n      \\\"EYE_18_03_LD\\\",\\n      \\\"EYE_18_04_LD\\\",\\n      \\\"EYE_18_05_LD\\\"\\n    ],\\n    \\\"19\\\": [\\n      \\\"EYE_19_00_LD\\\"\\n    ],\\n    \\\"20\\\": [\\n      \\\"EYE_20_00_LD\\\"\\n    ],\\n    \\\"21\\\": [\\n      \\\"EYE_21_00_LD\\\"\\n    ],\\n    \\\"22\\\": [\\n      \\\"EYE_22_00_LD\\\"\\n    ],\\n    \\\"23+眉\\\": [\\n      \\\"EYE_23_00_LD\\\"\\n    ],\\n    \\\"24\\\": [\\n      \\\"EYE_24_00_LD\\\"\\n    ],\\n    \\\"25\\\": [\\n      \\\"EYE_25_00_LD\\\"\\n    ],\\n    \\\"26\\\": [\\n      \\\"EYE_26_00_LD\\\"\\n    ],\\n    \\\"27\\\": [\\n      \\\"EYE_27_00_LD\\\"\\n    ],\\n    \\\"28\\\": [\\n      \\\"EYE_28_00_LD\\\"\\n    ],\\n    \\\"29\\\": [\\n      \\\"EYE_29_00_LD\\\"\\n    ],\\n    \\\"30\\\": [\\n      \\\"EYE_30_00_LD\\\"\\n    ],\\n    \\\"31\\\": [\\n      \\\"EYE_31_00_LD\\\"\\n    ],\\n    \\\"32\\\": [\\n      \\\"EYE_32_00_LD\\\"\\n    ],\\n    \\\"33\\\": [\\n      \\\"EYE_33_00_LD\\\"\\n    ],\\n    \\\"34+眉\\\": [\\n      \\\"EYE_34_00_LD\\\"\\n    ],\\n    \\\"35\\\": [\\n      \\\"EYE_35_00_LD\\\"\\n    ],\\n    \\\"36\\\": [\\n      \\\"EYE_36_00_LD\\\"\\n    ],\\n    \\\"37\\\": [\\n      \\\"EYE_37_00_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"目\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_EYE\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -247.5 } },\n\t\t},\n\t\t[\"目_01_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_01_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -643.5 } },\n\t\t},\n\t\t[\"目_02_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_02_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -1039.5 } },\n\t\t},\n\t\t[\"目_03_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_03_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -1435.5 } },\n\t\t},\n\t\t[\"目_04_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_04_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -1831.5 } },\n\t\t},\n\t\t[\"目_05_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_05_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -2227.5 } },\n\t\t},\n\t\t[\"目_04_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_04_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_04_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_05_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -1831.5 } },\n\t\t},\n\t\t[\"目_04_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 53.6666666666667, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[161] = { 1, LH = { 107.333333333333, 0.666666666666667 }, RH = { 161.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[163] = { 0, LH = { 162.333333333333, 0.333333333333333 }, RH = { 164.333333333333, 0 }, Flags = { StepIn = true } },\n\t\t\t\t[167] = { 0, LH = { 165.666666666667, 0 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_03_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_03_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_03_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_04_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -1435.5 } },\n\t\t},\n\t\t[\"目_03_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 53.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[160] = { 1, LH = { 106.666666666667, 0.666666666666667 }, RH = { 161.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[164] = { 0, LH = { 162.666666666667, 0.333333333333333 }, RH = { 165, 0 }, Flags = { StepIn = true } },\n\t\t\t\t[167] = { 0, LH = { 166, 0 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_02_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_02_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_02_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_03_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -1039.5 } },\n\t\t},\n\t\t[\"目_02_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 53, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[159] = { 1, LH = { 106, 0.666666666666667 }, RH = { 161, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[165] = { 0, LH = { 163, 0.333333333333333 }, RH = { 165.666666666667, 0 }, Flags = { StepIn = true } },\n\t\t\t\t[167] = { 0, LH = { 166.333333333333, 0 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_01_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_01_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_01_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_02_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -643.5 } },\n\t\t},\n\t\t[\"目_01_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 52.6666666666667, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[158] = { 1, LH = { 105.333333333333, 0.666666666666667 }, RH = { 160.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[166] = { 0, LH = { 163.333333333333, 0.333333333333333 }, RH = { 166.333333333333, 0 }, Flags = { StepIn = true } },\n\t\t\t\t[167] = { 0, LH = { 166.666666666667, 0 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_00_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_00_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_00_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_01_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -247.5 } },\n\t\t},\n\t\t[\"目_00_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 52.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[157] = { 1, LH = { 104.666666666667, 0.666666666666667 }, RH = { 160.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[167] = { 0, LH = { 163.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_00_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -115.5 } },\n\t\t},\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 10615, -115.5 } },\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 400, },\n\t\t\t\tHeight = Input { Value = 320, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 55, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 55, -115.5 } },\n\t\t},\n\t\t[\"眉_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYEBROW_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"EYEBROW_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"EYEBROW_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"EYEBROW_02_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"EYEBROW_03_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"EYEBROW_04_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"EYEBROW_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"EYEBROW_06_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"EYEBROW_07_LD\\\"\\n    ],\\n    \\\"08\\\": [\\n      \\\"EYEBROW_08_LD\\\"\\n    ],\\n    \\\"09\\\": [\\n      \\\"EYEBROW_09_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"EYEBROW_10_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"EYEBROW_11_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"EYEBROW_12_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"EYEBROW_13_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"眉\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_EYEBROW\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 412.5 } },\n\t\t},\n\t\t[\"眉_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 544.5 } },\n\t\t},\n\t\t[\"髪_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"HAIR_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"HAIR_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"HAIR_01_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"髪\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_HAIR\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 412.5 } },\n\t\t},\n\t\t[\"髪_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"髪_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 544.5 } },\n\t\t},\n\t\t[\"前_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"FRONT_03_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"01m1\\\": [\\n      \\\"FRONT_00_LD\\\"\\n    ],\\n    \\\"01m2\\\": [\\n      \\\"FRONT_01_LD\\\"\\n    ],\\n    \\\"02m1\\\": [\\n      \\\"FRONT_02_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"FRONT_03_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"前\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_FRONT\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, 412.5 } },\n\t\t},\n\t\t[\"前_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"髪_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"前_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, 544.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMerge1 = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"前_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 544.5 } },\n\t\t},\n\t\tRoot = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"後_Xf\\n体_Xf\\n顔_Xf\\n口_00_Xf\\n目_00_Xf\\n眉_Xf\\n髪_Xf\\n前_Xf\", },\n\t\t\t\tGrp_FRONT = Input { Value = 0, },\n\t\t\t\tPreview_FRONT = Input { Value = \"space\", },\n\t\t\t\tGrp_HAIR = Input { Value = 0, },\n\t\t\t\tPreview_HAIR = Input { Value = \"00\", },\n\t\t\t\tPreview_EYEBROW = Input { Value = \"00\", },\n\t\t\t\tPreview_EYE = Input { Value = \"00\", },\n\t\t\t\tPreview_MOUTH = Input { Value = \"00\", },\n\t\t\t\tGrp_FACE = Input { Value = 0, },\n\t\t\t\tPreview_FACE = Input { Value = \"00\", },\n\t\t\t\tGrp_BODY = Input { Value = 0, },\n\t\t\t\tPreview_BODY = Input { Value = \"00\", },\n\t\t\t\tGrp_BACK = Input { Value = 0, },\n\t\t\t\tPreview_BACK = Input { Value = \"space\", },\n\t\t\t\tBlink = Input { Value = 167, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 676.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp, is_chara_sozai=True)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu, is_chara_sozai=True)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_FRONT = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"前\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_FRONT = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"前_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_FRONT = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"前_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_FRONT = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tFRONT_01m1_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"01m1\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01m1\",\n\t\t\t\t},\n\t\t\t\tFRONT_01m2_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"01m2\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01m2\",\n\t\t\t\t},\n\t\t\t\tFRONT_02m1_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"02m1\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02m1\",\n\t\t\t\t},\n\t\t\t\tFRONT_space_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t},\n\t\t\t\tGrp_HAIR = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"髪\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_HAIR = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"髪_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_HAIR = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"髪_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_HAIR = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tHAIR_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"髪_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tHAIR_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"髪_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tGrp_EYEBROW = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 17,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_EYEBROW = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"眉_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_EYEBROW = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"眉_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_EYEBROW = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_02_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_03_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_04_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_05_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_06_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_07_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_08_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"08\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"08\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_09_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"09\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"09\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_10_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_11_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_12_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_13_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t},\n\t\t\t\tGrp_EYE = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 41,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_EYE = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"目_00_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_EYE = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"目_00_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_EYE = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tEYE_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tEYE_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tEYE_02_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t},\n\t\t\t\tEYE_03_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t},\n\t\t\t\tEYE_04_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t},\n\t\t\t\tEYE_05_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t},\n\t\t\t\tEYE_06_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_07-15_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"07-15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"07-15\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_08-15_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"08-15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"08-15\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_09-15_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"09-15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"09-15\",\n\t\t\t\t},\n\t\t\t\tEYE_10_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t},\n\t\t\t\tEYE_11_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t},\n\t\t\t\tEYE_12_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t},\n\t\t\t\tEYE_13_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t},\n\t\t\t\tEYE_14_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"14\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"14\",\n\t\t\t\t},\n\t\t\t\tEYE_15_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"15\",\n\t\t\t\t},\n\t\t\t\tEYE_16_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"16\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"16\",\n\t\t\t\t},\n\t\t\t\tEYE_17_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"17\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"17\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_18-15_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"18-15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"18-15\",\n\t\t\t\t},\n\t\t\t\tEYE_19_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"19\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"19\",\n\t\t\t\t},\n\t\t\t\tEYE_20_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"20\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"20\",\n\t\t\t\t},\n\t\t\t\tEYE_21_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"21\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"21\",\n\t\t\t\t},\n\t\t\t\tEYE_22_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"22\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"22\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_23+眉_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"23+眉\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"23+眉\",\n\t\t\t\t},\n\t\t\t\tEYE_24_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"24\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"24\",\n\t\t\t\t},\n\t\t\t\tEYE_25_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"25\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"25\",\n\t\t\t\t},\n\t\t\t\tEYE_26_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"26\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"26\",\n\t\t\t\t},\n\t\t\t\tEYE_27_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"27\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"27\",\n\t\t\t\t},\n\t\t\t\tEYE_28_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"28\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"28\",\n\t\t\t\t},\n\t\t\t\tEYE_29_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"29\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"29\",\n\t\t\t\t},\n\t\t\t\tEYE_30_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"30\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"30\",\n\t\t\t\t},\n\t\t\t\tEYE_31_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"31\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"31\",\n\t\t\t\t},\n\t\t\t\tEYE_32_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"32\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"32\",\n\t\t\t\t},\n\t\t\t\tEYE_33_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"33\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"33\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_34+眉_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"34+眉\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"34+眉\",\n\t\t\t\t},\n\t\t\t\tEYE_35_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"35\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"35\",\n\t\t\t\t},\n\t\t\t\tEYE_36_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"36\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"36\",\n\t\t\t\t},\n\t\t\t\tEYE_37_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"37\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"37\",\n\t\t\t\t},\n\t\t\t\tGrp_MOUTH = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 38,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_MOUTH = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"口_00_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_MOUTH = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"口_00_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_MOUTH = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tMOUTH_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tMOUTH_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tMOUTH_02_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t},\n\t\t\t\tMOUTH_03_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t},\n\t\t\t\tMOUTH_04_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t},\n\t\t\t\tMOUTH_05_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t},\n\t\t\t\tMOUTH_06_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t},\n\t\t\t\tMOUTH_07_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t},\n\t\t\t\tMOUTH_08_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"08\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"08\",\n\t\t\t\t},\n\t\t\t\tMOUTH_09_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"09\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"09\",\n\t\t\t\t},\n\t\t\t\tMOUTH_10_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t},\n\t\t\t\tMOUTH_11_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t},\n\t\t\t\tMOUTH_12_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t},\n\t\t\t\tMOUTH_13_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t},\n\t\t\t\tMOUTH_14_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"14\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"14\",\n\t\t\t\t},\n\t\t\t\tMOUTH_15_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"15\",\n\t\t\t\t},\n\t\t\t\tMOUTH_16_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"16\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"16\",\n\t\t\t\t},\n\t\t\t\tMOUTH_17_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"17\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"17\",\n\t\t\t\t},\n\t\t\t\tMOUTH_18_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"18\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"18\",\n\t\t\t\t},\n\t\t\t\tMOUTH_19_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"19\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"19\",\n\t\t\t\t},\n\t\t\t\tMOUTH_20_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"20\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"20\",\n\t\t\t\t},\n\t\t\t\tMOUTH_21_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"21\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"21\",\n\t\t\t\t},\n\t\t\t\tMOUTH_22_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"22\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"22\",\n\t\t\t\t},\n\t\t\t\tMOUTH_23_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"23\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"23\",\n\t\t\t\t},\n\t\t\t\tMOUTH_24_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"24\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"24\",\n\t\t\t\t},\n\t\t\t\tMOUTH_25_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"25\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"25\",\n\t\t\t\t},\n\t\t\t\tMOUTH_26_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"26\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"26\",\n\t\t\t\t},\n\t\t\t\tMOUTH_27_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"27\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"27\",\n\t\t\t\t},\n\t\t\t\tMOUTH_28_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"28\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"28\",\n\t\t\t\t},\n\t\t\t\tMOUTH_29_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"29\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"29\",\n\t\t\t\t},\n\t\t\t\tMOUTH_30_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"30\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"30\",\n\t\t\t\t},\n\t\t\t\tMOUTH_31_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"31\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"31\",\n\t\t\t\t},\n\t\t\t\tMOUTH_32_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"32\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"32\",\n\t\t\t\t},\n\t\t\t\tMOUTH_33_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"33\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"33\",\n\t\t\t\t},\n\t\t\t\tMOUTH_34_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"34\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"34\",\n\t\t\t\t},\n\t\t\t\tGrp_FACE = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_FACE = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"顔_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_FACE = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"顔_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_FACE = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tFACE_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tFACE_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tFACE_02_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t},\n\t\t\t\tFACE_03_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t},\n\t\t\t\tFACE_04_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t},\n\t\t\t\tFACE_05_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t},\n\t\t\t\tFACE_06_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t},\n\t\t\t\tFACE_07_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t},\n\t\t\t\tFACE_space_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t},\n\t\t\t\tGrp_BODY = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"体\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_BODY = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"体_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_BODY = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"体_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_BODY = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tBODY_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tBODY_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tGrp_BACK = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"後\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_BACK = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"後_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_BACK = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"後_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_BACK = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tBACK_03u1_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"03u1\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03u1\",\n\t\t\t\t},\n\t\t\t\tBACK_04_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t},\n\t\t\t\tBACK_space_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t},\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t},\n\t\t\t\tOther = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Other\",\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 2,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tApply = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.set_blink(comp, \\\"目_00_Xf\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 775.5 } },\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t},\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\tAuxRight = { Expanded = true }\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.00394866732478,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.99605133267522,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 2, RatioX = 1, },\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.530343,\n\t\t\t\t\t\tRootOffset = { -9660.28, -538.338 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = 194.2,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"\\\\\\\\Qnap\\\\pj\\\\youtube\\\\ResolveScript_1.7.19\\\\thumbnail\\\\zk.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tQuality = 75,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tHandler = 1668707181\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/まりさ.json",
    "content": "{\n  \"macro_name\": \"Marisa\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん\",\n      \"name\": \"ぴょん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_FRONT\",\n      \"name\": \"前\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_FRONT\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_FRONT\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_FRONT\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FRONT_01m1_Button\",\n      \"name\": \"01m1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FRONT_01m2_Button\",\n      \"name\": \"01m2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FRONT_02m1_Button\",\n      \"name\": \"02m1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FRONT_space_Button\",\n      \"name\": \"space\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_HAIR\",\n      \"name\": \"髪\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_HAIR\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_HAIR\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_HAIR\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"HAIR_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"HAIR_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_EYEBROW\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_EYEBROW\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_EYEBROW\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_EYEBROW\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_02_Button\",\n      \"name\": \"02\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_03_Button\",\n      \"name\": \"03\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_04_Button\",\n      \"name\": \"04\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_05_Button\",\n      \"name\": \"05\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_06_Button\",\n      \"name\": \"06\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_07_Button\",\n      \"name\": \"07\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_08_Button\",\n      \"name\": \"08\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_09_Button\",\n      \"name\": \"09\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_10_Button\",\n      \"name\": \"10\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_11_Button\",\n      \"name\": \"11\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_12_Button\",\n      \"name\": \"12\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_13_Button\",\n      \"name\": \"13\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_EYE\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_EYE\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_EYE\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_EYE\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_02_Button\",\n      \"name\": \"02\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_03_Button\",\n      \"name\": \"03\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_04_Button\",\n      \"name\": \"04\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_05_Button\",\n      \"name\": \"05\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_06_Button\",\n      \"name\": \"06\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_07-15_Button\",\n      \"name\": \"07-15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_08-15_Button\",\n      \"name\": \"08-15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_09-15_Button\",\n      \"name\": \"09-15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_10_Button\",\n      \"name\": \"10\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_11_Button\",\n      \"name\": \"11\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_12_Button\",\n      \"name\": \"12\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_13_Button\",\n      \"name\": \"13\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_14_Button\",\n      \"name\": \"14\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_15_Button\",\n      \"name\": \"15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_16_Button\",\n      \"name\": \"16\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_17_Button\",\n      \"name\": \"17\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_18-15_Button\",\n      \"name\": \"18-15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_19_Button\",\n      \"name\": \"19\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_20_Button\",\n      \"name\": \"20\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_21_Button\",\n      \"name\": \"21\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_22_Button\",\n      \"name\": \"22\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_23+眉_Button\",\n      \"name\": \"23+眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_24_Button\",\n      \"name\": \"24\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_25_Button\",\n      \"name\": \"25\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_26_Button\",\n      \"name\": \"26\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_27_Button\",\n      \"name\": \"27\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_28_Button\",\n      \"name\": \"28\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_29_Button\",\n      \"name\": \"29\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_30_Button\",\n      \"name\": \"30\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_31_Button\",\n      \"name\": \"31\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_32_Button\",\n      \"name\": \"32\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_33_Button\",\n      \"name\": \"33\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_34+眉_Button\",\n      \"name\": \"34+眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_35_Button\",\n      \"name\": \"35\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_36_Button\",\n      \"name\": \"36\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_37_Button\",\n      \"name\": \"37\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_MOUTH\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_MOUTH\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_MOUTH\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_MOUTH\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_02_Button\",\n      \"name\": \"02\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_03_Button\",\n      \"name\": \"03\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_04_Button\",\n      \"name\": \"04\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_05_Button\",\n      \"name\": \"05\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_06_Button\",\n      \"name\": \"06\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_07_Button\",\n      \"name\": \"07\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_08_Button\",\n      \"name\": \"08\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_09_Button\",\n      \"name\": \"09\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_10_Button\",\n      \"name\": \"10\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_11_Button\",\n      \"name\": \"11\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_12_Button\",\n      \"name\": \"12\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_13_Button\",\n      \"name\": \"13\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_14_Button\",\n      \"name\": \"14\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_15_Button\",\n      \"name\": \"15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_16_Button\",\n      \"name\": \"16\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_17_Button\",\n      \"name\": \"17\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_18_Button\",\n      \"name\": \"18\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_19_Button\",\n      \"name\": \"19\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_20_Button\",\n      \"name\": \"20\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_21_Button\",\n      \"name\": \"21\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_22_Button\",\n      \"name\": \"22\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_23_Button\",\n      \"name\": \"23\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_24_Button\",\n      \"name\": \"24\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_25_Button\",\n      \"name\": \"25\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_26_Button\",\n      \"name\": \"26\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_27_Button\",\n      \"name\": \"27\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_28_Button\",\n      \"name\": \"28\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_29_Button\",\n      \"name\": \"29\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_30_Button\",\n      \"name\": \"30\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_31_Button\",\n      \"name\": \"31\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_32_Button\",\n      \"name\": \"32\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_33_Button\",\n      \"name\": \"33\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_34_Button\",\n      \"name\": \"34\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_FACE\",\n      \"name\": \"顔\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_FACE\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_FACE\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_FACE\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_02_Button\",\n      \"name\": \"02\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_03_Button\",\n      \"name\": \"03\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_04_Button\",\n      \"name\": \"04\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_05_Button\",\n      \"name\": \"05\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_06_Button\",\n      \"name\": \"06\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_07_Button\",\n      \"name\": \"07\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_space_Button\",\n      \"name\": \"space\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_BODY\",\n      \"name\": \"体\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_BODY\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_BODY\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_BODY\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BODY_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BODY_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_BACK\",\n      \"name\": \"後\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_BACK\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_BACK\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_BACK\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BACK_03u1_Button\",\n      \"name\": \"03u1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BACK_04_Button\",\n      \"name\": \"04\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BACK_space_Button\",\n      \"name\": \"space\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Mouth_Ctrl\",\n      \"page\": \"Calc\",\n      \"id\": \"FirstOperand\",\n      \"name\": \"First Operand\",\n      \"control_group\": 0,\n      \"option01\": \"Page = \\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Mouth_Ctrl\",\n      \"page\": \"Calc\",\n      \"id\": \"SecondOperand\",\n      \"name\": \"Second Operand\",\n      \"control_group\": 0,\n      \"option01\": \"Page = \\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"Other\",\n      \"name\": \"Other\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"Apply\",\n      \"name\": \"Apply\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/れいむ.comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 2809,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5 build 30\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 0,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tFRONT_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\前\\\\01.後m1.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01m1\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 148.5 } },\n\t\t},\n\t\tMOUTH_18_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2491.5 } },\n\t\t},\n\t\tMOUTH_07_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2491.5 } },\n\t\t},\n\t\tMOUTH_01_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1303.5 } },\n\t\t},\n\t\tEYE_31_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\31.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"31\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10065, -511.5 } },\n\t\t},\n\t\tMOUTH_22_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\22.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"22\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },\n\t\t},\n\t\tMOUTH_13_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1303.5 } },\n\t\t},\n\t\tMOUTH_06_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1303.5 } },\n\t\t},\n\t\tMOUTH_34_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\34.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"34\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -511.5 } },\n\t\t},\n\t\tEYE_34_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\34+眉.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"34+眉\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10395, -511.5 } },\n\t\t},\n\t\tMOUTH_15_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -907.5 } },\n\t\t},\n\t\tEYE_17_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -907.5 } },\n\t\t},\n\t\tMOUTH_09_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },\n\t\t},\n\t\tMOUTH_15_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },\n\t\t},\n\t\tMOUTH_26_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\26.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"26\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -511.5 } },\n\t\t},\n\t\tMOUTH_07_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -2095.5 } },\n\t\t},\n\t\tEYE_03_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -2491.5 } },\n\t\t},\n\t\tEYE_03_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1699.5 } },\n\t\t},\n\t\tEYE_03_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -907.5 } },\n\t\t},\n\t\tEYE_02_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -2491.5 } },\n\t\t},\n\t\tEYE_02_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1699.5 } },\n\t\t},\n\t\tEYE_02_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -907.5 } },\n\t\t},\n\t\tEYE_01_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -2491.5 } },\n\t\t},\n\t\tEYE_01_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1699.5 } },\n\t\t},\n\t\tEYE_01_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -907.5 } },\n\t\t},\n\t\tEYE_15_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2491.5 } },\n\t\t},\n\t\tEYE_15_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1699.5 } },\n\t\t},\n\t\tEYE_15_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -907.5 } },\n\t\t},\n\t\tEYE_14_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2491.5 } },\n\t\t},\n\t\tEYE_14_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1699.5 } },\n\t\t},\n\t\tEYE_14_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -907.5 } },\n\t\t},\n\t\tEYE_13_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2491.5 } },\n\t\t},\n\t\tEYE_13_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1699.5 } },\n\t\t},\n\t\tEYE_13_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -907.5 } },\n\t\t},\n\t\tEYE_12_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2491.5 } },\n\t\t},\n\t\tEYE_12_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1699.5 } },\n\t\t},\n\t\tEYE_12_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -907.5 } },\n\t\t},\n\t\tEYE_11_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2491.5 } },\n\t\t},\n\t\tEYE_11_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1699.5 } },\n\t\t},\n\t\tEYE_11_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -907.5 } },\n\t\t},\n\t\tEYE_10_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2491.5 } },\n\t\t},\n\t\tEYE_10_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1699.5 } },\n\t\t},\n\t\tEYE_10_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -907.5 } },\n\t\t},\n\t\tEYE_09_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2491.5 } },\n\t\t},\n\t\tEYE_09_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1699.5 } },\n\t\t},\n\t\tEYE_09_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -907.5 } },\n\t\t},\n\t\tEYE_08_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2491.5 } },\n\t\t},\n\t\tEYE_08_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1699.5 } },\n\t\t},\n\t\tEYE_08_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -907.5 } },\n\t\t},\n\t\tEYE_07_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -2491.5 } },\n\t\t},\n\t\tEYE_07_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1699.5 } },\n\t\t},\n\t\tEYE_07_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -907.5 } },\n\t\t},\n\t\tEYE_06_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2491.5 } },\n\t\t},\n\t\tEYE_06_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1699.5 } },\n\t\t},\n\t\tEYE_06_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -907.5 } },\n\t\t},\n\t\tEYE_05_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2491.5 } },\n\t\t},\n\t\tEYE_05_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1699.5 } },\n\t\t},\n\t\tEYE_05_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -907.5 } },\n\t\t},\n\t\tEYE_04_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2491.5 } },\n\t\t},\n\t\tEYE_04_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1699.5 } },\n\t\t},\n\t\tEYE_04_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -907.5 } },\n\t\t},\n\t\tMOUTH_04_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -2095.5 } },\n\t\t},\n\t\tEYE_16_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -1699.5 } },\n\t\t},\n\t\tMOUTH_18_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -2095.5 } },\n\t\t},\n\t\tMOUTH_04_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -907.5 } },\n\t\t},\n\t\tMOUTH_16_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2095.5 } },\n\t\t},\n\t\tMOUTH_08_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -907.5 } },\n\t\t},\n\t\tEYE_29_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\29.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"29\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9845, -511.5 } },\n\t\t},\n\t\tEYEBROW_10_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\10.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, 148.5 } },\n\t\t},\n\t\tMOUTH_12_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1303.5 } },\n\t\t},\n\t\tFACE_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\01a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t},\n\t\tEYEBROW_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\03.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, 148.5 } },\n\t\t},\n\t\tEYEBROW_07_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\07.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, 148.5 } },\n\t\t},\n\t\tMOUTH_04_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1303.5 } },\n\t\t},\n\t\tMOUTH_11_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },\n\t\t},\n\t\tEYE_28_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\28.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"28\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9735, -511.5 } },\n\t\t},\n\t\tMOUTH_04_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -2491.5 } },\n\t\t},\n\t\tMOUTH_02_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1303.5 } },\n\t\t},\n\t\tEYE_19_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\19.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"19\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },\n\t\t},\n\t\tMOUTH_08_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2491.5 } },\n\t\t},\n\t\tFRONT_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\前\\\\02.後m1.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02m1\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, 148.5 } },\n\t\t},\n\t\tEYE_24_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\24.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"24\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9295, -511.5 } },\n\t\t},\n\t\tEYE_32_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\32.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"32\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10175, -511.5 } },\n\t\t},\n\t\tMOUTH_16_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },\n\t\t},\n\t\tMOUTH_01_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1699.5 } },\n\t\t},\n\t\tMOUTH_15_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2491.5 } },\n\t\t},\n\t\tEYE_37_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\37.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"37\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -511.5 } },\n\t\t},\n\t\tMOUTH_06_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2095.5 } },\n\t\t},\n\t\tMOUTH_14_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2095.5 } },\n\t\t},\n\t\tMOUTH_18_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1699.5 } },\n\t\t},\n\t\tMOUTH_10_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1699.5 } },\n\t\t},\n\t\tEYE_16_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -2491.5 } },\n\t\t},\n\t\tHAIR_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\髪\\\\01.髪.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 148.5 } },\n\t\t},\n\t\tMOUTH_01_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -907.5 } },\n\t\t},\n\t\tMOUTH_09_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1303.5 } },\n\t\t},\n\t\tMOUTH_01_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -2491.5 } },\n\t\t},\n\t\tMOUTH_12_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2491.5 } },\n\t\t},\n\t\tMOUTH_09_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2491.5 } },\n\t\t},\n\t\tMOUTH_17_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1699.5 } },\n\t\t},\n\t\tEYE_17_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -2491.5 } },\n\t\t},\n\t\tEYE_17_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -1303.5 } },\n\t\t},\n\t\tEYEBROW_06_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\06.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, 148.5 } },\n\t\t},\n\t\tMOUTH_14_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t},\n\t\tMOUTH_11_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1699.5 } },\n\t\t},\n\t\tMOUTH_11_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -907.5 } },\n\t\t},\n\t\tMOUTH_10_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2095.5 } },\n\t\t},\n\t\tMOUTH_08_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t},\n\t\tMOUTH_17_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1303.5 } },\n\t\t},\n\t\tBACK_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\後\\\\02.後u1.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02u1\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -511.5 } },\n\t\t},\n\t\tMOUTH_06_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },\n\t\t},\n\t\tMOUTH_09_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -2095.5 } },\n\t\t},\n\t\tEYEBROW_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\04.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, 148.5 } },\n\t\t},\n\t\tMOUTH_15_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -2095.5 } },\n\t\t},\n\t\tEYEBROW_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\05.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, 148.5 } },\n\t\t},\n\t\tMOUTH_09_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -907.5 } },\n\t\t},\n\t\tMOUTH_10_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1303.5 } },\n\t\t},\n\t\tMOUTH_06_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -2491.5 } },\n\t\t},\n\t\tMOUTH_02_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -907.5 } },\n\t\t},\n\t\tMOUTH_12_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -907.5 } },\n\t\t},\n\t\tEYE_27_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\27.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"27\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9625, -511.5 } },\n\t\t},\n\t\tMOUTH_16_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1303.5 } },\n\t\t},\n\t\tEYE_18_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -2491.5 } },\n\t\t},\n\t\tMOUTH_13_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2095.5 } },\n\t\t},\n\t\tEYE_16_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },\n\t\t},\n\t\tMOUTH_14_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -2491.5 } },\n\t\t},\n\t\tMOUTH_18_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1303.5 } },\n\t\t},\n\t\tMOUTH_15_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1303.5 } },\n\t\t},\n\t\tMOUTH_07_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1699.5 } },\n\t\t},\n\t\tMOUTH_03_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1699.5 } },\n\t\t},\n\t\tMOUTH_16_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -2491.5 } },\n\t\t},\n\t\tMOUTH_12_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -2095.5 } },\n\t\t},\n\t\tMOUTH_11_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1303.5 } },\n\t\t},\n\t\tMOUTH_10_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t},\n\t\tMOUTH_17_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -907.5 } },\n\t\t},\n\t\tEYEBROW_11_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\11.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, 148.5 } },\n\t\t},\n\t\tMOUTH_16_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1699.5 } },\n\t\t},\n\t\tMOUTH_03_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t},\n\t\tMOUTH_03_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -907.5 } },\n\t\t},\n\t\tMOUTH_17_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2491.5 } },\n\t\t},\n\t\tEYE_18_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1699.5 } },\n\t\t},\n\t\tMOUTH_14_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -907.5 } },\n\t\t},\n\t\tMOUTH_03_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1303.5 } },\n\t\t},\n\t\tMOUTH_02_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t},\n\t\tMOUTH_11_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -2491.5 } },\n\t\t},\n\t\tMOUTH_01_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -2095.5 } },\n\t\t},\n\t\tEYE_33_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\33.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"33\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10285, -511.5 } },\n\t\t},\n\t\tMOUTH_12_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1699.5 } },\n\t\t},\n\t\tEYE_18_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1303.5 } },\n\t\t},\n\t\tMOUTH_24_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\24.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"24\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -511.5 } },\n\t\t},\n\t\tEYE_36_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\36.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"36\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, -511.5 } },\n\t\t},\n\t\tEYE_30_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\30.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"30\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9955, -511.5 } },\n\t\t},\n\t\tMOUTH_18_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },\n\t\t},\n\t\tMOUTH_05_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t},\n\t\tEYE_16_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -2095.5 } },\n\t\t},\n\t\tEYE_17_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -2095.5 } },\n\t\t},\n\t\tFACE_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\04b.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t},\n\t\tEYE_16_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -1303.5 } },\n\t\t},\n\t\tMOUTH_30_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\30.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"30\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -511.5 } },\n\t\t},\n\t\tBACK_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\後\\\\04.後u1.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04u1\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } },\n\t\t},\n\t\tMOUTH_13_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -2491.5 } },\n\t\t},\n\t\tMOUTH_25_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\25.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"25\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },\n\t\t},\n\t\tMOUTH_23_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\23.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"23\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },\n\t\t},\n\t\tMOUTH_08_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -2095.5 } },\n\t\t},\n\t\tMOUTH_06_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1699.5 } },\n\t\t},\n\t\tEYEBROW_13_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\13.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 148.5 } },\n\t\t},\n\t\tMOUTH_12_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\12.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t},\n\t\tMOUTH_14_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1699.5 } },\n\t\t},\n\t\tEYE_18_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -511.5 } },\n\t\t},\n\t\tMOUTH_05_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -2095.5 } },\n\t\t},\n\t\tEYEBROW_12_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\12.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, 148.5 } },\n\t\t},\n\t\tMOUTH_05_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1303.5 } },\n\t\t},\n\t\tMOUTH_03_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -2095.5 } },\n\t\t},\n\t\tFACE_07_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\07a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t},\n\t\tMOUTH_21_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\21.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"21\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },\n\t\t},\n\t\tEYE_16_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\16.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -907.5 } },\n\t\t},\n\t\tEYE_23_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\23+眉.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"23+眉\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },\n\t\t},\n\t\tBACK_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\後\\\\03.後u1.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = 1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03u1\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -511.5 } },\n\t\t},\n\t\tEYE_22_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\22.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"22\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },\n\t\t},\n\t\tMOUTH_02_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -2095.5 } },\n\t\t},\n\t\tEYE_17_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -1699.5 } },\n\t\t},\n\t\tMOUTH_31_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\31.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"31\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -511.5 } },\n\t\t},\n\t\tEYE_18_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -2095.5 } },\n\t\t},\n\t\tMOUTH_09_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\09.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1699.5 } },\n\t\t},\n\t\tFACE_08_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\透明.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"space\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t},\n\t\tMOUTH_13_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t},\n\t\tBACK_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\後\\\\05.後.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } },\n\t\t},\n\t\tMOUTH_06_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\06.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -907.5 } },\n\t\t},\n\t\tFACE_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\05a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t},\n\t\tEYE_04_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -511.5 } },\n\t\t},\n\t\tEYE_04_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1303.5 } },\n\t\t},\n\t\tEYE_04_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\04.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2095.5 } },\n\t\t},\n\t\tEYE_05_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -511.5 } },\n\t\t},\n\t\tEYE_05_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1303.5 } },\n\t\t},\n\t\tEYE_05_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\05.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2095.5 } },\n\t\t},\n\t\tEYE_06_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -511.5 } },\n\t\t},\n\t\tEYE_06_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1303.5 } },\n\t\t},\n\t\tEYE_06_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\06.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2095.5 } },\n\t\t},\n\t\tEYE_07_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },\n\t\t},\n\t\tEYE_07_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1303.5 } },\n\t\t},\n\t\tEYE_07_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\07-15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -2095.5 } },\n\t\t},\n\t\tEYE_08_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },\n\t\t},\n\t\tEYE_08_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1303.5 } },\n\t\t},\n\t\tEYE_08_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\08-15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2095.5 } },\n\t\t},\n\t\tEYE_09_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },\n\t\t},\n\t\tEYE_09_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1303.5 } },\n\t\t},\n\t\tEYE_09_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\09-15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2095.5 } },\n\t\t},\n\t\tEYE_10_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },\n\t\t},\n\t\tEYE_10_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1303.5 } },\n\t\t},\n\t\tEYE_10_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\10.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2095.5 } },\n\t\t},\n\t\tEYE_11_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },\n\t\t},\n\t\tEYE_11_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1303.5 } },\n\t\t},\n\t\tEYE_11_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\11.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2095.5 } },\n\t\t},\n\t\tEYE_12_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -511.5 } },\n\t\t},\n\t\tEYE_12_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1303.5 } },\n\t\t},\n\t\tEYE_12_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\12.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"12\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2095.5 } },\n\t\t},\n\t\tEYE_13_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -511.5 } },\n\t\t},\n\t\tEYE_13_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1303.5 } },\n\t\t},\n\t\tEYE_13_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\13.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2095.5 } },\n\t\t},\n\t\tEYE_14_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },\n\t\t},\n\t\tEYE_14_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1303.5 } },\n\t\t},\n\t\tEYE_14_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\14.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2095.5 } },\n\t\t},\n\t\tEYE_15_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },\n\t\t},\n\t\tEYE_15_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1303.5 } },\n\t\t},\n\t\tEYE_15_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\15.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2095.5 } },\n\t\t},\n\t\tEYE_01_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },\n\t\t},\n\t\tEYE_01_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1303.5 } },\n\t\t},\n\t\tEYE_01_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\01.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -2095.5 } },\n\t\t},\n\t\tEYE_02_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },\n\t\t},\n\t\tEYE_02_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1303.5 } },\n\t\t},\n\t\tEYE_02_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\02.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -2095.5 } },\n\t\t},\n\t\tEYE_03_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },\n\t\t},\n\t\tEYE_03_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1303.5 } },\n\t\t},\n\t\tEYE_03_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\03.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -2095.5 } },\n\t\t},\n\t\tBACK_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\透明.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"space\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t},\n\t\tBODY_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\体\\\\00.体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t},\n\t\tFACE_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\00a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t},\n\t\tMOUTH_00_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t},\n\t\tMOUTH_00_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -907.5 } },\n\t\t},\n\t\tMOUTH_00_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1303.5 } },\n\t\t},\n\t\tMOUTH_00_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1699.5 } },\n\t\t},\n\t\tMOUTH_00_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -2095.5 } },\n\t\t},\n\t\tMOUTH_00_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\00.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -2491.5 } },\n\t\t},\n\t\tEYE_00_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },\n\t\t},\n\t\tEYE_00_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -907.5 } },\n\t\t},\n\t\tEYE_00_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.02.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1303.5 } },\n\t\t},\n\t\tEYE_00_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.03.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1699.5 } },\n\t\t},\n\t\tEYE_00_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.04.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -2095.5 } },\n\t\t},\n\t\tEYE_00_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\00.05.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -2491.5 } },\n\t\t},\n\t\tEYEBROW_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\00.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, 148.5 } },\n\t\t},\n\t\tHAIR_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\髪\\\\00.髪.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"00\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, 148.5 } },\n\t\t},\n\t\tFRONT_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\透明.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"space\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, 148.5 } },\n\t\t},\n\t\tEYE_21_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\21.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"21\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },\n\t\t},\n\t\tBODY_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\体\\\\02.体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t},\n\t\tMOUTH_05_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1699.5 } },\n\t\t},\n\t\tMOUTH_32_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\32.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"32\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -511.5 } },\n\t\t},\n\t\tMOUTH_08_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1699.5 } },\n\t\t},\n\t\tMOUTH_29_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\29.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"29\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },\n\t\t},\n\t\tMOUTH_10_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -2491.5 } },\n\t\t},\n\t\tEYE_25_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\25.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"25\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9405, -511.5 } },\n\t\t},\n\t\tEYE_35_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\35.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"35\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10505, -511.5 } },\n\t\t},\n\t\tMOUTH_02_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -2491.5 } },\n\t\t},\n\t\tMOUTH_16_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\16.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"16\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -907.5 } },\n\t\t},\n\t\tEYE_26_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\26.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"26\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 9515, -511.5 } },\n\t\t},\n\t\tMOUTH_27_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\27.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"27\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -511.5 } },\n\t\t},\n\t\tMOUTH_20_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\20.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"20\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },\n\t\t},\n\t\tBODY_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\体\\\\01.体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },\n\t\t},\n\t\tFACE_06_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\06a.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"06\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t},\n\t\tMOUTH_02_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\02.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1699.5 } },\n\t\t},\n\t\tFACE_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\02b.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },\n\t\t},\n\t\tFACE_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\顔\\\\03b.顔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t},\n\t\tMOUTH_19_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\19.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"19\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -511.5 } },\n\t\t},\n\t\tMOUTH_17_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -2095.5 } },\n\t\t},\n\t\tMOUTH_04_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1699.5 } },\n\t\t},\n\t\tEYEBROW_08_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\08.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, 148.5 } },\n\t\t},\n\t\tMOUTH_07_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -907.5 } },\n\t\t},\n\t\tMOUTH_05_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -2491.5 } },\n\t\t},\n\t\tMOUTH_13_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -907.5 } },\n\t\t},\n\t\tMOUTH_17_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\17.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },\n\t\t},\n\t\tMOUTH_01_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\01.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },\n\t\t},\n\t\tMOUTH_05_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\05.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"05\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -907.5 } },\n\t\t},\n\t\tMOUTH_07_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },\n\t\t},\n\t\tEYEBROW_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\01.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"01\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, 148.5 } },\n\t\t},\n\t\tEYEBROW_09_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\09.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"09\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, 148.5 } },\n\t\t},\n\t\tMOUTH_11_04_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\11.04.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"11\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -2095.5 } },\n\t\t},\n\t\tMOUTH_33_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\33.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"33\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6215, -511.5 } },\n\t\t},\n\t\tMOUTH_10_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\10.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"10\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -907.5 } },\n\t\t},\n\t\tMOUTH_28_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\28.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"28\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -511.5 } },\n\t\t},\n\t\tMOUTH_15_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\15.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1699.5 } },\n\t\t},\n\t\tMOUTH_04_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\04.00.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"04\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t},\n\t\tEYE_20_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\20.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"20\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },\n\t\t},\n\t\tMOUTH_03_05_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\03.05.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"03\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -2491.5 } },\n\t\t},\n\t\tMOUTH_07_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\07.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"07\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1303.5 } },\n\t\t},\n\t\tMOUTH_14_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\14.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"14\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1303.5 } },\n\t\t},\n\t\tMOUTH_08_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\08.02.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"08\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1303.5 } },\n\t\t},\n\t\tEYEBROW_02_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\眉\\\\02.眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"02\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, 148.5 } },\n\t\t},\n\t\tEYE_17_00_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\17.00.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"17\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -511.5 } },\n\t\t},\n\t\tMOUTH_18_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\18.01.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -907.5 } },\n\t\t},\n\t\tMOUTH_13_03_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\口\\\\13.03.口.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"13\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1699.5 } },\n\t\t},\n\t\tEYE_18_01_LD = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\れいむ\\\\目\\\\18-15.01.目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t\tComments = Input { Value = \"18-15\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -907.5 } },\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2_2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10395, 1171.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", ICS_ControlPage = \"Controls\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258, LINKS_Name = \"speed\", } }\n\t\t\t\t},\n\t\t\t\tCalculation1_2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2_2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 11385, 1171.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, LINKS_Name = \"out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 11055, 1171.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, LINKS_Name = \"x\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_MinScale = 0, LINKS_Name = \"y\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", LINKS_Name = \"shake\", }, in_out = { INP_MinScale = 0, LINKS_Name = \"in_out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10890, 1171.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10725, 1171.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, LINKS_Name = \"out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 10560, 1171.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 1, INPID_InputControl = \"ScrewControl\", LINKS_Name = \"speed\", }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t\t\t},\n\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 11220, 1171.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, INP_Default = 0.1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_Integer = false, INP_Default = 0.1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", }, in_out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10615, 1567.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10780, 1567.5 } },\n\t\t},\n\t\t[\"後_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BACK_04_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"02u1\\\": [\\n      \\\"BACK_00_LD\\\"\\n    ],\\n    \\\"03u1\\\": [\\n      \\\"BACK_01_LD\\\"\\n    ],\\n    \\\"04u1\\\": [\\n      \\\"BACK_02_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"BACK_03_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"BACK_04_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"後\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_BACK\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -247.5 } },\n\t\t},\n\t\t[\"後_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"後_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -115.5 } },\n\t\t},\n\t\t[\"体_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BODY_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"BODY_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"BODY_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"BODY_02_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"体\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_BODY\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -247.5 } },\n\t\t},\n\t\t[\"体_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"後_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"体_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -115.5 } },\n\t\t},\n\t\t[\"顔_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"FACE_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"FACE_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"FACE_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"FACE_02_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"FACE_03_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"FACE_04_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"FACE_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"FACE_06_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"FACE_07_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"FACE_08_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"顔\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_FACE\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -247.5 } },\n\t\t},\n\t\t[\"顔_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"体_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tApplyMode = Input { Value = FuID { \"Multiply\" }, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\t[\"口_00_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"MOUTH_00_00_LD\\\",\\n      \\\"MOUTH_00_01_LD\\\",\\n      \\\"MOUTH_00_02_LD\\\",\\n      \\\"MOUTH_00_03_LD\\\",\\n      \\\"MOUTH_00_04_LD\\\",\\n      \\\"MOUTH_00_05_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"MOUTH_01_00_LD\\\",\\n      \\\"MOUTH_01_01_LD\\\",\\n      \\\"MOUTH_01_02_LD\\\",\\n      \\\"MOUTH_01_03_LD\\\",\\n      \\\"MOUTH_01_04_LD\\\",\\n      \\\"MOUTH_01_05_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"MOUTH_02_00_LD\\\",\\n      \\\"MOUTH_02_01_LD\\\",\\n      \\\"MOUTH_02_02_LD\\\",\\n      \\\"MOUTH_02_03_LD\\\",\\n      \\\"MOUTH_02_04_LD\\\",\\n      \\\"MOUTH_02_05_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"MOUTH_03_00_LD\\\",\\n      \\\"MOUTH_03_01_LD\\\",\\n      \\\"MOUTH_03_02_LD\\\",\\n      \\\"MOUTH_03_03_LD\\\",\\n      \\\"MOUTH_03_04_LD\\\",\\n      \\\"MOUTH_03_05_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"MOUTH_04_00_LD\\\",\\n      \\\"MOUTH_04_01_LD\\\",\\n      \\\"MOUTH_04_02_LD\\\",\\n      \\\"MOUTH_04_03_LD\\\",\\n      \\\"MOUTH_04_04_LD\\\",\\n      \\\"MOUTH_04_05_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"MOUTH_05_00_LD\\\",\\n      \\\"MOUTH_05_01_LD\\\",\\n      \\\"MOUTH_05_02_LD\\\",\\n      \\\"MOUTH_05_03_LD\\\",\\n      \\\"MOUTH_05_04_LD\\\",\\n      \\\"MOUTH_05_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"MOUTH_06_00_LD\\\",\\n      \\\"MOUTH_06_01_LD\\\",\\n      \\\"MOUTH_06_02_LD\\\",\\n      \\\"MOUTH_06_03_LD\\\",\\n      \\\"MOUTH_06_04_LD\\\",\\n      \\\"MOUTH_06_05_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"MOUTH_07_00_LD\\\",\\n      \\\"MOUTH_07_01_LD\\\",\\n      \\\"MOUTH_07_02_LD\\\",\\n      \\\"MOUTH_07_03_LD\\\",\\n      \\\"MOUTH_07_04_LD\\\",\\n      \\\"MOUTH_07_05_LD\\\"\\n    ],\\n    \\\"08\\\": [\\n      \\\"MOUTH_08_00_LD\\\",\\n      \\\"MOUTH_08_01_LD\\\",\\n      \\\"MOUTH_08_02_LD\\\",\\n      \\\"MOUTH_08_03_LD\\\",\\n      \\\"MOUTH_08_04_LD\\\",\\n      \\\"MOUTH_08_05_LD\\\"\\n    ],\\n    \\\"09\\\": [\\n      \\\"MOUTH_09_00_LD\\\",\\n      \\\"MOUTH_09_01_LD\\\",\\n      \\\"MOUTH_09_02_LD\\\",\\n      \\\"MOUTH_09_03_LD\\\",\\n      \\\"MOUTH_09_04_LD\\\",\\n      \\\"MOUTH_09_05_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"MOUTH_10_00_LD\\\",\\n      \\\"MOUTH_10_01_LD\\\",\\n      \\\"MOUTH_10_02_LD\\\",\\n      \\\"MOUTH_10_03_LD\\\",\\n      \\\"MOUTH_10_04_LD\\\",\\n      \\\"MOUTH_10_05_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"MOUTH_11_00_LD\\\",\\n      \\\"MOUTH_11_01_LD\\\",\\n      \\\"MOUTH_11_02_LD\\\",\\n      \\\"MOUTH_11_03_LD\\\",\\n      \\\"MOUTH_11_04_LD\\\",\\n      \\\"MOUTH_11_05_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"MOUTH_12_00_LD\\\",\\n      \\\"MOUTH_12_01_LD\\\",\\n      \\\"MOUTH_12_02_LD\\\",\\n      \\\"MOUTH_12_03_LD\\\",\\n      \\\"MOUTH_12_04_LD\\\",\\n      \\\"MOUTH_12_05_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"MOUTH_13_00_LD\\\",\\n      \\\"MOUTH_13_01_LD\\\",\\n      \\\"MOUTH_13_02_LD\\\",\\n      \\\"MOUTH_13_03_LD\\\",\\n      \\\"MOUTH_13_04_LD\\\",\\n      \\\"MOUTH_13_05_LD\\\"\\n    ],\\n    \\\"14\\\": [\\n      \\\"MOUTH_14_00_LD\\\",\\n      \\\"MOUTH_14_01_LD\\\",\\n      \\\"MOUTH_14_02_LD\\\",\\n      \\\"MOUTH_14_03_LD\\\",\\n      \\\"MOUTH_14_04_LD\\\",\\n      \\\"MOUTH_14_05_LD\\\"\\n    ],\\n    \\\"15\\\": [\\n      \\\"MOUTH_15_00_LD\\\",\\n      \\\"MOUTH_15_01_LD\\\",\\n      \\\"MOUTH_15_02_LD\\\",\\n      \\\"MOUTH_15_03_LD\\\",\\n      \\\"MOUTH_15_04_LD\\\",\\n      \\\"MOUTH_15_05_LD\\\"\\n    ],\\n    \\\"16\\\": [\\n      \\\"MOUTH_16_00_LD\\\",\\n      \\\"MOUTH_16_01_LD\\\",\\n      \\\"MOUTH_16_02_LD\\\",\\n      \\\"MOUTH_16_03_LD\\\",\\n      \\\"MOUTH_16_04_LD\\\",\\n      \\\"MOUTH_16_05_LD\\\"\\n    ],\\n    \\\"17\\\": [\\n      \\\"MOUTH_17_00_LD\\\",\\n      \\\"MOUTH_17_01_LD\\\",\\n      \\\"MOUTH_17_02_LD\\\",\\n      \\\"MOUTH_17_03_LD\\\",\\n      \\\"MOUTH_17_04_LD\\\",\\n      \\\"MOUTH_17_05_LD\\\"\\n    ],\\n    \\\"18\\\": [\\n      \\\"MOUTH_18_00_LD\\\",\\n      \\\"MOUTH_18_01_LD\\\",\\n      \\\"MOUTH_18_02_LD\\\",\\n      \\\"MOUTH_18_03_LD\\\",\\n      \\\"MOUTH_18_04_LD\\\",\\n      \\\"MOUTH_18_05_LD\\\"\\n    ],\\n    \\\"19\\\": [\\n      \\\"MOUTH_19_00_LD\\\"\\n    ],\\n    \\\"20\\\": [\\n      \\\"MOUTH_20_00_LD\\\"\\n    ],\\n    \\\"21\\\": [\\n      \\\"MOUTH_21_00_LD\\\"\\n    ],\\n    \\\"22\\\": [\\n      \\\"MOUTH_22_00_LD\\\"\\n    ],\\n    \\\"23\\\": [\\n      \\\"MOUTH_23_00_LD\\\"\\n    ],\\n    \\\"24\\\": [\\n      \\\"MOUTH_24_00_LD\\\"\\n    ],\\n    \\\"25\\\": [\\n      \\\"MOUTH_25_00_LD\\\"\\n    ],\\n    \\\"26\\\": [\\n      \\\"MOUTH_26_00_LD\\\"\\n    ],\\n    \\\"27\\\": [\\n      \\\"MOUTH_27_00_LD\\\"\\n    ],\\n    \\\"28\\\": [\\n      \\\"MOUTH_28_00_LD\\\"\\n    ],\\n    \\\"29\\\": [\\n      \\\"MOUTH_29_00_LD\\\"\\n    ],\\n    \\\"30\\\": [\\n      \\\"MOUTH_30_00_LD\\\"\\n    ],\\n    \\\"31\\\": [\\n      \\\"MOUTH_31_00_LD\\\"\\n    ],\\n    \\\"32\\\": [\\n      \\\"MOUTH_32_00_LD\\\"\\n    ],\\n    \\\"33\\\": [\\n      \\\"MOUTH_33_00_LD\\\"\\n    ],\\n    \\\"34\\\": [\\n      \\\"MOUTH_34_00_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"口\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_MOUTH\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -247.5 } },\n\t\t},\n\t\t[\"口_01_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_01_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -643.5 } },\n\t\t},\n\t\t[\"口_02_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_02_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1039.5 } },\n\t\t},\n\t\t[\"口_03_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_03_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1435.5 } },\n\t\t},\n\t\t[\"口_04_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_04_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1831.5 } },\n\t\t},\n\t\t[\"口_05_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUTH_00_05_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -2227.5 } },\n\t\t},\n\t\t[\"口_04_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation6\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_04_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_05_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1831.5 } },\n\t\t},\n\t\tCalculation6 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t\tSecondOperand = Input { Value = 4, },\n\t\t\t},\n\t\t},\n\t\tExpression1 = Expression {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tn1 = Input {\n\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tNumberExpression = Input { Value = \"int(n1)\", },\n\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t},\n\t\t},\n\t\tCalculation1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Mouth_Ctrl\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 6, },\n\t\t\t},\n\t\t},\n\t\tMouth_Ctrl = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tOperator = Input { Value = 3, },\n\t\t\t\tSecondOperand = Input { Value = 0.7, },\n\t\t\t},\n\t\t},\n\t\t[\"口_03_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation5\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_03_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_04_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1435.5 } },\n\t\t},\n\t\tCalculation5 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t\tSecondOperand = Input { Value = 3, },\n\t\t\t},\n\t\t},\n\t\t[\"口_02_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation4\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_02_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_03_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1039.5 } },\n\t\t},\n\t\tCalculation4 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t\tSecondOperand = Input { Value = 2, },\n\t\t\t},\n\t\t},\n\t\t[\"口_01_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation3\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_01_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_02_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -643.5 } },\n\t\t},\n\t\tCalculation3 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"口_00_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_00_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_01_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -247.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tCalculation2 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"口_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"口_00_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -115.5 } },\n\t\t},\n\t\t[\"目_00_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"EYE_00_00_LD\\\",\\n      \\\"EYE_00_01_LD\\\",\\n      \\\"EYE_00_02_LD\\\",\\n      \\\"EYE_00_03_LD\\\",\\n      \\\"EYE_00_04_LD\\\",\\n      \\\"EYE_00_05_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"EYE_01_00_LD\\\",\\n      \\\"EYE_01_01_LD\\\",\\n      \\\"EYE_01_02_LD\\\",\\n      \\\"EYE_01_03_LD\\\",\\n      \\\"EYE_01_04_LD\\\",\\n      \\\"EYE_01_05_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"EYE_02_00_LD\\\",\\n      \\\"EYE_02_01_LD\\\",\\n      \\\"EYE_02_02_LD\\\",\\n      \\\"EYE_02_03_LD\\\",\\n      \\\"EYE_02_04_LD\\\",\\n      \\\"EYE_02_05_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"EYE_03_00_LD\\\",\\n      \\\"EYE_03_01_LD\\\",\\n      \\\"EYE_03_02_LD\\\",\\n      \\\"EYE_03_03_LD\\\",\\n      \\\"EYE_03_04_LD\\\",\\n      \\\"EYE_03_05_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"EYE_04_00_LD\\\",\\n      \\\"EYE_04_01_LD\\\",\\n      \\\"EYE_04_02_LD\\\",\\n      \\\"EYE_04_03_LD\\\",\\n      \\\"EYE_04_04_LD\\\",\\n      \\\"EYE_04_05_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"EYE_05_00_LD\\\",\\n      \\\"EYE_05_01_LD\\\",\\n      \\\"EYE_05_02_LD\\\",\\n      \\\"EYE_05_03_LD\\\",\\n      \\\"EYE_05_04_LD\\\",\\n      \\\"EYE_05_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"EYE_06_00_LD\\\",\\n      \\\"EYE_06_01_LD\\\",\\n      \\\"EYE_06_02_LD\\\",\\n      \\\"EYE_06_03_LD\\\",\\n      \\\"EYE_06_04_LD\\\",\\n      \\\"EYE_06_05_LD\\\"\\n    ],\\n    \\\"07-15\\\": [\\n      \\\"EYE_07_00_LD\\\",\\n      \\\"EYE_07_01_LD\\\",\\n      \\\"EYE_07_02_LD\\\",\\n      \\\"EYE_07_03_LD\\\",\\n      \\\"EYE_07_04_LD\\\",\\n      \\\"EYE_07_05_LD\\\"\\n    ],\\n    \\\"08-15\\\": [\\n      \\\"EYE_08_00_LD\\\",\\n      \\\"EYE_08_01_LD\\\",\\n      \\\"EYE_08_02_LD\\\",\\n      \\\"EYE_08_03_LD\\\",\\n      \\\"EYE_08_04_LD\\\",\\n      \\\"EYE_08_05_LD\\\"\\n    ],\\n    \\\"09-15\\\": [\\n      \\\"EYE_09_00_LD\\\",\\n      \\\"EYE_09_01_LD\\\",\\n      \\\"EYE_09_02_LD\\\",\\n      \\\"EYE_09_03_LD\\\",\\n      \\\"EYE_09_04_LD\\\",\\n      \\\"EYE_09_05_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"EYE_10_00_LD\\\",\\n      \\\"EYE_10_01_LD\\\",\\n      \\\"EYE_10_02_LD\\\",\\n      \\\"EYE_10_03_LD\\\",\\n      \\\"EYE_10_04_LD\\\",\\n      \\\"EYE_10_05_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"EYE_11_00_LD\\\",\\n      \\\"EYE_11_01_LD\\\",\\n      \\\"EYE_11_02_LD\\\",\\n      \\\"EYE_11_03_LD\\\",\\n      \\\"EYE_11_04_LD\\\",\\n      \\\"EYE_11_05_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"EYE_12_00_LD\\\",\\n      \\\"EYE_12_01_LD\\\",\\n      \\\"EYE_12_02_LD\\\",\\n      \\\"EYE_12_03_LD\\\",\\n      \\\"EYE_12_04_LD\\\",\\n      \\\"EYE_12_05_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"EYE_13_00_LD\\\",\\n      \\\"EYE_13_01_LD\\\",\\n      \\\"EYE_13_02_LD\\\",\\n      \\\"EYE_13_03_LD\\\",\\n      \\\"EYE_13_04_LD\\\",\\n      \\\"EYE_13_05_LD\\\"\\n    ],\\n    \\\"14\\\": [\\n      \\\"EYE_14_00_LD\\\",\\n      \\\"EYE_14_01_LD\\\",\\n      \\\"EYE_14_02_LD\\\",\\n      \\\"EYE_14_03_LD\\\",\\n      \\\"EYE_14_04_LD\\\",\\n      \\\"EYE_14_05_LD\\\"\\n    ],\\n    \\\"15\\\": [\\n      \\\"EYE_15_00_LD\\\",\\n      \\\"EYE_15_01_LD\\\",\\n      \\\"EYE_15_02_LD\\\",\\n      \\\"EYE_15_03_LD\\\",\\n      \\\"EYE_15_04_LD\\\",\\n      \\\"EYE_15_05_LD\\\"\\n    ],\\n    \\\"16\\\": [\\n      \\\"EYE_16_00_LD\\\",\\n      \\\"EYE_16_01_LD\\\",\\n      \\\"EYE_16_02_LD\\\",\\n      \\\"EYE_16_03_LD\\\",\\n      \\\"EYE_16_04_LD\\\",\\n      \\\"EYE_16_05_LD\\\"\\n    ],\\n    \\\"17\\\": [\\n      \\\"EYE_17_00_LD\\\",\\n      \\\"EYE_17_01_LD\\\",\\n      \\\"EYE_17_02_LD\\\",\\n      \\\"EYE_17_03_LD\\\",\\n      \\\"EYE_17_04_LD\\\",\\n      \\\"EYE_17_05_LD\\\"\\n    ],\\n    \\\"18-15\\\": [\\n      \\\"EYE_18_00_LD\\\",\\n      \\\"EYE_18_01_LD\\\",\\n      \\\"EYE_18_02_LD\\\",\\n      \\\"EYE_18_03_LD\\\",\\n      \\\"EYE_18_04_LD\\\",\\n      \\\"EYE_18_05_LD\\\"\\n    ],\\n    \\\"19\\\": [\\n      \\\"EYE_19_00_LD\\\"\\n    ],\\n    \\\"20\\\": [\\n      \\\"EYE_20_00_LD\\\"\\n    ],\\n    \\\"21\\\": [\\n      \\\"EYE_21_00_LD\\\"\\n    ],\\n    \\\"22\\\": [\\n      \\\"EYE_22_00_LD\\\"\\n    ],\\n    \\\"23+眉\\\": [\\n      \\\"EYE_23_00_LD\\\"\\n    ],\\n    \\\"24\\\": [\\n      \\\"EYE_24_00_LD\\\"\\n    ],\\n    \\\"25\\\": [\\n      \\\"EYE_25_00_LD\\\"\\n    ],\\n    \\\"26\\\": [\\n      \\\"EYE_26_00_LD\\\"\\n    ],\\n    \\\"27\\\": [\\n      \\\"EYE_27_00_LD\\\"\\n    ],\\n    \\\"28\\\": [\\n      \\\"EYE_28_00_LD\\\"\\n    ],\\n    \\\"29\\\": [\\n      \\\"EYE_29_00_LD\\\"\\n    ],\\n    \\\"30\\\": [\\n      \\\"EYE_30_00_LD\\\"\\n    ],\\n    \\\"31\\\": [\\n      \\\"EYE_31_00_LD\\\"\\n    ],\\n    \\\"32\\\": [\\n      \\\"EYE_32_00_LD\\\"\\n    ],\\n    \\\"33\\\": [\\n      \\\"EYE_33_00_LD\\\"\\n    ],\\n    \\\"34+眉\\\": [\\n      \\\"EYE_34_00_LD\\\"\\n    ],\\n    \\\"35\\\": [\\n      \\\"EYE_35_00_LD\\\"\\n    ],\\n    \\\"36\\\": [\\n      \\\"EYE_36_00_LD\\\"\\n    ],\\n    \\\"37\\\": [\\n      \\\"EYE_37_00_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"目\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_EYE\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -247.5 } },\n\t\t},\n\t\t[\"目_01_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_01_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -643.5 } },\n\t\t},\n\t\t[\"目_02_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_02_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1039.5 } },\n\t\t},\n\t\t[\"目_03_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_03_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1435.5 } },\n\t\t},\n\t\t[\"目_04_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_04_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -1831.5 } },\n\t\t},\n\t\t[\"目_05_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_00_05_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10725, -2227.5 } },\n\t\t},\n\t\t[\"目_04_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_04_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_04_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_05_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1831.5 } },\n\t\t},\n\t\t[\"目_04_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 50.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[151] = { 1, LH = { 100.666666666667, 0.666666666666667 }, RH = { 151.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[153] = { 0, LH = { 152.333333333333, 0.333333333333333 }, RH = { 154.333333333333, 0 }, Flags = { StepIn = true } },\n\t\t\t\t[157] = { 0, LH = { 155.666666666667, 0 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_03_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_03_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_03_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_04_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1435.5 } },\n\t\t},\n\t\t[\"目_03_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 50, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[150] = { 1, LH = { 100, 0.666666666666667 }, RH = { 151.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[154] = { 0, LH = { 152.666666666667, 0.333333333333333 }, RH = { 155, 0 }, Flags = { StepIn = true } },\n\t\t\t\t[157] = { 0, LH = { 156, 0 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_02_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_02_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_02_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_03_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -1039.5 } },\n\t\t},\n\t\t[\"目_02_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 49.6666666666667, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[149] = { 1, LH = { 99.3333333333333, 0.666666666666667 }, RH = { 151, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[155] = { 0, LH = { 153, 0.333333333333333 }, RH = { 155.666666666667, 0 }, Flags = { StepIn = true } },\n\t\t\t\t[157] = { 0, LH = { 156.333333333333, 0 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_01_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_01_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_01_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_02_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -643.5 } },\n\t\t},\n\t\t[\"目_01_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 49.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[148] = { 1, LH = { 98.6666666666667, 0.666666666666667 }, RH = { 150.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[156] = { 0, LH = { 153.333333333333, 0.333333333333333 }, RH = { 156.333333333333, 0 }, Flags = { StepIn = true } },\n\t\t\t\t[157] = { 0, LH = { 156.666666666667, 0 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_00_DX\"] = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"目_00_DXBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_00_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_01_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -247.5 } },\n\t\t},\n\t\t[\"目_00_DXBackgroundForeground\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 49, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[147] = { 1, LH = { 98, 0.666666666666667 }, RH = { 150.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[157] = { 0, LH = { 153.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\t[\"目_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"口_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目_00_DX\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10835, -115.5 } },\n\t\t},\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 10945, -115.5 } },\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 400, },\n\t\t\t\tHeight = Input { Value = 320, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 55, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 55, -115.5 } },\n\t\t},\n\t\t[\"眉_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYEBROW_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"EYEBROW_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"EYEBROW_01_LD\\\"\\n    ],\\n    \\\"02\\\": [\\n      \\\"EYEBROW_02_LD\\\"\\n    ],\\n    \\\"03\\\": [\\n      \\\"EYEBROW_03_LD\\\"\\n    ],\\n    \\\"04\\\": [\\n      \\\"EYEBROW_04_LD\\\"\\n    ],\\n    \\\"05\\\": [\\n      \\\"EYEBROW_05_LD\\\"\\n    ],\\n    \\\"06\\\": [\\n      \\\"EYEBROW_06_LD\\\"\\n    ],\\n    \\\"07\\\": [\\n      \\\"EYEBROW_07_LD\\\"\\n    ],\\n    \\\"08\\\": [\\n      \\\"EYEBROW_08_LD\\\"\\n    ],\\n    \\\"09\\\": [\\n      \\\"EYEBROW_09_LD\\\"\\n    ],\\n    \\\"10\\\": [\\n      \\\"EYEBROW_10_LD\\\"\\n    ],\\n    \\\"11\\\": [\\n      \\\"EYEBROW_11_LD\\\"\\n    ],\\n    \\\"12\\\": [\\n      \\\"EYEBROW_12_LD\\\"\\n    ],\\n    \\\"13\\\": [\\n      \\\"EYEBROW_13_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"眉\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_EYEBROW\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 412.5 } },\n\t\t},\n\t\t[\"眉_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, 544.5 } },\n\t\t},\n\t\t[\"髪_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"HAIR_00_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"00\\\": [\\n      \\\"HAIR_00_LD\\\"\\n    ],\\n    \\\"01\\\": [\\n      \\\"HAIR_01_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"髪\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_HAIR\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 412.5 } },\n\t\t},\n\t\t[\"髪_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"髪_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, 544.5 } },\n\t\t},\n\t\t[\"前_Xf\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"FRONT_02_LD\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"{\\n  \\\"mg\\\": {\\n    \\\"後\\\": \\\"後_Mrg\\\",\\n    \\\"体\\\": \\\"体_Mrg\\\",\\n    \\\"顔\\\": \\\"顔_Mrg\\\",\\n    \\\"口\\\": \\\"口_Mrg\\\",\\n    \\\"目\\\": \\\"目_Mrg\\\",\\n    \\\"眉\\\": \\\"眉_Mrg\\\",\\n    \\\"髪\\\": \\\"髪_Mrg\\\",\\n    \\\"前\\\": \\\"前_Mrg\\\"\\n  },\\n  \\\"xf\\\": {\\n    \\\"後\\\": [\\n      \\\"後_Xf\\\"\\n    ],\\n    \\\"体\\\": [\\n      \\\"体_Xf\\\"\\n    ],\\n    \\\"顔\\\": [\\n      \\\"顔_Xf\\\"\\n    ],\\n    \\\"口\\\": [\\n      \\\"口_00_Xf\\\",\\n      \\\"口_01_Xf\\\",\\n      \\\"口_02_Xf\\\",\\n      \\\"口_03_Xf\\\",\\n      \\\"口_04_Xf\\\",\\n      \\\"口_05_Xf\\\"\\n    ],\\n    \\\"目\\\": [\\n      \\\"目_00_Xf\\\",\\n      \\\"目_01_Xf\\\",\\n      \\\"目_02_Xf\\\",\\n      \\\"目_03_Xf\\\",\\n      \\\"目_04_Xf\\\",\\n      \\\"目_05_Xf\\\"\\n    ],\\n    \\\"眉\\\": [\\n      \\\"眉_Xf\\\"\\n    ],\\n    \\\"髪\\\": [\\n      \\\"髪_Xf\\\"\\n    ],\\n    \\\"前\\\": [\\n      \\\"前_Xf\\\"\\n    ]\\n  },\\n  \\\"eye_dx\\\": [\\n    \\\"目_00_DX\\\",\\n    \\\"目_01_DX\\\",\\n    \\\"目_02_DX\\\",\\n    \\\"目_03_DX\\\",\\n    \\\"目_04_DX\\\"\\n  ],\\n  \\\"ld\\\": {\\n    \\\"01m1\\\": [\\n      \\\"FRONT_00_LD\\\"\\n    ],\\n    \\\"02m1\\\": [\\n      \\\"FRONT_01_LD\\\"\\n    ],\\n    \\\"space\\\": [\\n      \\\"FRONT_02_LD\\\"\\n    ]\\n  },\\n  \\\"part\\\": \\\"前\\\",\\n  \\\"offset\\\": 0.03125,\\n  \\\"preview\\\": \\\"Preview_FRONT\\\"\\n}\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, 412.5 } },\n\t\t},\n\t\t[\"前_Mrg\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"髪_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"前_Xf\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, 544.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMerge1 = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"前_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 544.5 } },\n\t\t},\n\t\tRoot = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"後_Xf\\n体_Xf\\n顔_Xf\\n口_00_Xf\\n目_00_Xf\\n眉_Xf\\n髪_Xf\\n前_Xf\", },\n\t\t\t\tGrp_FRONT = Input { Value = 0, },\n\t\t\t\tPreview_FRONT = Input { Value = \"space\", },\n\t\t\t\tGrp_HAIR = Input { Value = 0, },\n\t\t\t\tPreview_HAIR = Input { Value = \"00\", },\n\t\t\t\tPreview_EYEBROW = Input { Value = \"00\", },\n\t\t\t\tPreview_EYE = Input { Value = \"00\", },\n\t\t\t\tPreview_MOUTH = Input { Value = \"00\", },\n\t\t\t\tGrp_FACE = Input { Value = 0, },\n\t\t\t\tPreview_FACE = Input { Value = \"00\", },\n\t\t\t\tGrp_BODY = Input { Value = 0, },\n\t\t\t\tPreview_BODY = Input { Value = \"00\", },\n\t\t\t\tGrp_BACK = Input { Value = 0, },\n\t\t\t\tPreview_BACK = Input { Value = \"space\", },\n\t\t\t\tBlink = Input { Value = 157, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 676.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp, is_chara_sozai=True)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu, is_chara_sozai=True)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_FRONT = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"前\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_FRONT = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"前_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_FRONT = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"前_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_FRONT = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tFRONT_01m1_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"01m1\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01m1\",\n\t\t\t\t},\n\t\t\t\tFRONT_02m1_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"02m1\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02m1\",\n\t\t\t\t},\n\t\t\t\tFRONT_space_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"前_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t},\n\t\t\t\tGrp_HAIR = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"髪\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_HAIR = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"髪_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_HAIR = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"髪_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_HAIR = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tHAIR_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"髪_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tHAIR_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"髪_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tGrp_EYEBROW = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 17,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_EYEBROW = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"眉_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_EYEBROW = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"眉_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_EYEBROW = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_02_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_03_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_04_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_05_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_06_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_07_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_08_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"08\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"08\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_09_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"09\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"09\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_10_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_11_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_12_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t},\n\t\t\t\tEYEBROW_13_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"眉_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t},\n\t\t\t\tGrp_EYE = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 41,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_EYE = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"目_00_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_EYE = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"目_00_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_EYE = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tEYE_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tEYE_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tEYE_02_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t},\n\t\t\t\tEYE_03_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t},\n\t\t\t\tEYE_04_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t},\n\t\t\t\tEYE_05_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t},\n\t\t\t\tEYE_06_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_07-15_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"07-15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"07-15\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_08-15_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"08-15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"08-15\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_09-15_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"09-15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"09-15\",\n\t\t\t\t},\n\t\t\t\tEYE_10_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t},\n\t\t\t\tEYE_11_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t},\n\t\t\t\tEYE_12_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t},\n\t\t\t\tEYE_13_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t},\n\t\t\t\tEYE_14_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"14\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"14\",\n\t\t\t\t},\n\t\t\t\tEYE_15_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"15\",\n\t\t\t\t},\n\t\t\t\tEYE_16_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"16\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"16\",\n\t\t\t\t},\n\t\t\t\tEYE_17_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"17\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"17\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_18-15_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"18-15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"18-15\",\n\t\t\t\t},\n\t\t\t\tEYE_19_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"19\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"19\",\n\t\t\t\t},\n\t\t\t\tEYE_20_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"20\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"20\",\n\t\t\t\t},\n\t\t\t\tEYE_21_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"21\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"21\",\n\t\t\t\t},\n\t\t\t\tEYE_22_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"22\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"22\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_23+眉_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"23+眉\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"23+眉\",\n\t\t\t\t},\n\t\t\t\tEYE_24_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"24\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"24\",\n\t\t\t\t},\n\t\t\t\tEYE_25_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"25\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"25\",\n\t\t\t\t},\n\t\t\t\tEYE_26_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"26\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"26\",\n\t\t\t\t},\n\t\t\t\tEYE_27_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"27\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"27\",\n\t\t\t\t},\n\t\t\t\tEYE_28_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"28\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"28\",\n\t\t\t\t},\n\t\t\t\tEYE_29_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"29\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"29\",\n\t\t\t\t},\n\t\t\t\tEYE_30_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"30\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"30\",\n\t\t\t\t},\n\t\t\t\tEYE_31_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"31\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"31\",\n\t\t\t\t},\n\t\t\t\tEYE_32_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"32\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"32\",\n\t\t\t\t},\n\t\t\t\tEYE_33_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"33\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"33\",\n\t\t\t\t},\n\t\t\t\t[\"EYE_34+眉_Button\"] = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"34+眉\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"34+眉\",\n\t\t\t\t},\n\t\t\t\tEYE_35_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"35\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"35\",\n\t\t\t\t},\n\t\t\t\tEYE_36_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"36\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"36\",\n\t\t\t\t},\n\t\t\t\tEYE_37_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"目_00_Xf\\\", \\\"37\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"37\",\n\t\t\t\t},\n\t\t\t\tGrp_MOUTH = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 38,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_MOUTH = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"口_00_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_MOUTH = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"口_00_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_MOUTH = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tMOUTH_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tMOUTH_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tMOUTH_02_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t},\n\t\t\t\tMOUTH_03_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t},\n\t\t\t\tMOUTH_04_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t},\n\t\t\t\tMOUTH_05_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t},\n\t\t\t\tMOUTH_06_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t},\n\t\t\t\tMOUTH_07_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t},\n\t\t\t\tMOUTH_08_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"08\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"08\",\n\t\t\t\t},\n\t\t\t\tMOUTH_09_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"09\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"09\",\n\t\t\t\t},\n\t\t\t\tMOUTH_10_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"10\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"10\",\n\t\t\t\t},\n\t\t\t\tMOUTH_11_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"11\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"11\",\n\t\t\t\t},\n\t\t\t\tMOUTH_12_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"12\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"12\",\n\t\t\t\t},\n\t\t\t\tMOUTH_13_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"13\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"13\",\n\t\t\t\t},\n\t\t\t\tMOUTH_14_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"14\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"14\",\n\t\t\t\t},\n\t\t\t\tMOUTH_15_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"15\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"15\",\n\t\t\t\t},\n\t\t\t\tMOUTH_16_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"16\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"16\",\n\t\t\t\t},\n\t\t\t\tMOUTH_17_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"17\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"17\",\n\t\t\t\t},\n\t\t\t\tMOUTH_18_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"18\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"18\",\n\t\t\t\t},\n\t\t\t\tMOUTH_19_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"19\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"19\",\n\t\t\t\t},\n\t\t\t\tMOUTH_20_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"20\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"20\",\n\t\t\t\t},\n\t\t\t\tMOUTH_21_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"21\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"21\",\n\t\t\t\t},\n\t\t\t\tMOUTH_22_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"22\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"22\",\n\t\t\t\t},\n\t\t\t\tMOUTH_23_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"23\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"23\",\n\t\t\t\t},\n\t\t\t\tMOUTH_24_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"24\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"24\",\n\t\t\t\t},\n\t\t\t\tMOUTH_25_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"25\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"25\",\n\t\t\t\t},\n\t\t\t\tMOUTH_26_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"26\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"26\",\n\t\t\t\t},\n\t\t\t\tMOUTH_27_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"27\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"27\",\n\t\t\t\t},\n\t\t\t\tMOUTH_28_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"28\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"28\",\n\t\t\t\t},\n\t\t\t\tMOUTH_29_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"29\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"29\",\n\t\t\t\t},\n\t\t\t\tMOUTH_30_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"30\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"30\",\n\t\t\t\t},\n\t\t\t\tMOUTH_31_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"31\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"31\",\n\t\t\t\t},\n\t\t\t\tMOUTH_32_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"32\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"32\",\n\t\t\t\t},\n\t\t\t\tMOUTH_33_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"33\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"33\",\n\t\t\t\t},\n\t\t\t\tMOUTH_34_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"口_00_Xf\\\", \\\"34\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"34\",\n\t\t\t\t},\n\t\t\t\tGrp_FACE = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_FACE = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"顔_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_FACE = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"顔_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_FACE = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tFACE_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tFACE_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tFACE_02_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t},\n\t\t\t\tFACE_03_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"03\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03\",\n\t\t\t\t},\n\t\t\t\tFACE_04_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"04\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04\",\n\t\t\t\t},\n\t\t\t\tFACE_05_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t},\n\t\t\t\tFACE_06_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"06\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"06\",\n\t\t\t\t},\n\t\t\t\tFACE_07_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"07\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"07\",\n\t\t\t\t},\n\t\t\t\tFACE_space_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"顔_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t},\n\t\t\t\tGrp_BODY = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"体\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_BODY = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"体_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_BODY = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"体_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_BODY = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tBODY_00_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"00\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"00\",\n\t\t\t\t},\n\t\t\t\tBODY_01_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"01\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"01\",\n\t\t\t\t},\n\t\t\t\tBODY_02_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"体_Xf\\\", \\\"02\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02\",\n\t\t\t\t},\n\t\t\t\tGrp_BACK = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"後\",\n\t\t\t\t},\n\t\t\t\tPrev_Btn_BACK = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"後_Xf\\\", False)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"PREV\",\n\t\t\t\t},\n\t\t\t\tNext_Btn_BACK = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.prev_next(comp, \\\"後_Xf\\\", True)\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"NEXT\",\n\t\t\t\t},\n\t\t\t\tPreview_BACK = {\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tBACK_02u1_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"02u1\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"02u1\",\n\t\t\t\t},\n\t\t\t\tBACK_03u1_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"03u1\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"03u1\",\n\t\t\t\t},\n\t\t\t\tBACK_04u1_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"04u1\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"04u1\",\n\t\t\t\t},\n\t\t\t\tBACK_05_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"05\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"05\",\n\t\t\t\t},\n\t\t\t\tBACK_space_Button = {\n\t\t\t\t\tICD_Width = 0.125,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.connect(comp, \\\"後_Xf\\\", \\\"space\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"space\",\n\t\t\t\t},\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t},\n\t\t\t\tOther = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Other\",\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 2,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tApply = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"\\ncomp:Execute([[\\n!Py3: from rs_fusion.core import chara_sozai\\nchara_sozai.set_blink(comp, \\\"目_00_Xf\\\")\\n]])\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 841.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 1369.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t},\n\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_MergeB = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCenter = Input { Value = { 0.8, 0.5 }, },\n\t\t\t\tSize = Input { Value = 2, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 10945, 1567.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t},\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\tAuxRight = { Expanded = true }\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.00394866732478,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.99605133267522,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 1, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.12896,\n\t\t\t\t\t\tRootOffset = { -7341.28, -415.06 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"\\\\\\\\Qnap\\\\pj\\\\youtube\\\\ResolveScript_1.7.19\\\\thumbnail\\\\zk.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tQuality = 75,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tHandler = 1668707181\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/れいむ.json",
    "content": "{\n  \"macro_name\": \"Reimu\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"ST_MergeB\",\n      \"page\": \"Merge\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん\",\n      \"name\": \"ぴょん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_FRONT\",\n      \"name\": \"前\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_FRONT\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_FRONT\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_FRONT\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FRONT_01m1_Button\",\n      \"name\": \"01m1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FRONT_02m1_Button\",\n      \"name\": \"02m1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FRONT_space_Button\",\n      \"name\": \"space\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_HAIR\",\n      \"name\": \"髪\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_HAIR\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_HAIR\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_HAIR\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"HAIR_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"HAIR_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_EYEBROW\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_EYEBROW\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_EYEBROW\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_EYEBROW\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_02_Button\",\n      \"name\": \"02\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_03_Button\",\n      \"name\": \"03\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_04_Button\",\n      \"name\": \"04\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_05_Button\",\n      \"name\": \"05\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_06_Button\",\n      \"name\": \"06\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_07_Button\",\n      \"name\": \"07\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_08_Button\",\n      \"name\": \"08\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_09_Button\",\n      \"name\": \"09\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_10_Button\",\n      \"name\": \"10\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_11_Button\",\n      \"name\": \"11\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_12_Button\",\n      \"name\": \"12\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYEBROW_13_Button\",\n      \"name\": \"13\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_EYE\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_EYE\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_EYE\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_EYE\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_02_Button\",\n      \"name\": \"02\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_03_Button\",\n      \"name\": \"03\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_04_Button\",\n      \"name\": \"04\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_05_Button\",\n      \"name\": \"05\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_06_Button\",\n      \"name\": \"06\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_07-15_Button\",\n      \"name\": \"07-15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_08-15_Button\",\n      \"name\": \"08-15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_09-15_Button\",\n      \"name\": \"09-15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_10_Button\",\n      \"name\": \"10\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_11_Button\",\n      \"name\": \"11\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_12_Button\",\n      \"name\": \"12\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_13_Button\",\n      \"name\": \"13\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_14_Button\",\n      \"name\": \"14\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_15_Button\",\n      \"name\": \"15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_16_Button\",\n      \"name\": \"16\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_17_Button\",\n      \"name\": \"17\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_18-15_Button\",\n      \"name\": \"18-15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_19_Button\",\n      \"name\": \"19\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_20_Button\",\n      \"name\": \"20\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_21_Button\",\n      \"name\": \"21\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_22_Button\",\n      \"name\": \"22\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_23+眉_Button\",\n      \"name\": \"23+眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_24_Button\",\n      \"name\": \"24\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_25_Button\",\n      \"name\": \"25\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_26_Button\",\n      \"name\": \"26\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_27_Button\",\n      \"name\": \"27\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_28_Button\",\n      \"name\": \"28\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_29_Button\",\n      \"name\": \"29\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_30_Button\",\n      \"name\": \"30\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_31_Button\",\n      \"name\": \"31\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_32_Button\",\n      \"name\": \"32\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_33_Button\",\n      \"name\": \"33\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_34+眉_Button\",\n      \"name\": \"34+眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_35_Button\",\n      \"name\": \"35\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_36_Button\",\n      \"name\": \"36\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"EYE_37_Button\",\n      \"name\": \"37\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_MOUTH\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_MOUTH\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_MOUTH\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_MOUTH\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_02_Button\",\n      \"name\": \"02\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_03_Button\",\n      \"name\": \"03\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_04_Button\",\n      \"name\": \"04\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_05_Button\",\n      \"name\": \"05\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_06_Button\",\n      \"name\": \"06\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_07_Button\",\n      \"name\": \"07\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_08_Button\",\n      \"name\": \"08\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_09_Button\",\n      \"name\": \"09\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_10_Button\",\n      \"name\": \"10\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_11_Button\",\n      \"name\": \"11\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_12_Button\",\n      \"name\": \"12\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_13_Button\",\n      \"name\": \"13\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_14_Button\",\n      \"name\": \"14\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_15_Button\",\n      \"name\": \"15\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_16_Button\",\n      \"name\": \"16\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_17_Button\",\n      \"name\": \"17\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_18_Button\",\n      \"name\": \"18\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_19_Button\",\n      \"name\": \"19\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_20_Button\",\n      \"name\": \"20\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_21_Button\",\n      \"name\": \"21\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_22_Button\",\n      \"name\": \"22\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_23_Button\",\n      \"name\": \"23\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_24_Button\",\n      \"name\": \"24\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_25_Button\",\n      \"name\": \"25\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_26_Button\",\n      \"name\": \"26\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_27_Button\",\n      \"name\": \"27\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_28_Button\",\n      \"name\": \"28\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_29_Button\",\n      \"name\": \"29\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_30_Button\",\n      \"name\": \"30\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_31_Button\",\n      \"name\": \"31\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_32_Button\",\n      \"name\": \"32\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_33_Button\",\n      \"name\": \"33\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"MOUTH_34_Button\",\n      \"name\": \"34\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_FACE\",\n      \"name\": \"顔\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_FACE\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_FACE\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_FACE\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_02_Button\",\n      \"name\": \"02\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_03_Button\",\n      \"name\": \"03\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_04_Button\",\n      \"name\": \"04\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_05_Button\",\n      \"name\": \"05\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_06_Button\",\n      \"name\": \"06\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_07_Button\",\n      \"name\": \"07\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"FACE_space_Button\",\n      \"name\": \"space\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_BODY\",\n      \"name\": \"体\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_BODY\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_BODY\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_BODY\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BODY_00_Button\",\n      \"name\": \"00\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BODY_01_Button\",\n      \"name\": \"01\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BODY_02_Button\",\n      \"name\": \"02\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_BACK\",\n      \"name\": \"後\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Prev_Btn_BACK\",\n      \"name\": \"PREV\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Next_Btn_BACK\",\n      \"name\": \"NEXT\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Preview_BACK\",\n      \"name\": \"\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BACK_02u1_Button\",\n      \"name\": \"02u1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BACK_03u1_Button\",\n      \"name\": \"03u1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BACK_04u1_Button\",\n      \"name\": \"04u1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BACK_05_Button\",\n      \"name\": \"05\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"BACK_space_Button\",\n      \"name\": \"space\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Mouth_Ctrl\",\n      \"page\": \"Calc\",\n      \"id\": \"FirstOperand\",\n      \"name\": \"First Operand\",\n      \"control_group\": 0,\n      \"option01\": \"Page = '口パク'\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Mouth_Ctrl\",\n      \"page\": \"Calc\",\n      \"id\": \"SecondOperand\",\n      \"name\": \"Second Operand\",\n      \"control_group\": 0,\n      \"option01\": \"Page = '口パク'\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"Other\",\n      \"name\": \"Other\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"Apply\",\n      \"name\": \"Apply\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/中国うさぎ.comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 180 },\n\tGlobalRange = { 0, 180 },\n\tCurrentID = 1207,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader71 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -2161.5 } },\n\t\t},\n\t\tLoader65 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-とろけ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -2161.5 } },\n\t\t},\n\t\tLoader80 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -643.5 } },\n\t\t},\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-あは.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -1039.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-スク水.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-むにゅ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1039.5 } },\n\t\t},\n\t\tLoader63 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!白目\\\\-白目見開き.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -2161.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-うおあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1039.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -1039.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-えあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6985, -1039.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-上.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -1039.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-紐.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t},\n\t\tLoader82 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\汗多め.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -643.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-上.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1039.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-ほっぺに手.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -1039.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-ぺろ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1039.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-うへー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -1039.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-上.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -1039.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -1039.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-横.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -1039.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-にやり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -1039.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-胸元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1039.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-横.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1039.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -643.5 } },\n\t\t},\n\t\tLoader69 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目そらし2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -2161.5 } },\n\t\t},\n\t\tLoader78 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -643.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-んゅ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -1039.5 } },\n\t\t},\n\t\tLoader58 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6215, -1369.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-下着.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!素体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-バニー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -1039.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1039.5 } },\n\t\t},\n\t\tLoader56 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-◯◯.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5995, -1369.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\-赤面.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -643.5 } },\n\t\t},\n\t\tLoader76 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!眉\\\\-困り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -643.5 } },\n\t\t},\n\t\tLoader61 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-うっとり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -1369.5 } },\n\t\t},\n\t\tLoader81 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\汗.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -643.5 } },\n\t\t},\n\t\tLoader68 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-上向き.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -2161.5 } },\n\t\t},\n\t\tLoader60 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6435, -1369.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-へひひ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -1039.5 } },\n\t\t},\n\t\tLoader83 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\いなば.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -643.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-んんー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -1039.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-よだれ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1039.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-ほっぺに手.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1039.5 } },\n\t\t},\n\t\tLoader70 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目そらし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -2161.5 } },\n\t\t},\n\t\tLoader67 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-上向き2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -2161.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -1039.5 } },\n\t\t},\n\t\tLoader62 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6655, -1369.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-上.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1039.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-ビキニ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t},\n\t\tLoader77 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -643.5 } },\n\t\t},\n\t\tLoader84 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\記号など\\\\うさみみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -643.5 } },\n\t\t},\n\t\tLoader66 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-ぐるぐる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -2161.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -643.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-にへ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1039.5 } },\n\t\t},\n\t\tLoader74 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -2161.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\-寝不足.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -643.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-口元に指.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1039.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-むくー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6765, -1039.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\-御札.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\袴.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-じゅるり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7205, -1039.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-わあ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7425, -1039.5 } },\n\t\t},\n\t\tLoader73 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8525, -2161.5 } },\n\t\t},\n\t\tLoader57 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, -1369.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1039.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-口元に指.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1039.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -1039.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\鈴.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!体_flipx.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -643.5 } },\n\t\t},\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -643.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1039.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-巫女服\\\\!左腕\\\\-いなば抱え.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1039.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -643.5 } },\n\t\t},\n\t\tLoader79 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -643.5 } },\n\t\t},\n\t\tLoader55 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-ん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -1039.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-おあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -1039.5 } },\n\t\t},\n\t\tLoader54 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -1039.5 } },\n\t\t},\n\t\tLoader64 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!白目\\\\-白目基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2161.5 } },\n\t\t},\n\t\tLoader72 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8415, -2161.5 } },\n\t\t},\n\t\tLoader75 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\前髪on目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -1369.5 } },\n\t\t},\n\t\tLoader59 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6325, -1369.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\中国うさぎ立ち絵素材2.0\\\\-衣装差分\\\\!左腕\\\\-いなば抱え.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1039.5 } },\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 9570, 478.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7755, 478.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8910, 478.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8415, 478.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8580, 478.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7920, 478.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8580, 643.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8580, 775.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 643.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 775.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0.1 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 907.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, 478.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 9075, 478.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } },\n\t\t},\n\t\t[\"素体_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -511.5 } },\n\t\t},\n\t\t[\"衣装差分_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"素体_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t},\n\t\t[\"袴_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"衣装差分_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -1039.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -907.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -907.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -775.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"袴_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -1039.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -907.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader19\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -907.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -775.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },\n\t\t},\n\t\t[\"衣装差分\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -379.5 } },\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 478.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 9735, 478.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8250, 478.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 9240, 478.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 110, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 110, -115.5 } },\n\t\t},\n\t\t[\"鈴_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t},\n\t\t[\"体flipx_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },\n\t\t},\n\t\t[\"体_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"体flipx_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader21\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1039.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -907.5 } },\n\t\t},\n\t\t[\"右腕1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -907.5 } },\n\t\t},\n\t\t[\"右腕1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -775.5 } },\n\t\t},\n\t\t[\"右腕_MG2\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1039.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -907.5 } },\n\t\t},\n\t\t[\"左腕1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -907.5 } },\n\t\t},\n\t\t[\"左腕1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -775.5 } },\n\t\t},\n\t\t[\"左腕_MG2\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },\n\t\t},\n\t\t[\"巫女服\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -379.5 } },\n\t\t},\n\t\tRoot_MG = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"鈴_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"巫女服\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -115.5 } },\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -643.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -511.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader36\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -511.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -379.5 } },\n\t\t},\n\t\t[\"顔色_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5665, -115.5 } },\n\t\t},\n\t\tBackground14 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -643.5 } },\n\t\t},\n\t\tSetDomain14 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -511.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader79\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -511.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -379.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -115.5 } },\n\t\t},\n\t\tBackground15 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -643.5 } },\n\t\t},\n\t\tSetDomain15 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background15\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -511.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain15\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -511.5 } },\n\t\t},\n\t\t[\"汗_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -511.5 } },\n\t\t},\n\t\t[\"汗多め_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -511.5 } },\n\t\t},\n\t\t[\"いなば_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗多め_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -511.5 } },\n\t\t},\n\t\t[\"うさみみ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"いなば_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -511.5 } },\n\t\t},\n\t\t[\"記号など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"うさみみ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -379.5 } },\n\t\t},\n\t\t[\"記号など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6215, -1039.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6215, -907.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -907.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -775.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.478789190542099, 0.718410746372083 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8305, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8195, -214.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8085, -214.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -610.5 } },\n\t\t},\n\t\tTransform5_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.480415948399799, 0.721654107389456 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tXSize = Input { Value = 1.2, },\n\t\t\t\tYSize = Input { Value = 0.55, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform5_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -214.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader54\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -610.5 } },\n\t\t},\n\t\tTransform5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.480415948399799, 0.721654107389456 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tYSize = Input { Value = 0.75, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7865, -214.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -610.5 } },\n\t\t},\n\t\tTransform4 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.480415948399799, 0.721654107389456 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tYSize = Input { Value = 0.75, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7755, -214.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader54\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -214.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8030, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -1369.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5885, -1237.5 } },\n\t\t},\n\t\tBackground11 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1765.5 } },\n\t\t},\n\t\tSetDomain11 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, -1633.5 } },\n\t\t},\n\t\tBackground12 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2161.5 } },\n\t\t},\n\t\tSetDomain12 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7095, -2029.5 } },\n\t\t},\n\t\t[\"白目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader64\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -2029.5 } },\n\t\t},\n\t\t[\"白目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"白目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1897.5 } },\n\t\t},\n\t\t[\"白目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"白目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, -1633.5 } },\n\t\t},\n\t\tBackground13 = Background {\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 180, },\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1951, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2161.5 } },\n\t\t},\n\t\tSetDomain13 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7535, -2029.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader72\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -2029.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1897.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"白目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1633.5 } },\n\t\t},\n\t\t[\"基本目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1501.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"基本目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8635, -1237.5 } },\n\t\t},\n\t\t[\"前髪on目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader75\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -1237.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"前髪on目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -1105.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader59\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8580, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 167, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, -82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"記号など_MG\\nうさみみ_MG\\nいなば_MG\\n汗多め_MG\\n汗_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n前髪on目_MG\\n黒目_MG1\\n黒目_MG\\n白目_MG1\\n白目_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n左腕_MG2\\n左腕1_MG\\n右腕_MG2\\n右腕1_MG\\n体_MG\\n体flipx_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n袴_MG\\n衣装差分_MG\\n素体_MG\\n鈴_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_白目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_衣装差分\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_左腕\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_右腕\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN007_kigounado_show_113 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t},\n\t\t\t\tN007_kigounado_hide_113 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t},\n\t\t\t\tN000_suzu_show_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鈴_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"鈴 show\",\n\t\t\t\t},\n\t\t\t\tN000_suzu_hide_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鈴_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"鈴 hide\",\n\t\t\t\t},\n\t\t\t\tN002_mikofuku44 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"巫女服\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*巫女服\",\n\t\t\t\t},\n\t\t\t\tN001_ishousabun26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"衣装差分\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*衣装差分\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t},\n\t\t\t\tN004_usamimi_show_113 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"うさみみ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader84\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"うさみみ show\",\n\t\t\t\t},\n\t\t\t\tN004_usamimi_hide_113 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"うさみみ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"うさみみ hide\",\n\t\t\t\t},\n\t\t\t\tN003_inaba_show_112 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いなば_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader83\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"いなば show\",\n\t\t\t\t},\n\t\t\t\tN003_inaba_hide_112 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いなば_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"いなば hide\",\n\t\t\t\t},\n\t\t\t\tN002_aseoome_show_111 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗多め_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader82\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗多め show\",\n\t\t\t\t},\n\t\t\t\tN002_aseoome_hide_111 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗多め_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗多め hide\",\n\t\t\t\t},\n\t\t\t\tN001_ase_show_110 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader81\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase_hide_110 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t},\n\t\t\t\tN000_namida_show_109 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader80\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN000_namida_hide_109 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN003_futsuumayu106 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader79\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t},\n\t\t\t\tN002_ikarimayu105 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader78\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t},\n\t\t\t\tN001_agarimayu104 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader77\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t},\n\t\t\t\tN000_komarimayu103 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader76\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN008_maegamionme_show_100 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"前髪on目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader75\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"前髪on目 show\",\n\t\t\t\t},\n\t\t\t\tN008_maegamionme_hide_100 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"前髪on目_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"前髪on目 hide\",\n\t\t\t\t},\n\t\t\t\tN007_kihonmesetto99 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"基本目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本目セット\",\n\t\t\t\t},\n\t\t\t\tN006_jitome81 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t},\n\t\t\t\tN005_uttori80 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うっとり\",\n\t\t\t\t},\n\t\t\t\tN004_nikkori79 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\tN003_tojime78 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t},\n\t\t\t\tN002_none77 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\tN001_nagomime76 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t},\n\t\t\t\t[\"N000_◯◯75\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*◯◯\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_基本目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"基本目セット\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN009_kihon99 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader74\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN008_kihon298 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader73\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t},\n\t\t\t\tN007_kameramesen97 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader72\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t},\n\t\t\t\tN006_kameramesen296 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader71\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t},\n\t\t\t\tN005_mesorashi95 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader70\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t},\n\t\t\t\tN004_mesorashi294 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader69\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目そらし2\",\n\t\t\t\t},\n\t\t\t\tN003_uwamuki93 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader68\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t},\n\t\t\t\tN002_uwamuki292 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上向き2\",\n\t\t\t\t},\n\t\t\t\tN001_guruguru91 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t},\n\t\t\t\tN000_toroke90 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader65\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*とろけ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_白目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"白目\",\n\t\t\t\t},\n\t\t\t\tN001_shiromekihon87 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"白目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*白目基本\",\n\t\t\t\t},\n\t\t\t\tN000_shiromemihiraki86 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"白目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*白目見開き\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 19,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN018_n72 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t},\n\t\t\t\tN017_o71 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN016_oaa70 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おあー\",\n\t\t\t\t},\n\t\t\t\tN015_nyu69 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んゅ\",\n\t\t\t\t},\n\t\t\t\tN014_hohoemi68 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\tN013_aha67 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t},\n\t\t\t\tN012_hehihi66 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*へひひ\",\n\t\t\t\t},\n\t\t\t\tN011_niyari65 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t},\n\t\t\t\tN010_waa64 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*わあ\",\n\t\t\t\t},\n\t\t\t\tN009_nihe63 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にへ\",\n\t\t\t\t},\n\t\t\t\tN008_jururi62 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*じゅるり\",\n\t\t\t\t},\n\t\t\t\tN007_nnn61 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んんー\",\n\t\t\t\t},\n\t\t\t\tN006_eaa60 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t},\n\t\t\t\tN005_uoaa59 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うおあー\",\n\t\t\t\t},\n\t\t\t\tN004_mukuu58 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むくー\",\n\t\t\t\t},\n\t\t\t\tN003_pero57 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぺろ\",\n\t\t\t\t},\n\t\t\t\tN002_uhee56 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うへー\",\n\t\t\t\t},\n\t\t\t\tN001_munyu55 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むにゅ\",\n\t\t\t\t},\n\t\t\t\tN000_yodare54 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*よだれ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_show_47 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_hide_47 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\tN004_hoppe51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN003_sekimen50 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t},\n\t\t\t\tN002_nebusoku49 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*寝不足\",\n\t\t\t\t},\n\t\t\t\tN001_hihyouji48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_巫女服\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"巫女服\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN004_kihon44 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN003_kuchimotoniyubi43 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t},\n\t\t\t\tN002_munamoto42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t},\n\t\t\t\tN001_inabakakae41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*いなば抱え\",\n\t\t\t\t},\n\t\t\t\tN000_ue40 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN004_kihon37 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN003_hoppenite36 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺに手\",\n\t\t\t\t},\n\t\t\t\tN002_munamoto35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t},\n\t\t\t\tN001_yoko34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*横\",\n\t\t\t\t},\n\t\t\t\tN000_ue33 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_衣装差分\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"衣装差分\",\n\t\t\t\t},\n\t\t\t\tN007_hakama_show_12 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"袴_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"袴 show\",\n\t\t\t\t},\n\t\t\t\tN007_hakama_hide_12 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"袴_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"袴 hide\",\n\t\t\t\t},\n\t\t\t\tN006_banii11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*バニー\",\n\t\t\t\t},\n\t\t\t\tN005_sukumizu10 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*スク水\",\n\t\t\t\t},\n\t\t\t\tN004_bikini9 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ビキニ\",\n\t\t\t\t},\n\t\t\t\tN003_himo8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*紐\",\n\t\t\t\t},\n\t\t\t\tN002_shitagi7 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*下着\",\n\t\t\t\t},\n\t\t\t\tN001_osatsu6 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衣装差分_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*御札\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN004_kihon26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN003_kuchimotoniyubi25 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t},\n\t\t\t\tN002_munamoto24 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t},\n\t\t\t\tN001_inabakakae23 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*いなば抱え\",\n\t\t\t\t},\n\t\t\t\tN000_ue22 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN004_kihon19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN003_hoppenite18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺに手\",\n\t\t\t\t},\n\t\t\t\tN002_munamoto17 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t},\n\t\t\t\tN001_yoko16 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*横\",\n\t\t\t\t},\n\t\t\t\tN000_ue15 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8745, 214.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 9405, 478.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 54.3333333333333, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[163] = { 0, LH = { 108.666666666667, 0.333333333333333 }, RH = { 164.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[167] = { 1, LH = { 165.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 54.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[163] = { 1, LH = { 108.666666666667, 0.666666666666667 }, RH = { 164.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[167] = { 0, LH = { 165.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.23494570582428,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.76505429417572,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 5, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.12807,\n\t\t\t\t\t\tRootOffset = { -4282.4, 646.552 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 0.385964912280702,\n\t\t\t\t\t\t\tOffsetX = -8.87719298245614,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tUnsorted = {\n\t\t\t\tGlobalEnd = 180\n\t\t\t},\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tHandler = 1668707181,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tQuality = 75\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/中国うさぎ.json",
    "content": "{\n  \"macro_name\": \"Usagi\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_記号など\",\n      \"name\": \"記号など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_usamimi_show_113\",\n      \"name\": \"うさみみ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_usamimi_hide_113\",\n      \"name\": \"うさみみ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_inaba_show_112\",\n      \"name\": \"いなば show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_inaba_hide_112\",\n      \"name\": \"いなば hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_aseoome_show_111\",\n      \"name\": \"汗多め show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_aseoome_hide_111\",\n      \"name\": \"汗多め hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_show_110\",\n      \"name\": \"汗 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_hide_110\",\n      \"name\": \"汗 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namida_show_109\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namida_hide_109\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_futsuumayu106\",\n      \"name\": \"*普通眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ikarimayu105\",\n      \"name\": \"*怒り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_agarimayu104\",\n      \"name\": \"*上がり眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_komarimayu103\",\n      \"name\": \"*困り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_maegamionme_show_100\",\n      \"name\": \"前髪on目 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_maegamionme_hide_100\",\n      \"name\": \"前髪on目 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kihonmesetto99\",\n      \"name\": \"*基本目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_jitome81\",\n      \"name\": \"*ジト目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_uttori80\",\n      \"name\": \"*うっとり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_nikkori79\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_tojime78\",\n      \"name\": \"*閉じ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_none77\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_nagomime76\",\n      \"name\": \"*なごみ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_◯◯75\",\n      \"name\": \"*◯◯\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_基本目セット\",\n      \"name\": \"基本目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_kihon99\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_kihon298\",\n      \"name\": \"*基本2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kameramesen97\",\n      \"name\": \"*カメラ目線\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_kameramesen296\",\n      \"name\": \"*カメラ目線2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_mesorashi95\",\n      \"name\": \"*目そらし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_mesorashi294\",\n      \"name\": \"*目そらし2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_uwamuki93\",\n      \"name\": \"*上向き\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_uwamuki292\",\n      \"name\": \"*上向き2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_guruguru91\",\n      \"name\": \"*ぐるぐる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_toroke90\",\n      \"name\": \"*とろけ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_白目\",\n      \"name\": \"白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_shiromekihon87\",\n      \"name\": \"*白目基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_shiromemihiraki86\",\n      \"name\": \"*白目見開き\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N018_n72\",\n      \"name\": \"*ん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N017_o71\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N016_oaa70\",\n      \"name\": \"*おあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N015_nyu69\",\n      \"name\": \"*んゅ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N014_hohoemi68\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N013_aha67\",\n      \"name\": \"*あは\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_hehihi66\",\n      \"name\": \"*へひひ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_niyari65\",\n      \"name\": \"*にやり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_waa64\",\n      \"name\": \"*わあ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_nihe63\",\n      \"name\": \"*にへ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_jururi62\",\n      \"name\": \"*じゅるり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_nnn61\",\n      \"name\": \"*んんー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_eaa60\",\n      \"name\": \"*えあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_uoaa59\",\n      \"name\": \"*うおあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_mukuu58\",\n      \"name\": \"*むくー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_pero57\",\n      \"name\": \"*ぺろ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_uhee56\",\n      \"name\": \"*うへー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_munyu55\",\n      \"name\": \"*むにゅ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_yodare54\",\n      \"name\": \"*よだれ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_show_47\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_hide_47\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_hoppe51\",\n      \"name\": \"*ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_sekimen50\",\n      \"name\": \"*赤面\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_nebusoku49\",\n      \"name\": \"*寝不足\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hihyouji48\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕1\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kihon44\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kuchimotoniyubi43\",\n      \"name\": \"*口元に指\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_munamoto42\",\n      \"name\": \"*胸元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_inabakakae41\",\n      \"name\": \"*いなば抱え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ue40\",\n      \"name\": \"*上\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕1\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kihon37\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hoppenite36\",\n      \"name\": \"*ほっぺに手\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_munamoto35\",\n      \"name\": \"*胸元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_yoko34\",\n      \"name\": \"*横\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ue33\",\n      \"name\": \"*上\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kigounado_show_113\",\n      \"name\": \"記号など show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kigounado_hide_113\",\n      \"name\": \"記号など hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_suzu_show_2\",\n      \"name\": \"鈴 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_suzu_hide_2\",\n      \"name\": \"鈴 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_mikofuku44\",\n      \"name\": \"*巫女服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ishousabun26\",\n      \"name\": \"*衣装差分\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_衣装差分\",\n      \"name\": \"衣装差分\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_hakama_show_12\",\n      \"name\": \"袴 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_hakama_hide_12\",\n      \"name\": \"袴 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_banii11\",\n      \"name\": \"*バニー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_sukumizu10\",\n      \"name\": \"*スク水\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_bikini9\",\n      \"name\": \"*ビキニ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_himo8\",\n      \"name\": \"*紐\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_shitagi7\",\n      \"name\": \"*下着\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_osatsu6\",\n      \"name\": \"*御札\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kihon26\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kuchimotoniyubi25\",\n      \"name\": \"*口元に指\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_munamoto24\",\n      \"name\": \"*胸元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_inabakakae23\",\n      \"name\": \"*いなば抱え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ue22\",\n      \"name\": \"*上\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kihon19\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hoppenite18\",\n      \"name\": \"*ほっぺに手\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_munamoto17\",\n      \"name\": \"*胸元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_yoko16\",\n      \"name\": \"*横\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ue15\",\n      \"name\": \"*上\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/九州そら.comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 886,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-むあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -940.5 } },\n\t\t},\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-目逸らし2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -1237.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!左腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -940.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!左腕\\\\-頬に手.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\汗など\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -643.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-むん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -940.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-上向き目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -1237.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -1237.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!眉\\\\-困り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\汗など\\\\汗.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -643.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1237.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-ぺろり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -940.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-腕ひろげる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-カメラ目線2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5225, -1237.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-ん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -940.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-んあ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -940.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-基本目2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5445, -1237.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-目逸らし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -1237.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!顔色\\\\-赤面.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-指立て.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!左腕\\\\-ささやき.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-頬に手.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\アクセサリ\\\\スカウター.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -643.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-上向き目2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1237.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\レイヤー 13_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!左腕\\\\-普通.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!右腕\\\\-普通.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\アクセサリ\\\\衛星.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -643.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -940.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-あはー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -940.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -940.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-あは.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -940.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -940.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-カメラ目線.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5335, -1237.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1237.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1237.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\九州そら立ち絵素材\\\\!目\\\\-基本目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -1237.5 } },\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, 445.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6380, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5225, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 4565, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, 610.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, 742.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 610.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 742.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 874.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, 445.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5885, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6545, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, 445.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6050, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t},\n\t\t[\"レイヤー13_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -511.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -511.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -379.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"レイヤー13_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -115.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -379.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -115.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },\n\t\t},\n\t\t[\"顔色_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -379.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -115.5 } },\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },\n\t\t},\n\t\t[\"汗_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t},\n\t\t[\"汗など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -379.5 } },\n\t\t},\n\t\t[\"汗など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"汗など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -115.5 } },\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -643.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t},\n\t\t[\"衛星_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t},\n\t\t[\"スカウター_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"衛星_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t},\n\t\t[\"アクセサリ\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"スカウター_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -379.5 } },\n\t\t},\n\t\t[\"アクセサリ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"アクセサリ\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"アクセサリ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -940.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -808.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader41\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -808.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -676.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.484649277320069, 0.791089166278231 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader41\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5005, -214.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader39\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -214.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -610.5 } },\n\t\t},\n\t\tTransform4_1 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.484772, 0.789033 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tYSize = Input { Value = 0.4, },\n\t\t\t\tAngle = Input { Value = 10.4, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform4_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -214.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader35\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -214.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader40\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -214.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -610.5 } },\n\t\t},\n\t\tTransform4 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.484772, 0.789033 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tXSize = Input { Value = 0.6, },\n\t\t\t\tYSize = Input { Value = 0.6, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -214.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4895, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1237.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1105.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader24\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -1105.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -973.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader17\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 179, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"アクセサリ_MG\\nスカウター_MG\\n衛星_MG\\n汗など_MG\\n汗_MG\\n涙_MG\\n口_MG1\\n口_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n右腕_MG1\\n右腕_MG\\n左腕_MG1\\n左腕_MG\\nレイヤー13_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_アクセサリ\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_汗など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN008_akusesari_show_62 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アクセサリ_MG\\\")\\nlocal node = comp:FindTool(\\\"アクセサリ\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"アクセサリ show\",\n\t\t\t\t},\n\t\t\t\tN008_akusesari_hide_62 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"アクセサリ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"アクセサリ hide\",\n\t\t\t\t},\n\t\t\t\tN007_asenado_show_58 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗など_MG\\\")\\nlocal node = comp:FindTool(\\\"汗など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗など show\",\n\t\t\t\t},\n\t\t\t\tN007_asenado_hide_58 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗など hide\",\n\t\t\t\t},\n\t\t\t\tN000_reiyaa13_show_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"レイヤー13_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"レイヤー 13 show\",\n\t\t\t\t},\n\t\t\t\tN000_reiyaa13_hide_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"レイヤー13_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"レイヤー 13 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_アクセサリ\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"アクセサリ\",\n\t\t\t\t},\n\t\t\t\tN001_sukautaa_show_62 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"スカウター_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"スカウター show\",\n\t\t\t\t},\n\t\t\t\tN001_sukautaa_hide_62 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"スカウター_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"スカウター hide\",\n\t\t\t\t},\n\t\t\t\tN000_eisei_show_61 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衛星_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"衛星 show\",\n\t\t\t\t},\n\t\t\t\tN000_eisei_hide_61 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"衛星_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"衛星 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_汗など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗など\",\n\t\t\t\t},\n\t\t\t\tN001_ase_show_58 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase_hide_58 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t},\n\t\t\t\tN000_namida_show_57 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN000_namida_hide_57 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 11,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN010_hohoemi54 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\tN009_aha53 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t},\n\t\t\t\tN008_ahaa52 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*あはー\",\n\t\t\t\t},\n\t\t\t\tN007_n51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t},\n\t\t\t\tN006_na50 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んあ\",\n\t\t\t\t},\n\t\t\t\tN005_hoo49 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t},\n\t\t\t\tN004_o48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN003_oo47 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t},\n\t\t\t\tN002_mun46 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むん\",\n\t\t\t\t},\n\t\t\t\tN001_muaa45 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むあー\",\n\t\t\t\t},\n\t\t\t\tN000_perori44 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN003_agarimayu41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t},\n\t\t\t\tN002_futsuumayu40 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t},\n\t\t\t\tN001_komarimayu39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t},\n\t\t\t\tN000_ikarimayu38 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN011_kihonme35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本目\",\n\t\t\t\t},\n\t\t\t\tN010_kihonme234 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本目2\",\n\t\t\t\t},\n\t\t\t\tN009_kameramesen33 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t},\n\t\t\t\tN008_kameramesen232 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t},\n\t\t\t\tN007_mesorashi31 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t},\n\t\t\t\tN006_mesorashi230 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし2\",\n\t\t\t\t},\n\t\t\t\tN005_uwamukime29 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上向き目\",\n\t\t\t\t},\n\t\t\t\tN004_uwamukime228 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上向き目2\",\n\t\t\t\t},\n\t\t\t\tN003_nikkori27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\tN002_tojime26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t},\n\t\t\t\tN001_nagomime25 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t},\n\t\t\t\tN000_none24 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_show_18 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_hide_18 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\tN003_hihyouji21 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\tN002_hoppe20 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN001_sekimen19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN004_futsuu15 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t},\n\t\t\t\tN003_hoonite14 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*頬に手\",\n\t\t\t\t},\n\t\t\t\tN002_yubitate13 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*指立て\",\n\t\t\t\t},\n\t\t\t\tN001_udehirogeru12 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*腕ひろげる\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN003_futsuu8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t},\n\t\t\t\tN002_hoonite7 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*頬に手\",\n\t\t\t\t},\n\t\t\t\tN001_sasayaki6 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ささやき\",\n\t\t\t\t},\n\t\t\t\tN000_hihyouji5 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5555, 181.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6215, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 58.3333333333333, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[175] = { 0, LH = { 116.666666666667, 0.333333333333333 }, RH = { 176.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[179] = { 1, LH = { 177.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 58.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[175] = { 1, LH = { 116.666666666667, 0.666666666666667 }, RH = { 176.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[179] = { 0, LH = { 177.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.34452122408687,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.65547877591313,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 7, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.125,\n\t\t\t\t\t\tRootOffset = { -978.536, 1090.75 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tHandler = 1668707181,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tQuality = 75\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/九州そら.json",
    "content": "{\n  \"macro_name\": \"Sora\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_アクセサリ\",\n      \"name\": \"アクセサリ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_sukautaa_show_62\",\n      \"name\": \"スカウター show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_sukautaa_hide_62\",\n      \"name\": \"スカウター hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_eisei_show_61\",\n      \"name\": \"衛星 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_eisei_hide_61\",\n      \"name\": \"衛星 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_汗など\",\n      \"name\": \"汗など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_show_58\",\n      \"name\": \"汗 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_hide_58\",\n      \"name\": \"汗 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namida_show_57\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namida_hide_57\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_agarimayu41\",\n      \"name\": \"*上がり眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_futsuumayu40\",\n      \"name\": \"*普通眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_komarimayu39\",\n      \"name\": \"*困り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ikarimayu38\",\n      \"name\": \"*怒り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_kihonme35\",\n      \"name\": \"*基本目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_kihonme234\",\n      \"name\": \"*基本目2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_kameramesen33\",\n      \"name\": \"*カメラ目線\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_kameramesen232\",\n      \"name\": \"*カメラ目線2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_mesorashi31\",\n      \"name\": \"*目逸らし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_mesorashi230\",\n      \"name\": \"*目逸らし2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_uwamukime29\",\n      \"name\": \"*上向き目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_uwamukime228\",\n      \"name\": \"*上向き目2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_nikkori27\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_tojime26\",\n      \"name\": \"*閉じ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_nagomime25\",\n      \"name\": \"*なごみ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_none24\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_show_18\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_hide_18\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hihyouji21\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoppe20\",\n      \"name\": \"*ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_sekimen19\",\n      \"name\": \"*赤面\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_hohoemi54\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_aha53\",\n      \"name\": \"*あは\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_ahaa52\",\n      \"name\": \"*あはー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_n51\",\n      \"name\": \"*ん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_na50\",\n      \"name\": \"*んあ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_hoo49\",\n      \"name\": \"*ほー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_o48\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_oo47\",\n      \"name\": \"*おー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_mun46\",\n      \"name\": \"*むん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_muaa45\",\n      \"name\": \"*むあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_perori44\",\n      \"name\": \"*ぺろり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_futsuu15\",\n      \"name\": \"*普通\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hoonite14\",\n      \"name\": \"*頬に手\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_yubitate13\",\n      \"name\": \"*指立て\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_udehirogeru12\",\n      \"name\": \"*腕ひろげる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hihyouji11\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_futsuu8\",\n      \"name\": \"*普通\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoonite7\",\n      \"name\": \"*頬に手\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_sasayaki6\",\n      \"name\": \"*ささやき\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hihyouji5\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/四国めたん.comp",
    "content": "Composition {\n\tCurrentTime = 76,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 1118,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-にやり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -1072.5 } },\n\t\t},\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -643.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\回転移動でポニテにするなど.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t},\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7480, -2425.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-▽.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -1072.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-うえー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1072.5 } },\n\t\t},\n\t\tLoader54 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-太眉こまり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } },\n\t\t},\n\t\tLoader63 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\頭部アクセサリ\\\\うさみみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -643.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-んー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -1072.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目閉じ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -1633.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\-(非表示).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1633.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-普通.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -643.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-青ざめ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -643.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-ぐるぐる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1633.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-抱える.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1039.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-△.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -1072.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!右腕\\\\-手をかざす.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -1039.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-目そらし2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -2425.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\-水着.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-赤面.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -643.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7700, -2425.5 } },\n\t\t},\n\t\tLoader58 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -643.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\まんじゅう袋.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1039.5 } },\n\t\t},\n\t\tLoader59 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-ややおこ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -643.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!右腕\\\\まんじゅう.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -1039.5 } },\n\t\t},\n\t\tLoader55 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-太眉おこ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -643.5 } },\n\t\t},\n\t\tLoader61 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\頭部アクセサリ\\\\髪留めフリル.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -643.5 } },\n\t\t},\n\t\tLoader60 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -643.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-目そらし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -2425.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-見上げ2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -1633.5 } },\n\t\t},\n\t\tLoader67 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\記号など\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -643.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\-バスタオル.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!右腕\\\\-指差す.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -1039.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\!素体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-その他の服\\\\-バニー服.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t},\n\t\tLoader66 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\記号など\\\\汗.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -643.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -2029.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-ぺろり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -1072.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-む.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -1072.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-○○.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1633.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-見上げ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -1633.5 } },\n\t\t},\n\t\tLoader57 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-こまり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -643.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-普通目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -2425.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-ひそひそ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1039.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-口元に指.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1039.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\ツインドリル右.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\ツインドリル左.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!右腕\\\\-普通.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -1039.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-普通.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -1039.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!顔色\\\\-普通2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -643.5 } },\n\t\t},\n\t\tLoader56 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!眉\\\\-太眉ごきげん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -643.5 } },\n\t\t},\n\t\tLoader62 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\頭部アクセサリ\\\\髪留めハート.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -643.5 } },\n\t\t},\n\t\tLoader64 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\頭部アクセサリ\\\\ヘッドドレス.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -643.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -1072.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-いー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -1072.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-ゆ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1072.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-わあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -1072.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -1072.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\-普通白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -2029.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7590, -2425.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!目\\\\-目閉じ2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -1633.5 } },\n\t\t},\n\t\tLoader65 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!前髪もみあげ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -247.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\-白ロリ服\\\\!左腕\\\\-マイク.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1039.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\四国めたん立ち絵素材2.1\\\\!口\\\\-もむー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -1072.5 } },\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 8800, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 8140, 511.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6985, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, 676.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, 808.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 676.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 808.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 940.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7315, 511.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 8305, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, 511.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t},\n\t\t[\"素体_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t},\n\t\t[\"その他の服_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"素体_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t},\n\t\t[\"その他の服\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"その他の服_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -379.5 } },\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 8965, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7480, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 8470, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t},\n\t\t[\"回転移動でポニテにするなど_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t},\n\t\t[\"ツインドリル右_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"回転移動でポニテにするなど_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t},\n\t\t[\"ツインドリル左_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ツインドリル右_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t},\n\t\t[\"体_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -1039.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -907.5 } },\n\t\t},\n\t\t[\"まんじゅう_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -907.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"まんじゅう_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -907.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -775.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -1039.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -907.5 } },\n\t\t},\n\t\t[\"まんじゅう袋_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -907.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"まんじゅう袋_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader19\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -907.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -775.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t},\n\t\t[\"白ロリ服\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } },\n\t\t},\n\t\tRoot_MG = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ツインドリル左_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"白ロリ服\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } },\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -643.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader24\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -379.5 } },\n\t\t},\n\t\t[\"顔色_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -115.5 } },\n\t\t},\n\t\tBackground11 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -643.5 } },\n\t\t},\n\t\tSetDomain11 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader56\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -379.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -115.5 } },\n\t\t},\n\t\tBackground12 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -643.5 } },\n\t\t},\n\t\tSetDomain12 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } },\n\t\t},\n\t\t[\"髪留めフリル_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -511.5 } },\n\t\t},\n\t\t[\"髪留めハート_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"髪留めフリル_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader62\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -511.5 } },\n\t\t},\n\t\t[\"うさみみ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"髪留めハート_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -511.5 } },\n\t\t},\n\t\t[\"ヘッドドレス_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"うさみみ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader64\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -511.5 } },\n\t\t},\n\t\t[\"頭部アクセサリ\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ヘッドドレス_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -379.5 } },\n\t\t},\n\t\t[\"頭部アクセサリ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"頭部アクセサリ\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -115.5 } },\n\t\t},\n\t\tBackground13 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -643.5 } },\n\t\t},\n\t\tSetDomain13 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -511.5 } },\n\t\t},\n\t\t[\"汗_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -511.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -511.5 } },\n\t\t},\n\t\t[\"記号など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -379.5 } },\n\t\t},\n\t\t[\"記号など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"頭部アクセサリ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1072.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -940.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -940.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -808.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.478818918641698, 0.781028368065784 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7370, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7260, -214.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader38\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -214.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7040, -214.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader32\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -214.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader38\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -610.5 } },\n\t\t},\n\t\tTransform1 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.481837606837607, 0.781315321042594 }, },\n\t\t\t\tSize = Input { Value = 0.85, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6820, -214.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -214.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1633.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1501.5 } },\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -2029.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1897.5 } },\n\t\t},\n\t\t[\"目セット_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader47\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6930, -1897.5 } },\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -2425.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7150, -2293.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -2293.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -2161.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -1897.5 } },\n\t\t},\n\t\t[\"目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -1765.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -1501.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -1369.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 139, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7810, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"前髪もみあげ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader65\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, -115.5 } },\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"前髪もみあげ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"記号など_MG\\n涙_MG\\n汗_MG\\n前髪もみあげ_MG\\n頭部アクセサリ_MG\\nヘッドドレス_MG\\nうさみみ_MG\\n髪留めハート_MG\\n髪留めフリル_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\n顔色_MG\\nかげり_MG\\n左腕_MG1\\n左腕_MG\\nまんじゅう袋_MG\\n右腕_MG1\\n右腕_MG\\nまんじゅう_MG\\n体_MG\\nRoot_MG\\nその他の服_MG\\n素体_MG\\nツインドリル左_MG\\nツインドリル右_MG\\n回転移動でポニテにするなど_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_頭部アクセサリ\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_白ロリ服\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_その他の服\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN011_kigounado_show_92 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t},\n\t\t\t\tN011_kigounado_hide_92 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t},\n\t\t\t\tN009_toubuakusesari_show_87 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"頭部アクセサリ_MG\\\")\\nlocal node = comp:FindTool(\\\"頭部アクセサリ\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"頭部アクセサリ show\",\n\t\t\t\t},\n\t\t\t\tN009_toubuakusesari_hide_87 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"頭部アクセサリ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"頭部アクセサリ hide\",\n\t\t\t\t},\n\t\t\t\tN002_tsuindoriruhidari_show_4 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ツインドリル左_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ツインドリル左 show\",\n\t\t\t\t},\n\t\t\t\tN002_tsuindoriruhidari_hide_4 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ツインドリル左_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ツインドリル左 hide\",\n\t\t\t\t},\n\t\t\t\tN001_tsuindorirumigi_show_3 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ツインドリル右_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ツインドリル右 show\",\n\t\t\t\t},\n\t\t\t\tN001_tsuindorirumigi_hide_3 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ツインドリル右_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ツインドリル右 hide\",\n\t\t\t\t},\n\t\t\t\tN000_kaitenidoudeponitenisurunado_show_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"回転移動でポニテにするなど_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"回転移動でポニテにするなど show\",\n\t\t\t\t},\n\t\t\t\tN000_kaitenidoudeponitenisurunado_hide_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"回転移動でポニテにするなど_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"回転移動でポニテにするなど hide\",\n\t\t\t\t},\n\t\t\t\tN004_shirororifuku28 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"白ロリ服\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*白ロリ服\",\n\t\t\t\t},\n\t\t\t\tN003_sonohokanofuku11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"その他の服\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*その他の服\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t},\n\t\t\t\tN001_namida_show_92 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader67\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN001_namida_hide_92 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\tN000_ase_show_91 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader66\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t},\n\t\t\t\tN000_ase_hide_91 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_頭部アクセサリ\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"頭部アクセサリ\",\n\t\t\t\t},\n\t\t\t\tN003_heddodoresu_show_87 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ヘッドドレス_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader64\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ヘッドドレス show\",\n\t\t\t\t},\n\t\t\t\tN003_heddodoresu_hide_87 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ヘッドドレス_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ヘッドドレス hide\",\n\t\t\t\t},\n\t\t\t\tN002_usamimi_show_86 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"うさみみ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader63\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"うさみみ show\",\n\t\t\t\t},\n\t\t\t\tN002_usamimi_hide_86 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"うさみみ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"うさみみ hide\",\n\t\t\t\t},\n\t\t\t\tN001_kamitomehaato_show_85 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪留めハート_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader62\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪留めハート show\",\n\t\t\t\t},\n\t\t\t\tN001_kamitomehaato_hide_85 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪留めハート_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪留めハート hide\",\n\t\t\t\t},\n\t\t\t\tN000_kamitomefuriru_show_84 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪留めフリル_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader61\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪留めフリル show\",\n\t\t\t\t},\n\t\t\t\tN000_kamitomefuriru_hide_84 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪留めフリル_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪留めフリル hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN006_gokigen81 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader60\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t},\n\t\t\t\tN005_yayaoko80 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader59\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ややおこ\",\n\t\t\t\t},\n\t\t\t\tN004_oko79 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t},\n\t\t\t\tN003_komari78 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*こまり\",\n\t\t\t\t},\n\t\t\t\tN002_futomayugokigen77 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*太眉ごきげん\",\n\t\t\t\t},\n\t\t\t\tN001_futomayuoko76 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*太眉おこ\",\n\t\t\t\t},\n\t\t\t\tN000_futomayukomari75 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*太眉こまり\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN007_mesetto72 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t},\n\t\t\t\tN006_miage60 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*見上げ\",\n\t\t\t\t},\n\t\t\t\tN005_miage259 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*見上げ2\",\n\t\t\t\t},\n\t\t\t\tN004_metoji58 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目閉じ\",\n\t\t\t\t},\n\t\t\t\tN003_metoji257 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目閉じ2\",\n\t\t\t\t},\n\t\t\t\t[\"N002_○○56\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*○○\",\n\t\t\t\t},\n\t\t\t\tN001_none55 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\tN000_guruguru54 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t},\n\t\t\t\tN001_futsuushirome64 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通白目\",\n\t\t\t\t},\n\t\t\t\tN000_mihirakishirome63 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN005_futsuume72 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通目\",\n\t\t\t\t},\n\t\t\t\tN004_futsuume271 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通目2\",\n\t\t\t\t},\n\t\t\t\tN003_kameramesen70 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t},\n\t\t\t\tN002_kameramesen269 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t},\n\t\t\t\tN001_mesorashi68 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t},\n\t\t\t\tN000_mesorashi267 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目そらし2\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN012_waaa51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t},\n\t\t\t\tN011_hohoemi50 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\t[\"N010_▽49\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*▽\",\n\t\t\t\t},\n\t\t\t\tN009_niyari48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t},\n\t\t\t\tN008_perori47 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t},\n\t\t\t\tN007_o46 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN006_yu45 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ゆ\",\n\t\t\t\t},\n\t\t\t\t[\"N005_△44\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t},\n\t\t\t\tN004_mu43 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*む\",\n\t\t\t\t},\n\t\t\t\tN003_ii42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*いー\",\n\t\t\t\t},\n\t\t\t\tN002_uee41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うえー\",\n\t\t\t\t},\n\t\t\t\tN001_nn40 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t},\n\t\t\t\tN000_momuu39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*もむー\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_show_31 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_hide_31 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\tN005_futsuu36 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t},\n\t\t\t\tN004_futsuu235 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通2\",\n\t\t\t\t},\n\t\t\t\tN003_sekimen34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t},\n\t\t\t\tN002_aozame33 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*青ざめ\",\n\t\t\t\t},\n\t\t\t\tN001_hihyouji32 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_白ロリ服\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"白ロリ服\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 7,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN000_manjuufukuro_show_23 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まんじゅう袋_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"まんじゅう袋 show\",\n\t\t\t\t},\n\t\t\t\tN000_manjuufukuro_hide_23 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まんじゅう袋_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"まんじゅう袋 hide\",\n\t\t\t\t},\n\t\t\t\tN005_futsuu28 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t},\n\t\t\t\tN004_kuchimotoniyubi27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t},\n\t\t\t\tN003_hisohiso26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ひそひそ\",\n\t\t\t\t},\n\t\t\t\tN002_maiku25 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*マイク\",\n\t\t\t\t},\n\t\t\t\tN001_kakaeru24 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*抱える\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN000_manjuu_show_17 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まんじゅう_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"まんじゅう show\",\n\t\t\t\t},\n\t\t\t\tN000_manjuu_hide_17 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まんじゅう_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"まんじゅう hide\",\n\t\t\t\t},\n\t\t\t\tN003_futsuu20 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t},\n\t\t\t\tN002_yubisashisu19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*指差す\",\n\t\t\t\t},\n\t\t\t\tN001_tewokazasu18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*手をかざす\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_その他の服\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"その他の服\",\n\t\t\t\t},\n\t\t\t\tN004_baniifuku11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"その他の服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*バニー服\",\n\t\t\t\t},\n\t\t\t\tN003_mizugi10 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"その他の服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*水着\",\n\t\t\t\t},\n\t\t\t\tN002_basutaoru9 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"その他の服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*バスタオル\",\n\t\t\t\t},\n\t\t\t\tN001_hihyouji8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"その他の服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*(非表示)\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 7975, 247.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 8635, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 45, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[135] = { 0, LH = { 90, 0.333333333333333 }, RH = { 136.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[139] = { 1, LH = { 137.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 45, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[135] = { 1, LH = { 90, 0.666666666666667 }, RH = { 136.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[139] = { 0, LH = { 137.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.71767028627838,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.28232971372162,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 1, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 0.759358288770054, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tSpline = { Show = false, Adjust = true, RatioY = 100, MRU = 0, RatioX = 1.24064171122995, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.180491,\n\t\t\t\t\t\tRootOffset = { -4673.19, 751.724 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = true,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tDoD = {\n\t\t\t\t\t\t\tShow = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tHandler = 1668707181,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tQuality = 75\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/四国めたん.json",
    "content": "{\n  \"macro_name\": \"Metan\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_記号など\",\n      \"name\": \"記号など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_namida_show_92\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_namida_hide_92\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ase_show_91\",\n      \"name\": \"汗 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ase_hide_91\",\n      \"name\": \"汗 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_頭部アクセサリ\",\n      \"name\": \"頭部アクセサリ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_heddodoresu_show_87\",\n      \"name\": \"ヘッドドレス show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_heddodoresu_hide_87\",\n      \"name\": \"ヘッドドレス hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_usamimi_show_86\",\n      \"name\": \"うさみみ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_usamimi_hide_86\",\n      \"name\": \"うさみみ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kamitomehaato_show_85\",\n      \"name\": \"髪留めハート show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kamitomehaato_hide_85\",\n      \"name\": \"髪留めハート hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kamitomefuriru_show_84\",\n      \"name\": \"髪留めフリル show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kamitomefuriru_hide_84\",\n      \"name\": \"髪留めフリル hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_gokigen81\",\n      \"name\": \"*ごきげん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_yayaoko80\",\n      \"name\": \"*ややおこ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_oko79\",\n      \"name\": \"*おこ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_komari78\",\n      \"name\": \"*こまり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_futomayugokigen77\",\n      \"name\": \"*太眉ごきげん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_futomayuoko76\",\n      \"name\": \"*太眉おこ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_futomayukomari75\",\n      \"name\": \"*太眉こまり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_mesetto72\",\n      \"name\": \"*目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_miage60\",\n      \"name\": \"*見上げ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_miage259\",\n      \"name\": \"*見上げ2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_metoji58\",\n      \"name\": \"*目閉じ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_metoji257\",\n      \"name\": \"*目閉じ2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_○○56\",\n      \"name\": \"*○○\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_none55\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_guruguru54\",\n      \"name\": \"*ぐるぐる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目セット\",\n      \"name\": \"目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_futsuushirome64\",\n      \"name\": \"*普通白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mihirakishirome63\",\n      \"name\": \"*見開き白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_futsuume72\",\n      \"name\": \"*普通目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_futsuume271\",\n      \"name\": \"*普通目2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kameramesen70\",\n      \"name\": \"*カメラ目線\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kameramesen269\",\n      \"name\": \"*カメラ目線2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_mesorashi68\",\n      \"name\": \"*目そらし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mesorashi267\",\n      \"name\": \"*目そらし2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_waaa51\",\n      \"name\": \"*わあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_hohoemi50\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_▽49\",\n      \"name\": \"*▽\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_niyari48\",\n      \"name\": \"*にやり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_perori47\",\n      \"name\": \"*ぺろり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_o46\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_yu45\",\n      \"name\": \"*ゆ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_△44\",\n      \"name\": \"*△\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_mu43\",\n      \"name\": \"*む\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_ii42\",\n      \"name\": \"*いー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_uee41\",\n      \"name\": \"*うえー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_nn40\",\n      \"name\": \"*んー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_momuu39\",\n      \"name\": \"*もむー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_show_31\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_hide_31\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_futsuu36\",\n      \"name\": \"*普通\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_futsuu235\",\n      \"name\": \"*普通2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_sekimen34\",\n      \"name\": \"*赤面\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_aozame33\",\n      \"name\": \"*青ざめ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hihyouji32\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_manjuufukuro_show_23\",\n      \"name\": \"まんじゅう袋 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_manjuufukuro_hide_23\",\n      \"name\": \"まんじゅう袋 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_futsuu28\",\n      \"name\": \"*普通\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kuchimotoniyubi27\",\n      \"name\": \"*口元に指\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hisohiso26\",\n      \"name\": \"*ひそひそ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_maiku25\",\n      \"name\": \"*マイク\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kakaeru24\",\n      \"name\": \"*抱える\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_manjuu_show_17\",\n      \"name\": \"まんじゅう show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_manjuu_hide_17\",\n      \"name\": \"まんじゅう hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_futsuu20\",\n      \"name\": \"*普通\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_yubisashisu19\",\n      \"name\": \"*指差す\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_tewokazasu18\",\n      \"name\": \"*手をかざす\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_kigounado_show_92\",\n      \"name\": \"記号など show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_kigounado_hide_92\",\n      \"name\": \"記号など hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_toubuakusesari_show_87\",\n      \"name\": \"頭部アクセサリ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_toubuakusesari_hide_87\",\n      \"name\": \"頭部アクセサリ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_tsuindoriruhidari_show_4\",\n      \"name\": \"ツインドリル左 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_tsuindoriruhidari_hide_4\",\n      \"name\": \"ツインドリル左 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_tsuindorirumigi_show_3\",\n      \"name\": \"ツインドリル右 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_tsuindorirumigi_hide_3\",\n      \"name\": \"ツインドリル右 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kaitenidoudeponitenisurunado_show_2\",\n      \"name\": \"回転移動でポニテにするなど show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kaitenidoudeponitenisurunado_hide_2\",\n      \"name\": \"回転移動でポニテにするなど hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_shirororifuku28\",\n      \"name\": \"*白ロリ服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_sonohokanofuku11\",\n      \"name\": \"*その他の服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_その他の服\",\n      \"name\": \"その他の服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_baniifuku11\",\n      \"name\": \"*バニー服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_mizugi10\",\n      \"name\": \"*水着\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_basutaoru9\",\n      \"name\": \"*バスタオル\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hihyouji8\",\n      \"name\": \"*(非表示)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/春日部つむぎ.comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 759,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\表情記号\\\\なみだめ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -643.5 } },\n\t\t},\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-上向き.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1567.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-ハート.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -2359.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\-白目見開き.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1963.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!まゆ\\\\-ごきげん眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-△.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1072.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-おあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1072.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-むん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1072.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!まゆ\\\\-おこ眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1567.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!ほくろ_flipx.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -247.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-無.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -2359.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-きらーん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -2359.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-えあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1072.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-いー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1072.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-ぺろり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1072.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-む.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1072.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2359.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!左腕\\\\-口元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\レイヤー 57_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!まゆ\\\\-困り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!サイドテール_flipx.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\挿入されたイメージ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-わあーい.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1072.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1072.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1567.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -1567.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\-ゆびさし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\表情記号\\\\汗.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -643.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\-体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!サイドテール.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!顔色\\\\ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -643.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!まゆ\\\\-普通眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -643.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!ほくろ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -247.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\表情記号\\\\ヘアピン.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -643.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\表情記号\\\\鼻.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -643.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-むふ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1072.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-ほあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1072.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-にしー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1072.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-わあ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1072.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1072.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\-白目基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1963.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-カメラ目線.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -2359.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-閉じ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1567.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!顔色\\\\ほっぺ赤め.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\春日部つむぎ立ち絵素材3.0\\\\!目\\\\-基本目セット\\\\!黒目\\\\-目逸らし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -2359.5 } },\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 412.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6105, 412.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, 412.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 412.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 4290, 412.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 577.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 709.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 577.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 709.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 841.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, 412.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5610, 412.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, 412.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 412.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6270, 412.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 412.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5775, 412.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"サイドテールflipx_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t},\n\t\t[\"サイドテール_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"サイドテールflipx_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } },\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },\n\t\t},\n\t\t[\"挿入されたイメージ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t},\n\t\t[\"レイヤー57_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"挿入されたイメージ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"レイヤー57_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"サイドテール_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -379.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -115.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t},\n\t\t[\"ほっぺ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader15\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2475, -511.5 } },\n\t\t},\n\t\t[\"ほっぺ赤め_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ほっぺ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ほっぺ赤め_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -115.5 } },\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },\n\t\t},\n\t\t[\"まゆ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },\n\t\t},\n\t\t[\"まゆ\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"まゆ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -379.5 } },\n\t\t},\n\t\t[\"まゆ_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"まゆ\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } },\n\t\t},\n\t\t[\"ほくろflipx_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"まゆ_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -115.5 } },\n\t\t},\n\t\t[\"ほくろ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ほくろflipx_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader49\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -115.5 } },\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t},\n\t\t[\"なみだめ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },\n\t\t},\n\t\t[\"汗_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"なみだめ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t},\n\t\t[\"ヘアピン_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader52\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },\n\t\t},\n\t\t[\"鼻_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ヘアピン_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },\n\t\t},\n\t\t[\"表情記号\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"鼻_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -379.5 } },\n\t\t},\n\t\t[\"表情記号_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ほくろ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"表情記号\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"表情記号_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -1072.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -940.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -940.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -808.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.487723827543143, 0.771943184383194 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -247.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -247.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader43\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -511.5 } },\n\t\t},\n\t\tTransform1_4 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.489671750187507, 0.767339700713284 }, },\n\t\t\t\tSize = Input { Value = 0.9, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -412.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform1_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -247.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -247.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader41\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t},\n\t\tTransform1 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.489671750187507, 0.767339700713284 }, },\n\t\t\t\tSize = Input { Value = 0.8, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -412.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -247.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader46\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -247.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader41\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -247.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1567.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -1435.5 } },\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1963.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1831.5 } },\n\t\t},\n\t\t[\"基本目セット_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader23\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1831.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -2359.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -2227.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2227.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2095.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"基本目セット_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1831.5 } },\n\t\t},\n\t\t[\"基本目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1699.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"基本目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1435.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1303.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 181, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"表情記号_MG\\n鼻_MG\\nヘアピン_MG\\n汗_MG\\nなみだめ_MG\\nほくろ_MG\\nほくろflipx_MG\\n口_MG1\\n口_MG\\nまゆ_MG1\\nまゆ_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n基本目セット_MG\\n目_MG\\n顔色_MG\\nほっぺ赤め_MG\\nほっぺ_MG\\nかげり_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\nレイヤー57_MG\\n挿入されたイメージ_MG\\n右腕_MG\\nサイドテール_MG\\nサイドテールflipx_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_表情記号\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_基本目セット\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 49.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN012_hyoujoukigou_show_72 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"表情記号_MG\\\")\\nlocal node = comp:FindTool(\\\"表情記号\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"表情記号 show\",\n\t\t\t\t},\n\t\t\t\tN012_hyoujoukigou_hide_72 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"表情記号_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"表情記号 hide\",\n\t\t\t\t},\n\t\t\t\tN011_hokuro_show_66 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほくろ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ほくろ show\",\n\t\t\t\t},\n\t\t\t\tN011_hokuro_hide_66 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほくろ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ほくろ hide\",\n\t\t\t\t},\n\t\t\t\tN010_hokuroflipx_show_65 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほくろflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ほくろ:flipx show\",\n\t\t\t\t},\n\t\t\t\tN010_hokuroflipx_hide_65 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほくろflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ほくろ:flipx hide\",\n\t\t\t\t},\n\t\t\t\tN003_saidoteeru_show_5 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"サイドテール_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"サイドテール show\",\n\t\t\t\t},\n\t\t\t\tN003_saidoteeru_hide_5 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"サイドテール_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"サイドテール hide\",\n\t\t\t\t},\n\t\t\t\tN002_saidoteeruflipx_show_4 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"サイドテールflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"サイドテール:flipx show\",\n\t\t\t\t},\n\t\t\t\tN002_saidoteeruflipx_hide_4 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"サイドテールflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"サイドテール:flipx hide\",\n\t\t\t\t},\n\t\t\t\tN000_haikei_show_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"背景_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"背景 show\",\n\t\t\t\t},\n\t\t\t\tN000_haikei_hide_2 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"背景_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"背景 hide\",\n\t\t\t\t},\n\t\t\t\tN001_karada3 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*体\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_表情記号\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"表情記号\",\n\t\t\t\t},\n\t\t\t\tN003_hana_show_72 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鼻_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"鼻 show\",\n\t\t\t\t},\n\t\t\t\tN003_hana_hide_72 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"鼻_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"鼻 hide\",\n\t\t\t\t},\n\t\t\t\tN002_heapin_show_71 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ヘアピン_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ヘアピン show\",\n\t\t\t\t},\n\t\t\t\tN002_heapin_hide_71 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ヘアピン_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ヘアピン hide\",\n\t\t\t\t},\n\t\t\t\tN001_ase_show_70 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase_hide_70 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t},\n\t\t\t\tN000_namidame_show_69 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"なみだめ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"なみだめ show\",\n\t\t\t\t},\n\t\t\t\tN000_namidame_hide_69 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"なみだめ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"なみだめ hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN013_hohoemi64 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\tN012_waa63 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*わあ\",\n\t\t\t\t},\n\t\t\t\tN011_waaai62 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*わあーい\",\n\t\t\t\t},\n\t\t\t\tN010_mufu61 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むふ\",\n\t\t\t\t},\n\t\t\t\tN009_hoaa60 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほあー\",\n\t\t\t\t},\n\t\t\t\tN008_mu59 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*む\",\n\t\t\t\t},\n\t\t\t\tN007_o58 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN006_oaa57 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おあー\",\n\t\t\t\t},\n\t\t\t\tN005_mun56 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むん\",\n\t\t\t\t},\n\t\t\t\tN004_eaa55 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t},\n\t\t\t\tN003_perori54 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t},\n\t\t\t\t[\"N002_△53\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*△\",\n\t\t\t\t},\n\t\t\t\tN001_ii52 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*いー\",\n\t\t\t\t},\n\t\t\t\tN000_nishii51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にしー\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_まゆ\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"まゆ\",\n\t\t\t\t},\n\t\t\t\tN003_futsuumayu48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まゆ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t},\n\t\t\t\tN002_gokigenmayu47 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まゆ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ごきげん眉\",\n\t\t\t\t},\n\t\t\t\tN001_okomayu46 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まゆ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おこ眉\",\n\t\t\t\t},\n\t\t\t\tN000_komarimayu45 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"まゆ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN005_kihonmesetto42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"基本目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本目セット\",\n\t\t\t\t},\n\t\t\t\tN004_uwamuki30 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上向き\",\n\t\t\t\t},\n\t\t\t\tN003_toji29 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*閉じ\",\n\t\t\t\t},\n\t\t\t\tN002_nikkori28 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\tN001_none27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\t[\"N000_〇〇26\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_基本目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"基本目セット\",\n\t\t\t\t},\n\t\t\t\tN001_shiromekihon34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"基本目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*白目基本\",\n\t\t\t\t},\n\t\t\t\tN000_shiromemihiraki33 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"基本目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*白目見開き\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN005_kihon42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN004_kameramesen41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t},\n\t\t\t\tN003_mesorashi40 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし\",\n\t\t\t\t},\n\t\t\t\tN002_kiraan39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*きらーん\",\n\t\t\t\t},\n\t\t\t\tN001_haato38 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ハート\",\n\t\t\t\t},\n\t\t\t\tN000_mu37 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*無\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN002_hoppeakame_show_23 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ赤め_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ほっぺ赤め show\",\n\t\t\t\t},\n\t\t\t\tN002_hoppeakame_hide_23 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ赤め_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ほっぺ赤め hide\",\n\t\t\t\t},\n\t\t\t\tN001_hoppe_show_22 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ほっぺ show\",\n\t\t\t\t},\n\t\t\t\tN001_hoppe_hide_22 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ほっぺ hide\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_show_21 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN000_kageri_hide_21 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN002_kihon18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN001_kuchimoto17 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN000_piisu16 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN005_reiyaa57_show_13 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"レイヤー57_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"レイヤー 57 show\",\n\t\t\t\t},\n\t\t\t\tN005_reiyaa57_hide_13 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"レイヤー57_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"レイヤー 57 hide\",\n\t\t\t\t},\n\t\t\t\tN004_sounyuusaretaimeeji_show_12 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"挿入されたイメージ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"挿入されたイメージ show\",\n\t\t\t\t},\n\t\t\t\tN004_sounyuusaretaimeeji_hide_12 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"挿入されたイメージ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"挿入されたイメージ hide\",\n\t\t\t\t},\n\t\t\t\tN003_kihon11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN002_piisu10 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t},\n\t\t\t\tN001_kuchimoto9 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*口元\",\n\t\t\t\t},\n\t\t\t\tN000_yubisashi8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ゆびさし\",\n\t\t\t\t},\n\t\t\t\tGrp_Root2 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 148.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5940, 412.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 59, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[177] = { 0, LH = { 118, 0.333333333333333 }, RH = { 178.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[181] = { 1, LH = { 179.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 59, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[177] = { 1, LH = { 118, 0.666666666666667 }, RH = { 178.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[181] = { 0, LH = { 179.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t},\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\tAuxRight = { Expanded = true }\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.27936821322804,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.72063178677196,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 3, RatioX = 1, },\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.194791,\n\t\t\t\t\t\tRootOffset = { -2282.26, 628.624 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tHandler = 1668707181,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tQuality = 75\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/春日部つむぎ.json",
    "content": "{\n  \"macro_name\": \"Tsumugi\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root2\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_hokuro_show_66\",\n      \"name\": \"ほくろ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_hokuro_hide_66\",\n      \"name\": \"ほくろ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_hokuroflipx_show_65\",\n      \"name\": \"ほくろ:flipx show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_hokuroflipx_hide_65\",\n      \"name\": \"ほくろ:flipx hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_saidoteeru_show_5\",\n      \"name\": \"サイドテール show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_saidoteeru_hide_5\",\n      \"name\": \"サイドテール hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_saidoteeruflipx_show_4\",\n      \"name\": \"サイドテール:flipx show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_saidoteeruflipx_hide_4\",\n      \"name\": \"サイドテール:flipx hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_表情記号\",\n      \"name\": \"表情記号\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hana_show_72\",\n      \"name\": \"鼻 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hana_hide_72\",\n      \"name\": \"鼻 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_heapin_show_71\",\n      \"name\": \"ヘアピン show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_heapin_hide_71\",\n      \"name\": \"ヘアピン hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_show_70\",\n      \"name\": \"汗 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_hide_70\",\n      \"name\": \"汗 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namidame_show_69\",\n      \"name\": \"なみだめ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namidame_hide_69\",\n      \"name\": \"なみだめ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_まゆ\",\n      \"name\": \"まゆ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_futsuumayu48\",\n      \"name\": \"*普通眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_gokigenmayu47\",\n      \"name\": \"*ごきげん眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_okomayu46\",\n      \"name\": \"*おこ眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_komarimayu45\",\n      \"name\": \"*困り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_kihonmesetto42\",\n      \"name\": \"*基本目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_uwamuki30\",\n      \"name\": \"*上向き\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_toji29\",\n      \"name\": \"*閉じ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_nikkori28\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_none27\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_〇〇26\",\n      \"name\": \"*〇〇\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_基本目セット\",\n      \"name\": \"基本目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_shiromekihon34\",\n      \"name\": \"*白目基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_shiromemihiraki33\",\n      \"name\": \"*白目見開き\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_kihon42\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kameramesen41\",\n      \"name\": \"*カメラ目線\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_mesorashi40\",\n      \"name\": \"*目逸らし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kiraan39\",\n      \"name\": \"*きらーん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_haato38\",\n      \"name\": \"*ハート\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mu37\",\n      \"name\": \"*無\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoppeakame_show_23\",\n      \"name\": \"ほっぺ赤め show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoppeakame_hide_23\",\n      \"name\": \"ほっぺ赤め hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hoppe_show_22\",\n      \"name\": \"ほっぺ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hoppe_hide_22\",\n      \"name\": \"ほっぺ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_show_21\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kageri_hide_21\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N013_hohoemi64\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_waa63\",\n      \"name\": \"*わあ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_waaai62\",\n      \"name\": \"*わあーい\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_mufu61\",\n      \"name\": \"*むふ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_hoaa60\",\n      \"name\": \"*ほあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_mu59\",\n      \"name\": \"*む\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_o58\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_oaa57\",\n      \"name\": \"*おあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_mun56\",\n      \"name\": \"*むん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_eaa55\",\n      \"name\": \"*えあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_perori54\",\n      \"name\": \"*ぺろり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_△53\",\n      \"name\": \"*△\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ii52\",\n      \"name\": \"*いー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_nishii51\",\n      \"name\": \"*にしー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kihon18\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kuchimoto17\",\n      \"name\": \"*口元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_piisu16\",\n      \"name\": \"*ピース\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_reiyaa57_show_13\",\n      \"name\": \"レイヤー 57 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_reiyaa57_hide_13\",\n      \"name\": \"レイヤー 57 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_sounyuusaretaimeeji_show_12\",\n      \"name\": \"挿入されたイメージ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_sounyuusaretaimeeji_hide_12\",\n      \"name\": \"挿入されたイメージ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kihon11\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_piisu10\",\n      \"name\": \"*ピース\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kuchimoto9\",\n      \"name\": \"*口元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_yubisashi8\",\n      \"name\": \"*ゆびさし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/東北ずん子(Open).comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 852,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-頭こつん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-目そらし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, -1402.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-・・.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -1402.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-口元に指.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-んむ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -973.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-(ず・　・だ).png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1402.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\-サイド髪跳ね.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-怒り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2970, -643.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-上がり眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3080, -643.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-赤面.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-えあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -973.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-ほっぺ赤め.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1402.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -1402.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-基本2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4675, -1402.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ω.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -973.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -1402.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-手を挙げる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -973.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -247.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -1402.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-困り眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2860, -643.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-(ず・　・だ)_flipx.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1402.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-弓.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\汗.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -247.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-上むき.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -1402.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-ジト目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -1402.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-ウインク.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -1402.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あえ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3575, -973.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-じゅるり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -973.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-横.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\-サイド髪基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!ほっぺ\\\\-ほっぺ基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!眉\\\\-普通眉.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -643.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -973.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -973.5 } },\n\t\t},\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-おおー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -973.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あは.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -973.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-あはー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -973.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-カメラ目線.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4565, -1402.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -1402.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\東北ずん子立ち絵素材2.0\\\\!口\\\\-ぺろり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -973.5 } },\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5610, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 3795, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5115, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, 676.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, 808.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 676.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 808.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0.1 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 940.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, 511.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, 511.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4455, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5775, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, 511.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5280, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5445, 511.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1873, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t},\n\t\t[\"体_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t},\n\t\tRoot_MG = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1873, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -379.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -115.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1873, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -379.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -115.5 } },\n\t\t},\n\t\tHueCurves1 = HueCurves {\n\t\t\tInputs = {\n\t\t\t\tEditHue = Input { Value = 1, },\n\t\t\t\tHue = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Hue\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSat = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Sat\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tLum = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Lum\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tRed = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Red\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tGreen = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Green\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlue = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Blue\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tRedSuppress = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Red1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tGreenSuppress = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Green1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlueSuppress = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Blue1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2090, -115.5 } },\n\t\t\tTools = {\n\t\t\t\tHueCurves1Lum = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 204, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tHueCurves1Green1 = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 102, Green = 204, Blue = 102 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tHueCurves1Sat = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0.807407407407407, RH = { 0.333, 0.807407407407407 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.564668849552461, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 0.807407407407407, LH = { 5.667, 0.807407407407407 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 204, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tHueCurves1Red1 = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 102, Blue = 102 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tHueCurves1Blue1 = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 134, Green = 134, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tHueCurves1Blue = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 54, Green = 54, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tHueCurves1Red = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 42, Blue = 42 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tHueCurves1Green = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 0, Green = 204, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tHueCurves1Hue = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1.19259259259259, RH = { 0.333, 1.19259259259259 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.623233578312219, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1.19259259259259, LH = { 5.667, 1.19259259259259 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 0, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1873, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t},\n\t\t[\"ほっぺ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t},\n\t\t[\"ほっぺ\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ほっぺ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },\n\t\t},\n\t\t[\"ほっぺ_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"ほっぺ\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1873, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -643.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2750, -511.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader44\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -511.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -379.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ほっぺ_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3190, -115.5 } },\n\t\t},\n\t\t[\"汗_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3300, -115.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1873, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -973.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -841.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -841.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -709.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tM_Close = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader26\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },\n\t\t},\n\t\tM01 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t},\n\t\tM02 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader21\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -610.5 } },\n\t\t},\n\t\tTransform2_1 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.479080440317471, 0.727027874181194 }, },\n\t\t\t\tSize = Input { Value = 0.8, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"M02\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t},\n\t\tM03 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader25\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },\n\t\t},\n\t\tM_Open = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader24\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t},\n\t\tMouthOpenAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M_Close\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"M_Close\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M01\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"M01\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Transform2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"M02\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M03\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"M03\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M_Open\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"M_Open\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\tThreshold = Input { Value = 0.8, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tM_Open = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\tINP_Default = 6,\n\t\t\t\t\tINP_MinScale = 3,\n\t\t\t\t\tINP_MinAllowed = 3,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tLINKS_Name = \"M_Open\",\n\t\t\t\t},\n\t\t\t\tThreshold = {\n\t\t\t\t\tINP_MaxAllowed = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_Default = 0.550000011920929,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tLINKS_Name = \"Threshold\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1873, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1402.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1270.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader38\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1270.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -1138.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 151, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, -82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"涙_MG\\n汗_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目_MG\\n口_MG1\\n口_MG\\nほっぺ_MG1\\nほっぺ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\nRoot_MG\\n体_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_ほっぺ\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN010_namida_show_59 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN010_namida_hide_59 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\tN009_ase_show_58 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t},\n\t\t\t\tN009_ase_hide_58 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t},\n\t\t\t\tN002_saidokamikihon4 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*サイド髪基本\",\n\t\t\t\t},\n\t\t\t\tN001_saidokamihane3 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*サイド髪跳ね\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN003_futsuumayu57 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通眉\",\n\t\t\t\t},\n\t\t\t\tN002_agarimayu56 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上がり眉\",\n\t\t\t\t},\n\t\t\t\tN001_ikarimayu55 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*怒り眉\",\n\t\t\t\t},\n\t\t\t\tN000_komarimayu54 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り眉\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 14,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN013_kihon51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN012_kihon250 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t},\n\t\t\t\tN011_kameramesen49 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線\",\n\t\t\t\t},\n\t\t\t\tN010_mesorashi48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目そらし\",\n\t\t\t\t},\n\t\t\t\tN009_uemuki47 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*上むき\",\n\t\t\t\t},\n\t\t\t\tN008_jitome46 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ジト目\",\n\t\t\t\t},\n\t\t\t\tN007_tojime45 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t},\n\t\t\t\tN006_uinku44 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ウインク\",\n\t\t\t\t},\n\t\t\t\tN005_nikkori43 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\t[\"N004_〇〇42\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t},\n\t\t\t\tN003_none41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\t[\"N002_・・40\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*・・\",\n\t\t\t\t},\n\t\t\t\tN001_zuda39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*(ず・　・だ)\",\n\t\t\t\t},\n\t\t\t\tN000_zudaflipx38 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*(ず・　・だ):flipx\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN011_hohoemi35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\tN010_aha34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*あは\",\n\t\t\t\t},\n\t\t\t\tN009_ahaa33 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*あはー\",\n\t\t\t\t},\n\t\t\t\tN008_n32 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t},\n\t\t\t\tN007_o31 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN006_ooo30 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おおー\",\n\t\t\t\t},\n\t\t\t\tN005_nmu29 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んむ\",\n\t\t\t\t},\n\t\t\t\tN004_ae28 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*あえ\",\n\t\t\t\t},\n\t\t\t\tN003_eaa27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*えあー\",\n\t\t\t\t},\n\t\t\t\tN002_jururi26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*じゅるり\",\n\t\t\t\t},\n\t\t\t\tN001_perori25 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぺろり\",\n\t\t\t\t},\n\t\t\t\t[\"N000_ω24\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ω\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_ほっぺ\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN002_hoppekihon21 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ基本\",\n\t\t\t\t},\n\t\t\t\tN001_hoppeakame20 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t},\n\t\t\t\tN000_sekimen19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"ほっぺ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN003_kihon16 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN002_tewoageru15 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN001_yumi14 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*弓\",\n\t\t\t\t},\n\t\t\t\tN000_kuchimotoniyubi13 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*口元に指\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN003_kihon10 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN002_tewoageru9 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*手を挙げる\",\n\t\t\t\t},\n\t\t\t\tN001_yoko8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*横\",\n\t\t\t\t},\n\t\t\t\tN000_atamakotsun7 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*頭こつん\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 247.5 } },\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, 511.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 49, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[147] = { 0, LH = { 98, 0.333333333333333 }, RH = { 148.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[151] = { 1, LH = { 149.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 49, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[147] = { 1, LH = { 98, 0.666666666666667 }, RH = { 148.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[151] = { 0, LH = { 149.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.51332675222113,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.48667324777887,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 3, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.125,\n\t\t\t\t\t\tRootOffset = { 684.627, 749.518 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tQuality = 75,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tHandler = 1668707181\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/東北ずん子(Open).json",
    "content": "{\n  \"macro_name\": \"Zunko\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_namida_show_59\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_namida_hide_59\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_ase_show_58\",\n      \"name\": \"汗 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_ase_hide_58\",\n      \"name\": \"汗 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_saidokamikihon4\",\n      \"name\": \"*サイド髪基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_saidokamihane3\",\n      \"name\": \"*サイド髪跳ね\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_futsuumayu57\",\n      \"name\": \"*普通眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_agarimayu56\",\n      \"name\": \"*上がり眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ikarimayu55\",\n      \"name\": \"*怒り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_komarimayu54\",\n      \"name\": \"*困り眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N013_kihon51\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_kihon250\",\n      \"name\": \"*基本2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_kameramesen49\",\n      \"name\": \"*カメラ目線\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_mesorashi48\",\n      \"name\": \"*目そらし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_uemuki47\",\n      \"name\": \"*上むき\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_jitome46\",\n      \"name\": \"*ジト目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_tojime45\",\n      \"name\": \"*閉じ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_uinku44\",\n      \"name\": \"*ウインク\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_nikkori43\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_〇〇42\",\n      \"name\": \"*〇〇\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_none41\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_・・40\",\n      \"name\": \"*・・\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_zuda39\",\n      \"name\": \"*(ず・　・だ)\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_zudaflipx38\",\n      \"name\": \"*(ず・　・だ):flipx\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_hohoemi35\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_aha34\",\n      \"name\": \"*あは\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_ahaa33\",\n      \"name\": \"*あはー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_n32\",\n      \"name\": \"*ん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_o31\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_ooo30\",\n      \"name\": \"*おおー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_nmu29\",\n      \"name\": \"*んむ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_ae28\",\n      \"name\": \"*あえ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_eaa27\",\n      \"name\": \"*えあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_jururi26\",\n      \"name\": \"*じゅるり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_perori25\",\n      \"name\": \"*ぺろり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_ω24\",\n      \"name\": \"*ω\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_ほっぺ\",\n      \"name\": \"ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoppekihon21\",\n      \"name\": \"*ほっぺ基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hoppeakame20\",\n      \"name\": \"*ほっぺ赤め\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_sekimen19\",\n      \"name\": \"*赤面\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kihon16\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_tewoageru15\",\n      \"name\": \"*手を挙げる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_yumi14\",\n      \"name\": \"*弓\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kuchimotoniyubi13\",\n      \"name\": \"*口元に指\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kihon10\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_tewoageru9\",\n      \"name\": \"*手を挙げる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_yoko8\",\n      \"name\": \"*横\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_atamakotsun7\",\n      \"name\": \"*頭こつん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"口パク\",\n      \"id\": \"M_Open\",\n      \"name\": \"M_Open\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"口パク\",\n      \"id\": \"Threshold\",\n      \"name\": \"Threshold\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"口パク\",\n      \"id\": \"Label_000\",\n      \"name\": \"※変更後アニメーションを作り直す必要があります。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/琴葉茜.comp",
    "content": "Composition {\n\tCurrentTime = 0,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 995,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },\n\t\t},\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1732.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1039.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -2128.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -2128.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1336.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1039.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1039.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -2128.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1039.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1336.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -643.5 } },\n\t\t},\n\t\tLoader58 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1336.5 } },\n\t\t},\n\t\tLoader56 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -643.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1336.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1732.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -2128.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -2128.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -2128.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -2128.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2128.5 } },\n\t\t},\n\t\tLoader57 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -643.5 } },\n\t\t},\n\t\tLoader54 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },\n\t\t},\n\t\tLoader55 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -643.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1039.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -2128.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1732.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉茜立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1336.5 } },\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, 445.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6765, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 445.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 4950, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 610.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 742.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 610.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 742.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 874.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 445.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6270, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6930, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6435, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t},\n\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t},\n\t\t[\"体_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"後ろ髪_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t},\n\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t},\n\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } },\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"髪飾り_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader15\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } },\n\t\t},\n\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } },\n\t\t},\n\t\t[\"顔色_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"服のアレ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } },\n\t\t},\n\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } },\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -643.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3410, -511.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -379.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -115.5 } },\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -643.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -511.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },\n\t\t},\n\t\t[\"汗2_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t},\n\t\t[\"汗_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t},\n\t\t[\"記号など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -379.5 } },\n\t\t},\n\t\t[\"記号など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1039.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -907.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -907.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -775.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.477216941864883, 0.773598274414702 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -214.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -214.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader27\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -214.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -214.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -610.5 } },\n\t\t},\n\t\tTransform4 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.476203497794439, 0.775829608458007 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tYSize = Input { Value = 0.75, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -214.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -214.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1336.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1204.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1600.5 } },\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -2128.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1996.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader47\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1996.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1864.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1600.5 } },\n\t\t},\n\t\t[\"目セット_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1600.5 } },\n\t\t},\n\t\t[\"目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1468.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1204.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1072.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 163, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t},\n\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t},\n\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t},\n\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t},\n\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t},\n\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t},\n\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t},\n\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t},\n\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN003_kihon72 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t},\n\t\t\t\tN001_komari70 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t},\n\t\t\t\tN000_oko69 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t},\n\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t},\n\t\t\t\tN003_tojime49 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t},\n\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t},\n\t\t\t\tN001_none47 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t},\n\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t},\n\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t},\n\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN008_kihon63 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t},\n\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t},\n\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t},\n\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t},\n\t\t\t\tN003_haatome58 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t},\n\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t},\n\t\t\t\tN001_yabame56 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t},\n\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\tN010_waaa42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t},\n\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t},\n\t\t\t\tN008_niyari40 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t},\n\t\t\t\tN007_sun39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t},\n\t\t\t\tN006_o38 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN005_oo37 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t},\n\t\t\t\tN004_e36 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t},\n\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t},\n\t\t\t\tN002_muu34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t},\n\t\t\t\tN001_hoo33 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t},\n\t\t\t\tN000_nn32 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t},\n\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t},\n\t\t\t\tN000_kuma24 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN004_kihon20 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t},\n\t\t\t\tN002_piisu18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t},\n\t\t\t\tN001_banzai17 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t},\n\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN005_kihon13 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN004_piisu12 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t},\n\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t},\n\t\t\t\tN002_houchou10 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t},\n\t\t\t\tN001_banzai9 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t},\n\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 181.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6600, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 53, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[159] = { 0, LH = { 106, 0.333333333333333 }, RH = { 160.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[163] = { 1, LH = { 161.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 53, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[159] = { 1, LH = { 106, 0.666666666666667 }, RH = { 160.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[163] = { 0, LH = { 161.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.74728529121422,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.25271470878579,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 3, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.125,\n\t\t\t\t\t\tRootOffset = { -1340.68, 1548.72 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tHandler = 1668707181,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tQuality = 75\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/琴葉茜.json",
    "content": "{\n  \"macro_name\": \"Akane\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_記号など\",\n      \"name\": \"記号など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase_show_77\",\n      \"name\": \"汗 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase_hide_77\",\n      \"name\": \"汗 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_show_76\",\n      \"name\": \"汗2 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_hide_76\",\n      \"name\": \"汗2 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namida_show_75\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namida_hide_75\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kihon72\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_gokigen71\",\n      \"name\": \"*ごきげん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_komari70\",\n      \"name\": \"*困り\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_oko69\",\n      \"name\": \"*おこ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_mesetto66\",\n      \"name\": \"*目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_tatesenme50\",\n      \"name\": \"*縦線目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_tojime49\",\n      \"name\": \"*閉じ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_nagomime48\",\n      \"name\": \"*なごみ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_none47\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_nikkori46\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目セット\",\n      \"name\": \"目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_matsugekihon66\",\n      \"name\": \"*まつげ基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_matsugehanme65\",\n      \"name\": \"*まつげ半目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_matsugeoko64\",\n      \"name\": \"*まつげおこ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_kihon63\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kameramesenmigi5px62\",\n      \"name\": \"*カメラ目線/右5px\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_mesorashihidari5px61\",\n      \"name\": \"*目逸らし/左5px\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_nigorime60\",\n      \"name\": \"*濁り目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kirakirame59\",\n      \"name\": \"*きらきら目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_haatome58\",\n      \"name\": \"*ハート目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_gurugurume57\",\n      \"name\": \"*ぐるぐる目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_yabame56\",\n      \"name\": \"*やば目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_shironukime55\",\n      \"name\": \"*白抜き目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_hohoemi43\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_waaa42\",\n      \"name\": \"*わあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_uhehe41\",\n      \"name\": \"*うへへ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_niyari40\",\n      \"name\": \"*にやり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_sun39\",\n      \"name\": \"*すん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_o38\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_oo37\",\n      \"name\": \"*おー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_e36\",\n      \"name\": \"*え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_uootsu35\",\n      \"name\": \"*うおーっ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_muu34\",\n      \"name\": \"*むー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hoo33\",\n      \"name\": \"*ほー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_nn32\",\n      \"name\": \"*んー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kageri_show_28\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kageri_hide_28\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hoppe27\",\n      \"name\": \"*ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoppeakame26\",\n      \"name\": \"*ほっぺ赤め\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hoppeakame225\",\n      \"name\": \"*ほっぺ赤め2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kuma24\",\n      \"name\": \"*クマ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kihon20\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kangaeru19\",\n      \"name\": \"*考える\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_piisu18\",\n      \"name\": \"*ピース\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_banzai17\",\n      \"name\": \"*ばんざい\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_udewohirogeru16\",\n      \"name\": \"*腕をひろげる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_kihon13\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_piisu12\",\n      \"name\": \"*ピース\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_sasasu11\",\n      \"name\": \"*指さす\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_houchou10\",\n      \"name\": \"*包丁\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_banzai9\",\n      \"name\": \"*ばんざい\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_udewohirogeru8\",\n      \"name\": \"*腕をひろげる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_kigounado_show_77\",\n      \"name\": \"記号など show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_kigounado_hide_77\",\n      \"name\": \"記号など hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kamikazari_show_5\",\n      \"name\": \"髪飾り show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kamikazari_hide_5\",\n      \"name\": \"髪飾り hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kamikazariflipx_show_4\",\n      \"name\": \"髪飾り:flipx show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kamikazariflipx_hide_4\",\n      \"name\": \"髪飾り:flipx hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/琴葉葵.comp",
    "content": "Composition {\n\tCurrentTime = 172,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 989,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-困り.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-包丁.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うおーっ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1039.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -2128.5 } },\n\t\t},\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ半目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1732.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -2128.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ピース.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-白抜き目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -2128.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-縦線目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1336.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-にやり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-腕をひろげる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },\n\t\t},\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-考える.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -1336.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1039.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-んー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -1039.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-うへへ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-むー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -1039.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-閉じ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4070, -1336.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },\n\t\t},\n\t\tLoader58 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -643.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-腕をひろげる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -643.5 } },\n\t\t},\n\t\tLoader56 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\涙.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -643.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3740, -1336.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげおこ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -1732.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-きらきら目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -2128.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -2128.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ばんざい.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-ばんざい.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-指さす.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-目逸らし_左5px.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -2128.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-すん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-やば目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -2128.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り_flipx.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -247.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-ピース.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-濁り目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -2128.5 } },\n\t\t},\n\t\tLoader57 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\記号など\\\\汗2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } },\n\t\t},\n\t\tLoader54 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-ごきげん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3850, -643.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ赤め2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!後ろ髪.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -247.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!体.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -247.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\髪飾り.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -247.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!服のアレ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!もみあげエアインテーク.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },\n\t\t},\n\t\tLoader55 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!眉\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -643.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1039.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-わあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-え.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-おー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線_右5px.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -2128.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-目セット\\\\-まつげ基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1732.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\琴葉葵立ち絵素材\\\\!目\\\\-なごみ目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -1336.5 } },\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6105, 445.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6765, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5115, 445.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 4950, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 610.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 742.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 610.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 742.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 874.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, 445.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6270, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6930, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5445, 445.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6435, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t},\n\t\t[\"後ろ髪_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t},\n\t\t[\"体_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"後ろ髪_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t},\n\t\t[\"髪飾りflipx_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"体_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t},\n\t\t[\"髪飾り_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"髪飾りflipx_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } },\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -379.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"髪飾り_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -115.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader15\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -115.5 } },\n\t\t},\n\t\t[\"服のアレ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -643.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader20\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -379.5 } },\n\t\t},\n\t\t[\"顔色_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"服のアレ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3135, -115.5 } },\n\t\t},\n\t\t[\"もみあげエアインテーク_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader22\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -115.5 } },\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -643.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3520, -511.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader55\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -511.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -379.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"もみあげエアインテーク_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3960, -115.5 } },\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -643.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },\n\t\t},\n\t\t[\"涙_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },\n\t\t},\n\t\t[\"汗2_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"涙_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t},\n\t\t[\"汗_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"汗2_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -511.5 } },\n\t\t},\n\t\t[\"記号など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -379.5 } },\n\t\t},\n\t\t[\"記号など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"記号など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"記号など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -1039.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4180, -907.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -907.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -775.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.477216941864883, 0.773598274414702 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader34\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -214.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -214.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader27\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -214.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -214.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -610.5 } },\n\t\t},\n\t\tTransform4 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.476203497794439, 0.775829608458007 }, },\n\t\t\t\tUseSizeAndAspect = Input { Value = 0, },\n\t\t\t\tYSize = Input { Value = 0.75, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -214.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -214.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1336.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3630, -1204.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -1600.5 } },\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -2128.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1996.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader47\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1996.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1864.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1600.5 } },\n\t\t},\n\t\t[\"目セット_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader51\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1600.5 } },\n\t\t},\n\t\t[\"目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1468.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1204.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -1072.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader37\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 157, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"記号など_MG\\n汗_MG\\n汗2_MG\\n涙_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n目セット_MG\\n黒目_MG1\\n黒目_MG\\n目_MG\\n口_MG1\\n口_MG\\nもみあげエアインテーク_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n服のアレ_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n髪飾り_MG\\n髪飾りflipx_MG\\n体_MG\\n後ろ髪_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_記号など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_顔色\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 49.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN012_kigounado_show_77 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nlocal node = comp:FindTool(\\\"記号など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など show\",\n\t\t\t\t},\n\t\t\t\tN012_kigounado_hide_77 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"記号など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"記号など hide\",\n\t\t\t\t},\n\t\t\t\tN003_kamikazari_show_5 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪飾り show\",\n\t\t\t\t},\n\t\t\t\tN003_kamikazari_hide_5 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾り_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪飾り hide\",\n\t\t\t\t},\n\t\t\t\tN002_kamikazariflipx_show_4 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪飾り:flipx show\",\n\t\t\t\t},\n\t\t\t\tN002_kamikazariflipx_hide_4 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"髪飾りflipx_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"髪飾り:flipx hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_記号など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"記号など\",\n\t\t\t\t},\n\t\t\t\tN002_ase_show_77 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader58\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t},\n\t\t\t\tN002_ase_hide_77 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_show_76 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader57\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗2 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase2_hide_76 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗2_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗2 hide\",\n\t\t\t\t},\n\t\t\t\tN000_namida_show_75 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 show\",\n\t\t\t\t},\n\t\t\t\tN000_namida_hide_75 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN003_kihon72 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN002_gokigen71 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ごきげん\",\n\t\t\t\t},\n\t\t\t\tN001_komari70 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*困り\",\n\t\t\t\t},\n\t\t\t\tN000_oko69 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN005_mesetto66 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t},\n\t\t\t\tN004_tatesenme50 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*縦線目\",\n\t\t\t\t},\n\t\t\t\tN003_tojime49 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*閉じ目\",\n\t\t\t\t},\n\t\t\t\tN002_nagomime48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*なごみ目\",\n\t\t\t\t},\n\t\t\t\tN001_none47 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\tN000_nikkori46 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t},\n\t\t\t\tN003_matsugekihon66 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*まつげ基本\",\n\t\t\t\t},\n\t\t\t\tN002_matsugehanme65 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*まつげ半目\",\n\t\t\t\t},\n\t\t\t\tN001_matsugeoko64 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*まつげおこ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN008_kihon63 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN007_kameramesenmigi5px62 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線/右5px\",\n\t\t\t\t},\n\t\t\t\tN006_mesorashihidari5px61 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目逸らし/左5px\",\n\t\t\t\t},\n\t\t\t\tN005_nigorime60 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*濁り目\",\n\t\t\t\t},\n\t\t\t\tN004_kirakirame59 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*きらきら目\",\n\t\t\t\t},\n\t\t\t\tN003_haatome58 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ハート目\",\n\t\t\t\t},\n\t\t\t\tN002_gurugurume57 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぐるぐる目\",\n\t\t\t\t},\n\t\t\t\tN001_yabame56 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*やば目\",\n\t\t\t\t},\n\t\t\t\tN000_shironukime55 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*白抜き目\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 12,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN011_hohoemi43 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\tN010_waaa42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t},\n\t\t\t\tN009_uhehe41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うへへ\",\n\t\t\t\t},\n\t\t\t\tN008_niyari40 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にやり\",\n\t\t\t\t},\n\t\t\t\tN007_sun39 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*すん\",\n\t\t\t\t},\n\t\t\t\tN006_o38 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN005_oo37 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t},\n\t\t\t\tN004_e36 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t},\n\t\t\t\tN003_uootsu35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うおーっ\",\n\t\t\t\t},\n\t\t\t\tN002_muu34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むー\",\n\t\t\t\t},\n\t\t\t\tN001_hoo33 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほー\",\n\t\t\t\t},\n\t\t\t\tN000_nn32 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んー\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN004_kageri_show_28 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN004_kageri_hide_28 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\tN003_hoppe27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN002_hoppeakame26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め\",\n\t\t\t\t},\n\t\t\t\tN001_hoppeakame225 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ赤め2\",\n\t\t\t\t},\n\t\t\t\tN000_kuma24 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN004_kihon20 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN003_kangaeru19 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*考える\",\n\t\t\t\t},\n\t\t\t\tN002_piisu18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t},\n\t\t\t\tN001_banzai17 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader12\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t},\n\t\t\t\tN000_udewohirogeru16 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN005_kihon13 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN004_piisu12 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ピース\",\n\t\t\t\t},\n\t\t\t\tN003_sasasu11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*指さす\",\n\t\t\t\t},\n\t\t\t\tN002_houchou10 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*包丁\",\n\t\t\t\t},\n\t\t\t\tN001_banzai9 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ばんざい\",\n\t\t\t\t},\n\t\t\t\tN000_udewohirogeru8 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*腕をひろげる\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, 181.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 6600, 445.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 51, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[153] = { 0, LH = { 102, 0.333333333333333 }, RH = { 154.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[157] = { 1, LH = { 155.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 51, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[153] = { 1, LH = { 102, 0.666666666666667 }, RH = { 154.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[157] = { 0, LH = { 155.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.6258637709773,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.3741362290227,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 4, RatioX = 1, },\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.125,\n\t\t\t\t\t\tRootOffset = { -1113.62, 1319.53 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tHandler = 1668707181,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tQuality = 75\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/琴葉葵.json",
    "content": "{\n  \"macro_name\": \"Aoi\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_記号など\",\n      \"name\": \"記号など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase_show_77\",\n      \"name\": \"汗 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_ase_hide_77\",\n      \"name\": \"汗 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_show_76\",\n      \"name\": \"汗2 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase2_hide_76\",\n      \"name\": \"汗2 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namida_show_75\",\n      \"name\": \"涙 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namida_hide_75\",\n      \"name\": \"涙 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kihon72\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_gokigen71\",\n      \"name\": \"*ごきげん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_komari70\",\n      \"name\": \"*困り\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_oko69\",\n      \"name\": \"*おこ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_mesetto66\",\n      \"name\": \"*目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_tatesenme50\",\n      \"name\": \"*縦線目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_tojime49\",\n      \"name\": \"*閉じ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_nagomime48\",\n      \"name\": \"*なごみ目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_none47\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_nikkori46\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目セット\",\n      \"name\": \"目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_matsugekihon66\",\n      \"name\": \"*まつげ基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_matsugehanme65\",\n      \"name\": \"*まつげ半目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_matsugeoko64\",\n      \"name\": \"*まつげおこ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_kihon63\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kameramesenmigi5px62\",\n      \"name\": \"*カメラ目線/右5px\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_mesorashihidari5px61\",\n      \"name\": \"*目逸らし/左5px\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_nigorime60\",\n      \"name\": \"*濁り目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kirakirame59\",\n      \"name\": \"*きらきら目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_haatome58\",\n      \"name\": \"*ハート目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_gurugurume57\",\n      \"name\": \"*ぐるぐる目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_yabame56\",\n      \"name\": \"*やば目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_shironukime55\",\n      \"name\": \"*白抜き目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_hohoemi43\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_waaa42\",\n      \"name\": \"*わあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_uhehe41\",\n      \"name\": \"*うへへ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_niyari40\",\n      \"name\": \"*にやり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_sun39\",\n      \"name\": \"*すん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_o38\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_oo37\",\n      \"name\": \"*おー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_e36\",\n      \"name\": \"*え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_uootsu35\",\n      \"name\": \"*うおーっ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_muu34\",\n      \"name\": \"*むー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hoo33\",\n      \"name\": \"*ほー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_nn32\",\n      \"name\": \"*んー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kageri_show_28\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kageri_hide_28\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_hoppe27\",\n      \"name\": \"*ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoppeakame26\",\n      \"name\": \"*ほっぺ赤め\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hoppeakame225\",\n      \"name\": \"*ほっぺ赤め2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kuma24\",\n      \"name\": \"*クマ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kihon20\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kangaeru19\",\n      \"name\": \"*考える\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_piisu18\",\n      \"name\": \"*ピース\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_banzai17\",\n      \"name\": \"*ばんざい\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_udewohirogeru16\",\n      \"name\": \"*腕をひろげる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_kihon13\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_piisu12\",\n      \"name\": \"*ピース\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_sasasu11\",\n      \"name\": \"*指さす\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_houchou10\",\n      \"name\": \"*包丁\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_banzai9\",\n      \"name\": \"*ばんざい\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_udewohirogeru8\",\n      \"name\": \"*腕をひろげる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_kigounado_show_77\",\n      \"name\": \"記号など show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_kigounado_hide_77\",\n      \"name\": \"記号など hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kamikazari_show_5\",\n      \"name\": \"髪飾り show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kamikazari_hide_5\",\n      \"name\": \"髪飾り hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kamikazariflipx_show_4\",\n      \"name\": \"髪飾り:flipx show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kamikazariflipx_hide_4\",\n      \"name\": \"髪飾り:flipx hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/雨晴はう.comp",
    "content": "Composition {\n\tCurrentTime = 131,\n\tRenderRange = { 0, 1000 },\n\tGlobalRange = { 0, 1000 },\n\tCurrentID = 639,\n\tHiQ = true,\n\tPlaybackUpdateMode = 0,\n\tVersion = \"Fusion Studio 18.5.1 build 4\",\n\tSavedOutputs = 2,\n\tHeldTools = 0,\n\tDisabledTools = 0,\n\tLockedTools = 2,\n\tAudioOffset = 0,\n\tAutoRenderRange = true,\n\tResumable = true,\n\tOutputClips = {\n\t},\n\tTools = {\n\t\tLoader14 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!右腕\\\\-メス.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1039.5 } },\n\t\t},\n\t\tLoader50 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-基本1_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -2029.5 } },\n\t\t},\n\t\tLoader4 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\健全テープ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t},\n\t\tLoader22 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -643.5 } },\n\t\t},\n\t\tLoader10 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -1039.5 } },\n\t\t},\n\t\tLoader20 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!顔色\\\\-赤面.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -643.5 } },\n\t\t},\n\t\tLoader5 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-注射.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -1039.5 } },\n\t\t},\n\t\tLoader26 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-ん.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -940.5 } },\n\t\t},\n\t\tLoader36 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1237.5 } },\n\t\t},\n\t\tLoader43 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -2029.5 } },\n\t\t},\n\t\tLoader13 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!右腕\\\\-注射.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1039.5 } },\n\t\t},\n\t\tLoader40 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1237.5 } },\n\t\t},\n\t\tLoader15 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!右腕\\\\-清潔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1039.5 } },\n\t\t},\n\t\tLoader31 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-んむふ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -940.5 } },\n\t\t},\n\t\tLoader7 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-ゆびたて.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -1039.5 } },\n\t\t},\n\t\tLoader24 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-うへえー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -940.5 } },\n\t\t},\n\t\tLoader23 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-むくー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -940.5 } },\n\t\t},\n\t\tLoader38 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-なごみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1237.5 } },\n\t\t},\n\t\tLoader54 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\マスクとアイシールド.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -247.5 } },\n\t\t},\n\t\tLoader52 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -643.5 } },\n\t\t},\n\t\tLoader2 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\-胸はだけ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } },\n\t\t},\n\t\tLoader55 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\汗など\\\\涙目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -643.5 } },\n\t\t},\n\t\tLoader56 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\汗など\\\\汗.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -643.5 } },\n\t\t},\n\t\tLoader12 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },\n\t\t},\n\t\tLoader16 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1039.5 } },\n\t\t},\n\t\tLoader18 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1039.5 } },\n\t\t},\n\t\tLoader49 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-基本2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -2029.5 } },\n\t\t},\n\t\tLoader44 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -2029.5 } },\n\t\t},\n\t\tLoader37 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-__.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1237.5 } },\n\t\t},\n\t\tLoader6 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-メス.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -1039.5 } },\n\t\t},\n\t\tLoader8 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-ゆびさし.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -1039.5 } },\n\t\t},\n\t\tLoader32 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-じゅるり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -940.5 } },\n\t\t},\n\t\tLoader46 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-目そらし1_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -2029.5 } },\n\t\t},\n\t\tLoader1 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\-半裸.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -643.5 } },\n\t\t},\n\t\tLoader34 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-えへ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -940.5 } },\n\t\t},\n\t\tLoader30 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-む.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -940.5 } },\n\t\t},\n\t\tLoader41 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1633.5 } },\n\t\t},\n\t\tLoader45 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-目そらし2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -2029.5 } },\n\t\t},\n\t\tLoader47 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -2029.5 } },\n\t\t},\n\t\tLoader19 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -643.5 } },\n\t\t},\n\t\tLoader17 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!左腕\\\\-清潔.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1039.5 } },\n\t\t},\n\t\tLoader51 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!眉\\\\-こまり.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -643.5 } },\n\t\t},\n\t\tLoader3 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t},\n\t\tLoader9 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -1039.5 } },\n\t\t},\n\t\tLoader11 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -1039.5 } },\n\t\t},\n\t\tLoader21 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -643.5 } },\n\t\t},\n\t\tLoader53 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!眉\\\\-普通.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -643.5 } },\n\t\t},\n\t\tLoader35 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -940.5 } },\n\t\t},\n\t\tLoader25 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-え.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -940.5 } },\n\t\t},\n\t\tLoader29 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-お.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -940.5 } },\n\t\t},\n\t\tLoader33 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-わあー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -940.5 } },\n\t\t},\n\t\tLoader28 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-おー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -940.5 } },\n\t\t},\n\t\tLoader42 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\-基本白目.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1633.5 } },\n\t\t},\n\t\tLoader48 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線1_.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -2029.5 } },\n\t\t},\n\t\tLoader39 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-閉じ.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1237.5 } },\n\t\t},\n\t\tLoader27 = Loader {\n\t\t\tClips = {\n\t\t\t\tClip {\n\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-おわー.png\",\n\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\tTrimOut = 0,\n\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\tLoop = 0,\n\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\tDepth = 0,\n\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\tGlobalEnd = -1000\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -940.5 } },\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6875, 379.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7535, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6380, 379.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5885, 379.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 379.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 5720, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, 544.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, 676.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 544.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 676.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 808.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, 379.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7040, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground5 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },\n\t\t},\n\t\tSetDomain5 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },\n\t\t},\n\t\t[\"基本_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },\n\t\t},\n\t\tBackground6 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1039.5 } },\n\t\t},\n\t\tSetDomain6 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -907.5 } },\n\t\t},\n\t\t[\"右腕1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -907.5 } },\n\t\t},\n\t\t[\"右腕1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -775.5 } },\n\t\t},\n\t\t[\"右腕_MG2\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"基本_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },\n\t\t},\n\t\tBackground7 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1039.5 } },\n\t\t},\n\t\tSetDomain7 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -907.5 } },\n\t\t},\n\t\t[\"左腕1_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader18\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -907.5 } },\n\t\t},\n\t\t[\"左腕1\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕1_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -775.5 } },\n\t\t},\n\t\t[\"左腕_MG2\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },\n\t\t},\n\t\t[\"標準防護具\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -379.5 } },\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, 379.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7700, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6215, 379.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7205, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tBackground1 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } },\n\t\t},\n\t\tSetDomain1 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t},\n\t\tBackground2 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -643.5 } },\n\t\t},\n\t\tSetDomain2 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -511.5 } },\n\t\t},\n\t\t[\"いつもの服_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } },\n\t\t},\n\t\t[\"健全テープ_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"いつもの服_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } },\n\t\t},\n\t\tBackground3 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -1039.5 } },\n\t\t},\n\t\tSetDomain3 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -907.5 } },\n\t\t},\n\t\t[\"右腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -907.5 } },\n\t\t},\n\t\t[\"右腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -775.5 } },\n\t\t},\n\t\t[\"右腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"健全テープ_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },\n\t\t},\n\t\tBackground4 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -1039.5 } },\n\t\t},\n\t\tSetDomain4 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -907.5 } },\n\t\t},\n\t\t[\"左腕_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -907.5 } },\n\t\t},\n\t\t[\"左腕\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -775.5 } },\n\t\t},\n\t\t[\"左腕_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },\n\t\t},\n\t\t[\"いつもの服\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -379.5 } },\n\t\t},\n\t\tRoot_MG = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"いつもの服\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -115.5 } },\n\t\t},\n\t\tBackground8 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -643.5 } },\n\t\t},\n\t\tSetDomain8 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },\n\t\t},\n\t\t[\"顔色_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader21\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },\n\t\t},\n\t\t[\"かげり_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },\n\t\t},\n\t\t[\"顔色\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -379.5 } },\n\t\t},\n\t\t[\"顔色_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -115.5 } },\n\t\t},\n\t\tBackground13 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } },\n\t\t},\n\t\tSetDomain13 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },\n\t\t},\n\t\t[\"眉_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -511.5 } },\n\t\t},\n\t\t[\"眉\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -379.5 } },\n\t\t},\n\t\t[\"眉_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -115.5 } },\n\t\t},\n\t\t[\"マスクとアイシールド_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -115.5 } },\n\t\t},\n\t\tBackground14 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -643.5 } },\n\t\t},\n\t\tSetDomain14 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },\n\t\t},\n\t\t[\"涙目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain14\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },\n\t\t},\n\t\t[\"汗_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"涙目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } },\n\t\t},\n\t\t[\"汗など\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -379.5 } },\n\t\t},\n\t\t[\"汗など_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"マスクとアイシールド_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"汗など\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"汗など_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tBackground9 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -940.5 } },\n\t\t},\n\t\tSetDomain9 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -808.5 } },\n\t\t},\n\t\t[\"口_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader35\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -808.5 } },\n\t\t},\n\t\t[\"口\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -676.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.458565728229529, 0.765844262505243 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -247.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader35\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -247.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -511.5 } },\n\t\t},\n\t\tTransform1_4 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.459447212251857, 0.767488666315235 }, },\n\t\t\t\tSize = Input { Value = 0.9, },\n\t\t\t\tAspect = Input { Value = 0.9, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -412.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform1_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -247.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader25\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -247.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -247.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -511.5 } },\n\t\t},\n\t\tTransform1 = Transform {\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.459447212251857, 0.767488666315235 }, },\n\t\t\t\tSize = Input { Value = 0.8, },\n\t\t\t\tAspect = Input { Value = 0.8, },\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -412.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -247.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -511.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -247.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tBackground10 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1237.5 } },\n\t\t},\n\t\tSetDomain10 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1105.5 } },\n\t\t},\n\t\tBackground11 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1633.5 } },\n\t\t},\n\t\tSetDomain11 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1501.5 } },\n\t\t},\n\t\t[\"目セット_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1501.5 } },\n\t\t},\n\t\tBackground12 = Background {\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1082, },\n\t\t\t\tHeight = Input { Value = 1820, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -2029.5 } },\n\t\t},\n\t\tSetDomain12 = SetDomain {\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1897.5 } },\n\t\t},\n\t\t[\"黒目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Loader48\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1897.5 } },\n\t\t},\n\t\t[\"黒目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1765.5 } },\n\t\t},\n\t\t[\"黒目_MG1\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1501.5 } },\n\t\t},\n\t\t[\"目セット\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1369.5 } },\n\t\t},\n\t\t[\"目_MG\"] = Merge {\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1105.5 } },\n\t\t},\n\t\t[\"目\"] = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -973.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Loader39\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -511.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlink = Input { Value = 191, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tRoot = Transform {\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tComments = Input { Value = \"汗など_MG\\n汗_MG\\n涙目_MG\\nマスクとアイシールド_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n左腕_MG2\\n左腕1_MG\\n右腕_MG2\\n右腕1_MG\\n基本_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n健全テープ_MG\\nいつもの服_MG\", },\n\t\t\t\tGrp_Root = Input { Value = 0, },\n\t\t\t\t[\"Grp_汗など\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_標準防護具\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_左腕1\"] = Input { Value = 0, },\n\t\t\t\t[\"Grp_右腕1\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 16.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tCopyPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t},\n\t\t\t\tPastePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t},\n\t\t\t\tSavePose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t},\n\t\t\t\tLoadPose = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t},\n\t\t\t\tGrp_Root = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t},\n\t\t\t\tN007_asenado_show_83 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗など_MG\\\")\\nlocal node = comp:FindTool(\\\"汗など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗など show\",\n\t\t\t\t},\n\t\t\t\tN007_asenado_hide_83 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗など hide\",\n\t\t\t\t},\n\t\t\t\tN006_masukutoaishiirudo_show_79 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"マスクとアイシールド_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"マスクとアイシールド show\",\n\t\t\t\t},\n\t\t\t\tN006_masukutoaishiirudo_hide_79 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"マスクとアイシールド_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"マスクとアイシールド hide\",\n\t\t\t\t},\n\t\t\t\tN001_hyoujunbougogu31 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"標準防護具\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*標準防護具\",\n\t\t\t\t},\n\t\t\t\tN000_itsumonofuku18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"いつもの服\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*いつもの服\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_汗など\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"汗など\",\n\t\t\t\t},\n\t\t\t\tN001_ase_show_83 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t},\n\t\t\t\tN001_ase_hide_83 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t},\n\t\t\t\tN000_namidame_show_82 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙目 show\",\n\t\t\t\t},\n\t\t\t\tN000_namidame_hide_82 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙目_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"涙目 hide\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t},\n\t\t\t\tN002_futsuu78 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t},\n\t\t\t\tN001_oko77 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t},\n\t\t\t\tN000_komari76 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*こまり\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t},\n\t\t\t\tN005_mesetto73 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t},\n\t\t\t\tN004_nikkori59 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t},\n\t\t\t\tN003_toji58 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*閉じ\",\n\t\t\t\t},\n\t\t\t\tN002_nagomi57 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*なごみ\",\n\t\t\t\t},\n\t\t\t\tN001_none56 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t},\n\t\t\t\t[\"N000_〇〇55\"] = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t},\n\t\t\t\tN001_kihonshirome63 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本白目\",\n\t\t\t\t},\n\t\t\t\tN000_mihirakishirome62 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t},\n\t\t\t\tN007_kihon173 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本1\",\n\t\t\t\t},\n\t\t\t\tN006_kihon272 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t},\n\t\t\t\tN005_kameramesen171 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線1\",\n\t\t\t\t},\n\t\t\t\tN004_kameramesen270 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t},\n\t\t\t\tN003_mesorashi169 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目そらし1\",\n\t\t\t\t},\n\t\t\t\tN002_mesorashi268 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*目そらし2\",\n\t\t\t\t},\n\t\t\t\tN001_guruguru67 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t},\n\t\t\t\tN000_haato66 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ハート\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t},\n\t\t\t\tN012_hohoemi52 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t},\n\t\t\t\tN011_ehe51 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*えへ\",\n\t\t\t\t},\n\t\t\t\tN010_waaa50 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t},\n\t\t\t\tN009_jururi49 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*じゅるり\",\n\t\t\t\t},\n\t\t\t\tN008_nmufu48 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*んむふ\",\n\t\t\t\t},\n\t\t\t\tN007_mu47 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*む\",\n\t\t\t\t},\n\t\t\t\tN006_o46 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t},\n\t\t\t\tN005_oo45 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t},\n\t\t\t\tN004_owaa44 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*おわー\",\n\t\t\t\t},\n\t\t\t\tN003_n43 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t},\n\t\t\t\tN002_e42 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t},\n\t\t\t\tN001_uheee41 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*うへえー\",\n\t\t\t\t},\n\t\t\t\tN000_mukuu40 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*むくー\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t},\n\t\t\t\tN003_kageri_show_37 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t},\n\t\t\t\tN003_kageri_hide_37 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t},\n\t\t\t\tN002_hoppe36 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t},\n\t\t\t\tN001_sekimen35 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t},\n\t\t\t\tN000_kuma34 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_標準防護具\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"標準防護具\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN001_kihon31 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN000_seiketsu30 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*清潔\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN003_kihon27 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN002_seiketsu26 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*清潔\",\n\t\t\t\t},\n\t\t\t\tN001_mesu25 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*メス\",\n\t\t\t\t},\n\t\t\t\tN000_chuusha24 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*注射\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_いつもの服\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"いつもの服\",\n\t\t\t\t},\n\t\t\t\tN003_kenzenteepu_show_7 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"健全テープ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"健全テープ show\",\n\t\t\t\t},\n\t\t\t\tN003_kenzenteepu_hide_7 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"健全テープ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"健全テープ hide\",\n\t\t\t\t},\n\t\t\t\tN002_kihon6 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いつもの服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN001_munehadake5 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いつもの服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*胸はだけ\",\n\t\t\t\t},\n\t\t\t\tN000_hanra4 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いつもの服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*半裸\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t},\n\t\t\t\tN001_kihon18 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN000_munamoto17 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t},\n\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t},\n\t\t\t\tN004_kihon14 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t},\n\t\t\t\tN003_yubisashi13 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ゆびさし\",\n\t\t\t\t},\n\t\t\t\tN002_yubitate12 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*ゆびたて\",\n\t\t\t\t},\n\t\t\t\tN001_mesu11 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*メス\",\n\t\t\t\t},\n\t\t\t\tN000_chuusha10 = {\n\t\t\t\t\tICD_Width = 0.25,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"*注射\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 115.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 7370, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 62.3333333333333, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[187] = { 0, LH = { 124.666666666667, 0.333333333333333 }, RH = { 188.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[191] = { 1, LH = { 189.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 62.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[187] = { 1, LH = { 124.666666666667, 0.666666666666667 }, RH = { 188.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[191] = { 0, LH = { 189.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tFrames = {\n\t\t{\n\t\t\tFrameTypeID = \"ChildFrame\",\n\t\t\tMode = 3,\n\t\t\tLayoutPreset = 0,\n\t\t\tPresetName = \"Default\",\n\t\t\tLeft = 0,\n\t\t\tTop = 27,\n\t\t\tWidth = 1920,\n\t\t\tHeight = 1104,\n\t\t\tZoneInfo = {\n\t\t\t\tAuxRight = { Expanded = true },\n\t\t\t\t[\"!Left\"] = {\n\t\t\t\t},\n\t\t\t\tAuxLeft = { Expanded = true },\n\t\t\t\tRight = { Expanded = true, },\n\t\t\t\tLeft = { Expanded = false, },\n\t\t\t\t[\"!Right\"] = {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = {\n\t\t\t\tViewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },\n\t\t\t\tInnerLeft = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tMainSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.53405725567621,\n\t\t\t\t},\n\t\t\t\tCenterSplit = {\n\t\t\t\t\tRatioX = 1,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tViewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },\n\t\t\t\tComments = { Show = false },\n\t\t\t\tTime = { Show = true, RatioX = 100, },\n\t\t\t\tInnerColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1.46594274432379,\n\t\t\t\t},\n\t\t\t\tKeyframes = { Show = false, },\n\t\t\t\tLayoutStrip = { Show = true, RatioX = 100, },\n\t\t\t\tInspector = { Show = true, RatioY = 1, RatioX = 100, },\n\t\t\t\tInnerRight = {\n\t\t\t\t},\n\t\t\t\tMediaPool = { Show = false, },\n\t\t\t\tOuterColumns = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tEffects = { Show = true, Adjust = false, RatioY = 100, MRU = 7, RatioX = 1, },\n\t\t\t\tActionStrip = { Show = true, RatioX = 100, },\n\t\t\t\tMetadata = { Show = false, },\n\t\t\t\tOuterLeft = {\n\t\t\t\t},\n\t\t\t\tViewerSplit = {\n\t\t\t\t\tRatioX = 100,\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t},\n\t\t\t\tNodes = { Show = true, RatioY = 100, RatioX = 1, },\n\t\t\t\tOuterRight = {\n\t\t\t\t\tPixelX = 420,\n\t\t\t\t\tRatioY = 100,\n\t\t\t\t},\n\t\t\t\tClips = { Show = false, },\n\t\t\t\tSpline = { Show = false, }\n\t\t\t},\n\t\t\tViews = ordered() {\n\t\t\t\tEffects = MultiView {\n\t\t\t\t\tActive = \"EffectView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tEffectView = \"EffectView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tNodes = MultiView {\n\t\t\t\t\tActive = \"FlowView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tFlowView = \"FlowView\"\n\t\t\t\t\t},\n\t\t\t\t\tFlowView = FlowView {\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tNavigator = true,\n\t\t\t\t\t\t\tAutoHideNavigator = true,\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNavigatorSize = { 200, 140 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\tRootScale = 0.125,\n\t\t\t\t\t\tRootOffset = { -2278.96, 864.117 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tKeyframes = MultiView {\n\t\t\t\t\tActive = \"TimelineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTimelineView = \"TimelineView\"\n\t\t\t\t\t},\n\t\t\t\t\tTimelineView = TimelineView {\n\t\t\t\t\t\tTreeControlState = {\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDisplayMode = \"All Tools\",\n\t\t\t\t\t\tShowCurrentTimeTools = false,\n\t\t\t\t\t\tFilter = \"Show All\",\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAnimatedToolsOnly = false,\n\t\t\t\t\t\tShowEditBoxes = false,\n\t\t\t\t\t\tKeyFrameView = {\n\t\t\t\t\t\t\tPosition = { Left = 232, Bottom = 320 },\n\t\t\t\t\t\t\tScaleX = 2.14424951267057,\n\t\t\t\t\t\t\tOffsetX = -51.4619883040936,\n\t\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\t\tGuidelinesSnapTo = \"frame\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpreadsheet = { LeftPos = 232, Visible = false }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSpline = MultiView {\n\t\t\t\t\tActive = \"SplineView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tSplineView = \"SplineEditorView\"\n\t\t\t\t\t},\n\t\t\t\t\tSplineView = SplineEditorView {\n\t\t\t\t\t\tLeftPos = 264,\n\t\t\t\t\t\tScaleX = 0.2,\n\t\t\t\t\t\tScaleY = 0.00338983050847458,\n\t\t\t\t\t\tOffsetX = -3.4,\n\t\t\t\t\t\tOffsetY = 0,\n\t\t\t\t\t\tAutoScaling = \"scroll\",\n\t\t\t\t\t\tAutoSnapTo = \"frame\",\n\t\t\t\t\t\tAutoSnapToGuidelines = false,\n\t\t\t\t\t\tGuidelinesSnapTo = \"frame\",\n\t\t\t\t\t\tShowKeyMarkers = false,\n\t\t\t\t\t\tIndependentHandles = false,\n\t\t\t\t\t\tShowNonSplineModifiers = false,\n\t\t\t\t\t\tGuidelinesGrabEnabled = true,\n\t\t\t\t\t\tShowOneToolOnly = false,\n\t\t\t\t\t\tShowSelectedTools = false,\n\t\t\t\t\t\tShowAllInputs = false,\n\t\t\t\t\t\tFilter = \"Show All\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInspector = MultiView {\n\t\t\t\t\tActive = \"Tools\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tTools = \"ControlView\",\n\t\t\t\t\t\tModifiers = \"ModifierView\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer1 = MultiView {\n\t\t\t\t\tActive = \"LeftView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tLeftView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tViewer2 = MultiView {\n\t\t\t\t\tActive = \"RightView\",\n\t\t\t\t\tViewList = ordered() {\n\t\t\t\t\t\tRightView = \"PreviewContainer\"\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTime = \"TimeView\",\n\t\t\t\tActionStrip = \"ActionStripView\",\n\t\t\t\tLayoutStrip = \"LayoutStripView\"\n\t\t\t},\n\t\t\tLayout = {\n\t\t\t\t{ ID = \"LayoutStrip\", FixedY = 36, Resolve = false, Flat = true },\n\t\t\t\t{\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\tZone = \"Left\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterLeft\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"MediaPool\", Fusion = false, RatioX = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Effects\", RatioX = 1 },\n\t\t\t\t\t\t\t\tPaneID = \"InnerLeft\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Left\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer1\", RatioY = 0.01, RatioX = 1 },\n\t\t\t\t\t\t\t\t\t{ ID = \"Viewer2\", RatioX = 1 },\n\t\t\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\t\t\tColumns = 2,\n\t\t\t\t\t\t\t\t\tPaneID = \"ViewerSplit\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{ ID = \"Time\", FixedY = 83, Flat = true },\n\t\t\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\t\t\tRows = 2\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\t\t\tPaneID = \"InnerRight\",\n\t\t\t\t\t\t\t\tMaxViews = 1,\n\t\t\t\t\t\t\t\tPixelX = 420,\n\t\t\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\t\t\tZone = \"!Right\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tRatioY = 2,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"InnerColumns\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ ID = \"ActionStrip\", FixedY = 50, Flat = true },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t{ ID = \"Nodes\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Spline\", RatioX = 1 },\n\t\t\t\t\t\t\t{ ID = \"Keyframes\", RatioX = 1 },\n\t\t\t\t\t\t\tRatioY = 1,\n\t\t\t\t\t\t\tColumns = 3,\n\t\t\t\t\t\t\tPaneID = \"MainSplit\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ Fusion = false, ID = \"Clips\", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },\n\t\t\t\t\t\tRatioX = 1,\n\t\t\t\t\t\tRows = 4,\n\t\t\t\t\t\tPaneID = \"CenterSplit\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t{ ID = \"Inspector\", RatioY = 1 },\n\t\t\t\t\t\t{ ID = \"Metadata\", RatioY = 1, Fusion = false },\n\t\t\t\t\t\tZone = \"Right\",\n\t\t\t\t\t\tRows = 2,\n\t\t\t\t\t\tPaneID = \"OuterRight\",\n\t\t\t\t\t\tPixelX = 420\n\t\t\t\t\t},\n\t\t\t\t\tRatioY = 1,\n\t\t\t\t\tColumns = 3,\n\t\t\t\t\tPaneID = \"OuterColumns\"\n\t\t\t\t},\n\t\t\t\tRatioX = 1,\n\t\t\t\tRows = 2,\n\t\t\t\tRatioY = 1\n\t\t\t},\n\t\t\tTopBar = {\n\t\t\t\tLeft = { \"Left\", \"MediaPool\", \"Effects\", \"Clips\", \"Nodes\", \"Console\" },\n\t\t\t\tRight = { \"Spline\", \"Keyframes\", \"Metadata\", \"Inspector\", \"Right\" }\n\t\t\t}\n\t\t}\n\t},\n\tPrefs = {\n\t\tComp = {\n\t\t\tInteractive = {\n\t\t\t\tProxy = {\n\t\t\t\t\tAuto = true\n\t\t\t\t},\n\t\t\t},\n\t\t\tMemory = {\n\t\t\t\tFramesAtOnce = 1,\n\t\t\t},\n\t\t\tViews = {\n\t\t\t\tRightView = {\n\t\t\t\t},\n\t\t\t\tLeftView = {\n\t\t\t\t\tViewer = {\n\t\t\t\t\t\tScaleMode = 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tView1 = {\n\t\t\t\t},\n\t\t\t\tDefaults = {\n\t\t\t\t\tOpToolbar = {\n\t\t\t\t\t\tSize = 1\n\t\t\t\t\t},\n\t\t\t\t\tView3D = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tShowUVTangentVectors = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t},\n\t\t\t\t\tMaterialViewer = {\n\t\t\t\t\t\tOptions = {\n\t\t\t\t\t\t\tTextureDepth = \"int8\"\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tPreview = {\n\t\t\t\tHiQ = false,\n\t\t\t},\n\t\t\tNetwork = {\n\t\t\t\tSlaveMemOverride = true,\n\t\t\t},\n\t\t\tPaths = {\n\t\t\t\tMap = {\n\t\t\t\t},\n\t\t\t\tEnableReverseMapping = true\n\t\t\t},\n\t\t\tFrameFormat = {\n\t\t\t\tGuideRatio = 1.77777777777778,\n\t\t\t},\n\t\t\tLastFile = \"C:\\\\work\\\\test\\\\れいむ\\\\口\\\\00.00.png\",\n\t\t\tAVI = {\n\t\t\t\tPreview = {\n\t\t\t\t\tDataCheck = true,\n\t\t\t\t\tKey = 15,\n\t\t\t\t\tQuality = 75,\n\t\t\t\t\tDataRate = 300,\n\t\t\t\t\tKeyCheck = true,\n\t\t\t\t\tHandler = 1668707181\n\t\t\t\t}\n\t\t\t},\n\t\t\tTweaks = {\n\t\t\t\tOpenCL = {\n\t\t\t\t\tEnable = 2,\n\t\t\t\t\tCaching = 2\n\t\t\t\t}\n\t\t\t},\n\t\t\tCluster = {\n\t\t\t\tSlaveClasses = \"all\"\n\t\t\t},\n\t\t\tFlowView = {\n\t\t\t\tForceAll = true,\n\t\t\t\tGridSnap = true,\n\t\t\t\tRemoveRouters = false,\n\t\t\t\tFullToolIndicator = false\n\t\t\t},\n\t\t\tQuickTime = {\n\t\t\t},\n\t\t\tImport = {\n\t\t\t\tOMF = {\n\t\t\t\t\tFlowFormat = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n}\n\n"
  },
  {
    "path": "Templates/Edit/Generators/立ち絵書き出し元ファイル/雨晴はう.json",
    "content": "{\n  \"macro_name\": \"Hau\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_Root\",\n      \"name\": \"Root\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_asenado_show_83\",\n      \"name\": \"汗など show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_asenado_hide_83\",\n      \"name\": \"汗など hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_masukutoaishiirudo_show_79\",\n      \"name\": \"マスクとアイシールド show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_masukutoaishiirudo_hide_79\",\n      \"name\": \"マスクとアイシールド hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_hyoujunbougogu31\",\n      \"name\": \"*標準防護具\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_itsumonofuku18\",\n      \"name\": \"*いつもの服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_汗など\",\n      \"name\": \"汗など\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_show_83\",\n      \"name\": \"汗 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_ase_hide_83\",\n      \"name\": \"汗 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namidame_show_82\",\n      \"name\": \"涙目 show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_namidame_hide_82\",\n      \"name\": \"涙目 hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_眉\",\n      \"name\": \"眉\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_futsuu78\",\n      \"name\": \"*普通\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_oko77\",\n      \"name\": \"*おこ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_komari76\",\n      \"name\": \"*こまり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目\",\n      \"name\": \"目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_mesetto73\",\n      \"name\": \"*目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_nikkori59\",\n      \"name\": \"*にっこり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_toji58\",\n      \"name\": \"*閉じ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_nagomi57\",\n      \"name\": \"*なごみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_none56\",\n      \"name\": \"*><\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_〇〇55\",\n      \"name\": \"*〇〇\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_目セット\",\n      \"name\": \"目セット\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kihonshirome63\",\n      \"name\": \"*基本白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mihirakishirome62\",\n      \"name\": \"*見開き白目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_黒目\",\n      \"name\": \"黒目\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_kihon173\",\n      \"name\": \"*基本1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_kihon272\",\n      \"name\": \"*基本2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_kameramesen171\",\n      \"name\": \"*カメラ目線1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kameramesen270\",\n      \"name\": \"*カメラ目線2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_mesorashi169\",\n      \"name\": \"*目そらし1\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_mesorashi268\",\n      \"name\": \"*目そらし2\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_guruguru67\",\n      \"name\": \"*ぐるぐる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_haato66\",\n      \"name\": \"*ハート\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_口\",\n      \"name\": \"口\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N012_hohoemi52\",\n      \"name\": \"*ほほえみ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N011_ehe51\",\n      \"name\": \"*えへ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N010_waaa50\",\n      \"name\": \"*わあー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N009_jururi49\",\n      \"name\": \"*じゅるり\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N008_nmufu48\",\n      \"name\": \"*んむふ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N007_mu47\",\n      \"name\": \"*む\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N006_o46\",\n      \"name\": \"*お\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N005_oo45\",\n      \"name\": \"*おー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_owaa44\",\n      \"name\": \"*おわー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_n43\",\n      \"name\": \"*ん\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_e42\",\n      \"name\": \"*え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_uheee41\",\n      \"name\": \"*うへえー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_mukuu40\",\n      \"name\": \"*むくー\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_顔色\",\n      \"name\": \"顔色\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kageri_show_37\",\n      \"name\": \"かげり show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kageri_hide_37\",\n      \"name\": \"かげり hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_hoppe36\",\n      \"name\": \"*ほっぺ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_sekimen35\",\n      \"name\": \"*赤面\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_kuma34\",\n      \"name\": \"*クマ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_いつもの服\",\n      \"name\": \"いつもの服\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kenzenteepu_show_7\",\n      \"name\": \"健全テープ show\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kenzenteepu_hide_7\",\n      \"name\": \"健全テープ hide\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_kihon6\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_munehadake5\",\n      \"name\": \"*胸はだけ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_hanra4\",\n      \"name\": \"*半裸\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kihon18\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_munamoto17\",\n      \"name\": \"*胸元\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N004_kihon14\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_yubisashi13\",\n      \"name\": \"*ゆびさし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_yubitate12\",\n      \"name\": \"*ゆびたて\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_mesu11\",\n      \"name\": \"*メス\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_chuusha10\",\n      \"name\": \"*注射\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_標準防護具\",\n      \"name\": \"標準防護具\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_左腕1\",\n      \"name\": \"左腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_kihon31\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_seiketsu30\",\n      \"name\": \"*清潔\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"Grp_右腕1\",\n      \"name\": \"右腕\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N003_kihon27\",\n      \"name\": \"*基本\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N002_seiketsu26\",\n      \"name\": \"*清潔\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N001_mesu25\",\n      \"name\": \"*メス\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"ポーズ\",\n      \"id\": \"N000_chuusha24\",\n      \"name\": \"*注射\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/設定等/ポーズ以外の設定(Open).json",
    "content": "{\n  \"macro_name\": \"MacroTool\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"口パク\",\n      \"id\": \"M_Open\",\n      \"name\": \"M_Open\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"口パク\",\n      \"id\": \"Threshold\",\n      \"name\": \"Threshold\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"口パク\",\n      \"id\": \"Label_000\",\n      \"name\": \"※変更後アニメーションを作り直す必要があります。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthOpenAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/設定等/ポーズ以外の設定.json",
    "content": "{\n  \"macro_name\": \"MacroTool\",\n  \"use_group\": true,\n  \"main_output_list\": [\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"<Output>\",\n      \"id\": \"Output\",\n      \"name\": \"Output\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ],\n  \"main_input_list\": [],\n  \"input_list\": [\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"CopyPose\",\n      \"name\": \"Copy Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"PastePose\",\n      \"name\": \"Paste Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"SavePose\",\n      \"name\": \"Save Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Root\",\n      \"page\": \"User\",\n      \"id\": \"LoadPose\",\n      \"name\": \"Load Pose\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Center\",\n      \"name\": \"Center\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Pivot\",\n      \"name\": \"Pivot\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"UseSizeAndAspect\",\n      \"name\": \"Use Size and Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Aspect\",\n      \"name\": \"Aspect\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"XSize\",\n      \"name\": \"X Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"YSize\",\n      \"name\": \"Y Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"Angle\",\n      \"name\": \"Angle\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipHoriz\",\n      \"name\": \"Flip Horizontal\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"レイアウト\",\n      \"page\": \"Controls\",\n      \"id\": \"FlipVert\",\n      \"name\": \"Flip Vertical\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Speed\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"スピード\",\n      \"control_group\": 0,\n      \"option01\": \"Page=\\\"モーション\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"Motion_Str\",\n      \"page\": \"Controls\",\n      \"id\": \"Value\",\n      \"name\": \"強さ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N000_モーションなし\",\n      \"name\": \"モーションなし\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N001_ぽよ\",\n      \"name\": \"ぽよ\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N002_ぴょん_Ctrl\",\n      \"name\": \"ぴょん_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N003_リズム_Ctrl\",\n      \"name\": \"リズム_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N004_跳ねる_Ctrl\",\n      \"name\": \"跳ねる_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N005_横揺れ_Ctrl\",\n      \"name\": \"横揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N006_縦揺れ_Ctrl\",\n      \"name\": \"縦揺れ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N007_拡縮_Ctrl\",\n      \"name\": \"拡縮_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N008_パーターブ_Ctrl\",\n      \"name\": \"パーターブ_Ctrl\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N009_跳ねる\",\n      \"name\": \"跳ねる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N010_跳ねる_小\",\n      \"name\": \"跳ねる_小\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N011_不安\",\n      \"name\": \"不安\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N012_荒ぶる\",\n      \"name\": \"荒ぶる\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"モーションSelector\",\n      \"page\": \"モーション\",\n      \"id\": \"N013_震え\",\n      \"name\": \"震え\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"Page=\\\"口パク\\\"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled4\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled5\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled6\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled7\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled8\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"MouthScale\",\n      \"page\": \"Controls\",\n      \"id\": \"Size\",\n      \"name\": \"Size\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Blink\",\n      \"name\": \"Blink\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Close\",\n      \"name\": \"Close\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Offset\",\n      \"name\": \"Offset\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Make\",\n      \"name\": \"Make Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"Delete\",\n      \"name\": \"Delete Anim\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"目パチ\",\n      \"id\": \"at00\",\n      \"name\": \"ボタンを押さないと反映されません。\",\n      \"control_group\": 0,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerOrder\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerSelection\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled1\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled2\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerName3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    },\n    {\n      \"node\": \"EyeAnim\",\n      \"page\": \"Merge\",\n      \"id\": \"LayerEnabled3\",\n      \"name\": \"Layer List\",\n      \"control_group\": 1,\n      \"option01\": \"\",\n      \"option02\": \"\",\n      \"option03\": \"\"\n    }\n  ]\n}"
  },
  {
    "path": "Templates/Edit/Generators/設定等/立ち絵素材ダウンロード先.txt",
    "content": "立ち絵サンプル用立ち絵素材のダウンロード先です。\n\n------------------------------------------------------\nずんだもん.setting\nずんだもん(Open).setting\n\n坂本アヒル様:ずんだもん立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im10788496\nファイル名: ずんだもん立ち絵素材2.3.zip\n\nキャラクター設定参考\nZU\t^\\d+_ずんだもん.+\tOlive\tauto\t25\taiueo3\t<MultiMerge>\nOpen版\nZU\t^\\d+_ずんだもん.+\tOlive\tauto\t25\topen\t<MultiMerge>\n\n------------------------------------------------------\n四国めたん.setting\n\n坂本アヒル様:四国めたん立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im10791276\nファイル名: 四国めたん立ち絵素材2.1.zip\n\nキャラクター設定参考\nME\t^\\d+_四国めたん.+\tViolet\tauto\t25\taiueo3\t<MultiMerge>\n\n------------------------------------------------------\nちびめたん.setting\n\n坂本アヒル様:ちびめたん立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im11020697\nファイル名: ちびめたん立ち絵素材.zip\n\nキャラクター設定参考\nME\t^\\d+_四国めたん.+\tViolet\tauto\t25\taiueo3\t<MultiMerge>\n\n------------------------------------------------------\n春日部つむぎ.setting\n\n坂本アヒル様:春日部つむぎ立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im10849150\nファイル名: 春日部つむぎ立ち絵素材3.0.zip\n\nキャラクター設定参考\nME\t^\\d+_春日部つむぎ.+\tViolet\tauto\t25\taiueo3\t<MultiMerge>\n\n------------------------------------------------------\n雨晴はう.setting\n\n坂本アヒル様:雨晴はう立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im10880094\nファイル名: 雨晴はう立ち絵素材2.0.zip\n\nキャラクター設定参考\nME\t^\\d+_雨晴はう.+\tViolet\tauto\t25\taiueo3\t<MultiMerge>\n\n------------------------------------------------------\n九州そら.setting\n\n坂本アヒル様:九州そら立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im10924061\nファイル名: 九州そら立ち絵素材.zip\n\nキャラクター設定参考\nSO\t^\\d+_九州そら.+\tPurple\tauto\t25\taiueo3\t<MultiMerge>\n\n------------------------------------------------------\nWhiteCUL.setting\n\n坂本アヒル様:WhiteCUL立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im11232248\nファイル名: WhiteCUL立ち絵素材.zip\n\nキャラクター設定参考\nWH\t^\\d+_WhiteCUL.+\tTeal\tauto\t25\taiueo3\t<MultiMerge>\n\n------------------------------------------------------\n中国うさぎ.setting\n\n坂本アヒル様:中国うさぎ立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im11232921\nファイル名: 中国うさぎ立ち絵素材2.0.zip\n\nキャラクター設定参考\nUSA\t^\\d+_中国うさぎ.+\tPink\tauto\t25\taiueo3\t<MultiMerge>\n\n------------------------------------------------------\n東北ずん子(Open).setting\n\n坂本アヒル様:東北ずん子立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im11135374\nファイル名: 東北ずん子立ち絵素材2.0.zip\n\nキャラクター設定参考\nZK\t^\\d+-東北ずん子.+\tLime\tauto\t25\topen\t<MultiMerge>\n\n------------------------------------------------------\n琴葉葵.setting\n琴葉茜.setting\n\n坂本アヒル様:琴葉姉妹立ち絵素材\nhttps://seiga.nicovideo.jp/seiga/im10854789\nファイル名: 琴葉姉妹立ち絵素材1.1.zip\n\nキャラクター設定参考\nAO\t^\\d+_琴葉 葵.+\tTeal\tauto\t25\taiueo3\t<MultiMerge>\nAK\t^\\d+_琴葉 茜.+\tPink\tauto\t25\taiueo3\t<MultiMerge>\n\n------------------------------------------------------\nれいむ.setting\n\nきつね様:きつねゆっくり れいむ\nhttp://www.nicotalk.com/charasozai_kt.html\nファイル名: れいむ.zip\n\nキャラクター設定参考\nRE\t^\\d+_れいむ.+\tPink\tauto\t25\topen\tFirstOperand\n\n------------------------------------------------------\nまりさ.setting\n\nきつね様:きつねゆっくり まりさ\nhttp://www.nicotalk.com/charasozai_kt.html\nファイル名: まりさ.zip\n\nキャラクター設定参考\nMA\t^\\d+_まりさ.+\tYellow\tauto\t25\topen\tFirstOperand\n\n------------------------------------------------------\n"
  },
  {
    "path": "Templates/Edit/Generators/雨晴はう.setting",
    "content": "{\n\tTools = ordered() {\n\t\tHau = GroupOperator {\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"CopyPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Copy Pose\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"PastePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Paste Pose\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"SavePose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Save Pose\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"LoadPose\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Load Pose\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Center\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Use Size and Aspect\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Aspect\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"X Size\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Y Size\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"Angle\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"レイアウト\",\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tControlGroup = 1\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"モーション\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"強さ\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N000_モーションなし\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"モーションなし\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N001_ぽよ\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぽよ\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N002_ぴょん_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ぴょん_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N003_リズム_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"リズム_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N004_跳ねる_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N005_横揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"横揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N006_縦揺れ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"縦揺れ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N007_拡縮_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"拡縮_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N008_パーターブ_Ctrl\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"パーターブ_Ctrl\"\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N009_跳ねる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる\"\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N010_跳ねる_小\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"跳ねる_小\"\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N011_不安\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"不安\"\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N012_荒ぶる\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"荒ぶる\"\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"N013_震え\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"震え\"\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_Root\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Root\"\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_asenado_show_83\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗など show\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_asenado_hide_83\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗など hide\"\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_masukutoaishiirudo_show_79\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"マスクとアイシールド show\"\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_masukutoaishiirudo_hide_79\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"マスクとアイシールド hide\"\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_hyoujunbougogu31\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*標準防護具\"\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_itsumonofuku18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*いつもの服\"\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_汗など\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗など\"\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase_show_83\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 show\"\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_ase_hide_83\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"汗 hide\"\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_namidame_show_82\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙目 show\"\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_namidame_hide_82\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"涙目 hide\"\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_眉\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"眉\"\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_futsuu78\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*普通\"\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_oko77\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おこ\"\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_komari76\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*こまり\"\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"目\"\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_mesetto73\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目セット\"\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_nikkori59\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*にっこり\"\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_toji58\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*閉じ\"\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_nagomi57\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*なごみ\"\n\t\t\t\t},\n\t\t\t\tInput52 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_none56\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*><\"\n\t\t\t\t},\n\t\t\t\tInput53 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_〇〇55\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*〇〇\"\n\t\t\t\t},\n\t\t\t\tInput54 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_目セット\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"目セット\"\n\t\t\t\t},\n\t\t\t\tInput55 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kihonshirome63\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本白目\"\n\t\t\t\t},\n\t\t\t\tInput56 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_mihirakishirome62\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*見開き白目\"\n\t\t\t\t},\n\t\t\t\tInput57 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_黒目\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"黒目\"\n\t\t\t\t},\n\t\t\t\tInput58 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_kihon173\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本1\"\n\t\t\t\t},\n\t\t\t\tInput59 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_kihon272\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本2\"\n\t\t\t\t},\n\t\t\t\tInput60 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_kameramesen171\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線1\"\n\t\t\t\t},\n\t\t\t\tInput61 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kameramesen270\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*カメラ目線2\"\n\t\t\t\t},\n\t\t\t\tInput62 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_mesorashi169\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目そらし1\"\n\t\t\t\t},\n\t\t\t\tInput63 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_mesorashi268\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*目そらし2\"\n\t\t\t\t},\n\t\t\t\tInput64 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_guruguru67\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ぐるぐる\"\n\t\t\t\t},\n\t\t\t\tInput65 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_haato66\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ハート\"\n\t\t\t\t},\n\t\t\t\tInput66 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_口\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"口\"\n\t\t\t\t},\n\t\t\t\tInput67 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N012_hohoemi52\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほほえみ\"\n\t\t\t\t},\n\t\t\t\tInput68 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N011_ehe51\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*えへ\"\n\t\t\t\t},\n\t\t\t\tInput69 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N010_waaa50\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*わあー\"\n\t\t\t\t},\n\t\t\t\tInput70 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N009_jururi49\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*じゅるり\"\n\t\t\t\t},\n\t\t\t\tInput71 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N008_nmufu48\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*んむふ\"\n\t\t\t\t},\n\t\t\t\tInput72 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N007_mu47\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*む\"\n\t\t\t\t},\n\t\t\t\tInput73 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N006_o46\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*お\"\n\t\t\t\t},\n\t\t\t\tInput74 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N005_oo45\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おー\"\n\t\t\t\t},\n\t\t\t\tInput75 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_owaa44\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*おわー\"\n\t\t\t\t},\n\t\t\t\tInput76 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_n43\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ん\"\n\t\t\t\t},\n\t\t\t\tInput77 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_e42\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*え\"\n\t\t\t\t},\n\t\t\t\tInput78 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_uheee41\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*うへえー\"\n\t\t\t\t},\n\t\t\t\tInput79 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_mukuu40\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*むくー\"\n\t\t\t\t},\n\t\t\t\tInput80 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_顔色\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"顔色\"\n\t\t\t\t},\n\t\t\t\tInput81 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kageri_show_37\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり show\"\n\t\t\t\t},\n\t\t\t\tInput82 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kageri_hide_37\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"かげり hide\"\n\t\t\t\t},\n\t\t\t\tInput83 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_hoppe36\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ほっぺ\"\n\t\t\t\t},\n\t\t\t\tInput84 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_sekimen35\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*赤面\"\n\t\t\t\t},\n\t\t\t\tInput85 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_kuma34\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*クマ\"\n\t\t\t\t},\n\t\t\t\tInput86 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_いつもの服\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"いつもの服\"\n\t\t\t\t},\n\t\t\t\tInput87 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kenzenteepu_show_7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"健全テープ show\"\n\t\t\t\t},\n\t\t\t\tInput88 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kenzenteepu_hide_7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"健全テープ hide\"\n\t\t\t\t},\n\t\t\t\tInput89 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_kihon6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput90 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_munehadake5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*胸はだけ\"\n\t\t\t\t},\n\t\t\t\tInput91 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_hanra4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*半裸\"\n\t\t\t\t},\n\t\t\t\tInput92 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"左腕\"\n\t\t\t\t},\n\t\t\t\tInput93 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kihon18\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput94 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_munamoto17\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*胸元\"\n\t\t\t\t},\n\t\t\t\tInput95 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"右腕\"\n\t\t\t\t},\n\t\t\t\tInput96 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N004_kihon14\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput97 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_yubisashi13\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ゆびさし\"\n\t\t\t\t},\n\t\t\t\tInput98 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_yubitate12\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*ゆびたて\"\n\t\t\t\t},\n\t\t\t\tInput99 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_mesu11\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*メス\"\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_chuusha10\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*注射\"\n\t\t\t\t},\n\t\t\t\tInput101 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_標準防護具\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"標準防護具\"\n\t\t\t\t},\n\t\t\t\tInput102 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_左腕1\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"左腕\"\n\t\t\t\t},\n\t\t\t\tInput103 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_kihon31\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput104 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_seiketsu30\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*清潔\"\n\t\t\t\t},\n\t\t\t\tInput105 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Grp_右腕1\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"右腕\"\n\t\t\t\t},\n\t\t\t\tInput106 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N003_kihon27\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*基本\"\n\t\t\t\t},\n\t\t\t\tInput107 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N002_seiketsu26\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*清潔\"\n\t\t\t\t},\n\t\t\t\tInput108 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N001_mesu25\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*メス\"\n\t\t\t\t},\n\t\t\t\tInput109 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"N000_chuusha24\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"*注射\"\n\t\t\t\t},\n\t\t\t\tInput110 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerOrder\",\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tPage = \"口パク\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput111 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput112 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName1\"\n\t\t\t\t},\n\t\t\t\tInput113 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput114 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName2\"\n\t\t\t\t},\n\t\t\t\tInput115 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput116 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName3\"\n\t\t\t\t},\n\t\t\t\tInput117 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput118 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName4\"\n\t\t\t\t},\n\t\t\t\tInput119 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled4\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput120 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName5\"\n\t\t\t\t},\n\t\t\t\tInput121 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled5\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput122 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName6\"\n\t\t\t\t},\n\t\t\t\tInput123 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled6\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput124 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName7\"\n\t\t\t\t},\n\t\t\t\tInput125 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled7\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput126 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName8\"\n\t\t\t\t},\n\t\t\t\tInput127 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"LayerEnabled8\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 2\n\t\t\t\t},\n\t\t\t\tInput128 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Size\"\n\t\t\t\t},\n\t\t\t\tInput129 = InstanceInput {\n\t\t\t\t\tDefault = 191,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Blink\"\n\t\t\t\t},\n\t\t\t\tInput130 = InstanceInput {\n\t\t\t\t\tDefault = 4,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Close\"\n\t\t\t\t},\n\t\t\t\tInput131 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Offset\"\n\t\t\t\t},\n\t\t\t\tInput132 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Make\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Make Anim\"\n\t\t\t\t},\n\t\t\t\tInput133 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Delete\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Delete Anim\"\n\t\t\t\t},\n\t\t\t\tInput134 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"at00\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"ボタンを押さないと反映されません。\"\n\t\t\t\t},\n\t\t\t\tInput135 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerOrder\"\n\t\t\t\t},\n\t\t\t\tInput136 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerSelection\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput137 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName1\"\n\t\t\t\t},\n\t\t\t\tInput138 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput139 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName2\"\n\t\t\t\t},\n\t\t\t\tInput140 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled2\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t},\n\t\t\t\tInput141 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tSource = \"LayerName3\"\n\t\t\t\t},\n\t\t\t\tInput142 = InstanceInput {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"LayerEnabled3\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Layer List\",\n\t\t\t\t\tControlGroup = 3\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tTools = ordered() {\n\t\t\t\tLoader14 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2805, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!右腕\\\\-メス.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6875, 379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tPerturb1 = PerturbPoint {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStrength = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Str = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMotion_Speed = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader50 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -2029.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-基本1_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader4 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\健全テープ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader22 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!顔色\\\\かげり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader10 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1925, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!左腕\\\\-胸元.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.03 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.03\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 1.5 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 7535, 379.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader20 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3905, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!顔色\\\\-赤面.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader5 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-注射.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader26 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-ん.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, 379.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader36 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-〇〇.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader43 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -2029.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-ハート.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5885, 379.5 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"ScrewControl\", LINKS_Name = \"speed\" }, offset = { INP_Default = 0, LINKS_Name = \"offset\", INP_MaxScale = 500, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tXYPath1_1 = XYPath {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2_1_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation4_1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation4_1FirstOperand = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 }\n\t\t\t\t},\n\t\t\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 379.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\" } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 } },\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = Input { Expression = \" v\" },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, ICS_ControlPage = \"Controls\", LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258 } },\n\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tNameSet = true,\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 5720, 379.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\t\t\tPage = \"Controls\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\tName = \"強さ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\t\t\tSource = \"Pivot\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader13 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2695, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!右腕\\\\-注射.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader40 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-にっこり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader15 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2915, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!右腕\\\\-清潔.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader31 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-んむふ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Background = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, 544.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tST_SetDomain = SetDomain {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, 676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\t[\"モーションSelector\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 544.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStr = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tST_Merge = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 676.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"レイアウト\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 808.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input { Value = { 0.85, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader7 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1375, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-ゆびたて.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader24 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-うへえー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader23 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-むくー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, 379.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSpeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 9 },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\" },\n\t\t\t\t\t\tFrame = Input {\n\t\t\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t\t\t\tValue = 30\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader38 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4950, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-なごみ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.08 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 7040, 379.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader54 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -247.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\マスクとアイシールド.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader52 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!眉\\\\-おこ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader2 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\-胸はだけ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader55 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\汗など\\\\涙目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader56 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\汗など\\\\汗.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground5 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain5 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader12 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"基本_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2365, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground6 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain6 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2585, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader16 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader16\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG2\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"基本_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground7 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain7 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3245, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader18 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕1_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain7\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader18\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕1\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG2\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"標準防護具\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -379.5 } }\n\t\t\t\t},\n\t\t\t\tLoader49 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6600, -2029.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-基本2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader44 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -2029.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-ぐるぐる.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader37 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-__.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader6 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-メス.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, 379.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"v\" }, Y = { CBC_TriState = false, LINKS_Name = \"Y\", INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader8 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1485, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-ゆびさし.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader32 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-じゅるり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader46 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -2029.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-目そらし1_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader1 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\-半裸.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader34 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-えへ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader30 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-む.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader41 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -1633.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\-見開き白目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"震え\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t\t\t\tValue = 0.504755282581476\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tspeed = Input { Value = 12 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.005 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295153\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.001, INP_MaxScale = 1, INP_MinScale = 0.001 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, v = { INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"v\" }, Y = { CBC_TriState = false, INP_Default = 0, INP_Integer = true, LINKID_DataType = \"Number\", INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\" } },\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 109.359001159668, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 7700, 379.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"speed\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\t\t\tSource = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader45 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -2029.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-目そらし2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader47 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6380, -2029.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線2_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6215, 379.5 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, LINKS_Name = \"out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tspeed = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = Input {\n\t\t\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader19 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3795, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!顔色\\\\-クマ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader17 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3355, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-標準防護具\\\\!左腕\\\\-清潔.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tUserControls = ordered() { bound = { INP_Default = 0, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\" }, speed = { INP_Default = 1, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = 0.00100000004749745, INP_MaxScale = 1, INP_MinScale = 0.00100000004749745 }, width = { INP_Default = 0, LINKS_Name = \"\\nwidth\", INP_Integer = false, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_MinScale = 0 }, amplitude = { INP_Default = 0, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxAllowed = 1000000, INP_MinAllowed = -1000000, INP_MaxScale = 1, INP_MinScale = 0 }, out = { INP_Default = 0, INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tspeed = Input { Value = 2 },\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t\t\t\tValue = 59\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tamplitude = Input { Value = 0.02 },\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tReferenceSize = Input { Value = 1 },\n\t\t\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t\t\t\tValue = 0.951056516295154\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 7205, 379.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\t\t\tDefault = 2,\n\t\t\t\t\t\t\tMinScale = 0.0010000000475\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\t\t\tSource = \"amplitude\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader51 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4510, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!眉\\\\-こまり.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -247.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain1 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain2 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader3 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"いつもの服_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 715, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"健全テープ_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"いつもの服_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 825, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain3 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader9 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!右腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"右腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"健全テープ_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1595, -511.5 } }\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -1039.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain4 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -907.5 } }\n\t\t\t\t},\n\t\t\t\tLoader11 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -1039.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\-いつもの服\\\\!左腕\\\\-基本.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -907.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -775.5 } }\n\t\t\t\t},\n\t\t\t\t[\"左腕_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"右腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"いつもの服\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"左腕_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 2035, -379.5 } }\n\t\t\t\t},\n\t\t\t\tRoot_MG = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"いつもの服\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3465, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground8 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain8 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 3685, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader21 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!顔色\\\\-ほっぺ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain8\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader21\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4015, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"かげり_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"かげり_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"顔色_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4125, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground13 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain13 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4400, -511.5 } }\n\t\t\t\t},\n\t\t\t\tLoader53 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -643.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!眉\\\\-普通.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"眉_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain13\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader53\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"眉_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"顔色_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4730, -115.5 } }\n\t\t\t\t},\n\t\t\t\t[\"マスクとアイシールド_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"眉_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBackground14 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -643.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain14 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"涙目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain14\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"涙目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -511.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗など\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -379.5 } }\n\t\t\t\t},\n\t\t\t\t[\"汗など_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"マスクとアイシールド_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗など\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5280, -115.5 } }\n\t\t\t\t},\n\t\t\t\tBody = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"汗など_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground9 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -940.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain9 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4840, -808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain9\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader35\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -808.5 } }\n\t\t\t\t},\n\t\t\t\t[\"口\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -676.5 } }\n\t\t\t\t},\n\t\t\t\tMouthBase = Transform {\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"口\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthScale = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -247.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.458565728229529, 0.765844262505243 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader35 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6270, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-ほほえみ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tN = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader35\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6160, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tA = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform1_4 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tSize = Input { Value = 0.9 },\n\t\t\t\t\t\tPivot = Input { Value = { 0.459447212251857, 0.767488666315235 } },\n\t\t\t\t\t\tAspect = Input { Value = 0.9 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -412.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_1 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader25 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5170, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-え.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tI = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader25\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_2 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5940, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader29 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-お.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tU = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader29\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_3 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader33 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-わあー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tE = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader33\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tSize = Input { Value = 0.8 },\n\t\t\t\t\t\tPivot = Input { Value = { 0.459447212251857, 0.767488666315235 } },\n\t\t\t\t\t\tAspect = Input { Value = 0.8 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -412.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_4 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5720, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader28 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5500, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-おー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tO = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader28\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_MouthScale_5 = Transform {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMouthAnim = MultiMerge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6050, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"MouthBase\" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"N\" },\n\t\t\t\t\t\tLayerEnabled2 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName3 = Input { Value = \"A\" },\n\t\t\t\t\t\tLayerEnabled3 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName4 = Input { Value = \"I\" },\n\t\t\t\t\t\tLayerEnabled4 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName5 = Input { Value = \"U\" },\n\t\t\t\t\t\tLayerEnabled5 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName6 = Input { Value = \"E\" },\n\t\t\t\t\t\tLayerEnabled6 = Input { Value = 0 },\n\t\t\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName7 = Input { Value = \"O\" },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled7 = Input { Value = 0 },\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t\t\t7\n\t\t\t\t\t\t\t\t} } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground10 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1237.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain10 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 4620, -1105.5 } }\n\t\t\t\t},\n\t\t\t\tBackground11 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1633.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain11 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -1501.5 } }\n\t\t\t\t},\n\t\t\t\tLoader42 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1633.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\-基本白目.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"目セット_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain11\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader42\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5610, -1501.5 } }\n\t\t\t\t},\n\t\t\t\tBackground12 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tHeight = Input { Value = 1820 },\n\t\t\t\t\t\tDepth = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input { Value = 1082 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -2029.5 } }\n\t\t\t\t},\n\t\t\t\tSetDomain12 = SetDomain {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMode = Input { Value = FuID { \"Set\" } },\n\t\t\t\t\t\tTop = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRight = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5830, -1897.5 } }\n\t\t\t\t},\n\t\t\t\tLoader48 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6490, -2029.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-目セット\\\\!黒目\\\\-カメラ目線1_.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain12\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader48\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1897.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1765.5 } }\n\t\t\t\t},\n\t\t\t\t[\"黒目_MG1\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1501.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目セット\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"黒目_MG1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1369.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目_MG\"] = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"SetDomain10\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"目セット\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -1105.5 } }\n\t\t\t\t},\n\t\t\t\t[\"目\"] = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目_MG\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -973.5 } }\n\t\t\t\t},\n\t\t\t\tEyeBase = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -511.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFlattenTransform = Input { Value = 1 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"目\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tLoader39 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5060, -1237.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!目\\\\-閉じ.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tClosed = Fuse.Wireless {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6545, -511.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Loader39\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeAnim = MultiMerge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, -115.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName1 = Input { Value = \"EyeBase \" },\n\t\t\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled2\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim_1LayerEnabled1\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLayerName2 = Input { Value = \"Closed\" },\n\t\t\t\t\t\tBlink = Input { Value = 191 },\n\t\t\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t\t\t2\n\t\t\t\t\t\t\t\t} } }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBlink = {\n\t\t\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Blink\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tClose = {\n\t\t\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMake = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDelete = {\n\t\t\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tat00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsp00 = {\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_External = false\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled1 = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 1, RH = { 62.3333333333333, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[187] = { 0, Flags = { StepIn = true }, LH = { 124.666666666667, 0.333333333333333 }, RH = { 188.333333333333, 0.333333333333333 } },\n\t\t\t\t\t\t[191] = { 1, LH = { 189.666666666667, 0.666666666666667 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 232, Red = 198 }\n\t\t\t\t},\n\t\t\t\tEyeAnim_1LayerEnabled2 = BezierSpline {\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 62.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t\t\t[187] = { 1, Flags = { StepIn = true }, LH = { 124.666666666667, 0.666666666666667 }, RH = { 188.333333333333, 0.666666666666667 } },\n\t\t\t\t\t\t[191] = { 0, LH = { 189.666666666667, 0.333333333333333 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Green = 82, Blue = 214, Red = 232 }\n\t\t\t\t},\n\t\t\t\tRoot = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 16.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Grp_目セット\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_黒目\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_標準防護具\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_左腕1\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"Grp_右腕1\"] = Input { Value = 0 },\n\t\t\t\t\t\tComments = Input { Value = \"汗など_MG\\n汗_MG\\n涙目_MG\\nマスクとアイシールド_MG\\n眉_MG1\\n眉_MG\\n目_MG1\\n黒目_MG1\\n黒目_MG\\n目セット_MG\\n目_MG\\n口_MG1\\n口_MG\\n顔色_MG1\\nかげり_MG\\n顔色_MG\\n左腕_MG2\\n左腕1_MG\\n右腕_MG2\\n右腕1_MG\\n基本_MG\\nRoot_MG\\n左腕_MG1\\n左腕_MG\\n右腕_MG1\\n右腕_MG\\n健全テープ_MG\\nいつもの服_MG\" },\n\t\t\t\t\t\t[\"Grp_汗など\"] = Input { Value = 0 },\n\t\t\t\t\t\tGrp_Root = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tCopyPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Copy Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPastePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Paste Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Save Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLoadPose = {\n\t\t\t\t\t\t\tBTNCS_Execute = \"comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Load Pose\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGrp_Root = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"Root\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_asenado_show_83 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗など_MG\\\")\\nlocal node = comp:FindTool(\\\"汗など\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗など show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_asenado_hide_83 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗など_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗など hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_masukutoaishiirudo_show_79 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"マスクとアイシールド_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader54\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"マスクとアイシールド show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_masukutoaishiirudo_hide_79 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"マスクとアイシールド_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"マスクとアイシールド hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_hyoujunbougogu31 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"標準防護具\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*標準防護具\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_itsumonofuku18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"Root_MG\\\")\\nlocal node = comp:FindTool(\\\"いつもの服\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*いつもの服\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_汗など\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"汗など\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_show_83 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader56\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_ase_hide_83 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"汗_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"汗 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namidame_show_82 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader55\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙目 show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_namidame_hide_82 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"涙目_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"涙目 hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_眉\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t\tLINKS_Name = \"眉\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_futsuu78 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader53\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*普通\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_oko77 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader52\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おこ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_komari76 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"眉_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader51\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*こまり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tLINKS_Name = \"目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_mesetto73 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"目セット\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目セット\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_nikkori59 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader40\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*にっこり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_toji58 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader39\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*閉じ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_nagomi57 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader38\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*なごみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_none56 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader37\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*><\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"N000_〇〇55\"] = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader36\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*〇〇\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_目セット\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"目セット\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kihonshirome63 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader42\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mihirakishirome62 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"目セット_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader41\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*見開き白目\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_黒目\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 8,\n\t\t\t\t\t\t\tLINKS_Name = \"黒目\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_kihon173 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader50\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本1\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_kihon272 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader49\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_kameramesen171 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader48\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線1\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kameramesen270 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader47\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*カメラ目線2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_mesorashi169 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader46\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし1\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_mesorashi268 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader45\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*目そらし2\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_guruguru67 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader44\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ぐるぐる\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_haato66 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"黒目_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader43\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ハート\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_口\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 13,\n\t\t\t\t\t\t\tLINKS_Name = \"口\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN012_hohoemi52 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader35\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほほえみ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN011_ehe51 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader34\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*えへ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN010_waaa50 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader33\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*わあー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN009_jururi49 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader32\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*じゅるり\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN008_nmufu48 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader31\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*んむふ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN007_mu47 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader30\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*む\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN006_o46 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader29\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*お\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN005_oo45 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader28\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_owaa44 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader27\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*おわー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_n43 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader26\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ん\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_e42 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader25\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*え\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_uheee41 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader24\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*うへえー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_mukuu40 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"口_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader23\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*むくー\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_顔色\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"顔色\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kageri_show_37 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader22\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kageri_hide_37 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"かげり_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"かげり hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_hoppe36 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader21\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ほっぺ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_sekimen35 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader20\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*赤面\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_kuma34 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"顔色_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader19\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*クマ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_標準防護具\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 0,\n\t\t\t\t\t\t\tLINKS_Name = \"標準防護具\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kihon31 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader18\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_seiketsu30 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader17\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*清潔\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕1\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kihon27 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader16\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_seiketsu26 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader15\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*清潔\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_mesu25 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader14\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*メス\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_chuusha24 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕1_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader13\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*注射\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_いつもの服\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"いつもの服\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kenzenteepu_show_7 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"健全テープ_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader4\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"健全テープ show\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_kenzenteepu_hide_7 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"健全テープ_MG\\\")\\nmg.Foreground = nil\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"健全テープ hide\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.5\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_kihon6 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いつもの服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader3\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_munehadake5 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いつもの服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader2\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸はだけ\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_hanra4 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"いつもの服_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader1\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*半裸\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_左腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 2,\n\t\t\t\t\t\t\tLINKS_Name = \"左腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_kihon18 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader11\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_munamoto17 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"左腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader10\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*胸元\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Grp_右腕\"] = {\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKS_Name = \"右腕\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN004_kihon14 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader9\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*基本\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN003_yubisashi13 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader8\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆびさし\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN002_yubitate12 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader7\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*ゆびたて\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN001_mesu11 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader6\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*メス\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t},\n\t\t\t\t\t\tN000_chuusha10 = {\n\t\t\t\t\t\t\tICS_ControlPage = \"ポーズ\",\n\t\t\t\t\t\t\tBTNCS_Execute = \"local mg = comp:FindTool(\\\"右腕_MG\\\")\\nlocal node = comp:FindTool(\\\"Loader5\\\")\\nmg:ConnectInput(\\\"Foreground\\\", node)\\nmg.Center:HideViewControls()\\nmg.Angle:HideViewControls()\\nmg.Size:HideViewControls()\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"*注射\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\t\t\tICD_Width = 0.25\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"モーションなし\"] = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 6710, 115.5 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t[\"不安\"] = GroupOperator {\n\t\t\t\t\tOutputs = {\n\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\ty = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tx = Input { Value = 0.01 },\n\t\t\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\t\t\tSource = \"Position\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tUserControls = ordered() { x = { INP_Default = 0.1, LINKS_Name = \"x\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, y = { INP_Default = 0.1, LINKS_Name = \"y\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 }, shake = { LINKID_DataType = \"Point\", LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\" }, in_out = { INP_Default = 0, LINKS_Name = \"in_out\", INP_MaxScale = 1, INP_Integer = false, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0 } },\n\t\t\t\t\t\t\tCtrlWShown = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShake1 = Shake {\n\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\t\t\tValue = 0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\t\t\tValue = -0.01\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tSmoothness = Input { Value = 2 }\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\tFaster = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\tOffset = { 0, 0 },\n\t\t\t\t\t\tSize = { 126, 107.432998657227, 63, 24.2423992156982 },\n\t\t\t\t\t\tPos = { 7370, 379.5 },\n\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\t\t\tRemoveRouters = true,\n\t\t\t\t\t\t\tAllowPan = false\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t\t\t},\n\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"Input\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\tWidth = 1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\tWidth = 0.385,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Randomize\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Smoothness\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"x\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\t\t\tSource = \"y\",\n\t\t\t\t\t\t\tDefault = 0.1,\n\t\t\t\t\t\t\tName = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } }\n\t\t\t\t},\n\t\t\t\tLoader27 = Loader {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\t[\"Clip1.PNGFormat.PostMultiply\"] = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 5390, -940.5 } },\n\t\t\t\t\tClips = {\n\t\t\t\t\t\tClip {\n\t\t\t\t\t\t\tExtendFirst = 0,\n\t\t\t\t\t\t\tExtendLast = 0,\n\t\t\t\t\t\t\tLoop = 0,\n\t\t\t\t\t\t\tAspectMode = 0,\n\t\t\t\t\t\t\tTimeCode = 0,\n\t\t\t\t\t\t\tDepth = 0,\n\t\t\t\t\t\t\tGlobalEnd = -1000,\n\t\t\t\t\t\t\tID = \"Clip1\",\n\t\t\t\t\t\t\tGlobalStart = -1000,\n\t\t\t\t\t\t\tFormatID = \"PNGFormat\",\n\t\t\t\t\t\t\tFilename = \"CHARA:\\\\雨晴はう立ち絵素材2.0\\\\!口\\\\-おわー.png\",\n\t\t\t\t\t\t\tStartFrame = -1,\n\t\t\t\t\t\t\tLengthSetManually = true,\n\t\t\t\t\t\t\tTrimIn = 0,\n\t\t\t\t\t\t\tTrimOut = 0\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Fuses/NKN_FXAA.fuse",
    "content": "--[[\n下記を参考に書きました。\nhttps://github.com/baldavenger/DCTLs/blob/master/DCTL_OFX/FXAA_OFX.dctl\n\n私の他のファイルと違い、このファイルは、元のファイルと同じGPL-3.0 licenseで公開します。\n]]--\n\nFuRegisterClass(\"NKN_FXAA\", CT_Tool, {\n    REGS_Category = \"NKN\",\n    REGS_OpIconString = \"NKNFXAA\",\n    REGS_OpDescription = \"FXAA\",\n    REGS_Company = \"Yoshio Nakano\",\n    REGS_URL = \"https://github.com/nakano000\",\n    REG_OpNoMask = true,\n    REG_NoBlendCtrls = false,\n    REG_NoObjMatCtrls = true,\n    REG_NoMotionBlurCtrls = true,\n    --REG_SupportsDoD = true,\n    REG_Fuse_NoEdit = true,\n    REG_Fuse_NoReload = true,\n    --REG_Fuse_NoReload = false,\n    REG_Version = 0.1,\n})\n\nFXAAParams = [[\n    int spanMax;\n    int srcsize[2];\n]]\n\nFXAASource = [[\n#define FXAA_REDUCE_MIN   (1.0f / 128.0f)\n#define FXAA_REDUCE_MUL   (1.0f / 8.0f)\n\n__DEVICE__ float FXAA_SPAN_MAX = 0.0f;\n\n__DEVICE__ float2 add_f2_f(float2 A, float B)\n{\n    float2 C;\n    C.x = A.x + B;\n    C.y = A.y + B;\n    return C;\n}\n\n__DEVICE__ float2 add_f2_f2(float2 A, float2 B)\n{\n    float2 C;\n    C.x = A.x + B.x;\n    C.y = A.y + B.y;\n    return C;\n}\n\n__DEVICE__ float3 add_f3_f3(float3 A, float3 B)\n{\n    float3 C;\n    C.x = A.x + B.x;\n    C.y = A.y + B.y;\n    C.z = A.z + B.z;\n    return C;\n}\n\n__DEVICE__ float2 Max(float2 A, float2 B)\n{\n    float2 C;\n    C.x = _fmaxf(A.x, B.x);\n    C.y = _fmaxf(A.y, B.y);\n    return C;\n}\n\n__DEVICE__ float2 Min(float2 A, float2 B)\n{\n    float2 C;\n    C.x = _fminf(A.x, B.x);\n    C.y = _fminf(A.y, B.y);\n    return C;\n}\n\n__DEVICE__ float2 multi_f2_f(float2 A, float B)\n{\n    float2 C;\n    C.x = A.x * B;\n    C.y = A.y * B;\n    return C;\n}\n__DEVICE__ float2 multi_f2_f2(float2 A, float2 B)\n{\n    float2 C;\n    C.x = A.x * B.x;\n    C.y = A.y * B.y;\n    return C;\n}\n\n__DEVICE__ float3 multi_f_f3(float A, float3 B)\n{\n    float3 C;\n    C.x = A * B.x;\n    C.y = A * B.y;\n    C.z = A * B.z;\n    return C;\n}\n\n__DEVICE__ float3 multi_f3_f(float3 A, float B)\n{\n    float3 C;\n    C.x = A.x * B;\n    C.y = A.y * B;\n    C.z = A.z * B;\n    return C;\n}\n\n__DEVICE__ float DOT(float3 A, float3 B)\n{\n    float C = A.x * B.x + A.y * B.y + A.z * B.z;\n    return C;\n}\n\n__DEVICE__ float3 Texture(\n    __TEXTURE2D__ src,\n    float2 resolution, float2 uv\n)\n{\n    resolution = add_f2_f(resolution, 1.0f);\n    float4 col = _tex2DVec4(src, int(uv.x * resolution.x), int(uv.y * resolution.y));\n    return to_float3(col.x, col.y, col.z);\n}\n\n__DEVICE__ float3 fxaa(\n    __TEXTURE2D__ src,\n    float2 fragCoord, float2 resolution,\n    float2 v_rgbNW, float2 v_rgbNE,\n    float2 v_rgbSW, float2 v_rgbSE,\n    float2 v_rgbM\n)\n{\n    float3 color;\n    float3 rgbNW = Texture(src, resolution, v_rgbNW);\n    float3 rgbNE = Texture(src, resolution, v_rgbNE);\n    float3 rgbSW = Texture(src, resolution, v_rgbSW);\n    float3 rgbSE = Texture(src, resolution, v_rgbSE);\n    float3 texColor = Texture(src, resolution, v_rgbM);\n    float3 rgbM  = texColor;\n    float3 luma = to_float3(0.299f, 0.587f, 0.114f);\n    float lumaNW = DOT(rgbNW, luma);\n    float lumaNE = DOT(rgbNE, luma);\n    float lumaSW = DOT(rgbSW, luma);\n    float lumaSE = DOT(rgbSE, luma);\n    float lumaM  = DOT(rgbM,  luma);\n    float lumaMin = _fminf(lumaM, _fminf(_fminf(lumaNW, lumaNE), _fminf(lumaSW, lumaSE)));\n    float lumaMax = _fmaxf(lumaM, _fmaxf(_fmaxf(lumaNW, lumaNE), _fmaxf(lumaSW, lumaSE)));\n\n    float2 dir;\n    dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE));\n    dir.y =  ((lumaNW + lumaSW) - (lumaNE + lumaSE));\n\n    float dirReduce = _fmaxf((lumaNW + lumaNE + lumaSW + lumaSE) *\n                          (0.25f * FXAA_REDUCE_MUL), FXAA_REDUCE_MIN);\n\n    float2 inverseVP = to_float2(1.0f / resolution.x, 1.0f / resolution.y);\n\n    float rcpDirMin = 1.0f / (_fminf(_fabs(dir.x), _fabs(dir.y)) + dirReduce);\n    dir = multi_f2_f2(Min(to_float2(FXAA_SPAN_MAX, FXAA_SPAN_MAX),\n              Max(to_float2(-FXAA_SPAN_MAX, -FXAA_SPAN_MAX),\n              multi_f2_f(dir, rcpDirMin))), inverseVP);\n\n    float3 rgbA = multi_f_f3(0.5f, add_f3_f3(\n        Texture(src, resolution, add_f2_f2(multi_f2_f2(fragCoord, inverseVP), multi_f2_f(dir, (1.0f / 3.0f - 0.5f)))),\n        Texture(src, resolution, add_f2_f2(multi_f2_f2(fragCoord, inverseVP), multi_f2_f(dir, (2.0f / 3.0f - 0.5f))))));\n\n    float3 rgbB = add_f3_f3(multi_f3_f(rgbA, 0.5f), multi_f_f3(0.25f, add_f3_f3(\n        Texture(src, resolution, add_f2_f2(multi_f2_f2(fragCoord, inverseVP), multi_f2_f(dir, -0.5f))),\n        Texture(src, resolution, add_f2_f2(multi_f2_f2(fragCoord, inverseVP), multi_f2_f(dir, 0.5f))))));\n\n    float lumaB = DOT(rgbB, luma);\n    if ((lumaB < lumaMin) || (lumaB > lumaMax))\n        color = rgbA;\n    else\n        color = rgbB;\n    return color;\n}\n\n__DEVICE__ float3 apply(\n        __TEXTURE2D__ src,\n        float2 fragCoord,\n        float2 resolution\n)\n{\n    //compute the Texture coords\n    float2 inverseVP = make_float2(1.0f / resolution.x, 1.0f / resolution.y);\n    float2 v_rgbNW = multi_f2_f2(add_f2_f2(fragCoord, to_float2(-1.0f, -1.0f)), inverseVP);\n    float2 v_rgbNE = multi_f2_f2(add_f2_f2(fragCoord, to_float2(1.0f, -1.0f)), inverseVP);\n    float2 v_rgbSW = multi_f2_f2(add_f2_f2(fragCoord, to_float2(-1.0f, 1.0f)), inverseVP);\n    float2 v_rgbSE = multi_f2_f2(add_f2_f2(fragCoord, to_float2(1.0f, 1.0f)), inverseVP);\n    float2 v_rgbM = multi_f2_f2(fragCoord, inverseVP);\n\n    //compute FXAA\n    return fxaa(src, fragCoord, resolution, v_rgbNW, v_rgbNE, v_rgbSW, v_rgbSE, v_rgbM);\n}\n\n__KERNEL__ void FXAAKernel(\n    __CONSTANTREF__ FXAAParams *params,\n    __TEXTURE2D__ src,\n    __TEXTURE2D_WRITE__ dst\n)\n{\n    DEFINE_KERNEL_ITERATORS_XY(x, y)\n    float2 uv;\n    uv.x = (float)x;\n    uv.y = (float)y;\n    float2 resolution;\n    resolution.x = (float)params->srcsize[0];\n    resolution.y = (float)params->srcsize[0];\n\n    FXAA_SPAN_MAX = (float)params->spanMax;\n\n    float3 rgb =  apply(src, uv, resolution);\n\n    float4 col = _tex2DVec4(src, x, y);\n    col.x = rgb.x;\n    col.y = rgb.y;\n    col.z = rgb.z;\n    _tex2DVec4Write(dst, x, y, col);\n}\n]]\n\nfunction Create()\n    InImage = self:AddInput(\"Input\", \"Input\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 1,\n    })\n    inSpanMax = self:AddInput(\"Strength\", \"Strength\", {\n        LINKID_DataType = \"Number\",\n        INP_Integer = true,\n        INPID_InputControl = \"SliderControl\",\n        LINKS_Name = \"Strength\",\n        INP_MinScale = 1,\n        INP_MinAllowed = 1,\n        INP_MaxScale = 16,\n        INP_MaxAllowed = 16,\n        INP_Default = 8,\n    })\n    OutImage = self:AddOutput(\"Output\", \"Output\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 1,\n    })\n\nend\n\nfunction Process(req)\n    local img = InImage:GetValue(req)\n    local out = Image({ IMG_Like = img })\n    local spanMax = inSpanMax:GetValue(req).Value\n\n    local node = DVIPComputeNode(req,\n            \"FXAAKernel\", FXAASource,\n            \"FXAAParams\", FXAAParams)\n    if node then\n        local params = node:GetParamBlock(FXAAParams)\n\n        params.srcsize[0] = out.DataWindow:Width()\n        params.srcsize[1] = out.DataWindow:Height()\n        params.spanMax = spanMax\n\n        node:SetParamBlock(params)\n\n        node:AddInput(\"src\", img)\n        node:AddOutput(\"dst\", out)\n\n        node:RunSession(req)\n    else\n        out = nil\n    end\n\n    OutImage:Set(req, out)\nend\n"
  },
  {
    "path": "app/fusion/UserPath/Fuses/NKN_Posterise.fuse",
    "content": "FuRegisterClass(\"NKN_Posterize\", CT_Tool, {\n    REGS_Category = \"NKN\",\n    REGS_OpIconString = \"NKNPOS\",\n    REGS_OpDescription = \"Posterize\",\n    REGS_Company = \"Yoshio Nakano\",\n    REGS_URL = \"https://github.com/nakano000\",\n    REG_OpNoMask = true,\n    REG_NoBlendCtrls = false,\n    REG_NoObjMatCtrls = true,\n    REG_NoMotionBlurCtrls = true,\n    REG_SupportsDoD = true,\n    REG_Fuse_NoEdit = true,\n    REG_Fuse_NoReload = true,\n    --REG_Fuse_NoReload = false,\n    REG_Version = 0.1,\n})\n\nPosterizeParams = [[\n    float step;\n]]\n\nPosterizeSource = [[\n__DEVICE__ float posterize(float value, float step)\n{\n    return _floorf(value * step) * (1.0f / (step - 1.0f));\n}\n\n__KERNEL__ void BlackKernel(\n    __CONSTANTREF__ PosterizeParams *params,\n    __TEXTURE2D__ src,\n    __TEXTURE2D_WRITE__ dst\n)\n{\n    DEFINE_KERNEL_ITERATORS_XY(x, y)\n    float4 col = _tex2DVec4(src, x, y);\n    float4 col2 = to_float4(\n        0.0f,\n        0.0f,\n        0.0f,\n        col.w\n    );\n    _tex2DVec4Write(dst, x, y, col2);\n}\n\n__KERNEL__ void PosterizeKernel(\n    __CONSTANTREF__ PosterizeParams *params,\n    __TEXTURE2D__ src,\n    __TEXTURE2D_WRITE__ dst\n)\n{\n    DEFINE_KERNEL_ITERATORS_XY(x, y)\n    float4 col = _tex2DVec4(src, x, y);\n    float4 col2 = to_float4(\n        posterize(col.x, params->step),\n        posterize(col.y, params->step),\n        posterize(col.z, params->step),\n        col.w\n    );\n    _tex2DVec4Write(dst, x, y, col2);\n}\n]]\n\nfunction Create()\n    InImage = self:AddInput(\"Input\", \"Input\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 1,\n    })\n    inStep = self:AddInput(\"Step\", \"Step\", {\n        LINKID_DataType = \"Number\",\n        INPID_InputControl = \"SliderControl\",\n        LINKS_Name = \"Step\",\n        INP_MinScale = 1,\n        INP_MaxScale = 10,\n        INP_Default = 5,\n    })\n\n    OutImage = self:AddOutput(\"Output\", \"Output\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 1,\n    })\n\nend\n\nfunction Process(req)\n    local img = InImage:GetValue(req)\n    local out = Image({ IMG_Like = img })\n    local step = inStep:GetValue(req).Value\n    local node = nil\n    if step <= 1 then\n        node = DVIPComputeNode(req,\n                \"BlackKernel\", PosterizeSource,\n                \"PosterizeParams\", PosterizeParams)\n    else\n        node = DVIPComputeNode(req,\n                \"PosterizeKernel\", PosterizeSource,\n                \"PosterizeParams\", PosterizeParams)\n    end\n    if node then\n        local params = node:GetParamBlock(PosterizeParams)\n\n        params.step = step\n\n        node:SetParamBlock(params)\n\n        node:AddInput(\"src\", img)\n        node:AddOutput(\"dst\", out)\n\n        node:RunSession(req)\n    else\n        out = nil\n    end\n\n    OutImage:Set(req, out)\nend\n"
  },
  {
    "path": "app/fusion/UserPath/Fuses/RS_GlobalStart.fuse",
    "content": "FuRegisterClass(\"RS_GlobalStart\", CT_Modifier, {\n    REGS_Category = \"Fuses\",\n    REGS_OpIconString = \"RSGS\",\n    REGS_OpDescription = \"Comp.GlobalStart\",\n    REGID_DataType = \"Number\",\n    REGID_InputDataType = \"Number\",\n    REG_Fuse_NoEdit = true,\n    REG_Fuse_NoReload = true,\n})\n\nfunction Create()\n    OutValue = self:AddOutput(\"Output\", \"Output\", {\n        LINKID_DataType = \"Number\",\n        LINK_Main = 1,\n    })\nend\n\nfunction Process(req)\n    local sf = self.Comp.GlobalStart\n    if sf < 0 then\n        sf = 0\n    end\n    OutValue:Set(req, sf)\nend\n"
  },
  {
    "path": "app/fusion/UserPath/Fuses/RS_MouthAIUEO.fuse",
    "content": "FuRegisterClass(\"RS_MouthAIUEO\", CT_Tool, {\n    REGS_Category = \"りぞりぷと\",\n    REGS_OpIconString = \"RSMA\",\n    REGS_OpDescription = \"AIUEO v1.1\",\n    REGS_Company = \"RIZORIPUTO\",\n    REGS_URL = \"https://github.com/nakano000\",\n    REG_OpNoMask = true,\n    REG_NoBlendCtrls = true,\n    REG_NoObjMatCtrls = true,\n    REG_NoMotionBlurCtrls = true,\n    REG_SupportsDoD = false,\n    REG_Fuse_NoEdit = true,\n    REG_Fuse_NoReload = true,\n    --REG_Fuse_NoReload = false,\n    REG_Version = 1.1,\n})\n\nfunction Create()\n    InImage = self:AddInput(\"Input\", \"Input\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 1,\n    })\n\n    InN = self:AddInput(\"N\", \"N\", {\n        LINKID_DataType = \"Image\",\n        INP_Required = false,\n        INP_SendRequest = false,\n        INP_DoNotifyChanged = true,\n        LINK_Main = 2,\n    })\n    InA = self:AddInput(\"A\", \"A\", {\n        LINKID_DataType = \"Image\",\n        INP_Required = false,\n        INP_SendRequest = false,\n        INP_DoNotifyChanged = true,\n        LINK_Main = 3,\n    })\n    InI = self:AddInput(\"I\", \"I\", {\n        LINKID_DataType = \"Image\",\n        INP_Required = false,\n        INP_SendRequest = false,\n        INP_DoNotifyChanged = true,\n        LINK_Main = 4,\n    })\n    InU = self:AddInput(\"U\", \"U\", {\n        LINKID_DataType = \"Image\",\n        INP_Required = false,\n        INP_SendRequest = false,\n        INP_DoNotifyChanged = true,\n        LINK_Main = 5,\n    })\n    InE = self:AddInput(\"E\", \"E\", {\n        LINKID_DataType = \"Image\",\n        INP_Required = false,\n        INP_SendRequest = false,\n        INP_DoNotifyChanged = true,\n        LINK_Main = 6,\n    })\n    InO = self:AddInput(\"O\", \"O\", {\n        LINKID_DataType = \"Image\",\n        INP_Required = false,\n        INP_SendRequest = false,\n        INP_DoNotifyChanged = true,\n        LINK_Main = 7,\n    })\n    inAnim = self:AddInput(\"Anim\", \"Anim\", {\n        LINKID_DataType = \"Number\",\n        INP_Integer = true,\n        INPID_InputControl = \"SliderControl\",\n        LINKS_Name = \"Anim\",\n        INP_MinScale = 0,\n        INP_MinAllowed = 0,\n        INP_MaxScale = 6,\n        INP_MaxAllowed = 6,\n        INP_Default = 0,\n        ICS_ControlPage = \"口パク\",\n    })\n    OutImage = self:AddOutput(\"Output\", \"Output\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 1,\n    })\n\nend\n\nfunction Process(req)\n    local anim = inAnim:GetValue(req).Value\n    if anim < 1 then\n        local img = InImage:GetValue(req)\n        OutImage:Set(req, img)\n        return\n    elseif anim < 2 then\n        local img = InN:GetSource(req.Time, req:GetFlags())\n        OutImage:Set(req, img)\n        return\n    elseif anim < 3 then\n        local img = InA:GetSource(req.Time, req:GetFlags())\n        OutImage:Set(req, img)\n        return\n    elseif anim < 4 then\n        local img = InI:GetSource(req.Time, req:GetFlags())\n        OutImage:Set(req, img)\n        return\n    elseif anim < 5 then\n        local img = InU:GetSource(req.Time, req:GetFlags())\n        OutImage:Set(req, img)\n        return\n    elseif anim < 6 then\n        local img = InE:GetSource(req.Time, req:GetFlags())\n        OutImage:Set(req, img)\n        return\n    else\n        local img = InO:GetSource(req.Time, req:GetFlags())\n        OutImage:Set(req, img)\n        return\n    end\nend\n"
  },
  {
    "path": "app/fusion/UserPath/Fuses/RS_MouthOpen.fuse",
    "content": "FuRegisterClass(\"RS_MouthOpen\", CT_Tool, {\n    REGS_Category = \"りぞりぷと\",\n    REGS_OpIconString = \"RSMO\",\n    REGS_OpDescription = \"Open\",\n    REGS_Company = \"RIZORIPUTO\",\n    REGS_URL = \"https://github.com/nakano000\",\n    REG_OpNoMask = true,\n    REG_NoBlendCtrls = true,\n    REG_NoObjMatCtrls = true,\n    REG_NoMotionBlurCtrls = true,\n    REG_SupportsDoD = false,\n    REG_Fuse_NoEdit = true,\n    REG_Fuse_NoReload = true,\n    --REG_Fuse_NoReload = false,\n    REG_Version = 1.0,\n})\n\nfunction Create()\n    InImage = self:AddInput(\"Input\", \"Input\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 1,\n    })\n\n    InImg01 = self:AddInput(\"M01\", \"M01\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 2,\n    })\n    InImg02 = self:AddInput(\"M02\", \"M02\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 3,\n    })\n    InImg03 = self:AddInput(\"M03\", \"M04\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 4,\n    })\n    InImg04 = self:AddInput(\"M05\", \"M05\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 5,\n    })\n    InImg05 = self:AddInput(\"M06\", \"M06\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 6,\n    })\n    inOpen = self:AddInput(\"Open\", \"Open\", {\n        LINKID_DataType = \"Number\",\n        INPID_InputControl = \"SliderControl\",\n        LINKS_Name = \"Open\",\n        INP_MinScale = -1,\n        INP_MinAllowed = -1,\n        INP_MaxScale = 1,\n        INP_MaxAllowed = 1,\n        INP_Default = -1.0,\n        ICS_ControlPage = \"口パク\",\n\n    })\n    inThreshold01 = self:AddInput(\"Threshold01\", \"Threshold01\", {\n        LINKID_DataType = \"Number\",\n        INPID_InputControl = \"SliderControl\",\n        LINKS_Name = \"Threshold01\",\n        INP_MinScale = 0,\n        INP_MinAllowed = 0,\n        INP_MaxScale = 1,\n        INP_MaxAllowed = 1,\n        INP_Default = 0.2,\n        INP_External = false,\n        ICS_ControlPage = \"口パク\",\n    })\n    inThreshold02 = self:AddInput(\"Threshold02\", \"Threshold02\", {\n        LINKID_DataType = \"Number\",\n        INPID_InputControl = \"SliderControl\",\n        LINKS_Name = \"Threshold02\",\n        INP_MinScale = 0,\n        INP_MinAllowed = 0,\n        INP_MaxScale = 1,\n        INP_MaxAllowed = 1,\n        INP_Default = 0.4,\n        INP_External = false,\n        ICS_ControlPage = \"口パク\",\n    })\n    inThreshold03 = self:AddInput(\"Threshold03\", \"Threshold03\", {\n        LINKID_DataType = \"Number\",\n        INPID_InputControl = \"SliderControl\",\n        LINKS_Name = \"Threshold03\",\n        INP_MinScale = 0,\n        INP_MinAllowed = 0,\n        INP_MaxScale = 1,\n        INP_MaxAllowed = 1,\n        INP_Default = 0.6,\n        INP_External = false,\n        ICS_ControlPage = \"口パク\",\n    })\n    inThreshold04 = self:AddInput(\"Threshold04\", \"Threshold04\", {\n        LINKID_DataType = \"Number\",\n        INPID_InputControl = \"SliderControl\",\n        LINKS_Name = \"Threshold04\",\n        INP_MinScale = 0,\n        INP_MinAllowed = 0,\n        INP_MaxScale = 1,\n        INP_MaxAllowed = 1,\n        INP_Default = 0.8,\n        INP_External = false,\n        ICS_ControlPage = \"口パク\",\n    })\n    OutImage = self:AddOutput(\"Output\", \"Output\", {\n        LINKID_DataType = \"Image\",\n        LINK_Main = 1,\n    })\n\nend\n\nfunction Process(req)\n    local anim = inOpen:GetValue(req).Value\n    local threshold01 = inThreshold01:GetValue(req).Value\n    local threshold02 = inThreshold02:GetValue(req).Value\n    local threshold03 = inThreshold03:GetValue(req).Value\n    local threshold04 = inThreshold04:GetValue(req).Value\n\n    if anim < 0.0 then\n        local img = InImage:GetValue(req)\n        OutImage:Set(req, img)\n        return\n    elseif anim < threshold01 then\n        local img = InImg01:GetValue(req)\n        OutImage:Set(req, img)\n        return\n    elseif anim < threshold02 then\n        local img = InImg02:GetValue(req)\n        OutImage:Set(req, img)\n        return\n    elseif anim < threshold03 then\n        local img = InImg03:GetValue(req)\n        OutImage:Set(req, img)\n        return\n    elseif anim < threshold04 then\n        local img = InImg04:GetValue(req)\n        OutImage:Set(req, img)\n        return\n    else\n        local img = InImg05:GetValue(req)\n        OutImage:Set(req, img)\n        return\n    end\nend"
  },
  {
    "path": "app/fusion/UserPath/Fuses/RS_Null.fuse",
    "content": "FuRegisterClass(\"RS_Null\", CT_Tool, {\n\tREGS_Category = \"りぞりぷと\",\n\tREGS_OpIconString = \"RSNU\",\n\tREGS_OpDescription = \"Null\",\n\tREG_OpNoMask = true,\n\tREG_Fuse_NoEdit = true,\n\tREG_Fuse_NoReload = true,\n\tREG_Version = 1,\n\t})\n\nfunction Create()\n\tInImage = self:AddInput(\"Input\", \"Input\", {\n\t\tLINKID_DataType = \"Image\",\n\t\tLINK_Main = 1,\n\t\t})\n\n\tOutImage = self:AddOutput(\"Output\", \"Output\", {\n\t\tLINKID_DataType = \"Image\",\n\t\tLINK_Main = 1,\n\t\t})\n\nend\n\nfunction Process(req)\n\tlocal img = InImage:GetValue(req)\n\tOutImage:Set(req, img)\nend\n"
  },
  {
    "path": "app/fusion/UserPath/Modules/Lua/rs.lua",
    "content": "local m = {}\n\nm.print = function()\n    print(\"module01 print().\")\nend\n\nreturn m\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/Comp_Utility.py3",
    "content": "from rs_fusion.tool.comp_utility import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/Import/CHARA_SOZAI.py3",
    "content": "from rs_fusion.tool.chara_converter import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/Import/OpenEXR.py",
    "content": "from rs_fusion.tool.import_exr import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/Import/PsdSplitter.py3",
    "content": "from rs_fusion.tool.importer import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/MakeMacro.py3",
    "content": "from rs_fusion.tool.make_macro import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/PathMapper.py3",
    "content": "from rs_fusion.tool.path_mapper import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/Psd2Tatie.py3",
    "content": "from rs_fusion.tool.psd2tatie import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/Tatie.py3",
    "content": "from rs_fusion.tool.tatie import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/Text/Separate.py3",
    "content": "import string\n\nimport unicodedata\n\n\ndef make_bg(name, x, y):\n    return bmd.readstring(\"\"\"{\n    Tools = ordered() {\n        ['\"\"\" + name + \"\"\"'] = Background {\n            CtrlWZoom = false,\n            Inputs = {\n                Width = Input { Value = 1920, },\n                Height = Input { Value = 1080, },\n                UseFrameFormatSettings = Input { Value = 1, },\n                [\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n                TopLeftAlpha = Input { Value = 0, },\n            },\n            ViewInfo = OperatorInfo { Pos = { \"\"\" + str(x) + \"\"\", \"\"\" + str(y) + \"\"\" } },\n        }\n    }\n}\"\"\")\n\n\ndef make_mg(name, back, fore, x, y):\n    return bmd.readstring(\"\"\"{\n    Tools = ordered() {\n        ['\"\"\" + name + \"\"\"'] = Merge {\n            CtrlWZoom = false,\n            Inputs = {\n                Background = Input {\n                    SourceOp = '\"\"\" + back + \"\"\"',\n                    Source = \"Output\",\n                },\n                Foreground = Input {\n                    SourceOp = '\"\"\" + fore + \"\"\"',\n                    Source = \"Output\",\n                },\n                PerformDepthMerge = Input { Value = 0, },\n            },\n            ViewInfo = OperatorInfo { Pos = { \"\"\" + str(x) + \"\"\", \"\"\" + str(y) + \"\"\" } },\n        }\n    }\n}\"\"\")\n\n\ndef make_instance(instance_name, source_name, s, e, x, y):\n    return bmd.readstring(\"\"\"{\n    Tools = ordered() {\n        ['\"\"\" + instance_name + \"\"\"'] = TextPlus {\n            SourceOp = '\"\"\" + source_name + \"\"\"',\n            Inputs = {\n                SettingsNest = Input { },\n                ImageNest = Input { },\n                [\"Gamut.ColorSpaceNest\"] = Input { },\n                [\"Gamut.GammaSpaceNest\"] = Input { },\n                Layout = Input { },\n                LayoutRotation = Input { Value = 1, },\n                Background = Input { },\n                TransformTransform = Input { },\n                TransformRotation = Input { Value = 1, },\n                TransformShear = Input { },\n                TransformSize = Input { },\n                Properties1 = Input { },\n                Softness1 = Input { Value = 1, },\n                Position1 = Input { },\n                Rotation1 = Input { },\n                Shear1 = Input { },\n                Size1 = Input { },\n                TextText = Input { },\n                Start = Input { Value = \"\"\" + str(s) + \"\"\", },\n                End = Input { Value = \"\"\" + str(e) + \"\"\", },\n                TabSpacing = Input { },\n                AdvancedFontControls = Input { },\n                Internal = Input { },\n                CommentsNest = Input { },\n                FrameRenderScriptNest = Input { },\n                StartRenderScripts = Input { },\n                EndRenderScripts = Input { },\n                EffectMask = Input { }\n            },\n            ViewInfo = OperatorInfo { Pos = { \"\"\" + str(x) + ', ' + str(y) + \"\"\" } },\n        }\n    }\n}\"\"\")\n\n\ndef separate():\n    x_step = 110\n    y_step = 100\n\n    tool_list: dict = comp.GetToolList(True, 'TextPlus')\n\n    comp.Lock()\n    comp.StartUndo('RS Text Separate')\n\n    for v in tool_list.values():\n        txt = v.GetInput('StyledText', comp.CurrentTime)\n        if txt == '':\n            continue\n        step = 1 / len(txt)\n        st = v.SaveSettings()\n        pos = st['Tools'][v.Name]['ViewInfo']['Pos']\n\n        # make background\n        bg_name = 'Background1'\n        bg_st = make_bg(\n            bg_name,\n            -x_step + pos[1],\n            2 * y_step + pos[2],\n        )\n        st['Tools'][bg_name] = bg_st['Tools'][bg_name]\n        prev = bg_name\n        for i, c in enumerate(txt):\n            c = c.strip()\n            if c == '':\n                continue\n            if unicodedata.east_asian_width(c) not in 'FWA':\n                if c not in string.ascii_letters + string.digits:\n                    c = ''\n            # make instance\n            inst_name = 'Instance' + v.Name + '_' + str(i) + '_' + c\n            inst_st = make_instance(\n                inst_name,\n                v.Name,\n                (i - 0.5) * step,\n                (i + 0.5) * step,\n                x_step * i + pos[1],\n                y_step + pos[2],\n            )\n            st['Tools'][inst_name] = inst_st['Tools'][inst_name]\n\n            # make merge\n            mg_name = 'Merge' + str(i) + '_' + c\n            mg_st = make_mg(\n                mg_name,\n                prev,\n                inst_name,\n                x_step * i + pos[1],\n                2 * y_step + pos[2],\n            )\n            st['Tools'][mg_name] = mg_st['Tools'][mg_name]\n            prev = mg_name\n\n        # make\n        v.Delete()\n        comp.Paste(st)\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\nseparate()\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/Text/SeparateIntoWords.py3",
    "content": "import re\nimport string\n\nimport unicodedata\n\n\ndef make_bg(name, x, y):\n    return bmd.readstring(\"\"\"{\n    Tools = ordered() {\n        ['\"\"\" + name + \"\"\"'] = Background {\n            CtrlWZoom = false,\n            Inputs = {\n                Width = Input { Value = 1920, },\n                Height = Input { Value = 1080, },\n                UseFrameFormatSettings = Input { Value = 1, },\n                [\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n                TopLeftAlpha = Input { Value = 0, },\n            },\n            ViewInfo = OperatorInfo { Pos = { \"\"\" + str(x) + \"\"\", \"\"\" + str(y) + \"\"\" } },\n        }\n    }\n}\"\"\")\n\n\ndef make_mg(name, back, fore, x, y):\n    return bmd.readstring(\"\"\"{\n    Tools = ordered() {\n        ['\"\"\" + name + \"\"\"'] = Merge {\n            CtrlWZoom = false,\n            Inputs = {\n                Background = Input {\n                    SourceOp = '\"\"\" + back + \"\"\"',\n                    Source = \"Output\",\n                },\n                Foreground = Input {\n                    SourceOp = '\"\"\" + fore + \"\"\"',\n                    Source = \"Output\",\n                },\n                PerformDepthMerge = Input { Value = 0, },\n            },\n            ViewInfo = OperatorInfo { Pos = { \"\"\" + str(x) + \"\"\", \"\"\" + str(y) + \"\"\" } },\n        }\n    }\n}\"\"\")\n\n\ndef make_instance(instance_name, source_name, s, e, x, y):\n    return bmd.readstring(\"\"\"{\n    Tools = ordered() {\n        ['\"\"\" + instance_name + \"\"\"'] = TextPlus {\n            SourceOp = '\"\"\" + source_name + \"\"\"',\n            Inputs = {\n                SettingsNest = Input { },\n                ImageNest = Input { },\n                [\"Gamut.ColorSpaceNest\"] = Input { },\n                [\"Gamut.GammaSpaceNest\"] = Input { },\n                Layout = Input { },\n                LayoutRotation = Input { Value = 1, },\n                Background = Input { },\n                TransformTransform = Input { },\n                TransformRotation = Input { Value = 1, },\n                TransformShear = Input { },\n                TransformSize = Input { },\n                Properties1 = Input { },\n                Softness1 = Input { Value = 1, },\n                Position1 = Input { },\n                Rotation1 = Input { },\n                Shear1 = Input { },\n                Size1 = Input { },\n                TextText = Input { },\n                Start = Input { Value = \"\"\" + str(s) + \"\"\", },\n                End = Input { Value = \"\"\" + str(e) + \"\"\", },\n                TabSpacing = Input { },\n                AdvancedFontControls = Input { },\n                Internal = Input { },\n                CommentsNest = Input { },\n                FrameRenderScriptNest = Input { },\n                StartRenderScripts = Input { },\n                EndRenderScripts = Input { },\n                EffectMask = Input { }\n            },\n            ViewInfo = OperatorInfo { Pos = { \"\"\" + str(x) + ', ' + str(y) + \"\"\" } },\n        }\n    }\n}\"\"\")\n\n\ndef separate_into_words():\n    x_step = 110\n    y_step = 100\n\n    tool_list: dict = comp.GetToolList(True, 'TextPlus')\n\n    special_characters = \"!@#$%^&*()_-+=<>,./?;:'\\\"[]{}\\\\|`~\"\n    translation_table = str.maketrans(\"\", \"\", special_characters)\n\n    comp.Lock()\n    comp.StartUndo('RS Text Separate2Word')\n\n    for v in tool_list.values():\n        txt = v.GetInput('StyledText', comp.CurrentTime)\n        if txt == '':\n            continue\n        step = 1 / len(txt)\n        st = v.SaveSettings()\n        pos = st['Tools'][v.Name]['ViewInfo']['Pos']\n\n        # make background\n        bg_name = 'Background1'\n        bg_st = make_bg(\n            bg_name,\n            -x_step + pos[1],\n            2 * y_step + pos[2],\n        )\n        st['Tools'][bg_name] = bg_st['Tools'][bg_name]\n        prev = bg_name\n        for i, m in enumerate(re.finditer(r'\\S+', txt, flags=re.MULTILINE)):\n            m: re.Match\n            s = m.group().translate(translation_table)\n\n            inst_name = 'Instance' + v.Name + '_' + str(i) + '_' + s\n            inst_st = make_instance(\n                inst_name,\n                v.Name,\n                (m.start() - 0.5) * step,\n                (m.end() - 0.5) * step,\n                x_step * i + pos[1],\n                y_step + pos[2],\n            )\n            st['Tools'][inst_name] = inst_st['Tools'][inst_name]\n\n            # make merge\n            mg_name = 'Merge' + str(i) + '_' + s\n            mg_st = make_mg(\n                mg_name,\n                prev,\n                inst_name,\n                x_step * i + pos[1],\n                2 * y_step + pos[2],\n            )\n            st['Tools'][mg_name] = mg_st['Tools'][mg_name]\n            prev = mg_name\n\n        # make\n        v.Delete()\n        comp.Paste(st)\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\nseparate_into_words()\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Comp/RS/Utility/SetMotionBlur.lua",
    "content": "local function set_mb()\n    comp.Lock()\n    comp:StartUndo('RS Set MotionBlur')\n    local tool_list = comp:GetToolList(true)\n    for k,v in pairs(tool_list) do\n        v.MotionBlur = 1\n    end\n    comp:EndUndo(true)\n    comp.Unlock()\nend\n\nset_mb()"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Edit/RS/CopyTextplus.py3",
    "content": "from rs_resolve.tool.copy_text_plus import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Edit/RS/Playhead.py3",
    "content": "from rs_resolve.tool.playhead import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Edit/RS/Subtitle2TextPlus.py3",
    "content": "from rs_resolve.tool.subtitle2text_plus import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Edit/RS/Subtitle2TextPlusTypeB.py3",
    "content": "from rs_resolve.tool.subtitle2textPlus_typeB import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Edit/RS/TatieAnim.py3",
    "content": "from rs_resolve.tool.tatie_anim import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Edit/RS/TextPlus2SRT.py3",
    "content": "from rs_resolve.tool.text_plus2srt import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Edit/RS/VoiceBin_Assistant.py3",
    "content": "from rs_resolve.tool.voice_bin_assistant import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Edit/RS/VoiceDropper.py3",
    "content": "from rs_resolve.tool.voice_dropper import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Scripts/Edit/RS/YoutubeChapter.py3",
    "content": "from rs_resolve.tool.youtube_chapter import run\nrun(app)\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Blur/Blur.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Blur {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, -148.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Blur/Defocus.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Defocus {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tFilter = Input { Value = 1, },\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, -148.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Blur/DirectionalBlur.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = DirectionalBlur {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, -148.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Blur/Glow.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Glow {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tBlend = Input { Value = 0.2, },\n\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, -148.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Blur/Sharpen.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Sharpen {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 660, -148.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Blur/SoftGlow.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = SoftGlow {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 770, -148.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Blur/UnsharpMask.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = UnsharpMask {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 880, -148.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Blur/VariBlur.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = VariBlur {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 990, -82.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Color/AutoGain.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = AutoGain {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Color/BrightnessContrast.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = BrightnessContrast {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Color/ColorCorrector.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = ColorCorrector {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tColorRanges = Input {\n\t\t\t\t\tValue = ColorCurves {\n\t\t\t\t\t\tCurves = {\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ 0, 1 },\n\t\t\t\t\t\t\t\t\t{ 0.4, 0.2 },\n\t\t\t\t\t\t\t\t\t{ 0.6, 0 },\n\t\t\t\t\t\t\t\t\t{ 1, 0 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ 0, 0 },\n\t\t\t\t\t\t\t\t\t{ 0.4, 0 },\n\t\t\t\t\t\t\t\t\t{ 0.6, 0.2 },\n\t\t\t\t\t\t\t\t\t{ 1, 1 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tHistogramIgnoreTransparent = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Color/ColorCurves.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = ColorCurves {\n\t\t\tPickColor = true,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tRed = Input {\n\t\t\t\t\tSourceOp = \"ColorCurves1Red\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tGreen = Input {\n\t\t\t\t\tSourceOp = \"ColorCurves1Green\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlue = Input {\n\t\t\t\t\tSourceOp = \"ColorCurves1Blue\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tAlpha = Input {\n\t\t\t\t\tSourceOp = \"ColorCurves1Alpha\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tNumberOfSamplesOnMatchCurve = Input { Value = 64, },\n\t\t\t\tIgnoreTransparent = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, 16.5 } },\n\t\t\tTools = {\n\t\t\t\tColorCurves1Red = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 255, Green = 52, Blue = 52 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tColorCurves1Green = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tColorCurves1Blue = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 68, Green = 68, Blue = 255 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tColorCurves1Alpha = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 204, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Color/ColorGain.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = ColorGain {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tColorRanges = Input {\n\t\t\t\t\tValue = ColorCurves {\n\t\t\t\t\t\tCurves = {\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ 0, 1 },\n\t\t\t\t\t\t\t\t\t{ 0.125, 0.75 },\n\t\t\t\t\t\t\t\t\t{ 0.375, 0.25 },\n\t\t\t\t\t\t\t\t\t{ 0.5, 0 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ 0.5, 0 },\n\t\t\t\t\t\t\t\t\t{ 0.625, 0.25 },\n\t\t\t\t\t\t\t\t\t{ 0.875, 0.75 },\n\t\t\t\t\t\t\t\t\t{ 1, 1 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 660, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Color/HueCurves.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = HueCurves {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tHue = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Hue\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSat = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Sat\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tLum = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Lum\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tRed = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Red\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tGreen = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Green\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlue = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Blue\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tRedSuppress = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Red1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tGreenSuppress = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Green1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlueSuppress = Input {\n\t\t\t\t\tSourceOp = \"HueCurves1Blue1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 770, 16.5 } },\n\t\t\tTools = {\n\t\t\t\tHueCurves1Hue = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 0, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tHueCurves1Sat = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 204, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tHueCurves1Lum = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 204, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tHueCurves1Red = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 42, Blue = 42 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tHueCurves1Green = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 0, Green = 204, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tHueCurves1Blue = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 54, Green = 54, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tHueCurves1Red1 = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 102, Blue = 102 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tHueCurves1Green1 = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 102, Green = 204, Blue = 102 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t},\n\t\t\t\tHueCurves1Blue1 = LUTBezier {\n\t\t\t\t\tSmoothEndsTransition = true,\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 1, RH = { 0.333, 1 } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.667, 1 }, RH = { 1.333, 1 } },\n\t\t\t\t\t\t\t[2] = { 1, LH = { 1.667, 1 }, RH = { 2.333, 1 } },\n\t\t\t\t\t\t\t[3] = { 1, LH = { 2.667, 1 }, RH = { 3.333, 1 } },\n\t\t\t\t\t\t\t[4] = { 1, LH = { 3.667, 1 }, RH = { 4.333, 1 } },\n\t\t\t\t\t\t\t[5] = { 1, LH = { 4.667, 1 }, RH = { 5.333, 1 } },\n\t\t\t\t\t\t\t[6] = { 1, LH = { 5.667, 1 } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 134, Green = 134, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Color/WhiteBalance.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = WhiteBalance {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tColorRanges = Input {\n\t\t\t\t\tValue = ColorCurves {\n\t\t\t\t\t\tCurves = {\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ 0, 1 },\n\t\t\t\t\t\t\t\t\t{ 0.4, 0.2 },\n\t\t\t\t\t\t\t\t\t{ 0.6, 0 },\n\t\t\t\t\t\t\t\t\t{ 1, 0 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ 0, 0 },\n\t\t\t\t\t\t\t\t\t{ 0.4, 0 },\n\t\t\t\t\t\t\t\t\t{ 0.6, 0.2 },\n\t\t\t\t\t\t\t\t\t{ 1, 1 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 880, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Effect/Duplicate.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Fuse.Duplicate {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Background\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Effect/Highlight.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Highlight {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Effect/HotSpot.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = HotSpot {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tAmbientLight = Input { Disabled = true, },\n\t\t\t\tRed = Input {\n\t\t\t\t\tSourceOp = \"HotSpot1Red\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tGreen = Input {\n\t\t\t\t\tSourceOp = \"HotSpot1Green\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tBlue = Input {\n\t\t\t\t\tSourceOp = \"HotSpot1Blue\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tAlpha = Input {\n\t\t\t\t\tSourceOp = \"HotSpot1Alpha\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"HotSpot1Mix\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tRadial = Input {\n\t\t\t\t\tSourceOp = \"HotSpot1Radial\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tLength = Input {\n\t\t\t\t\tSourceOp = \"HotSpot1Length\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t},\n\t\tHotSpot1Red = LUTBezier {\n\t\t\tKeyColorSplines = {\n\t\t\t\t[0] = {\n\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tSplineColor = { Red = 255, Green = 0, Blue = 0 },\n\t\t\tNameSet = true,\n\t\t},\n\t\tHotSpot1Green = LUTBezier {\n\t\t\tKeyColorSplines = {\n\t\t\t\t[0] = {\n\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tNameSet = true,\n\t\t},\n\t\tHotSpot1Blue = LUTBezier {\n\t\t\tKeyColorSplines = {\n\t\t\t\t[0] = {\n\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tSplineColor = { Red = 128, Green = 128, Blue = 255 },\n\t\t\tNameSet = true,\n\t\t},\n\t\tHotSpot1Alpha = LUTBezier {\n\t\t\tKeyColorSplines = {\n\t\t\t\t[0] = {\n\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tSplineColor = { Red = 255, Green = 255, Blue = 0 },\n\t\t\tNameSet = true,\n\t\t},\n\t\tHotSpot1Mix = LUTBezier {\n\t\t\tKeyColorSplines = {\n\t\t\t\t[0] = {\n\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tSplineColor = { Red = 255, Green = 255, Blue = 0 },\n\t\t\tNameSet = true,\n\t\t},\n\t\tHotSpot1Radial = LUTBezier {\n\t\t\tKeyColorSplines = {\n\t\t\t\t[0] = {\n\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tSplineColor = { Red = 255, Green = 0, Blue = 255 },\n\t\t\tNameSet = true,\n\t\t},\n\t\tHotSpot1Length = LUTBezier {\n\t\t\tKeyColorSplines = {\n\t\t\t\t[0] = {\n\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tSplineColor = { Red = 0, Green = 180, Blue = 255 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Effect/PseudoColor.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = PseudoColor {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Effect/Rays.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Fuse.OCLRays {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Image\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Effect/Shadow.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Shadow {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Effect/TV.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = TV {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 935, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Effect/Trails.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Trails {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Transform/DVE.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = DVE {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tAlphaMode = Input { Value = 2, },\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, -82.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Transform/Transform.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Transform {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -82.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Warp/CoordinateSpace.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = CoordSpace {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 55, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Warp/CornerPositioner.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = CornerPositioner {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Warp/Dent.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Dent {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Warp/Drip.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Drip {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Warp/GridWarp.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = GridWarp {\n\t\t\tSrcDrawMode = 1,\n\t\t\tDestDrawMode = 1,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tSrcGridChange = Input {\n\t\t\t\t\tValue = Mesh {\n\t\t\t\t\t\tCount = 81,\n\t\t\t\t\t\tCol = 9,\n\t\t\t\t\t\tDeltaR = 0.125,\n\t\t\t\t\t\tDeltaC = 0.125,\n\t\t\t\t\t\tP1X = -0.5,\n\t\t\t\t\t\tP1Y = -0.5,\n\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t{ X = -0.5, Y = -0.5, L_CX = 0, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = -0.5, T_CY = 0, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = -0.375, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = -0.375, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = -0.25, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = -0.25, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = -0.125, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = -0.125, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0.125, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0.125, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0.25, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0.25, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0.375, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0.375, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0.5, L_CX = 0, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0.5, R_CX = 0, B_CY = 0, }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePoints = {\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tSrcPolyline = Input {\n\t\t\t\t\tValue = Polyline {\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tDstGridChange = Input {\n\t\t\t\t\tValue = Mesh {\n\t\t\t\t\t\tCount = 81,\n\t\t\t\t\t\tCol = 9,\n\t\t\t\t\t\tDeltaR = 0.125,\n\t\t\t\t\t\tDeltaC = 0.125,\n\t\t\t\t\t\tP1X = -0.5,\n\t\t\t\t\t\tP1Y = -0.5,\n\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t{ X = -0.5, Y = -0.5, L_CX = 0, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = -0.5, T_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = -0.5, T_CY = 0, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = -0.375, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = -0.375, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = -0.375, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = -0.25, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = -0.25, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = -0.25, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = -0.125, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = -0.125, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = -0.125, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0.125, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0.125, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0.125, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0.25, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0.25, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0.25, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0.375, L_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0.375, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0.375, R_CX = 0, },\n\t\t\t\t\t\t\t{ X = -0.5, Y = 0.5, L_CX = 0, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.375, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.25, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = -0.125, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.125, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.25, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.375, Y = 0.5, B_CY = 0, },\n\t\t\t\t\t\t\t{ X = 0.5, Y = 0.5, R_CX = 0, B_CY = 0, }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSavePoints = {\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tDstPolyline = Input {\n\t\t\t\t\tValue = Polyline {\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Warp/LensDistort.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = LensDistort {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Warp/PerspectivePositioner.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = PerspectivePositioner {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMappingType = Input { Value = 1, },\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 715, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/RS_Fusion/Warp/Vortex.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Vortex {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 825, -115.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/スタイル(Style)/RS_CutoutText.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tType1 = Input { Value = 1, },\n\t\t\t\tShadingMappingLevel1 = Input { Value = 0, },\n\t\t\t\tStyledText = Input { Value = \"CUT OUT\", },\n\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\tSize = Input { Value = 0.3, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tFilter = Input { Value = \"StyledText\\nWidth\\nHeight\\nUseFrameFormatSettings\\nFilter\\nType1\\nColorImage1\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 49.5 } },\n\t\t\tUserControls = ordered() {\n\t\t\t\tSaveSettings = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tBTNCS_Execute = \"local node = self:GetTool()\\nlocal path = fusion:RequestFile(\\n    '',\\n    node.Name .. '.setting',\\n    {\\n        FReqB_Saving = true,\\n        FReqB_SeqGather = false,\\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\\n        FReqS_Title = 'Save Settings',\\n    }\\n)\\nif path then\\n    node:SaveSettings(comp:MapPath(path))\\n    print('Save: ' .. comp:MapPath(path))\\nend\\n\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tLINKS_Name = \"Save Settings\",\n\t\t\t\t},\n\t\t\t\tLoadSettings = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tBTNCS_Execute = \"local function split(str, ts)\\n    if ts == nil then\\n        return {}\\n    end\\n    local t = {}\\n    i = 1\\n    for s in string.gmatch(str, \\\"([^\\\" .. ts .. \\\"]+)\\\") do\\n        t[i] = s\\n        i = i + 1\\n    end\\n    return t\\nend\\nlocal function getToolName(st)\\n    for key, v in pairs(st['Tools']) do\\n        if (type(v) == 'table') and (v['Inputs'] ~= nil) then\\n            return key\\n        end\\n    end\\n    return nil\\nend\\n\\nlocal node = self:GetTool()\\nlocal path = fusion:RequestFile(\\n    '',\\n    '',\\n    {\\n        FReqB_SeqGather = false,\\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\\n        FReqS_Title = 'Load Settings',\\n    }\\n)\\nif path then\\n    local st = node:SaveSettings()\\n    local filter_list = split(node:GetInput(\\\"Filter\\\"),'\\\\n')\\n    local f_st = bmd.readfile(comp:MapPath(path))\\n    local f_name = getToolName(f_st)\\n    if f_name == nil then return end\\n    for i, key in ipairs(filter_list) do\\n        f_st['Tools'][f_name]['Inputs'][key] = st['Tools'][node.Name]['Inputs'][key]\\n        local tmp = f_st['Tools'][f_name]['Inputs'][key]\\n        if (type(tmp) == 'table') and (tmp['SourceOp'] ~= nil) then\\n            local src = tmp['SourceOp']\\n            f_st['Tools'][src] = st['Tools'][src]\\n        end\\n    end\\n    node:LoadSettings(f_st)\\n    print('Load: ' .. comp:MapPath(path))\\nend\\n\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tLINKS_Name = \"Load Settings\",\n\t\t\t\t},\n\t\t\t\tFilter = {\n\t\t\t\t\tTEC_ReadOnly = false,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tINP_Default = \"StyledText\\nWidth\\nHeight\\nUseFrameFormatSettings\\nFilter\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tLINKS_Name = \"Filter\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/スタイル(Style)/RS_Glitch.setting",
    "content": "{\n\tTools = ordered() {\n\t\tGlitch = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation_XRefraction\",\n\t\t\t\t\tSource = \"FirstOperand\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1.60000002384186,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation_YRefraction\",\n\t\t\t\t\tSource = \"FirstOperand\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1.60000002384186,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Expression_FastNoiseCenter\",\n\t\t\t\t\tSource = \"n2\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 4,\n\t\t\t\t},\n\t\t\t\tInputSp = InstanceInput {\n\t\t\t\t\tSourceOp = \"Displace_A\",\n\t\t\t\t\tSource = \"Sp\",\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MosaicBlur1\",\n\t\t\t\t\tSource = \"PixelFrequency\",\n\t\t\t\t\tMinScale = 0.2000000029802,\n\t\t\t\t\tDefault = 200,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MosaicBlur1\",\n\t\t\t\t\tSource = \"aliasing\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"MosaicBlur1\",\n\t\t\t\t\tSource = \"aspect\",\n\t\t\t\t\tMinScale = 0.2000000029802,\n\t\t\t\t\tDefault = 5,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"BrightnessContrast1\",\n\t\t\t\t\tSource = \"Gamma\",\n\t\t\t\t\tDefault = 0.25,\n\t\t\t\t},\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Displace_A\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Instance_DisplaceA\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo { Pos = { 0, 0 } },\n\t\t\tTools = ordered() {\n\t\t\t\tInstance_FastNoise1 = FastNoise {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tNoiseNest = Input { },\n\t\t\t\t\t\tAngle = Input { Value = -24, },\n\t\t\t\t\t\tColor1Nest = Input { },\n\t\t\t\t\t\tColor2Nest = Input { },\n\t\t\t\t\t\tGradientNest = Input { },\n\t\t\t\t\t\tNoiseBrightnessMap = Input { },\n\t\t\t\t\t\tNoiseDetailMap = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 137.5, -280.5 } },\n\t\t\t\t},\n\t\t\t\tExpression_FastNoiseCenter = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_FastNoiseCenterInput\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"int( n1 / n2)\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"0.5\\n\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Input\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"間隔(フレーム)\", },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t\tn2 = Input { Value = 4, }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tn2 = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 15,\n\t\t\t\t\t\t\tINP_Default = 2,\n\t\t\t\t\t\t\tINP_MinScale = 1,\n\t\t\t\t\t\t\tINP_MinAllowed = 1,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tLINKS_Name = \"間隔(フレーム)\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression_FastNoiseCenterInput = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 233, Green = 19, Blue = 5 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 10, 10 }, Flags = { Linear = true, Loop = true } },\n\t\t\t\t\t\t[30] = { 30, LH = { 20, 20 }, Flags = { Linear = true, Loop = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tChannelBooleans1 = ChannelBoolean {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tToRed = Input { Value = 5, },\n\t\t\t\t\t\tToBlue = Input { Value = 17, },\n\t\t\t\t\t\tToAlpha = Input { Value = 16, },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_FastNoise1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 302.5, -280.5 } },\n\t\t\t\t},\n\t\t\t\tFastNoise1 = FastNoise {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\tDepth = Input { Value = 3, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_FastNoiseCenter\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXScale = Input { Value = 40, },\n\t\t\t\t\t\tYScale = Input { Value = 20, },\n\t\t\t\t\t\tColor1Alpha = Input { Value = 1, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 137.5, -181.5 } },\n\t\t\t\t},\n\t\t\t\tMosaicBlur1 = ofx.com.blackmagicdesign.resolvefx.MosaicBlur {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tProcessBlue = Input { Value = 0, },\n\t\t\t\t\t\tProcessAlpha = Input { Value = 0, },\n\t\t\t\t\t\tSource = Input {\n\t\t\t\t\t\t\tSourceOp = \"ChannelBooleans1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPixelFrequency = Input { Value = 200, },\n\t\t\t\t\t\tSmoothStrength = Input { Value = 0, },\n\t\t\t\t\t\tcellShape = Input { Value = FuID { \"CellShapeSquare\" }, },\n\t\t\t\t\t\taliasing = Input { Value = 1, },\n\t\t\t\t\t\tadvancedControlsGroup = Input { Value = 1, },\n\t\t\t\t\t\txOffset = Input { Value = 0, },\n\t\t\t\t\t\tyOffset = Input { Value = 0, },\n\t\t\t\t\t\taspect = Input { Value = 5, },\n\t\t\t\t\t\tBorderType = Input { Value = FuID { \"BORDER_TYPE_REFLECT\" }, },\n\t\t\t\t\t\tisAntiAlias = Input { Value = 0, },\n\t\t\t\t\t\tisBinarizeAlpha = Input { Value = 0, },\n\t\t\t\t\t\tisLegacyMethod = Input { Value = 0, },\n\t\t\t\t\t\tBlendAmount = Input { Value = 0, },\n\t\t\t\t\t\tblendGroup = Input { Value = 0, },\n\t\t\t\t\t\tblendIn = Input { Value = 1, },\n\t\t\t\t\t\tblend = Input { Value = 0, },\n\t\t\t\t\t\tignoreContentShape = Input { Value = 0, },\n\t\t\t\t\t\tlegacyIsProcessRGBOnly = Input { Value = 0, },\n\t\t\t\t\t\trefreshTrigger = Input { Value = 1, },\n\t\t\t\t\t\tresolvefxVersion = Input { Value = \"3.0\", },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 412.5, -280.5 } },\n\t\t\t\t},\n\t\t\t\tBrightnessContrast_SetRange1 = BrightnessContrast {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tHigh = Input { Value = 0.5, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MosaicBlur1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 412.5, -181.5 } },\n\t\t\t\t},\n\t\t\t\tInvertColor1 = ofx.com.blackmagicdesign.resolvefx.InvertColor {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSource = Input {\n\t\t\t\t\t\t\tSourceOp = \"BrightnessContrast_SetRange1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tisInvertR = Input { Value = 1, },\n\t\t\t\t\t\tisInvertG = Input { Value = 1, },\n\t\t\t\t\t\tisInvertB = Input { Value = 0, },\n\t\t\t\t\t\tisInvertA = Input { Value = 0, },\n\t\t\t\t\t\tblendGroup = Input { Value = 0, },\n\t\t\t\t\t\tblendIn = Input { Value = 1, },\n\t\t\t\t\t\tblend = Input { Value = 0, },\n\t\t\t\t\t\tignoreContentShape = Input { Value = 0, },\n\t\t\t\t\t\tlegacyIsProcessRGBOnly = Input { Value = 0, },\n\t\t\t\t\t\trefreshTrigger = Input { Value = 1, },\n\t\t\t\t\t\tresolvefxVersion = Input { Value = \"1.0\", },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 412.5, -82.4998 } },\n\t\t\t\t},\n\t\t\t\tBrightnessContrast_SetRange2 = BrightnessContrast {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tLow = Input { Value = 0.5, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MosaicBlur1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 522.5, -181.5 } },\n\t\t\t\t},\n\t\t\t\tInstance_BrightnessContrast1 = BrightnessContrast {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSourceOp = \"BrightnessContrast1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"BrightnessContrast_SetRange2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 522.5, 16.5002 } },\n\t\t\t\t},\n\t\t\t\tBrightnessContrast1 = BrightnessContrast {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tGamma = Input { Value = 0.25, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"InvertColor1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 412.5, 16.5002 } },\n\t\t\t\t},\n\t\t\t\tInstance_DisplaceA = Displace {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSourceOp = \"Displace_A\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tXRefraction = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYRefraction = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Displace_A\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_BrightnessContrast1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 522.5, 115.5 } },\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_XRefraction\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = -1, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation_XRefraction = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\t\t\tFirstOperand = Input { Value = 1.6, }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tFirstOperand = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\t\t\tINP_Default = 1.60000002384186,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tLINKS_Name = \"X Refraction\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_YRefraction\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = -1, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation_YRefraction = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\t\t\tFirstOperand = Input { Value = 1.6, }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tFirstOperand = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\t\t\tINP_Default = 1.60000002384186,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tLINKS_Name = \"Y Refraction\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDisplace_A = Displace {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tType = Input { Value = 1, },\n\t\t\t\t\t\tXRefraction = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_XRefraction\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYRefraction = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_YRefraction\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"BrightnessContrast1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSp = Input { Value = 1, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 412.5, 115.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSp = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tLINKS_Name = \"Source\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"Glitch\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/スタイル(Style)/RS_GradientMap.setting",
    "content": "{\n\tTools = ordered() {\n\t\tGradientMap = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Bitmap1\",\n\t\t\t\t\tSource = \"Image\"\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"Start\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"End\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"Gradient\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tName = \"Interpolation Space\",\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"GradientInterpolationMethod\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tName = \"Image\",\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"ImageNest\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"Width\",\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tDefault = 1920\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"Height\",\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tDefault = 1080\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tName = \"Pixel Aspect\",\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"PixelAspect\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tName = \"Use Frame Format Settings\",\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"UseFrameFormatSettings\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tName = \"Fit Input\",\n\t\t\t\t\tSourceOp = \"Bitmap1\",\n\t\t\t\t\tSource = \"FitInput\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tScale = 1\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tFastNoise1 = FastNoise {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRepeat = Input { Value = 1 },\n\t\t\t\t\t\tNoiseBrightnessMap = Input {\n\t\t\t\t\t\t\tSourceOp = \"Bitmap1\",\n\t\t\t\t\t\t\tSource = \"Mask\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOffset = Input { Value = 0.5 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tType = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tDetail = Input { Value = 0 },\n\t\t\t\t\t\tBrightness = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, 16.5 } }\n\t\t\t\t},\n\t\t\t\tBitmap1 = BitmapMask {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" } },\n\t\t\t\t\t\tChannel = Input { Value = FuID { \"Luminance\" } },\n\t\t\t\t\t\tMaskWidth = Input { Value = 1920 },\n\t\t\t\t\t\tMaskHeight = Input { Value = 1080 },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 } },\n\t\t\t\t\t\tClippingMode = Input { Value = FuID { \"None\" } },\n\t\t\t\t\t\tFitInput = Input { Value = FuID { \"Outside\" } }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 220, 16.5 } },\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/スタイル(Style)/RS_KomaUchi.setting",
    "content": "{\n\tTools = ordered() {\n\t\tKoma = GroupOperator {\n\t\t\tTools = ordered() {\n\t\t\t\tTimeStretcher1 = TimeStretcher {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 82.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInterpolateBetweenFrames = Input { Value = 0 },\n\t\t\t\t\t\tSourceTime = Input {\n\t\t\t\t\t\t\tValue = 50,\n\t\t\t\t\t\t\tExpression = \"math.max(time - (time % Frame), comp.GlobalStart)\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSampleSpread = Input { Disabled = true }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tFrame = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_Default = 2,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\t\t\tINP_MinScale = 1,\n\t\t\t\t\t\t\tINP_Integer = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tMerge1CenterXYPath1Y = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[-100] = { 0.5, Flags = { Linear = true } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 }\n\t\t\t\t},\n\t\t\t\tMerge1CenterXYPath1X = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 33.3333, 0 } },\n\t\t\t\t\t\t[100] = { 1, LH = { 66.6667, 1 } }\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Green = 0, Blue = 0, Red = 255 }\n\t\t\t\t},\n\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"Merge1CenterXYPath1Y\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"Merge1CenterXYPath1X\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tShowKeyPoints = false\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\tSourceOp = \"TimeStretcher1\"\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"Frame\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t\tSourceOp = \"TimeStretcher1\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"TimeStretcher1\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tGridSnap = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/スタイル(Style)/RS_Outline.setting",
    "content": "{\n\tTools = ordered() {\n\t\tOutline = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\スタイル\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"DeltaKeyer1\",\n\t\t\t\t\tSource = \"ErodeDilate\",\n\t\t\t\t\tName = \"太さ\",\n\t\t\t\t\tMinScale = 0,\n\t\t\t\t\tDefault = 0.01,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"DeltaKeyer1\",\n\t\t\t\t\tSource = \"ReplaceRed\",\n\t\t\t\t\tName = \"色\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"DeltaKeyer1\",\n\t\t\t\t\tSource = \"ReplaceGreen\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"DeltaKeyer1\",\n\t\t\t\t\tSource = \"ReplaceBlue\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge80\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge80\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 1430, -1567.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tSize = { 612.938, 272.147, 306.469, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tPipeRouter1 = PipeRouter {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tViewInfo = PipeRouterInfo { Pos = { -82.9688, 29.2576 } },\n\t\t\t\t},\n\t\t\t\tChannelBooleans1 = ChannelBoolean {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tToRed = Input { Value = 15, },\n\t\t\t\t\t\tToBlue = Input { Value = 15, },\n\t\t\t\t\t\tToAlpha = Input { Value = 16, },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Bitmap1\",\n\t\t\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -82.9688, 194.258 } },\n\t\t\t\t},\n\t\t\t\tBitmap1 = BitmapMask {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\t\t\tInvert = Input { Value = 1, },\n\t\t\t\t\t\tMaskWidth = Input { Value = 1920, },\n\t\t\t\t\t\tMaskHeight = Input { Value = 1080, },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 }, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\tClippingMode = Input { Value = FuID { \"None\" }, },\n\t\t\t\t\t\tImage = Input {\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -247.969, 194.258 } },\n\t\t\t\t},\n\t\t\t\tDeltaKeyer1 = DeltaKeyer {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tClippingMode = Input { Value = FuID { \"None\" }, },\n\t\t\t\t\t\tBackgroundRed = Input { Value = 0, },\n\t\t\t\t\t\tBackgroundGreen = Input { Value = 1, },\n\t\t\t\t\t\tBackgroundBlue = Input { Value = 0, },\n\t\t\t\t\t\tErodeDilate = Input { Value = 0.01, },\n\t\t\t\t\t\tReplaceMode = Input { Value = FuID { \"HardColor\" }, },\n\t\t\t\t\t\tReplaceRed = Input { Value = 1, },\n\t\t\t\t\t\tReplaceGreen = Input { Value = 1, },\n\t\t\t\t\t\tReplaceBlue = Input { Value = 1, },\n\t\t\t\t\t\tTuningRanges = Input {\n\t\t\t\t\t\t\tValue = ColorCurves {\n\t\t\t\t\t\t\t\tCurves = {\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t\t\t{ 0, 1 },\n\t\t\t\t\t\t\t\t\t\t\t{ 0.4, 0.2 },\n\t\t\t\t\t\t\t\t\t\t\t{ 0.6, 0 },\n\t\t\t\t\t\t\t\t\t\t\t{ 1, 0 }\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t\t\t{ 0, 0 },\n\t\t\t\t\t\t\t\t\t\t\t{ 0.4, 0 },\n\t\t\t\t\t\t\t\t\t\t\t{ 0.6, 0.2 },\n\t\t\t\t\t\t\t\t\t\t\t{ 1, 1 }\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Garbage.Matte\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ChannelBooleans1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 82.0312, 194.258 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t\t\t},\n\t\t\t\tMerge80 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"DeltaKeyer1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 247.031, 194.258 } },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/スタイル(Style)/RS_Shatter.setting",
    "content": "{\n\tTools = ordered() {\n\t\tShatter = GroupOperator {\n\t\t\tTools = ordered() {\n\t\t\t\tElements = Merge3D {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput1 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"DirectionalLight1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSceneInput3 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AmbientLight1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSceneInput2 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"UVMap3D1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tRenderer3D1 = Renderer3D {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tToolVersion = 2,\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1155, 346.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Color.Multisampling.HighQuality.SampleCount\"] = Input { Value = 3 },\n\t\t\t\t\t\t[\"RendererOpenGL.Channels.Nest\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Color.Multisampling.LowQuality.SampleCount\"] = Input { Value = 2 },\n\t\t\t\t\t\t[\"RendererOpenGL.AntiAliasing.Channels.RGBA.HighQuality.Enable\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Aux.Supersampling.HighQuality.RateY\"] = Input { Value = 3 },\n\t\t\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Color.Supersampling.HighQuality.RateX\"] = Input { Value = 3 },\n\t\t\t\t\t\t[\"RendererOpenGL.AccumQuality\"] = Input { Value = 32 },\n\t\t\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Aux.Multisampling.LowQuality.SampleCount\"] = Input { Value = 2 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Scene\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCameraSelector = Input { Value = FuID { \"camera1\" } },\n\t\t\t\t\t\tGlobalOut = Input { Value = 60 },\n\t\t\t\t\t\t[\"RendererSoftware.LightingEnabled\"] = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Aux.Multisampling.HighQuality.SampleCount\"] = Input { Value = 3 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Color.Supersampling.HighQuality.RateY\"] = Input { Value = 3 },\n\t\t\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Aux.Supersampling.HighQuality.RateX\"] = Input { Value = 3 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAmbientLight1 = LightAmbient {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, 247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tIntensity = Input { Value = 0.2 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAlembicMesh3D1 = SurfaceAlembicMesh {\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSamplingRate = {\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 30,\n\t\t\t\t\t\t\tINP_MinScale = 1,\n\t\t\t\t\t\t\tINP_Default = 24,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Sampling Rate (fps)\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Visibility.Nest\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Lighting.Nest\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Matte.Nest\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"BlendMode.Nest\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Controls.Nest\"] = Input { Value = 1 },\n\t\t\t\t\t\tFilename = Input { Value = \"Templates:\\\\abc\\\\RS_Shatter\\\\ShatterA.abc\" },\n\t\t\t\t\t\t[\"MtlStdInputs.Specular.Nest\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"MtlStdInputs.Specular.Intensity\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"MtlStdInputs.MaterialIDNest\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"MtlStdInputs.MaterialID\"] = Input { Value = 2 },\n\t\t\t\t\t\tSamplingRate = Input { Value = 30 },\n\t\t\t\t\t\t[\"Transform3DOp.ScaleNest\"] = Input { Value = 0 },\n\t\t\t\t\t\t[\"ObjectID.ObjectID\"] = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, 148.5 } }\n\t\t\t\t},\n\t\t\t\tUVMap3D1 = UVMap {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 660, 148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLockUVs = Input { Value = 1 },\n\t\t\t\t\t\t[\"Size.X\"] = Input { Value = 1 },\n\t\t\t\t\t\t[\"Size.Y\"] = Input { Value = 0.5625 },\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"AlembicMesh3D1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCameraSelector = Input { Value = FuID { \"camera1\" } },\n\t\t\t\t\t\tOrientation = Input { Value = 2 },\n\t\t\t\t\t\t[\"Size.Z\"] = Input { Value = 1 },\n\t\t\t\t\t\tCameraInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"camera1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMapMode = Input { Value = FuID { \"Camera\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDirectionalLight1 = LightDirectional {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 770, 247.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"ShadowLightInputs3D.Nest\"] = Input { Value = 1 },\n\t\t\t\t\t\tIntensity = Input { Value = 0.8 },\n\t\t\t\t\t\t[\"ShadowLightInputs3D.ShadowsEnabled\"] = Input { Value = 1 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tScene = Merge3D {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1045, 346.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput1 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"camera1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSceneInput2 = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Elements\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tcamera1 = Camera3D {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 660, 346.5 } },\n\t\t\t\t\tLocked = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFilmBack = Input { Value = 1 },\n\t\t\t\t\t\tFilmGate = Input { Value = FuID { \"HD\" } },\n\t\t\t\t\t\t[\"MtlStdInputs.MaterialID\"] = Input { Value = 7 },\n\t\t\t\t\t\tApertureW = Input { Value = 0.3775 },\n\t\t\t\t\t\tApertureH = Input { Value = 0.2123 },\n\t\t\t\t\t\tResolutionGateFit = Input { Value = FuID { \"Width\" } },\n\t\t\t\t\t\tControlVis = Input { Value = 1 },\n\t\t\t\t\t\t[\"SurfacePlaneInputs.ObjectID.ObjectID\"] = Input { Value = 7 },\n\t\t\t\t\t\t[\"Transform3DOp.Translate.Z\"] = Input { Value = 1.38880300521851 },\n\t\t\t\t\t\tPerspFarClip = Input { Value = 10000 },\n\t\t\t\t\t\tAovType = Input { Value = 1 },\n\t\t\t\t\t\tAoV = Input { Value = 39.59768 },\n\t\t\t\t\t\tFLength = Input { Value = 13.3173876252158 },\n\t\t\t\t\t\tPlaneOfFocus = Input { Value = 1.388803 },\n\t\t\t\t\t\t[\"Stereo.Mode\"] = Input { Value = FuID { \"OffAxis\" } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSource = \"MaterialInput\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\"\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"Filename\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"SamplingRate\",\n\t\t\t\t\tName = \"Sampling Rate (fps)\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 30\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSource = \"Dump\",\n\t\t\t\t\tName = \"Dump File\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"RefTime\",\n\t\t\t\t\tName = \"Ref Time\",\n\t\t\t\t\tSourceOp = \"UVMap3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Reporting\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSource = \"ReportWarningsToConsole\",\n\t\t\t\t\tName = \"Report Warnings\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSource = \"ReportErrorsToConsole\",\n\t\t\t\t\tName = \"Report Errors\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSource = \"AbortOnWarning\",\n\t\t\t\t\tName = \"Abort on Warning\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSource = \"AbortOnError\",\n\t\t\t\t\tName = \"Abort on Error\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"RendererType\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tName = \"Renderer Type\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.Nest\",\n\t\t\t\t\tName = \"Output Channels\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.RGBA\",\n\t\t\t\t\tName = \"RGBA\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.Z\",\n\t\t\t\t\tName = \"Z\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.Coverage\",\n\t\t\t\t\tName = \"Coverage\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.BgColor\",\n\t\t\t\t\tName = \"Background Color\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.Normal\",\n\t\t\t\t\tName = \"Normal\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.TexCoord0\",\n\t\t\t\t\tName = \"Texture Coordinates\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.ObjectID\",\n\t\t\t\t\tName = \"Object ID\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.MaterialID\",\n\t\t\t\t\tName = \"Material ID\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.WorldCoord\",\n\t\t\t\t\tName = \"World Position\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.Vector\",\n\t\t\t\t\tName = \"Vector\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Channels.BackVector\",\n\t\t\t\t\tName = \"Back Vector\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.Lighting\",\n\t\t\t\t\tName = \"Lighting\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.LightingEnabled\",\n\t\t\t\t\tName = \"Lighting\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSource = \"RendererSoftware.ShadowsEnabled\",\n\t\t\t\t\tName = \"Shadows\",\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Nest\",\n\t\t\t\t\tName = \"Transform3DOp\",\n\t\t\t\t\tPage = \"Transform\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Translation\",\n\t\t\t\t\tName = \"Translation\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Translate.X\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Translate.Y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Translate.Z\",\n\t\t\t\t\tName = \"Z\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Rotation\",\n\t\t\t\t\tName = \"Rotation\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Rotate.RotOrder\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tName = \"Order\"\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Rotate.X\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Rotate.Y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Rotate.Z\",\n\t\t\t\t\tName = \"Z\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput36 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.PivotNest\",\n\t\t\t\t\tName = \"Pivot\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput37 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Pivot.X\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput38 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Pivot.Y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput39 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Pivot.Z\",\n\t\t\t\t\tName = \"Z\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput40 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.ScaleNest\",\n\t\t\t\t\tName = \"Scale\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput41 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.ScaleLock\",\n\t\t\t\t\tName = \"Lock X/Y/Z\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput42 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Scale.X\",\n\t\t\t\t\tName = \"Scale\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput43 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Scale.Y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput44 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Scale.Z\",\n\t\t\t\t\tName = \"Z\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput45 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.UseTarget\",\n\t\t\t\t\tName = \"Use Target\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput46 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.TargetNest\",\n\t\t\t\t\tName = \"Target\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput47 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Target.X\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput48 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Target.Y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput49 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Target.Z\",\n\t\t\t\t\tName = \"Z\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput50 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.InvertTransform\",\n\t\t\t\t\tName = \"Invert Transform\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput51 = InstanceInput {\n\t\t\t\t\tSource = \"Transform3DOp.Import\",\n\t\t\t\t\tName = \"Import Transform…\",\n\t\t\t\t\tSourceOp = \"AlembicMesh3D1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/スタイル(Style)/RS_Ugo.setting",
    "content": "{\n\tTools = ordered() {\n\t\tUgo = GroupOperator {\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"Displace1\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tFastNoise1 = FastNoise {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 330, -148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tYScale = Input { Value = 3 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\tXScale = Input { Value = 3 },\n\t\t\t\t\t\tContrast = Input { Value = 1.2 },\n\t\t\t\t\t\tSeetheRate = Input { Value = 4 },\n\t\t\t\t\t\tColor1Alpha = Input { Value = 1 },\n\t\t\t\t\t\tGlobalOut = Input { Value = 149 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1080 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_FastNoise1 = FastNoise {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 330, -247.5 } },\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tColor2Nest = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tNoiseNest = Input { },\n\t\t\t\t\t\tColor1Nest = Input { },\n\t\t\t\t\t\tCenter = Input { Value = { 5, 5 } },\n\t\t\t\t\t\tGradientNest = Input { },\n\t\t\t\t\t\tNoiseBrightnessMap = Input { },\n\t\t\t\t\t\tNoiseDetailMap = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tChannelBooleans1 = ChannelBoolean {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -148.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Instance_FastNoise1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tProcessBlue = Input { Value = 0 },\n\t\t\t\t\t\tProcessAlpha = Input { Value = 0 },\n\t\t\t\t\t\tToRed = Input { Value = 5 },\n\t\t\t\t\t\tToBlue = Input { Value = 16 },\n\t\t\t\t\t\tToAlpha = Input { Value = 16 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"FastNoise1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBrightnessContrast1 = BrightnessContrast {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -49.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlue = Input { Value = 0 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ChannelBooleans1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBrightness = Input { Value = -0.5 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDisplace1 = Displace {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, 49.5 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tYRefraction = Input { Value = 0.01 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"BrightnessContrast1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tType = Input { Value = 1 },\n\t\t\t\t\t\tXRefraction = Input { Value = 0.01 }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tFlags = {\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\tSourceOp = \"Displace1\"\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Displace1\",\n\t\t\t\t\tSource = \"XRefraction\",\n\t\t\t\t\tDefault = 0.01\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Displace1\",\n\t\t\t\t\tSource = \"YRefraction\",\n\t\t\t\t\tDefault = 0.01\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"LockXY\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"XScale\",\n\t\t\t\t\tDefault = 3\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"YScale\",\n\t\t\t\t\tDefault = 3\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"SeetheRate\",\n\t\t\t\t\tDefault = 4\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/スタイル(Style)/RS_Zoom.setting",
    "content": "{\n\tTools = ordered() {\n\t\tZoom = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\tSourceOp = \"PipeRouter1\"\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tDefault = 1.5,\n\t\t\t\t\tName = \"Zoom\",\n\t\t\t\t\tSourceOp = \"Scale1\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tDefault = 0.25,\n\t\t\t\t\tSource = \"FirstOperand\",\n\t\t\t\t\tName = \"Width\",\n\t\t\t\t\tSourceOp = \"CalculationWidth\",\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tDefault = 0.25,\n\t\t\t\t\tSource = \"FirstOperand\",\n\t\t\t\t\tName = \"Height\",\n\t\t\t\t\tSourceOp = \"CalculationHeight\",\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSource = \"CornerRadius\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Corner Radius\",\n\t\t\t\t\tSourceOp = \"sRectangle1\"\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Border\",\n\t\t\t\t\tSourceOp = \"sRectangle1\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSource = \"BorderWidth\",\n\t\t\t\t\tDefault = 0.01,\n\t\t\t\t\tName = \"Border Width\",\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\"\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\"\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tSourceOp = \"Merge3\"\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"Shadow\",\n\t\t\t\t\tSourceOp = \"Shadow1\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"ShadowOffset\",\n\t\t\t\t\tName = \"Shadow Offset\",\n\t\t\t\t\tSourceOp = \"Shadow1\"\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tDefault = 0.01,\n\t\t\t\t\tSource = \"Softness\",\n\t\t\t\t\tSourceOp = \"Shadow1\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Shadow Color\",\n\t\t\t\t\tSourceOp = \"Shadow1\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Shadow Color\",\n\t\t\t\t\tSourceOp = \"Shadow1\"\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tName = \"Shadow Color\",\n\t\t\t\t\tSourceOp = \"Shadow1\"\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tDefault = 0.5,\n\t\t\t\t\tName = \"Shadow Color\",\n\t\t\t\t\tSourceOp = \"Shadow1\"\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tName = \"Background\",\n\t\t\t\t\tSourceOp = \"Merge2\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tGridSnap = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1,\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\"\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"Merge1\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tWidth = Input { Value = 1920 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 247.5 } }\n\t\t\t\t},\n\t\t\t\tMerge2 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 247.5 } }\n\t\t\t\t},\n\t\t\t\tsRectangle1 = sRectangle {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"CalculationHeight\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBorder = Input { Value = 1 },\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"CalculationWidth\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tJoinStyle = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBorder = {\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Border\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, -49.5 } }\n\t\t\t\t},\n\t\t\t\tCalculationWidth = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\スタイル\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input { Value = 0.25 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculationHeight = Calculation {\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\スタイル\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input { Value = 0.25 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tsRender1 = sRender {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"sRectangle1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tWidth = Input { Value = 1920 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -49.5 } }\n\t\t\t\t},\n\t\t\t\tPipeRouter1 = PipeRouter {\n\t\t\t\t\tViewInfo = PipeRouterInfo { Pos = { -110, 148.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_Transform1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tInvertTransform = Input { Value = 1 },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 148.5 } },\n\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t},\n\t\t\t\tScale1 = Scale {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tXSize = Input { Value = 1.5 },\n\t\t\t\t\t\tHiQOnly = Input { Value = 0 },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Instance_Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 49.5 } }\n\t\t\t\t},\n\t\t\t\tMerge1_1 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"sRender1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = FuID { \"In\" } },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Scale1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, -49.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_sRectangle1 = sRectangle {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSolid = Input { Value = 0 },\n\t\t\t\t\t\tBorderWidth = Input { Value = 0.01 },\n\t\t\t\t\t\tCapStyle = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tRed = Input { },\n\t\t\t\t\t\tGreen = Input { },\n\t\t\t\t\t\tBlue = Input { },\n\t\t\t\t\t\tAlpha = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, -148.5 } },\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tSourceOp = \"sRectangle1\"\n\t\t\t\t},\n\t\t\t\tInstance_sRender1 = sRender {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRectangle1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"ShapeRasterizer.Nest\"] = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tCommentsNest = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, -148.5 } },\n\t\t\t\t\tSourceOp = \"sRender1\"\n\t\t\t\t},\n\t\t\t\tMerge3 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Merge1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRender1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, -49.5 } }\n\t\t\t\t},\n\t\t\t\tShadow1 = Shadow {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Merge3\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShadow = Input { Value = 1 },\n\t\t\t\t\t\tShadowOffset = Input { Value = { 0.51, 0.48 } },\n\t\t\t\t\t\tSoftness = Input { Value = 0.01 },\n\t\t\t\t\t\tAlpha = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, 49.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tShadow = {\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Shadow\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Shadow1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, 148.5 } }\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Merge2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tColors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, 247.5 } }\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/モーション(Motion)/RS_Bound.setting",
    "content": "{\n\tTools = ordered() {\n\t\tBound = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo { Pos = { 0, 0 } },\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Expression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\", },\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tbound = Input { Expression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\", },\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.1, },\n\t\t\t\t\t\tout = Input { Expression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\", },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 247.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tbound = {\n\t\t\t\t\t\t\tLINKS_Name = \"bound\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = {\n\t\t\t\t\t\t\tLINKS_Name = \"speed\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinScale = 0.00100000004749745,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinAllowed = 0.00100000004749745,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t},\n\t\t\t\t\t\twidth = {\n\t\t\t\t\t\t\tLINKS_Name = \"\\nwidth\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tamplitude = {\n\t\t\t\t\t\t\tLINKS_Name = \"amplitude\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tout = {\n\t\t\t\t\t\t\tLINKS_Name = \"out\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"Bound\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/モーション(Motion)/RS_FrameIn(Down).setting",
    "content": "{\n\tTools = ordered() {\n\t\tFrameIn = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\tSource = \"EaseIn\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\tSource = \"EaseOut\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n                    Name = \"スピード\",\n\t\t\t\t\tSource = \"speed\",\n                    Default = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 330, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 117.736, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Path1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 16.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tspeed = {\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"speed\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tPath1 = PolyPath {\n\t\t\t\t\tDrawMode = \"InsertAndModify\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tDisplacement = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPolyLine = Input {\n\t\t\t\t\t\t\tValue = Polyline {\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ Linear = true, LockY = true, X = 0, Y = 1, RX = 0, RY = -0.333333333333333 },\n\t\t\t\t\t\t\t\t\t{ Linear = true, LockY = true, X = 0, Y = 0, LX = 0, LY = 0.333333333333333 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tAnimCurves1 = LUTLookup {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSource = Input { Value = FuID { \"Custom\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurvesonPath1Input\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCurve = Input { Value = FuID { \"Easing\" }, },\n\t\t\t\t\t\tEaseIn = Input { Value = FuID { \"Cubic\" }, },\n\t\t\t\t\t\tEaseOut = Input { Value = FuID { \"Cubic\" }, },\n\t\t\t\t\t\tLookup = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurvesonPath1Lookup\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTimeScale = Input {\n\t\t\t\t\t\t\tValue = 2,\n\t\t\t\t\t\t\tExpression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tAnimCurvesonPath1Input = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 255, Green = 0, Blue = 255 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 10, 0.333333333333333 }, Flags = { Linear = true, LockedY = true } },\n\t\t\t\t\t\t[30] = { 1, LH = { 20, 0.666666666666667 }, Flags = { Linear = true, LockedY = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAnimCurvesonPath1Lookup = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 255, Green = 255, Blue = 255 },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"FrameIn\"\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/モーション(Motion)/RS_FrameIn(ToLeft).setting",
    "content": "{\n\tTools = ordered() {\n\t\tFrameIn = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\tSource = \"EaseIn\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\tSource = \"EaseOut\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n                    Name = \"スピード\",\n\t\t\t\t\tSource = \"speed\",\n                    Default = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 330, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 117.736, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Path1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 16.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tspeed = {\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"speed\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tPath1 = PolyPath {\n\t\t\t\t\tDrawMode = \"InsertAndModify\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tDisplacement = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPolyLine = Input {\n\t\t\t\t\t\t\tValue = Polyline {\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ Linear = true, LockY = true, X = 1, Y = 0, RX = -0.333333333333333, RY = 0 },\n\t\t\t\t\t\t\t\t\t{ Linear = true, LockY = true, X = 0, Y = 0, LX = 0.333333333333333, LY = 0 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tAnimCurves1 = LUTLookup {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSource = Input { Value = FuID { \"Custom\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurvesonPath1Input\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCurve = Input { Value = FuID { \"Easing\" }, },\n\t\t\t\t\t\tEaseIn = Input { Value = FuID { \"Cubic\" }, },\n\t\t\t\t\t\tEaseOut = Input { Value = FuID { \"Cubic\" }, },\n\t\t\t\t\t\tLookup = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurvesonPath1Lookup\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTimeScale = Input {\n\t\t\t\t\t\t\tValue = 2,\n\t\t\t\t\t\t\tExpression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tAnimCurvesonPath1Input = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 255, Green = 0, Blue = 255 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 10, 0.333333333333333 }, Flags = { Linear = true, LockedY = true } },\n\t\t\t\t\t\t[30] = { 1, LH = { 20, 0.666666666666667 }, Flags = { Linear = true, LockedY = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAnimCurvesonPath1Lookup = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 255, Green = 255, Blue = 255 },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"FrameIn\"\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/モーション(Motion)/RS_FrameIn(ToRight).setting",
    "content": "{\n\tTools = ordered() {\n\t\tFrameIn = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\tSource = \"EaseIn\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\tSource = \"EaseOut\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n                    Name = \"スピード\",\n\t\t\t\t\tSource = \"speed\",\n                    Default = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 330, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 117.736, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Path1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 16.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tspeed = {\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"speed\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tPath1 = PolyPath {\n\t\t\t\t\tDrawMode = \"InsertAndModify\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tDisplacement = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPolyLine = Input {\n\t\t\t\t\t\t\tValue = Polyline {\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ Linear = true, LockY = true, X = -1, Y = 0, RX = 0.333333333333333, RY = 0 },\n\t\t\t\t\t\t\t\t\t{ Linear = true, LockY = true, X = 0, Y = 0, LX = -0.333333333333333, LY = 0 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tAnimCurves1 = LUTLookup {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSource = Input { Value = FuID { \"Custom\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurvesonPath1Input\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCurve = Input { Value = FuID { \"Easing\" }, },\n\t\t\t\t\t\tEaseIn = Input { Value = FuID { \"Cubic\" }, },\n\t\t\t\t\t\tEaseOut = Input { Value = FuID { \"Cubic\" }, },\n\t\t\t\t\t\tLookup = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurvesonPath1Lookup\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTimeScale = Input {\n\t\t\t\t\t\t\tValue = 2,\n\t\t\t\t\t\t\tExpression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tAnimCurvesonPath1Input = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 255, Green = 0, Blue = 255 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 10, 0.333333333333333 }, Flags = { Linear = true, LockedY = true } },\n\t\t\t\t\t\t[30] = { 1, LH = { 20, 0.666666666666667 }, Flags = { Linear = true, LockedY = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAnimCurvesonPath1Lookup = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 255, Green = 255, Blue = 255 },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"FrameIn\"\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/モーション(Motion)/RS_FrameIn(Up).setting",
    "content": "{\n\tTools = ordered() {\n\t\tFrameIn = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\tSource = \"EaseIn\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\tSource = \"EaseOut\",\n\t\t\t\t\tWidth = 0.5,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n                    Name = \"スピード\",\n\t\t\t\t\tSource = \"speed\",\n                    Default = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 330, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 117.736, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Path1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 16.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tspeed = {\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"speed\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tPath1 = PolyPath {\n\t\t\t\t\tDrawMode = \"InsertAndModify\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tDisplacement = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurves1\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPolyLine = Input {\n\t\t\t\t\t\t\tValue = Polyline {\n\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t{ Linear = true, LockY = true, X = 0, Y = -1, RX = 0, RY = 0.333333333333333 },\n\t\t\t\t\t\t\t\t\t{ Linear = true, LockY = true, X = 0, Y = 0, LX = 0, LY = -0.333333333333333 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tAnimCurves1 = LUTLookup {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSource = Input { Value = FuID { \"Custom\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurvesonPath1Input\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCurve = Input { Value = FuID { \"Easing\" }, },\n\t\t\t\t\t\tEaseIn = Input { Value = FuID { \"Cubic\" }, },\n\t\t\t\t\t\tEaseOut = Input { Value = FuID { \"Cubic\" }, },\n\t\t\t\t\t\tLookup = Input {\n\t\t\t\t\t\t\tSourceOp = \"AnimCurvesonPath1Lookup\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTimeScale = Input {\n\t\t\t\t\t\t\tValue = 2,\n\t\t\t\t\t\t\tExpression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tAnimCurvesonPath1Input = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 255, Green = 0, Blue = 255 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 10, 0.333333333333333 }, Flags = { Linear = true, LockedY = true } },\n\t\t\t\t\t\t[30] = { 1, LH = { 20, 0.666666666666667 }, Flags = { Linear = true, LockedY = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tAnimCurvesonPath1Lookup = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 255, Green = 255, Blue = 255 },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"FrameIn\"\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/モーション(Motion)/RS_Poyo.setting",
    "content": "{\n\tTools = ordered() {\n\t\tPoyo = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tMinScale = 0.001,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo { Pos = { 0, 0 } },\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, 49.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tspeed = {\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinAllowed = 0.00999999977648258,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_MinScale = 0.00999999977648258,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"speed\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"Poyo\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/モーション(Motion)/RS_Pyon.setting",
    "content": "{\n\tTools = ordered() {\n\t\tBound = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo { Pos = { 0, 0 } },\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 49.5 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 1, INPID_InputControl = \"ScrewControl\", LINKS_Name = \"speed\", }, offset = { INP_Integer = true, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_Default = 0, INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t\t\t},\n\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"Bound\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/モーション(Motion)/RS_Shake.setting",
    "content": "{\n\tTools = ordered() {\n\t\tShake = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo { Pos = { 0, 0 } },\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Expression = \"Point(0.5, 0.5) + shake * in_out\", },\n\t\t\t\t\t\tx = Input { Value = 0.1, },\n\t\t\t\t\t\ty = Input { Value = 0.1, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 330, 181.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tx = {\n\t\t\t\t\t\t\tLINKS_Name = \"x\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 0.1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\ty = {\n\t\t\t\t\t\t\tLINKS_Name = \"y\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 0.1,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tshake = {\n\t\t\t\t\t\t\tLINKS_Name = \"shake\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Point\",\n\t\t\t\t\t\t\tINPID_InputControl = \"OffsetControl\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = {\n\t\t\t\t\t\t\tLINKS_Name = \"in_out\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"Shake\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/モーション(Motion)/RS_Sin.setting",
    "content": "{\n\tTools = ordered() {\n\t\tSin = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 385, 247.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input { Expression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\", },\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ST_MergeA\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input { Expression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\", },\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.1, },\n\t\t\t\t\t\tout = Input { Expression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\", },\n\t\t\t\t\t\tv = Input { Expression = \"0.5 + amplitude * iif(time > out, 0,bound)\", },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = {\n\t\t\t\t\t\t\tLINKS_Name = \"v\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t}, Y = {\n\t\t\t\t\t\t\tLINKS_Name = \"Y\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"CheckboxControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tCBC_TriState = false,\n\t\t\t\t\t\t} }\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/ユーティリティ(Utility)/RS_FixAlpha.setting",
    "content": "{\n\tTools = ordered() {\n\t\tFixAlpha = MacroOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"BrightnessContrast1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"BrightnessContrast1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo { Pos = { 0, 0 } },\n\t\t\tTools = ordered() {\n\t\t\t\tBrightnessContrast1 = BrightnessContrast {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRed = Input { Value = 0, },\n\t\t\t\t\t\tGreen = Input { Value = 0, },\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tAlpha = Input { Value = 1, },\n\t\t\t\t\t\tClipBlack = Input { Value = 1, },\n\t\t\t\t\t\tClipWhite = Input { Value = 1, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, 214.5 } },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"FixAlpha\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/ユーティリティ(Utility)/RS_MultiMerge.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Template\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, 49.5 } },\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/ライト(Light)/RS_EdgeRays.setting",
    "content": "{\n\tTools = ordered() {\n\t\tEdgeRays = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation_Amount\",\n\t\t\t\t\tSource = \"FirstOperand\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0.004,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Expression_Center\",\n\t\t\t\t\tSource = \"n2\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Expression_Center\",\n\t\t\t\t\tSource = \"n3\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ChannelBooleans2\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 0.2,\n\t\t\t\t},\n\t\t\t\tInputRays = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rays1\",\n\t\t\t\t\tSource = \"Rays\",\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rays1\",\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rays1\",\n\t\t\t\t\tSource = \"Decay\",\n\t\t\t\t\tDefault = 0.01,\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rays1\",\n\t\t\t\t\tSource = \"Weight\",\n\t\t\t\t\tDefault = 3,\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rays1\",\n\t\t\t\t\tSource = \"Exposure\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rays1\",\n\t\t\t\t\tSource = \"Threshold\",\n\t\t\t\t\tDefault = 0.8,\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Gain\",\n\t\t\t\t\tDefault = 0.5,\n\t\t\t\t},\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 220, 49.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 731, 462.519, 365.5, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Center\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -275, 181.5 } },\n\t\t\t\t},\n\t\t\t\tExpression_Center = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_Amount\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"(n1 * 2) * n2 + 0.5 \", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"(n1 * 2) * n3 + 0.5 \", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Input\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"X\", },\n\t\t\t\t\t\tNameforNumber3 = Input { Value = \"Y\", },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tn2 = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_MinScale = -1,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tLINKS_Name = \"X\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn3 = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_MinScale = -1,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tLINKS_Name = \"Y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation_Amount = Calculation {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input { Value = 0.004, },\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = -1, },\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tFirstOperand = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 0.01,\n\t\t\t\t\t\t\tINP_Default = 0.004,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Thickness\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGlobalOut = Input { Value = 59, },\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tTopLeftRed = Input { Value = 1, },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 1, },\n\t\t\t\t\t\tTopLeftBlue = Input { Value = 1, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 16.5 } },\n\t\t\t\t},\n\t\t\t\tChannelBooleans2 = ChannelBoolean {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlend = Input { Value = 0.2, },\n\t\t\t\t\t\tToAlpha = Input { Value = 8, },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"ChannelBooleans1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 115.5 } },\n\t\t\t\t},\n\t\t\t\tRays1 = Fuse.OCLRays {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tImage = Input {\n\t\t\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 115.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tRays = {\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 6,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Rays\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"BrightnessContrast1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t\tGain = Input { Value = 0.5, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 313.5 } },\n\t\t\t\t},\n\t\t\t\tAlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ChannelBooleans2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 115.5 } },\n\t\t\t\t},\n\t\t\t\tChannelBooleans1 = ChannelBoolean {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tToRed = Input { Value = 5, },\n\t\t\t\t\t\tToGreen = Input { Value = 6, },\n\t\t\t\t\t\tToBlue = Input { Value = 7, },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Bitmap1\",\n\t\t\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 115.5 } },\n\t\t\t\t},\n\t\t\t\tBitmap1 = BitmapMask {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Bitmap2\",\n\t\t\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\t\t\tPaintMode = Input { Value = FuID { \"Invert\" }, },\n\t\t\t\t\t\tMaskWidth = Input { Value = 1920, },\n\t\t\t\t\t\tMaskHeight = Input { Value = 1080, },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 }, },\n\t\t\t\t\t\tClippingMode = Input { Value = FuID { \"None\" }, },\n\t\t\t\t\t\tImage = Input {\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -110, 16.5 } },\n\t\t\t\t},\n\t\t\t\tErodeDilate1 = ErodeDilate {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tXAmount = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_Amount\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -275, 82.5 } },\n\t\t\t\t},\n\t\t\t\tBitmap2 = BitmapMask {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\t\t\tMaskWidth = Input { Value = 1920, },\n\t\t\t\t\t\tMaskHeight = Input { Value = 1080, },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 }, },\n\t\t\t\t\t\tClippingMode = Input { Value = FuID { \"None\" }, },\n\t\t\t\t\t\tImage = Input {\n\t\t\t\t\t\t\tSourceOp = \"ErodeDilate1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -275, 16.5 } },\n\t\t\t\t},\n\t\t\t\tPipeRouter1 = PipeRouter {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"MediaIn1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = PipeRouterInfo { Pos = { -165, 313.5 } },\n\t\t\t\t},\n\t\t\t\tBrightnessContrast1 = BrightnessContrast {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tRed = Input { Value = 0, },\n\t\t\t\t\t\tGreen = Input { Value = 0, },\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tAlpha = Input { Value = 1, },\n\t\t\t\t\t\tClipBlack = Input { Value = 1, },\n\t\t\t\t\t\tClipWhite = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Rays1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 214.5 } },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/ライト(Light)/RS_FakeLightWrap.setting",
    "content": "{\n\tTools = ordered() {\n\t\tFakeLightWrap = GroupOperator {\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true\n\t\t\t\t},\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tTools = ordered() {\n\t\t\t\tInstance_Background1_1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, -82.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tApplyMaskInverted = Input { },\n\t\t\t\t\t\tFitMask = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tBackgroundNest = Input { },\n\t\t\t\t\t\tTopLeftRed = Input { },\n\t\t\t\t\t\tTopLeftGreen = Input { },\n\t\t\t\t\t\tTopLeftBlue = Input { },\n\t\t\t\t\t\tTopLeftAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSettingsNest = Input { }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge3 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 49.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Background1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tApplyMode = Input { Value = FuID { \"Multiply\" } },\n\t\t\t\t\t\tBlend = Input { Value = 0.2 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tShade = {\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Shade\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tApplyMaskInverted = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_Background1_2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, -181.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tBackgroundNest = Input { },\n\t\t\t\t\t\tTopLeftRed = Input { },\n\t\t\t\t\t\tTopLeftGreen = Input { },\n\t\t\t\t\t\tTopLeftBlue = Input { },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge6 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, -82.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Background1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_Background1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 110, 49.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTopRightRed = Input { },\n\t\t\t\t\t\tTopRightGreen = Input { },\n\t\t\t\t\t\tTopRightBlue = Input { },\n\t\t\t\t\t\tTopRightAlpha = Input { },\n\t\t\t\t\t\tBottomLeftRed = Input { },\n\t\t\t\t\t\tBottomLeftGreen = Input { },\n\t\t\t\t\t\tBottomLeftBlue = Input { },\n\t\t\t\t\t\tBottomLeftAlpha = Input { },\n\t\t\t\t\t\tBottomRightRed = Input { },\n\t\t\t\t\t\tBottomRightGreen = Input { },\n\t\t\t\t\t\tBottomRightBlue = Input { },\n\t\t\t\t\t\tBottomRightAlpha = Input { },\n\t\t\t\t\t\tGradientType = Input { },\n\t\t\t\t\t\tGradientInterpolationMethod = Input { },\n\t\t\t\t\t\tRepeat = Input { },\n\t\t\t\t\t\tSubPixel = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tBackgroundNest = Input { },\n\t\t\t\t\t\tTopLeftRed = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftBlue = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGradient = Input { },\n\t\t\t\t\t\tStart = Input { Value = { 0.5, 0 } },\n\t\t\t\t\t\tOffset = Input { },\n\t\t\t\t\t\tType = Input { Value = FuID { \"Gradient\" } },\n\t\t\t\t\t\tEnd = Input { Value = { 0.5, 1 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge4 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 214.5 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tLight = {\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tLINKS_Name = \"Light\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tINP_MaxScale = 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBlur1 = Blur {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" } },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXBlurSize = Input { Value = 10 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge2 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, 214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Blur1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tGain = Input { Value = 0 },\n\t\t\t\t\t\tOperator = Input { Value = FuID { \"Atop\" } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tFaster = true\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1Keyframes = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tFaster = true\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1Keyframes = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonXYPath1YFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculation1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculationonCalculation1FirstOperand = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge2\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\tSource = \"Foreground\"\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tName = \"Blur Size\",\n\t\t\t\t\tSource = \"XBlurSize\",\n\t\t\t\t\tSourceOp = \"Blur1\",\n\t\t\t\t\tDefault = 10\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge2\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge4\",\n\t\t\t\t\tSource = \"Light\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tName = \"Gradient Type\",\n\t\t\t\t\tSource = \"GradientType\",\n\t\t\t\t\tSourceOp = \"Instance_Background1\"\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_Background1\",\n\t\t\t\t\tSource = \"Start\"\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_Background1\",\n\t\t\t\t\tSource = \"End\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_Background1\",\n\t\t\t\t\tSource = \"Gradient\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge4\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"Shade\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"Instance_Background1_1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tName = \"Top Left Green\",\n\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"Instance_Background1_1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tName = \"Top Left Blue\",\n\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSourceOp = \"Instance_Background1_1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 0.2\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tName = \"Image\",\n\t\t\t\t\tSource = \"ImageNest\",\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tPage = \"Image\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Width\",\n\t\t\t\t\tDefault = 1920\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Height\",\n\t\t\t\t\tDefault = 1080\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tName = \"Pixel Aspect\",\n\t\t\t\t\tSource = \"PixelAspect\",\n\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tName = \"Use Frame Format Settings\",\n\t\t\t\t\tSource = \"UseFrameFormatSettings\",\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Depth\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Effects/りぞりぷと(RIZORIPUTO)/ライト(Light)/RS_LightSweep.setting",
    "content": "{\n\tTools = ordered() {\n\t\tLightSweep = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Effects\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tSource = \"Speed\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1.5,\n\t\t\t\t},\n\t\t\t\tInputTimeOffset = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tSource = \"TimeOffset\",\n\t\t\t\t\tName = \"TimeOffset\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tSource = \"StartPos\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tSource = \"EndPos\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInputSp01 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tSource = \"MaskSeparator\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tSource = \"SoftEdge\",\n\t\t\t\t\tDefault = 0.04,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tSource = \"Width\",\n\t\t\t\t\tDefault = 0.15,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = -10,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tSource = \"MaskSeparator\",\n\t\t\t\t},\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"Threshold\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"Gain\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"LockXY\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"XGlowSize\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"YGlowSize\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInputCS = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"ColorScale\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"RedScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"GreenScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"BlueScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"AlphaScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 440, 49.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 216.008, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tRectangle1 = RectangleMask {\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\t\t\tSoftEdge = Input { Value = 0.04, },\n\t\t\t\t\t\tMaskWidth = Input { Value = 1920, },\n\t\t\t\t\t\tMaskHeight = Input { Value = 1080, },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 }, },\n\t\t\t\t\t\tClippingMode = Input { Value = FuID { \"None\" }, },\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Center\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tWidth = Input { Value = 0.15, },\n\t\t\t\t\t\tHeight = Input { Value = 2, },\n\t\t\t\t\t\tAngle = Input { Value = -10, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 34.2576 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\t\t\tINP_Default = 1.5,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStartPos = {\n\t\t\t\t\t\t\tLINKS_Name = \"StartPos\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEndPos = {\n\t\t\t\t\t\t\tLINKS_Name = \"EndPos\",\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tTimeOffset = {\n\t\t\t\t\t\t\tLINKS_Name = \"TimeOffset\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tINP_MinScale = 1,\n\t\t\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression_Center = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input { Value = { 0, 0.5 }, },\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_TimeOffset\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn2 = Input { Expression = \" Rectangle1.StartPos\", },\n\t\t\t\t\t\tn3 = Input {\n\t\t\t\t\t\t\tValue = 1,\n\t\t\t\t\t\t\tExpression = \" Rectangle1.EndPos\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"n1 * (n3 - n2) + n2\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"0.5\", },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Input\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"S\", },\n\t\t\t\t\t\tNameforNumber3 = Input { Value = \"E\", },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation_TimeOffset = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_TimeScale\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart -Rectangle1.TimeOffset\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation_TimeScale = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_TimeScaleFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input {\n\t\t\t\t\t\t\tValue = 1.5,\n\t\t\t\t\t\t\tExpression = \"Rectangle1.Speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation_TimeScaleFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 10, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[30] = { 1, LH = { 20, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSoftGlow1 = SoftGlow {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBlend = Input { Expression = \"iif(Rectangle1.Center.X < Rectangle1.EndPos, 1, 0)\", },\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Text1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tComments = Input { Value = \" \", },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 133.258 } },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/RS_Fusion/Background.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Background {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 49.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/RS_Fusion/DaySky.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = DaySky {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, 49.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/RS_Fusion/FastNoise.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = FastNoise {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 49.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/RS_Fusion/Mandelbrot.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Mandel {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, 49.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/RS_Fusion/Plasma.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = Plasma {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 660, 49.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/りぞりぷと(RIZORIPUTO)/N角形(NGon).setting",
    "content": "{\n\tTools = ordered() {\n\t\tNGon = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Generators\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\tSource = \"p1\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefaultX = 0.5,\n\t\t\t\t\tDefaultY = 0.5,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"Width\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0.5,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"Height\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0.5,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"Sides\",\n\t\t\t\t\tDefault = 6,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInputBorder = InstanceInput {\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tSource = \"Border\",\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"BorderWidth\",\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"JoinStyle\",\n\t\t\t\t\tName = \"Border Style\",\n\t\t\t\t\tControlGroup = 9,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"CapStyle\",\n\t\t\t\t\tControlGroup = 9,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"WritePosition\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"WriteLength\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 13,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 13,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 13,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 13,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 165, -49.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 456, 217.413, 228, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tsNGon1 = sNGon {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tJoinStyle = Input { Value = 2, },\n\t\t\t\t\t\t[\"Translate.X\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Translate.Y\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression2\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 133.258 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBorder = {\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Border\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression1 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1x - 0.5\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCtrlExpression_main = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tNumberExpression = Input { Value = \"n1\", },\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p1x\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"p1y\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Angle\", },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"Center\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tn1 = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 360,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_PreviewControl = \"AngleControl\",\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tACID_Center = \"p1\",\n\t\t\t\t\t\t\tLINKS_Name = \"Angle\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression2 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"(p1y -0.5) * n2 / n1\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Width\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"Height\", },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish4 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1920, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish5 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1080, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tInstance_sNGon1 = sNGon {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSolid = Input { Value = 0, },\n\t\t\t\t\t\tBorderWidth = Input { },\n\t\t\t\t\t\tCapStyle = Input { },\n\t\t\t\t\t\tWritePosition = Input { },\n\t\t\t\t\t\tWriteLength = Input { },\n\t\t\t\t\t\tRed = Input { },\n\t\t\t\t\t\tGreen = Input { Value = 0, },\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tInstance_sRender1 = sRender {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sNGon1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"ShapeRasterizer.Nest\"] = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tInstance_AlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tsRender1 = sRender {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 133.258 } },\n\t\t\t\t},\n\t\t\t\tAlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 133.258 } },\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 133.258 } },\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tInput10 = {\n\t\t\t\t\tLINKS_Name = \"Center\",\n\t\t\t\t\tLINKID_DataType = \"Point\",\n\t\t\t\t\tINPID_InputControl = \"OffsetControl\",\n\t\t\t\t\tINPID_PreviewControl = \"CrosshairControl\",\n\t\t\t\t\tINP_DefaultX = 0.5,\n\t\t\t\t\tINP_DefaultY = 0.5,\n\t\t\t\t\tCHC_Style = \"NormalCross\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t},\n\t\t\t\tInput3 = {\n\t\t\t\t\tLINKS_Name = \"Width\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput4 = {\n\t\t\t\t\tLINKS_Name = \"Height\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput5 = {\n\t\t\t\t\tLINKS_Name = \"Angle\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINPID_PreviewControl = \"AngleControl\",\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 360,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tACID_Center = \"Input10\",\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/りぞりぷと(RIZORIPUTO)/円形(Ellipse).setting",
    "content": "{\n\tTools = ordered() {\n\t\tEllipse = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Generators\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\tSource = \"p1\",\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tSource = \"Width\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tSource = \"Height\",\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 5,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 5,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 5,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 5,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInputBorder = InstanceInput {\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tSource = \"Border\",\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\tSource = \"BorderWidth\",\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\tSource = \"CapStyle\",\n\t\t\t\t\tControlGroup = 8,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\tSource = \"WritePosition\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\tSource = \"WriteLength\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 12,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 12,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 12,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 12,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 165, -16.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 456, 217.206, 228, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tsEllipse1 = sEllipse {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Translate.X\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Translate.Y\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression2\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 133.258 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBorder = {\n\t\t\t\t\t\t\tLINKS_Name = \"Border\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression1 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1x - 0.5\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCtrlExpression_main = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tNumberExpression = Input { Value = \"n1\", },\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p1x\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"p1y\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Angle\", },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"Center\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tn1 = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 360,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_PreviewControl = \"AngleControl\",\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tACID_Center = \"p1\",\n\t\t\t\t\t\t\tLINKS_Name = \"Angle\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression2 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"(p1y -0.5) * n2 / n1\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Width\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"Height\", },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish4 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1920, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish5 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1080, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tInstance_sEllipse1 = sEllipse {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSolid = Input { Value = 0, },\n\t\t\t\t\t\tBorderWidth = Input { },\n\t\t\t\t\t\tCapStyle = Input { },\n\t\t\t\t\t\tWritePosition = Input { },\n\t\t\t\t\t\tWriteLength = Input { },\n\t\t\t\t\t\tRed = Input { },\n\t\t\t\t\t\tGreen = Input { Value = 0, },\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 133.258 } },\n\t\t\t\t},\n\t\t\t\tAlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 133.258 } },\n\t\t\t\t},\n\t\t\t\tInstance_AlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tsRender1 = sRender {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sEllipse1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 133.258 } },\n\t\t\t\t},\n\t\t\t\tInstance_sRender1 = sRender {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sEllipse1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"ShapeRasterizer.Nest\"] = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 34.2576 } },\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tInput9 = {\n\t\t\t\t\tINP_DefaultX = 0.5,\n\t\t\t\t\tINPID_PreviewControl = \"CrosshairControl\",\n\t\t\t\t\tINP_DefaultY = 0.5,\n\t\t\t\t\tLINKID_DataType = \"Point\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\tINPID_InputControl = \"OffsetControl\",\n\t\t\t\t\tCHC_Style = \"NormalCross\",\n\t\t\t\t\tLINKS_Name = \"Center\",\n\t\t\t\t},\n\t\t\t\tInput2 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\tLINKS_Name = \"Width\"\n\t\t\t\t},\n\t\t\t\tInput3 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\tLINKS_Name = \"Height\"\n\t\t\t\t},\n\t\t\t\tInput4 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_MaxScale = 360,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINPID_PreviewControl = \"AngleControl\",\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tACID_Center = \"Input9\",\n\t\t\t\t\tLINKS_Name = \"Angle\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/りぞりぷと(RIZORIPUTO)/星形(Star).setting",
    "content": "{\n\tTools = ordered() {\n\t\tStar = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Generators\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\tSource = \"p1\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefaultX = 0.5,\n\t\t\t\t\tDefaultY = 0.5,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Width\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0.5,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Height\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0.5,\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Points\",\n\t\t\t\t\tDefault = 6,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Depth\",\n\t\t\t\t\tDefault = 0.5,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 7,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 7,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 7,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 7,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInputBorder = InstanceInput {\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tSource = \"Border\",\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"BorderWidth\",\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"JoinStyle\",\n\t\t\t\t\tName = \"Border Style\",\n\t\t\t\t\tControlGroup = 10,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"CapStyle\",\n\t\t\t\t\tControlGroup = 10,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"MiterLimit\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"WritePosition\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"WriteLength\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 15,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 15,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 15,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 15,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 660, 247.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 456, 217.485, 228, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tsStar1 = sStar {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tJoinStyle = Input { Value = 0, },\n\t\t\t\t\t\t[\"Translate.X\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Translate.Y\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression2\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 133.258 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBorder = {\n\t\t\t\t\t\t\tLINKS_Name = \"Border\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 10,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression1 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1x - 0.5\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCtrlExpression_main = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tNumberExpression = Input { Value = \"n1\", },\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p1x\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"p1y\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Angle\", },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"Center\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tn1 = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 360,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_PreviewControl = \"AngleControl\",\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tACID_Center = \"p1\",\n\t\t\t\t\t\t\tLINKS_Name = \"Angle\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression2 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"(p1y -0.5) * n2 / n1\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Width\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"Height\", },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish4 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1920, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish5 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1080, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tInstance_sStar1 = sStar {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSolid = Input { Value = 0, },\n\t\t\t\t\t\tBorderWidth = Input { },\n\t\t\t\t\t\tJoinStyle = Input { Value = 2, },\n\t\t\t\t\t\tMiterLimit = Input { },\n\t\t\t\t\t\tCapStyle = Input { },\n\t\t\t\t\t\tWritePosition = Input { },\n\t\t\t\t\t\tWriteLength = Input { },\n\t\t\t\t\t\tRed = Input { },\n\t\t\t\t\t\tGreen = Input { Value = 0, },\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 133.258 } },\n\t\t\t\t},\n\t\t\t\tAlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 133.258 } },\n\t\t\t\t},\n\t\t\t\tInstance_AlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tsRender1 = sRender {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sStar1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 133.258 } },\n\t\t\t\t},\n\t\t\t\tInstance_sRender1 = sRender {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sStar1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"ShapeRasterizer.Nest\"] = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 34.2576 } },\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tInput11 = {\n\t\t\t\t\tLINKS_Name = \"Center\",\n\t\t\t\t\tLINKID_DataType = \"Point\",\n\t\t\t\t\tINPID_InputControl = \"OffsetControl\",\n\t\t\t\t\tINPID_PreviewControl = \"CrosshairControl\",\n\t\t\t\t\tINP_DefaultX = 0.5,\n\t\t\t\t\tINP_DefaultY = 0.5,\n\t\t\t\t\tCHC_Style = \"NormalCross\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t},\n\t\t\t\tInput4 = {\n\t\t\t\t\tLINKS_Name = \"Width\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput5 = {\n\t\t\t\t\tLINKS_Name = \"Height\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput6 = {\n\t\t\t\t\tLINKS_Name = \"Angle\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINPID_PreviewControl = \"AngleControl\",\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 360,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tACID_Center = \"Input11\",\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/りぞりぷと(RIZORIPUTO)/枠線(BorderOfRect).setting",
    "content": "{\n\tTools = ordered() {\n\t\tFrame = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInputP1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Expression_Point01\",\n\t\t\t\t\tSource = \"p1\",\n\t\t\t\t},\n\t\t\t\tInputP2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Expression_Point02\",\n\t\t\t\t\tSource = \"p2\",\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"CornerRadius\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInputS01 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"BorderWidth\",\n\t\t\t\t\tDefault = 0.01,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"JoinStyle\",\n\t\t\t\t\tName = \"Border Style\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"CapStyle\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"WritePosition\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"WriteLength\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Border Color\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 11,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 11,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 11,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 11,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo { Pos = { 0, 0 } },\n\t\t\tTools = ordered() {\n\t\t\t\tInstance_sRectangle1 = sRectangle {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSolid = Input { Value = 0, },\n\t\t\t\t\t\tBorderWidth = Input { Value = 0.01, },\n\t\t\t\t\t\tJoinStyle = Input { Value = 2, },\n\t\t\t\t\t\tCapStyle = Input { Value = 2, },\n\t\t\t\t\t\tWritePosition = Input { },\n\t\t\t\t\t\tWriteLength = Input { },\n\t\t\t\t\t\tRed = Input { },\n\t\t\t\t\t\tGreen = Input { Value = 0, },\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 16.5 } },\n\t\t\t\t},\n\t\t\t\tExpression_CenterX = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Center\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1x\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"Center\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Center = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point01\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tp2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point02\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"(p1x + p2x)/2)\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"(p1y + p2y)/2)\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tNameforPoint2 = Input { Value = \"p2\", },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Point01 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input { Value = { 0.25, 0.75 }, },\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p1x - 0.5\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"(p1y -0.5) * n2 / n1\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Width\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"Height\", },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish4 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1920, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish5 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1080, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Point02 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp2 = Input { Value = { 0.75, 0.25 }, },\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p2x - 0.5\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"(p2y -0.5) * n2 / n1\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Width\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"Height\", },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint2 = Input { Value = \"P2\", },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_CenterY = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Center\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1y\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"Center\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Width = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point01\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tp2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point02\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"abs(p1x - p2x)\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tNameforPoint2 = Input { Value = \"P2\", },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Height = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point01\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tp2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point02\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"abs(p1y - p2y)\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tNameforPoint2 = Input { Value = \"P2\", },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tsRectangle1 = sRectangle {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tJoinStyle = Input { Value = 2, },\n\t\t\t\t\t\t[\"Translate.X\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_CenterX\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Translate.Y\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_CenterY\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Width\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Height\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAlpha = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 115.5 } },\n\t\t\t\t},\n\t\t\t\tInstance_sRender1 = sRender {\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"ShapeRasterizer.Nest\"] = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, 16.5 } },\n\t\t\t\t},\n\t\t\t\tsRender1 = sRender {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 385, 115.5 } },\n\t\t\t\t},\n\t\t\t\tAlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, 115.5 } },\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, 115.5 } },\n\t\t\t\t},\n\t\t\t\tInstance_AlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 495, 16.5 } },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"Frame\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/りぞりぷと(RIZORIPUTO)/流背(RyuHai).setting",
    "content": "{\n\tTools = ordered() {\n\t\tRyuhai = GroupOperator {\n\t\t\tInputs = ordered() {\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"Speed\",\n\t\t\t\t\tDefault = 7.5,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1_1\",\n\t\t\t\t\tSource = \"Speed\",\n\t\t\t\t\tDefault = 15,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"ApplyBlank1\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Glow1\",\n\t\t\t\t\tSource = \"XGlowSize\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"ApplyBlank2\",\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tControlGroup = 7,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tControlGroup = 7,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ColorCorrector1\",\n\t\t\t\t\tSource = \"WheelHue1\",\n\t\t\t\t\tControlGroup = 10,\n\t\t\t\t\tPage = \"Color\",\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ColorCorrector1\",\n\t\t\t\t\tSource = \"WheelSaturation1\",\n\t\t\t\t\tControlGroup = 10,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tPage = \"Color\",\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ColorCorrector1\",\n\t\t\t\t\tSource = \"WheelTintAngle1\",\n\t\t\t\t\tControlGroup = 10,\n\t\t\t\t\tPage = \"Color\",\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ColorCorrector1\",\n\t\t\t\t\tSource = \"WheelTintLength1\",\n\t\t\t\t\tControlGroup = 10,\n\t\t\t\t\tPage = \"Color\",\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ColorCorrector1\",\n\t\t\t\t\tSource = \"WheelRangeDummy1\",\n\t\t\t\t\tControlGroup = 10,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tPage = \"Color\",\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ColorCorrector1\",\n\t\t\t\t\tSource = \"Hue1\",\n\t\t\t\t\tName = \"Hue\",\n\t\t\t\t\tPage = \"Color\",\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ColorCorrector1\",\n\t\t\t\t\tSource = \"Saturation1\",\n\t\t\t\t\tName = \"Saturation\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tPage = \"Color\",\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"ColorCorrector1\",\n\t\t\t\t\tSource = \"ResetAllColorChanges\",\n\t\t\t\t\tPage = \"Color\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Glow1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo { Pos = { 0, 0 } },\n\t\t\tTools = ordered() {\n\t\t\t\tGlow1 = Glow {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBlend = Input { Value = 0.2, },\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\t\t\tAlpha = Input { Value = 0, },\n\t\t\t\t\t\tXGlowSize = Input { Value = 0, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"ColorCorrector1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1265, 379.5 } },\n\t\t\t\t},\n\t\t\t\tFastNoise1 = FastNoise {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { -20.5, 0.5 },\n\t\t\t\t\t\t\tExpression = \"Point(-time*Speed/comp:GetPrefs().Comp.FrameFormat.Rate, 0.5)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXScale = Input { Value = 0.7, },\n\t\t\t\t\t\tYScale = Input { Value = 90, },\n\t\t\t\t\t\tType = Input { Value = 1, },\n\t\t\t\t\t\tGradient = Input {\n\t\t\t\t\t\t\tValue = Gradient {\n\t\t\t\t\t\t\t\tColors = {\n\t\t\t\t\t\t\t\t\t[0.562189054726368] = { 0, 0, 0, 0 },\n\t\t\t\t\t\t\t\t\t[0.651741293532338] = { 1, 1, 1, 1 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, -16.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_Default = 7.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tFastNoise1_1 = FastNoise {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { -41, 0.5 },\n\t\t\t\t\t\t\tExpression = \"Point(-time*Speed/comp:GetPrefs().Comp.FrameFormat.Rate, 0.5)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXScale = Input { Value = 0.3, },\n\t\t\t\t\t\tYScale = Input { Value = 25, },\n\t\t\t\t\t\tType = Input { Value = 1, },\n\t\t\t\t\t\tGradient = Input {\n\t\t\t\t\t\t\tValue = Gradient {\n\t\t\t\t\t\t\t\tColors = {\n\t\t\t\t\t\t\t\t\t[0.651741293532338] = { 0, 0, 0, 0 },\n\t\t\t\t\t\t\t\t\t[0.756218905472637] = { 1, 1, 1, 1 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 770, -16.5 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_Default = 15,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge3 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Scale1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, 379.5 } },\n\t\t\t\t},\n\t\t\t\tColorCorrector1 = ColorCorrector {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tColorRanges = Input {\n\t\t\t\t\t\t\tValue = ColorCurves {\n\t\t\t\t\t\t\t\tCurves = {\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t\t\t{ 0, 1 },\n\t\t\t\t\t\t\t\t\t\t\t{ 0.4, 0.2 },\n\t\t\t\t\t\t\t\t\t\t\t{ 0.6, 0 },\n\t\t\t\t\t\t\t\t\t\t\t{ 1, 0 }\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tPoints = {\n\t\t\t\t\t\t\t\t\t\t\t{ 0, 0 },\n\t\t\t\t\t\t\t\t\t\t\t{ 0.4, 0 },\n\t\t\t\t\t\t\t\t\t\t\t{ 0.6, 0.2 },\n\t\t\t\t\t\t\t\t\t\t\t{ 1, 1 }\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHistogramIgnoreTransparent = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1100, 379.5 } },\n\t\t\t\t},\n\t\t\t\tScale1 = Scale {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tXSize = Input { Value = 1.2, },\n\t\t\t\t\t\tHiQOnly = Input { Value = 0, },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 935, 247.5 } },\n\t\t\t\t},\n\t\t\t\tMerge2 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2_1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApplyMode = Input { Value = FuID { \"LinearLight\" }, },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 770, 247.5 } },\n\t\t\t\t},\n\t\t\t\tBackground2_1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"FastNoise1_1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tTopLeftRed = Input { Value = 0.8117647058824, },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 0.8117647058824, },\n\t\t\t\t\t\tTopLeftBlue = Input { Value = 0.8117647058824, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 770, 82.5 } },\n\t\t\t\t},\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tTopLeftRed = Input { Value = 0.8117647058824, },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 0.8117647058824, },\n\t\t\t\t\t\tTopLeftBlue = Input { Value = 0.8117647058824, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, 82.5 } },\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApplyMode = Input { Value = FuID { \"VividLight\" }, },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, 247.5 } },\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 0.176470592618, },\n\t\t\t\t\t\tTopLeftBlue = Input { Value = 0.3333333432674, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 770, 379.5 } },\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tType = Input { Value = FuID { \"Gradient\" }, },\n\t\t\t\t\t\tStart = Input { Value = { 0.5, 1 }, },\n\t\t\t\t\t\tEnd = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tGradient = Input {\n\t\t\t\t\t\t\tValue = Gradient {\n\t\t\t\t\t\t\t\tColors = {\n\t\t\t\t\t\t\t\t\t[0.12] = { 0, 0.176470592617989, 0.333333343267441, 1 },\n\t\t\t\t\t\t\t\t\t[0.5] = { 0.545098066329956, 0.901960790157318, 0.776470601558685, 1 },\n\t\t\t\t\t\t\t\t\t[0.88] = { 0, 0.176470592617989, 0.333333343267441, 1 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 247.5 } },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t},\n\tActiveTool = \"Ryuhai\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/りぞりぷと(RIZORIPUTO)/炎(Flame).setting",
    "content": "{\n\tTools = ordered() {\n\t\tFlame = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"C:\\\\work_Macro\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tSettings = {\n\t\t\t\t\t[2] = {\n\t\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\t\tFlame = GroupOperator {\n\t\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\t\tCustomData = {\n\t\t\t\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t\t\t\t[\"Setting:\"] = \"C:\\\\work_Macro\\\\\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tInputs = ordered() {\n\t\t\t\t\t\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Speed\",\n\t\t\t\t\t\t\t\t\t\tDefault = 0.8,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Shape\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"GradientType\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Start\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"End\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Offset\",\n\t\t\t\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Color\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\t\t\t\t\t\tName = \"Color\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.952941176470588,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.780392156862745,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\t\t\t\tSource = \"MaskLow\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 2147483659,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.228,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\t\t\t\tSource = \"MaskHigh\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 2147483659,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.389,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\t\t\t\t\t\tName = \"Color\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.666666666666667,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\t\t\t\tSource = \"MaskLow\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 2147483660,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.256,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\t\t\t\tSource = \"MaskHigh\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 2147483660,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.367,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\t\t\t\t\t\tName = \"Color\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.745098039215686,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.149019607843137,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.149019607843137,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\t\t\t\tSource = \"MaskLow\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 2147483661,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.211,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\t\t\t\tSource = \"MaskHigh\",\n\t\t\t\t\t\t\t\t\t\tControlGroup = 2147483661,\n\t\t\t\t\t\t\t\t\t\tDefault = 0.322,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Glow\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Threshold\",\n\t\t\t\t\t\t\t\t\t\tDefault = 0.5,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Gain\",\n\t\t\t\t\t\t\t\t\t\tDefault = 0.8,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"XGlowSize\",\n\t\t\t\t\t\t\t\t\t\tDefault = 50,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"LockXY\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"YGlowSize\",\n\t\t\t\t\t\t\t\t\t\tDefault = 10,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"BlendClone\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"ColorScale\",\n\t\t\t\t\t\t\t\t\t\tDefault = 0,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"RedScale\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"GreenScale\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"BlueScale\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"AlphaScale\",\n\t\t\t\t\t\t\t\t\t\tDefault = 1,\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tOutputs = {\n\t\t\t\t\t\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\t\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tViewInfo = GroupInfo {\n\t\t\t\t\t\t\t\t\tPos = { 4345, 1204.5 },\n\t\t\t\t\t\t\t\t\tFlags = {\n\t\t\t\t\t\t\t\t\t\tAllowPan = false,\n\t\t\t\t\t\t\t\t\t\tForceAll = true,\n\t\t\t\t\t\t\t\t\t\tGridSnap = true,\n\t\t\t\t\t\t\t\t\t\tAutoSnap = true\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tSize = { 841, 637.851, 420.5, 24.2424 },\n\t\t\t\t\t\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\t\t\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\t\t\t\t\t\tScale = 1,\n\t\t\t\t\t\t\t\t\tOffset = { 0, 0 }\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tTools = ordered() {\n\t\t\t\t\t\t\t\t\tBackground2 = Background {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tMaskChannel = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tMaskLow = Input { Value = 0.211, },\n\t\t\t\t\t\t\t\t\t\t\tMaskHigh = Input { Value = 0.22, },\n\t\t\t\t\t\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\t\t\t\t\t\tTopLeftRed = Input { Value = 0.925490196078431, },\n\t\t\t\t\t\t\t\t\t\t\tTopLeftGreen = Input { Value = 0.180392156862745, },\n\t\t\t\t\t\t\t\t\t\t\tTopLeftBlue = Input { Value = 0.180392156862745, },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -138, 557.758 } },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tBackground4 = Background {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tMaskChannel = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tMaskLow = Input { Value = 0.36, },\n\t\t\t\t\t\t\t\t\t\t\tMaskHigh = Input { Value = 0.376, },\n\t\t\t\t\t\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\t\t\t\t\t\tTopLeftRed = Input { Value = 0.941176470588235, },\n\t\t\t\t\t\t\t\t\t\t\tTopLeftGreen = Input { Value = 0.541176470588235, },\n\t\t\t\t\t\t\t\t\t\t\tTopLeftBlue = Input { Value = 0.0862745098039216, },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 27, 392.758 } },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tMerge3 = Merge {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 27, 557.758 } },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tFastNoise1 = FastNoise {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\tDepth = Input { Value = 3, },\n\t\t\t\t\t\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tValue = { 0, 2.48 },\n\t\t\t\t\t\t\t\t\t\t\t\tExpression = \"Point(0.0,Speed * time /30 )\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tDetail = Input { Value = 4, },\n\t\t\t\t\t\t\t\t\t\t\tContrast = Input { Value = 1.2, },\n\t\t\t\t\t\t\t\t\t\t\tBrightness = Input { Value = -0.14, },\n\t\t\t\t\t\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tXScale = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tValue = 7,\n\t\t\t\t\t\t\t\t\t\t\t\tExpression = \"7 / Size\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tYScale = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tValue = 5.5,\n\t\t\t\t\t\t\t\t\t\t\t\tExpression = \"5.5 / Size\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tSeetheRate = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tValue = 0.32,\n\t\t\t\t\t\t\t\t\t\t\t\tExpression = \"0.4 * Speed\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tColor1Alpha = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\tColor2Green = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tColor2Blue = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -358, 260.758 } },\n\t\t\t\t\t\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Default = 0.8,\n\t\t\t\t\t\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tSize = {\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\t\t\t\t\t\tLINKS_Name = \"Size\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tShape = {\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\t\t\t\t\t\tLINKS_Name = \"Shape\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tColor = {\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\t\t\t\t\t\tLBLC_NumInputs = 15,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\t\t\t\t\t\tLINKS_Name = \"Color\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tGlow = {\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\t\t\t\t\t\tLBLC_NumInputs = 11,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\t\t\t\t\t\tLINKS_Name = \"Glow\",\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tBackground1 = Background {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\tDepth = Input { Value = 3, },\n\t\t\t\t\t\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\t\t\t\t\t\tType = Input { Value = FuID { \"Gradient\" }, },\n\t\t\t\t\t\t\t\t\t\t\tStart = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\t\t\t\t\t\tEnd = Input { Value = { 0.5, 0.6 }, },\n\t\t\t\t\t\t\t\t\t\t\tGradient = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tValue = Gradient {\n\t\t\t\t\t\t\t\t\t\t\t\t\tColors = {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t[0] = { 1, 0, 0, 1 },\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t[1] = { 0, 0, 0, 1 }\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -248, 29.7576 } },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tFastNoise1_1 = FastNoise {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\tDepth = Input { Value = 3, },\n\t\t\t\t\t\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tValue = { 0, 2.0666584 },\n\t\t\t\t\t\t\t\t\t\t\t\tExpression = \"FastNoise1.Center * 0.83333\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tDetail = Input { Value = 3, },\n\t\t\t\t\t\t\t\t\t\t\tXScale = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tValue = 1.5,\n\t\t\t\t\t\t\t\t\t\t\t\tExpression = \"1.5 / FastNoise1.Size\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tSeetheRate = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tValue = 0.12,\n\t\t\t\t\t\t\t\t\t\t\t\tExpression = \"0.15 * FastNoise1.Speed\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tColor1Alpha = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\tColor2Green = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tColor2Blue = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -358, 128.758 } },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tDisplace1 = Displace {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tProcessGreen = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tProcessBlue = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tProcessAlpha = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tType = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\tYChannel = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tYOffset = Input { Value = -0.5, },\n\t\t\t\t\t\t\t\t\t\t\tYRefraction = Input { Value = 0.5, },\n\t\t\t\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"FastNoise1_1\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -248, 128.758 } },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tMerge1 = Merge {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tProcessGreen = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tProcessBlue = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tProcessAlpha = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Displace1\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tApplyMode = Input { Value = FuID { \"Multiply\" }, },\n\t\t\t\t\t\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -248, 260.758 } },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tBackground3 = Background {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tMaskChannel = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t\tMaskLow = Input { Value = 0.552, },\n\t\t\t\t\t\t\t\t\t\t\tMaskHigh = Input { Value = 0.58, },\n\t\t\t\t\t\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\t\t\t\t\t\tTopLeftRed = Input { Value = 0.937254901960784, },\n\t\t\t\t\t\t\t\t\t\t\tTopLeftGreen = Input { Value = 1, },\n\t\t\t\t\t\t\t\t\t\t\tTopLeftBlue = Input { Value = 0.705882352941177, },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 192, 392.758 } },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tMerge2 = Merge {\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 192, 557.758 } },\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tSoftGlow1 = SoftGlow {\n\t\t\t\t\t\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\t\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\t\t\t\t\t\tInputs = {\n\t\t\t\t\t\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\t\t\t\t\t\t\t\tThreshold = Input { Value = 0.3, },\n\t\t\t\t\t\t\t\t\t\t\tGain = Input { Value = 0.8, },\n\t\t\t\t\t\t\t\t\t\t\tXGlowSize = Input { Value = 30, },\n\t\t\t\t\t\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\t\t\t\t\t\tSourceOp = \"Merge2\",\n\t\t\t\t\t\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 357, 557.758 } },\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"Speed\",\n\t\t\t\t\tDefault = 0.8,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"Shape\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"GradientType\",\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Start\",\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"End\",\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Offset\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"Color\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0.952941176470588,\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0.780392156862745,\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"MaskLow\",\n\t\t\t\t\tControlGroup = 2147483659,\n\t\t\t\t\tDefault = 0.228,\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\tSource = \"MaskHigh\",\n\t\t\t\t\tControlGroup = 2147483659,\n\t\t\t\t\tDefault = 0.389,\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 0.666666666666667,\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"MaskLow\",\n\t\t\t\t\tControlGroup = 2147483660,\n\t\t\t\t\tDefault = 0.256,\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\tSource = \"MaskHigh\",\n\t\t\t\t\tControlGroup = 2147483660,\n\t\t\t\t\tDefault = 0.367,\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 0.745098039215686,\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 0.149019607843137,\n\t\t\t\t},\n\t\t\t\tInput21 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\tControlGroup = 3,\n\t\t\t\t\tDefault = 0.149019607843137,\n\t\t\t\t},\n\t\t\t\tInput22 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"MaskLow\",\n\t\t\t\t\tControlGroup = 2147483661,\n\t\t\t\t\tDefault = 0.211,\n\t\t\t\t},\n\t\t\t\tInput23 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\tSource = \"MaskHigh\",\n\t\t\t\t\tControlGroup = 2147483661,\n\t\t\t\t\tDefault = 0.322,\n\t\t\t\t},\n\t\t\t\tInput24 = InstanceInput {\n\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\tSource = \"Glow\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput25 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"Threshold\",\n\t\t\t\t\tDefault = 0.5,\n\t\t\t\t},\n\t\t\t\tInput26 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"Gain\",\n\t\t\t\t\tDefault = 0.8,\n\t\t\t\t},\n\t\t\t\tInput27 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"XGlowSize\",\n\t\t\t\t\tDefault = 50,\n\t\t\t\t},\n\t\t\t\tInput28 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"LockXY\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput29 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"YGlowSize\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput30 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"BlendClone\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput31 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"ColorScale\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput32 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"RedScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput33 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"GreenScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput34 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"BlueScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput35 = InstanceInput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"AlphaScale\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"SoftGlow1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 4345, 1204.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tSize = { 841, 637.851, 420.5, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tBackground2 = Background {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMaskChannel = Input { Value = 0, },\n\t\t\t\t\t\tMaskLow = Input { Value = 0.211, },\n\t\t\t\t\t\tMaskHigh = Input { Value = 0.322, },\n\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tTopLeftRed = Input { Value = 0.745098039215686, },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 0.149019607843137, },\n\t\t\t\t\t\tTopLeftBlue = Input { Value = 0.149019607843137, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -138, 557.758 } },\n\t\t\t\t},\n\t\t\t\tBackground4 = Background {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMaskChannel = Input { Value = 0, },\n\t\t\t\t\t\tMaskLow = Input { Value = 0.256, },\n\t\t\t\t\t\tMaskHigh = Input { Value = 0.367, },\n\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tTopLeftRed = Input { Value = 1, },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 0.666666666666667, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 27, 392.758 } },\n\t\t\t\t},\n\t\t\t\tMerge3 = Merge {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background4\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 27, 557.758 } },\n\t\t\t\t},\n\t\t\t\tFastNoise1 = FastNoise {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\tDepth = Input { Value = 3, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0, 2.48 },\n\t\t\t\t\t\t\tExpression = \"Point(0.0,Speed * time /30 )\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDetail = Input { Value = 4, },\n\t\t\t\t\t\tContrast = Input { Value = 1.2, },\n\t\t\t\t\t\tBrightness = Input { Value = -0.14, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXScale = Input {\n\t\t\t\t\t\t\tValue = 7,\n\t\t\t\t\t\t\tExpression = \"7 / Size\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYScale = Input {\n\t\t\t\t\t\t\tValue = 5.5,\n\t\t\t\t\t\t\tExpression = \"5.5 / Size\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSeetheRate = Input {\n\t\t\t\t\t\t\tValue = 0.32,\n\t\t\t\t\t\t\tExpression = \"0.4 * Speed\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tColor1Alpha = Input { Value = 1, },\n\t\t\t\t\t\tColor2Green = Input { Value = 0, },\n\t\t\t\t\t\tColor2Blue = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -358, 260.758 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSpeed = {\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINP_Default = 0.8,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSize = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Size\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tShape = {\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"Shape\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tColor = {\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 15,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKS_Name = \"Color\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGlow = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 11,\n\t\t\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKS_Name = \"Glow\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\tDepth = Input { Value = 3, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tType = Input { Value = FuID { \"Gradient\" }, },\n\t\t\t\t\t\tStart = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tEnd = Input { Value = { 0.5, 0.6 }, },\n\t\t\t\t\t\tGradient = Input {\n\t\t\t\t\t\t\tValue = Gradient {\n\t\t\t\t\t\t\t\tColors = {\n\t\t\t\t\t\t\t\t\t[0] = { 1, 0, 0, 1 },\n\t\t\t\t\t\t\t\t\t[1] = { 0, 0, 0, 1 }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -248, 29.7576 } },\n\t\t\t\t},\n\t\t\t\tFastNoise1_1 = FastNoise {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\tDepth = Input { Value = 3, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0, 2.0666584 },\n\t\t\t\t\t\t\tExpression = \"FastNoise1.Center * 0.83333\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tDetail = Input { Value = 3, },\n\t\t\t\t\t\tXScale = Input {\n\t\t\t\t\t\t\tValue = 1.5,\n\t\t\t\t\t\t\tExpression = \"1.5 / FastNoise1.Size\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSeetheRate = Input {\n\t\t\t\t\t\t\tValue = 0.12,\n\t\t\t\t\t\t\tExpression = \"0.15 * FastNoise1.Speed\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tColor1Alpha = Input { Value = 1, },\n\t\t\t\t\t\tColor2Green = Input { Value = 0, },\n\t\t\t\t\t\tColor2Blue = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -358, 128.758 } },\n\t\t\t\t},\n\t\t\t\tDisplace1 = Displace {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tProcessGreen = Input { Value = 0, },\n\t\t\t\t\t\tProcessBlue = Input { Value = 0, },\n\t\t\t\t\t\tProcessAlpha = Input { Value = 0, },\n\t\t\t\t\t\tType = Input { Value = 1, },\n\t\t\t\t\t\tYChannel = Input { Value = 0, },\n\t\t\t\t\t\tYOffset = Input { Value = -0.5, },\n\t\t\t\t\t\tYRefraction = Input { Value = 0.5, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"FastNoise1_1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -248, 128.758 } },\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tProcessGreen = Input { Value = 0, },\n\t\t\t\t\t\tProcessBlue = Input { Value = 0, },\n\t\t\t\t\t\tProcessAlpha = Input { Value = 0, },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"FastNoise1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Displace1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApplyMode = Input { Value = FuID { \"Multiply\" }, },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -248, 260.758 } },\n\t\t\t\t},\n\t\t\t\tBackground3 = Background {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMaskChannel = Input { Value = 0, },\n\t\t\t\t\t\tMaskLow = Input { Value = 0.228, },\n\t\t\t\t\t\tMaskHigh = Input { Value = 0.389, },\n\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tTopLeftRed = Input { Value = 1, },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 0.952941176470588, },\n\t\t\t\t\t\tTopLeftBlue = Input { Value = 0.780392156862745, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 192, 392.758 } },\n\t\t\t\t},\n\t\t\t\tMerge2 = Merge {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background3\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 192, 557.758 } },\n\t\t\t\t},\n\t\t\t\tSoftGlow1 = SoftGlow {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\t\t\tThreshold = Input { Value = 0.5, },\n\t\t\t\t\t\tGain = Input { Value = 0.8, },\n\t\t\t\t\t\tXGlowSize = Input { Value = 50, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 357, 557.758 } },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/りぞりぷと(RIZORIPUTO)/矢印(Arrow).setting",
    "content": "{\n\tTools = ordered() {\n\t\tArrow = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Generators\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Expression_Point01_Input\",\n\t\t\t\t\tSource = \"p1\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Expression_Point02_Input\",\n\t\t\t\t\tSource = \"p2\",\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Expression_Size\",\n\t\t\t\t\tSource = \"n1\",\n\t\t\t\t\tDefault = 0.25,\n\t\t\t\t},\n\t\t\t\tInputBarRatio = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation_Height\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"Bar\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0.4,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 5,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 5,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 5,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 5,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInputBorder = InstanceInput {\n\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\tSource = \"Border\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\tSource = \"Thickness\",\n\t\t\t\t\tName = \"Border Width\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\tSource = \"JoinStyle\",\n\t\t\t\t\tName = \"Border Style\",\n\t\t\t\t\tControlGroup = 8,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\tSource = \"CapStyle\",\n\t\t\t\t\tControlGroup = 8,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\tSource = \"MiterLimit\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\tSource = \"WritePosition\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\tSource = \"WriteLength\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInputS01 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sBoolean1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sBoolean1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sBoolean1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sBoolean1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 220, 82.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 731, 217.485, 365.5, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tsRectangle1 = sRectangle {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Translate.X\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_CenterX\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Translate.Y\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_CenterY\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_RectWidth\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_Height\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAngle = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Rotation\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -303, 133.258 } },\n\t\t\t\t},\n\t\t\t\tExpression_CenterX = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Center\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1x\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"Center\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Center = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point01\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tp2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point02\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"(p2x + p1x) / 2\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"(p2y + p1y) / 2\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tNameforPoint2 = Input { Value = \"P2\", },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Point01 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point01_Input\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p1x - 0.5\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"(p1y -0.5) * n2 / n1\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Width\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"Height\", },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Point01_Input = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p1x\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"p1y\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish4 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1920, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish5 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1080, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Point02 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point02_Input\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p2x - 0.5\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"(p2y -0.5) * n2 / n1\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Width\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"Height\", },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint2 = Input { Value = \"P2\", },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Point02_Input = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp2 = Input { Value = { 0.25, 0.5 }, },\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p2x\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"p2y\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint2 = Input { Value = \"P2\", },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_CenterY = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Center\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1y\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"Center\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_RectWidth = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point01\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tp2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point02\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"sqrt((p2x - p1x) ^ 2 + (p2y - p1y) ^ 2)\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tNameforPoint2 = Input { Value = \"P2\", },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation_Height = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Size\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.4, }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tSecondOperand = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 0.5,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 0.5,\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Calc\",\n\t\t\t\t\t\t\tLINKS_Name = \"Second Operand\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression_Size = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tn1 = Input { Value = 0.25, },\n\t\t\t\t\t\tNumberExpression = Input { Value = \"n1\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Size\", },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_Rotation = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point01\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tp2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point02\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"atan2(p1y - p2y, p1x - p2x)\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tNameforPoint2 = Input { Value = \"P2\", },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tsBoolean1 = sBoolean {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperation = Input { Value = FuID { \"Union\" }, },\n\t\t\t\t\t\tInput1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -138, 133.258 } },\n\t\t\t\t},\n\t\t\t\tInstance_sBoolean1 = sBoolean {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"sNGon1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tRed = Input { },\n\t\t\t\t\t\tGreen = Input { Value = 0, },\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -138, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tsOutline1 = sOutline {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tThickness = Input { Value = 0, },\n\t\t\t\t\t\tJoinStyle = Input { Value = 2, },\n\t\t\t\t\t\tCapStyle = Input { Value = 2, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sBoolean1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -28, 34.2576 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBorder = {\n\t\t\t\t\t\t\tLINKS_Name = \"Border\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 11,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_sRender1 = sRender {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sOutline1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"ShapeRasterizer.Nest\"] = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 82, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tInstance_AlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 192, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tsNGon1 = sNGon {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSides = Input { Value = 3, },\n\t\t\t\t\t\tJoinStyle = Input { Value = 2, },\n\t\t\t\t\t\t[\"Translate.X\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_NGonCenterX\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Translate.Y\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_NGonCenterY\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Size\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Size\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAngle = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Rotation\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -303, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tExpression_NGonCenterX = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point01\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1x\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tExpression_NGonCenterY = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Point01\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1y\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"P1\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tsRender1 = sRender {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sBoolean1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 82, 133.258 } },\n\t\t\t\t},\n\t\t\t\tAlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 192, 133.258 } },\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 302, 133.258 } },\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/りぞりぷと(RIZORIPUTO)/矩形(Rectangle).setting",
    "content": "{\n\tTools = ordered() {\n\t\tRectangle = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Generators\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\tSource = \"p1\",\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Width\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Height\",\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t},\n\t\t\t\tInput100 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"CornerRadius\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 6,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInputBorder = InstanceInput {\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tSource = \"Border\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"BorderWidth\",\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"JoinStyle\",\n\t\t\t\t\tName = \"Border Style\",\n\t\t\t\t\tControlGroup = 9,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"CapStyle\",\n\t\t\t\t\tControlGroup = 9,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"WritePosition\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"WriteLength\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInputSp = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"ShapeSeparator\",\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"Red\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 12,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"Green\",\n\t\t\t\t\tControlGroup = 12,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"Blue\",\n\t\t\t\t\tControlGroup = 12,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\tSource = \"Alpha\",\n\t\t\t\t\tControlGroup = 12,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 165, -82.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 456, 217.206, 228, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tsRectangle1 = sRectangle {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tJoinStyle = Input { Value = 2, },\n\t\t\t\t\t\t[\"Translate.X\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression1\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Translate.Y\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression2\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 133.258 } },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBorder = {\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLBLC_NumInputs = 9,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKS_Name = \"Border\",\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression1 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"p1x - 0.5\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCtrlExpression_main = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tNumberExpression = Input { Value = \"n1\", },\n\t\t\t\t\t\tPointExpressionX = Input { Value = \"p1x\", },\n\t\t\t\t\t\tPointExpressionY = Input { Value = \"p1y\", },\n\t\t\t\t\t\tShowNumber1 = Input { Value = 0, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Angle\", },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforPoint1 = Input { Value = \"Center\", },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tn1 = {\n\t\t\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\t\t\tINP_MaxScale = 360,\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINPID_PreviewControl = \"AngleControl\",\n\t\t\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\t\t\tACID_Center = \"p1\",\n\t\t\t\t\t\t\tLINKS_Name = \"Angle\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tExpression2 = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tp1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CtrlExpression_main\",\n\t\t\t\t\t\t\tSource = \"PointResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tn2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tNumberExpression = Input { Value = \"(p1y -0.5) * n2 / n1\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"Width\", },\n\t\t\t\t\t\tNameforNumber2 = Input { Value = \"Height\", },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tPointControls = Input { Value = 1, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish4 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1920, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tPublish5 = PublishNumber {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tValue = Input { Value = 1080, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tInstance_sRectangle1 = sRectangle {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSolid = Input { Value = 0, },\n\t\t\t\t\t\tBorderWidth = Input { },\n\t\t\t\t\t\tCapStyle = Input { },\n\t\t\t\t\t\tRed = Input { },\n\t\t\t\t\t\tGreen = Input { Value = 0, },\n\t\t\t\t\t\tBlue = Input { Value = 0, },\n\t\t\t\t\t\tAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tsRender1 = sRender {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tHeight = Input {\n\t\t\t\t\t\t\tSourceOp = \"Publish5\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRectangle1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 133.258 } },\n\t\t\t\t},\n\t\t\t\tAlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 133.258 } },\n\t\t\t\t},\n\t\t\t\tInstance_sRender1 = sRender {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"sRender1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRectangle1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"ShapeRasterizer.Nest\"] = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tInstance_AlphaMultiply1 = AlphaMultiply {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_sRender1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 34.2576 } },\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_AlphaMultiply1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 133.258 } },\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tInput10 = {\n\t\t\t\t\tINP_DefaultX = 0.5,\n\t\t\t\t\tINPID_PreviewControl = \"CrosshairControl\",\n\t\t\t\t\tINP_DefaultY = 0.5,\n\t\t\t\t\tLINKID_DataType = \"Point\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\tINPID_InputControl = \"OffsetControl\",\n\t\t\t\t\tCHC_Style = \"NormalCross\",\n\t\t\t\t\tLINKS_Name = \"Center\",\n\t\t\t\t},\n\t\t\t\tInput2 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\tLINKS_Name = \"Width\"\n\t\t\t\t},\n\t\t\t\tInput3 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\tINP_Default = 0.5,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\tLINKS_Name = \"Height\"\n\t\t\t\t},\n\t\t\t\tInput5 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_MaxScale = 360,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINPID_PreviewControl = \"AngleControl\",\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tACID_Center = \"Input10\",\n\t\t\t\t\tLINKS_Name = \"Angle\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Generators/りぞりぷと(RIZORIPUTO)/集中線(ConcentrationLine).setting",
    "content": "{\n\tTools = ordered() {\n\t\tLine = GroupOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"EditTemplates:\\\\Generators\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Expression_Anim\",\n\t\t\t\t\tSource = \"n1\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 3,\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shape3D1\",\n\t\t\t\t\tSource = \"SurfacePlaneInputs.Width\",\n\t\t\t\t\tName = \"幅\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSourceOp = \"CustomVertex3D1\",\n\t\t\t\t\tSource = \"Number3\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Duplicate3D1\",\n\t\t\t\t\tSource = \"LastCopy\",\n\t\t\t\t\tControlGroup = 4,\n\t\t\t\t\tDefault = 360,\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation_JitterAngle\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 20,\n\t\t\t\t},\n\t\t\t\tInputJitter = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Jitter\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Duplicate3D1\",\n\t\t\t\t\tSource = \"JitterTranslate.Y\",\n\t\t\t\t\tName = \"Jitter 距離\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0.4,\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Duplicate3D1\",\n\t\t\t\t\tSource = \"JitterRotate.Z\",\n\t\t\t\t\tName = \"Jitter 角度\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 5,\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSourceOp = \"CustomVertex3D1\",\n\t\t\t\t\tSource = \"Number1\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 5,\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSourceOp = \"CustomVertex3D1\",\n\t\t\t\t\tSource = \"Number2\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0.2,\n\t\t\t\t},\n\t\t\t\tInputColor = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Color\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInputXf = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Transform\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform3D2\",\n\t\t\t\t\tSource = \"Transform3DOp.Translate.X\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform3D2\",\n\t\t\t\t\tSource = \"Transform3DOp.Translate.Y\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform3D2\",\n\t\t\t\t\tSource = \"Transform3DOp.Scale.X\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform3D2\",\n\t\t\t\t\tSource = \"Transform3DOp.Scale.Y\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 495, 49.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 1226, 316.485, 613, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Dissolve1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tTopLeftRed = Input { Value = 1, },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 1, },\n\t\t\t\t\t\tTopLeftBlue = Input { Value = 1, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 550, 232.758 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tTransform = {\n\t\t\t\t\t\t\tLINKS_Name = \"Transform\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tJitter = {\n\t\t\t\t\t\t\tLINKS_Name = \"Jitter\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\t\t},\n\t\t\t\t\t\tColor = {\n\t\t\t\t\t\t\tLINKS_Name = \"Color\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 3,\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDissolve1 = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tProcessAlpha = Input { Value = 0, },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Anim\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Dissolve2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 232.758 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t\t\t},\n\t\t\t\tExpression_Anim = Expression {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tNumberExpression = Input { Value = \"floor(time / n1) % 3\", },\n\t\t\t\t\t\tNumberControls = Input { Value = 1, },\n\t\t\t\t\t\tNameforNumber1 = Input { Value = \"表示間隔(フレーム)\", },\n\t\t\t\t\t\tn1 = Input { Value = 3, },\n\t\t\t\t\t\tShowNumber2 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber3 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber9 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint9 = Input { Value = 0, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tShape3D1 = Shape3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"Transform3DOp.Translate.Y\"] = Input { Value = 0.5, },\n\t\t\t\t\t\t[\"MtlStdInputs.MaterialID\"] = Input { Value = 1, },\n\t\t\t\t\t\t[\"SurfacePlaneInputs.SizeLock\"] = Input { Value = 0, },\n\t\t\t\t\t\t[\"SurfacePlaneInputs.SubdivisionWidth\"] = Input { Value = 1, },\n\t\t\t\t\t\t[\"SurfacePlaneInputs.SubdivisionHeight\"] = Input { Value = 1, },\n\t\t\t\t\t\t[\"SurfacePlaneInputs.ObjectID.ObjectID\"] = Input { Value = 1, }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -550, 232.758 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t\t\t},\n\t\t\t\tDuplicate3D1 = Duplicate3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tTransformOrder = Input { Value = FuID { \"STR\" }, },\n\t\t\t\t\t\t[\"Rotate.Z\"] = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_JitterAngle\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPivotNest = Input { Value = 1, },\n\t\t\t\t\t\t[\"JitterTranslate.Y\"] = Input { Value = 0.4, },\n\t\t\t\t\t\t[\"JitterRotate.Z\"] = Input { Value = 5, },\n\t\t\t\t\t\tPivotJitterNest = Input { Value = 1, },\n\t\t\t\t\t\tn1 = Input { Value = 3, },\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLastCopy = Input { Value = 360, }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 232.758 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\t\t},\n\t\t\t\tCalculation_JitterAngle = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input { Value = 360, },\n\t\t\t\t\t\tOperator = Input { Value = 3, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 20, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCustomVertex3D1 = CustomVertex3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Duplicate3D1\",\n\t\t\t\t\t\t\tSource = \"Data3D\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Position.Nest\"] = Input { Value = 0, },\n\t\t\t\t\t\t[\"Position.X\"] = Input { Value = \"px * i1\", },\n\t\t\t\t\t\t[\"Position.Y\"] = Input { Value = \"py * i1\", },\n\t\t\t\t\t\t[\"Normal.Nest\"] = Input { Value = 1, },\n\t\t\t\t\t\t[\"Point1.Nest\"] = Input { Value = 0, },\n\t\t\t\t\t\tLUT1 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CustomVertex3D1LUT1\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLUT2 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CustomVertex3D1LUT2\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLUT3 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CustomVertex3D1LUT3\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tLUT4 = Input {\n\t\t\t\t\t\t\tSourceOp = \"CustomVertex3D1LUT4\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tIntermediate1 = Input { Value = \"sin(atan(px/py) * n1)  * n2 + n3\", },\n\t\t\t\t\t\tNameForNumber1 = Input { Value = \"波数\", },\n\t\t\t\t\t\tNameForNumber2 = Input { Value = \"振幅\", },\n\t\t\t\t\t\tNameForNumber3 = Input { Value = \"距離\", },\n\t\t\t\t\t\tShowNumber4 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber5 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber6 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber7 = Input { Value = 0, },\n\t\t\t\t\t\tShowNumber8 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint1 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint2 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint3 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint4 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint5 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint6 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint7 = Input { Value = 0, },\n\t\t\t\t\t\tShowPoint8 = Input { Value = 0, },\n\t\t\t\t\t\tShowImage2 = Input { Value = 0, },\n\t\t\t\t\t\tShowImage3 = Input { Value = 0, },\n\t\t\t\t\t\tShowLUT1 = Input { Value = 0, },\n\t\t\t\t\t\tShowLUT2 = Input { Value = 0, },\n\t\t\t\t\t\tShowLUT3 = Input { Value = 0, },\n\t\t\t\t\t\tShowLUT4 = Input { Value = 0, },\n\t\t\t\t\t\tNumber1 = Input { Value = 5, },\n\t\t\t\t\t\tNumber2 = Input { Value = 0.2, },\n\t\t\t\t\t\tNumber3 = Input { Value = 1, }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 232.758 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\t\t},\n\t\t\t\tCustomVertex3D1LUT1 = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 0, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tCustomVertex3D1LUT2 = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 0, Green = 204, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tCustomVertex3D1LUT3 = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 0, Green = 0, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tCustomVertex3D1LUT4 = LUTBezier {\n\t\t\t\t\tKeyColorSplines = {\n\t\t\t\t\t\t[0] = {\n\t\t\t\t\t\t\t[0] = { 0, RH = { 0.333333333333333, 0.333333333333333 }, Flags = { Linear = true } },\n\t\t\t\t\t\t\t[1] = { 1, LH = { 0.666666666666667, 0.666666666666667 }, Flags = { Linear = true } }\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tSplineColor = { Red = 204, Green = 204, Blue = 204 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t},\n\t\t\t\tTransform3D2 = Transform3D {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"CustomVertex3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Transform3DOp.ScaleLock\"] = Input { Value = 0, },\n\t\t\t\t\t\t[\"Transform3DOp.Scale.X\"] = Input { Value = 1.5, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 232.758 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t\t\t},\n\t\t\t\tRenderer3D1 = Renderer3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tToolVersion = 2\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform3D2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReporting = Input { Value = 1, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 330, 232.758 } },\n\t\t\t\t},\n\t\t\t\tTransform3D1 = Transform3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Bender3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Transform3DOp.Translate.Y\"] = Input { Value = 1, },\n\t\t\t\t\t\t[\"Transform3DOp.ScaleLock\"] = Input { Value = 0, },\n\t\t\t\t\t\t[\"Transform3DOp.Scale.Y\"] = Input { Value = 50, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -330, 232.758 } },\n\t\t\t\t},\n\t\t\t\tBender3D1 = Bender3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shape3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBender = Input { Value = FuID { \"Taper\" }, },\n\t\t\t\t\t\tAmount = Input { Value = -0.5, },\n\t\t\t\t\t\tCenter = Input { Value = 1, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -440, 232.758 } },\n\t\t\t\t},\n\t\t\t\tInstance_Transform3D2_1 = Transform3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"Transform3D2\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform3D3_1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Transform3DOp.Translation\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.Rotation\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.PivotNest\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.ScaleNest\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.TargetNest\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.Import\"] = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 34.7576 } },\n\t\t\t\t},\n\t\t\t\tInstance_Instance_Renderer3D1 = Renderer3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tToolVersion = 2\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"Instance_Renderer3D1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Transform3D2_1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReporting = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\t[\"RendererSoftware.Channels.Nest\"] = Input { },\n\t\t\t\t\t\t[\"RendererSoftware.Lighting\"] = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 330, 34.7576 } },\n\t\t\t\t},\n\t\t\t\tDissolve2 = Dissolve {\n\t\t\t\t\tTransitions = {\n\t\t\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tProcessAlpha = Input { Value = 0, },\n\t\t\t\t\t\tMix = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation_OffsetV\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Renderer3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Instance_Renderer3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 133.758 } },\n\t\t\t\t},\n\t\t\t\tCalculation_OffsetV = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Expression_Anim\",\n\t\t\t\t\t\t\tSource = \"NumberResult\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = -1, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tTransform3D3 = Transform3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_CustomVertex3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Transform3DOp.Rotate.Z\"] = Input { Value = 75, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 133.758 } },\n\t\t\t\t},\n\t\t\t\tTransform3D3_1 = Transform3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_CustomVertex3D1_1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Transform3DOp.Rotate.Z\"] = Input { Value = 211, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 34.7576 } },\n\t\t\t\t},\n\t\t\t\tInstance_Transform3D2 = Transform3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"Transform3D2\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform3D3\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Transform3DOp.Translation\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.Rotation\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.PivotNest\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.ScaleNest\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.TargetNest\"] = Input { },\n\t\t\t\t\t\t[\"Transform3DOp.Import\"] = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 165, 133.758 } },\n\t\t\t\t},\n\t\t\t\tInstance_CustomVertex3D1 = CustomVertex3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"CustomVertex3D1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Duplicate3D1\",\n\t\t\t\t\t\t\tSource = \"Data3D\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Position.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Normal.Nest\"] = Input { Value = 1, },\n\t\t\t\t\t\t[\"VertexColor.Nest\"] = Input { },\n\t\t\t\t\t\t[\"TexCoord.Nest\"] = Input { },\n\t\t\t\t\t\t[\"EnvCoord.Nest\"] = Input { },\n\t\t\t\t\t\t[\"TangentU.Nest\"] = Input { },\n\t\t\t\t\t\t[\"TangentV.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Velocity.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point1.Nest\"] = Input { Value = 0, },\n\t\t\t\t\t\t[\"Point2.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point3.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point4.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point5.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point6.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point7.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point8.Nest\"] = Input { },\n\t\t\t\t\t\tImage1 = Input { },\n\t\t\t\t\t\tImage2 = Input { },\n\t\t\t\t\t\tImage3 = Input { },\n\t\t\t\t\t\tRandomize = Input { },\n\t\t\t\t\t\tNumberControls = Input { },\n\t\t\t\t\t\tPointControls = Input { },\n\t\t\t\t\t\tImageControls = Input { },\n\t\t\t\t\t\tLUTControls = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 133.758 } },\n\t\t\t\t},\n\t\t\t\tInstance_Duplicate3D1_1 = Duplicate3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"Duplicate3D1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"RectRgn.Translation\"] = Input { },\n\t\t\t\t\t\t[\"RectRgn.PivotNest\"] = Input { },\n\t\t\t\t\t\t[\"RectRgn.SizeNest\"] = Input { },\n\t\t\t\t\t\t[\"RectRgn.Rotation\"] = Input { },\n\t\t\t\t\t\tTranslation = Input { },\n\t\t\t\t\t\tRotation = Input { },\n\t\t\t\t\t\tPivotNest = Input { Value = 1, },\n\t\t\t\t\t\tScaleNest = Input { },\n\t\t\t\t\t\tRandomSeed = Input { Value = 18470, },\n\t\t\t\t\t\tRandomize = Input { },\n\t\t\t\t\t\tTranslationJitter = Input { },\n\t\t\t\t\t\tRotationJitter = Input { },\n\t\t\t\t\t\tPivotJitterNest = Input { Value = 1, },\n\t\t\t\t\t\tScaleJitterNest = Input { },\n\t\t\t\t\t\tRegionNest = Input { },\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 34.7576 } },\n\t\t\t\t},\n\t\t\t\tInstance_CustomVertex3D1_1 = CustomVertex3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"CustomVertex3D1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Duplicate3D1_1\",\n\t\t\t\t\t\t\tSource = \"Data3D\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t[\"Position.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Normal.Nest\"] = Input { Value = 1, },\n\t\t\t\t\t\t[\"VertexColor.Nest\"] = Input { },\n\t\t\t\t\t\t[\"TexCoord.Nest\"] = Input { },\n\t\t\t\t\t\t[\"EnvCoord.Nest\"] = Input { },\n\t\t\t\t\t\t[\"TangentU.Nest\"] = Input { },\n\t\t\t\t\t\t[\"TangentV.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Velocity.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point1.Nest\"] = Input { Value = 0, },\n\t\t\t\t\t\t[\"Point2.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point3.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point4.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point5.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point6.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point7.Nest\"] = Input { },\n\t\t\t\t\t\t[\"Point8.Nest\"] = Input { },\n\t\t\t\t\t\tImage1 = Input { },\n\t\t\t\t\t\tImage2 = Input { },\n\t\t\t\t\t\tImage3 = Input { },\n\t\t\t\t\t\tRandomize = Input { },\n\t\t\t\t\t\tNumberControls = Input { },\n\t\t\t\t\t\tPointControls = Input { },\n\t\t\t\t\t\tImageControls = Input { },\n\t\t\t\t\t\tLUTControls = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 34.7576 } },\n\t\t\t\t},\n\t\t\t\tInstance_Renderer3D1 = Renderer3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tToolVersion = 2\n\t\t\t\t\t},\n\t\t\t\t\tSourceOp = \"Renderer3D1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Transform3D2\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReporting = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\t[\"RendererSoftware.Channels.Nest\"] = Input { },\n\t\t\t\t\t\t[\"RendererSoftware.Lighting\"] = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 330, 133.758 } },\n\t\t\t\t},\n\t\t\t\tInstance_Duplicate3D1 = Duplicate3D {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tSourceOp = \"Duplicate3D1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\t[\"RectRgn.Translation\"] = Input { },\n\t\t\t\t\t\t[\"RectRgn.PivotNest\"] = Input { },\n\t\t\t\t\t\t[\"RectRgn.SizeNest\"] = Input { },\n\t\t\t\t\t\t[\"RectRgn.Rotation\"] = Input { },\n\t\t\t\t\t\tTranslation = Input { },\n\t\t\t\t\t\tRotation = Input { },\n\t\t\t\t\t\tPivotNest = Input { Value = 1, },\n\t\t\t\t\t\tScaleNest = Input { },\n\t\t\t\t\t\tRandomSeed = Input { Value = 8860, },\n\t\t\t\t\t\tRandomize = Input { },\n\t\t\t\t\t\tTranslationJitter = Input { },\n\t\t\t\t\t\tRotationJitter = Input { },\n\t\t\t\t\t\tPivotJitterNest = Input { Value = 1, },\n\t\t\t\t\t\tScaleJitterNest = Input { },\n\t\t\t\t\t\tRegionNest = Input { },\n\t\t\t\t\t\tSceneInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Transform3D1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, 133.758 } },\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tInput5 = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 3,\n\t\t\t\t\tINP_MinScale = 1,\n\t\t\t\t\tINP_MinAllowed = 1,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"Controls\",\n\t\t\t\t\tLINKS_Name = \"表示間隔(フレーム)\"\n\t\t\t\t},\n\t\t\t\tInput6 = {\n\t\t\t\t\tLINKS_Name = \"幅\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput13 = {\n\t\t\t\t\tLINKS_Name = \"距離\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput7 = {\n\t\t\t\t\tLINKS_Name = \"線数\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_Default = 360,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 360,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput10 = {\n\t\t\t\t\tLINKS_Name = \"束\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_Default = 20,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINP_MinScale = 1,\n\t\t\t\t\tINP_MaxScale = 20,\n\t\t\t\t\tINP_MinAllowed = 1,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInputJitter = {\n\t\t\t\t\tLINKS_Name = \"Jitter\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\tLBLC_NumInputs = 4,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput8 = {\n\t\t\t\t\tLINKS_Name = \"Jitter 距離\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_Default = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 2,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput9 = {\n\t\t\t\t\tLINKS_Name = \"Jitter 角度\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_Default = 5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 180,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tIC_Steps = 360,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput11 = {\n\t\t\t\t\tLINKS_Name = \"波数\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_Default = 5,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINP_MinScale = 1,\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_MinAllowed = 1,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t},\n\t\t\t\tInput12 = {\n\t\t\t\t\tLINKS_Name = \"振幅\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ScrewControl\",\n\t\t\t\t\tINP_Default = 0.2,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_MinAllowed = -1000000,\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tICS_ControlPage = \"Controls\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Titles/りぞりぷと(RIZORIPUTO)/RS_ASCIIArt.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tCenter = Input { Value = { 0, 0 }, },\n\t\t\t\tName1 = Input { Value = \"TEXT\", },\n\t\t\t\tName2 = Input { Value = \"BG\", },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tRed1 = Input { Value = 0, },\n\t\t\t\tGreen1 = Input { Value = 0, },\n\t\t\t\tBlue1 = Input { Value = 0, },\n\t\t\t\tFont = Input { Value = \"MS PGothic\", },\n\t\t\t\tStyle = Input { Value = \"Regular\", },\n\t\t\t\tSize = Input { Value = 0.04, },\n\t\t\t\tVerticalTopCenterBottom = Input { Value = 1, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalLeftCenterRight = Input { Value = -1, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tFilter = Input { Value = \"Width\\nHeight\\nUseFrameFormatSettings\\nFilter\", },\n\t\t\t\tElementShape2 = Input { Value = 2, },\n\t\t\t\tLevel2 = Input { Value = 0, },\n\t\t\t\tGreen2 = Input { Value = 1, },\n\t\t\t\tBlue2 = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 49.5 } },\n\t\t\tUserControls = ordered() {\n\t\t\t\tSaveSettings = {\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tBTNCS_Execute = [[\nlocal node = self:GetTool()\nlocal path = fusion:RequestFile(\n    '',\n    node.Name .. '.setting',\n    {\n        FReqB_Saving = true,\n        FReqB_SeqGather = false,\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\n        FReqS_Title = 'Save Settings',\n    }\n)\nif path then\n    node:SaveSettings(comp:MapPath(path))\n    print('Save: ' .. comp:MapPath(path))\nend\n]],\n\t\t\t\t\tLINKS_Name = \"Save Settings\",\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t},\n\t\t\t\tLoadSettings = {\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tBTNCS_Execute = [[\nlocal function split(str, ts)\n    if ts == nil then\n        return {}\n    end\n    local t = {}\n    i = 1\n    for s in string.gmatch(str, \"([^\" .. ts .. \"]+)\") do\n        t[i] = s\n        i = i + 1\n    end\n    return t\nend\nlocal function getToolName(st)\n    for key, v in pairs(st['Tools']) do\n        if (type(v) == 'table') and (v['Inputs'] ~= nil) then\n            return key\n        end\n    end\n    return nil\nend\n\nlocal node = self:GetTool()\nlocal path = fusion:RequestFile(\n    '',\n    '',\n    {\n        FReqB_SeqGather = false,\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\n        FReqS_Title = 'Load Settings',\n    }\n)\nif path then\n    local st = node:SaveSettings()\n    local filter_list = split(node:GetInput(\"Filter\"),'\\n')\n    local f_st = bmd.readfile(comp:MapPath(path))\n    local f_name = getToolName(f_st)\n    if f_name == nil then return end\n    for i, key in ipairs(filter_list) do\n        f_st['Tools'][f_name]['Inputs'][key] = st['Tools'][node.Name]['Inputs'][key]\n        local tmp = f_st['Tools'][f_name]['Inputs'][key]\n        if (type(tmp) == 'table') and (tmp['SourceOp'] ~= nil) then\n            local src = tmp['SourceOp']\n            f_st['Tools'][src] = st['Tools'][src]\n        end\n    end\n    node:LoadSettings(f_st)\n    print('Load: ' .. comp:MapPath(path))\nend\n]],\n\t\t\t\t\tLINKS_Name = \"Load Settings\",\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t},\n\t\t\t\tFilter = {\n\t\t\t\t\tLINKS_Name = \"Filter\",\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tTEC_ReadOnly = false,\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINP_Default = \"Width\\nHeight\\nUseFrameFormatSettings\\nFilter\",\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Edit/Titles/りぞりぷと(RIZORIPUTO)/RS_TextPlus.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\tSize = Input { Value = 0.09, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tFilter = Input { Value = \"StyledText\\nWidth\\nHeight\\nUseFrameFormatSettings\\nFilter\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 49.5 } },\n\t\t\tUserControls = ordered() {\n\t\t\t\tSaveSettings = {\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tBTNCS_Execute = [[\nlocal node = self:GetTool()\nlocal path = fusion:RequestFile(\n    '',\n    node.Name .. '.setting',\n    {\n        FReqB_Saving = true,\n        FReqB_SeqGather = false,\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\n        FReqS_Title = 'Save Settings',\n    }\n)\nif path then\n    node:SaveSettings(comp:MapPath(path))\n    print('Save: ' .. comp:MapPath(path))\nend\n]],\n\t\t\t\t\tLINKS_Name = \"Save Settings\",\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t},\n\t\t\t\tLoadSettings = {\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tBTNCS_Execute = [[\nlocal function split(str, ts)\n    if ts == nil then\n        return {}\n    end\n    local t = {}\n    i = 1\n    for s in string.gmatch(str, \"([^\" .. ts .. \"]+)\") do\n        t[i] = s\n        i = i + 1\n    end\n    return t\nend\nlocal function getToolName(st)\n    for key, v in pairs(st['Tools']) do\n        if (type(v) == 'table') and (v['Inputs'] ~= nil) then\n            return key\n        end\n    end\n    return nil\nend\n\nlocal node = self:GetTool()\nlocal path = fusion:RequestFile(\n    '',\n    '',\n    {\n        FReqB_SeqGather = false,\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\n        FReqS_Title = 'Load Settings',\n    }\n)\nif path then\n    local st = node:SaveSettings()\n    local filter_list = split(node:GetInput(\"Filter\"),'\\n')\n    local f_st = bmd.readfile(comp:MapPath(path))\n    local f_name = getToolName(f_st)\n    if f_name == nil then return end\n    for i, key in ipairs(filter_list) do\n        f_st['Tools'][f_name]['Inputs'][key] = st['Tools'][node.Name]['Inputs'][key]\n        local tmp = f_st['Tools'][f_name]['Inputs'][key]\n        if (type(tmp) == 'table') and (tmp['SourceOp'] ~= nil) then\n            local src = tmp['SourceOp']\n            f_st['Tools'][src] = st['Tools'][src]\n        end\n    end\n    node:LoadSettings(f_st)\n    print('Load: ' .. comp:MapPath(path))\nend\n]],\n\t\t\t\t\tLINKS_Name = \"Load Settings\",\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t},\n\t\t\t\tFilter = {\n\t\t\t\t\tLINKS_Name = \"Filter\",\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tTEC_ReadOnly = false,\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINP_Default = \"StyledText\\nWidth\\nHeight\\nUseFrameFormatSettings\\nFilter\",\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/AutoDomain.setting",
    "content": "{\n\tTools = ordered() {\n\t\tAutoDomain1 = AutoDomain {\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = OperatorInfo { Pos = { 11660, -511.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/BG/HorizontalStripe.setting",
    "content": "{\n\tTools = ordered() {\n\t\tMrg_D = Merge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Mrg_C\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Xf_E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, -16.5 } },\n\t\t},\n\t\tMrg_C = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Mrg_B\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Xf_D\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, -16.5 } },\n\t\t},\n\t\tMrg_B = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Mrg_A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Xf_C\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, -16.5 } },\n\t\t},\n\t\tXf_E = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.5, 0.9 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, -148.5 } },\n\t\t},\n\t\tXf_C = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_C\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, -148.5 } },\n\t\t},\n\t\tXf_B = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.5, 0.3 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_B\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, -148.5 } },\n\t\t},\n\t\tXf_D = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.5, 0.7 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_D\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, -148.5 } },\n\t\t},\n\t\tMrg_A = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Xf_A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Xf_B\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, -16.5 } },\n\t\t},\n\t\tXf_A = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.5, 0.1 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 110, -148.5 } },\n\t\t},\n\t\tBG_D = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t},\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftRed = Input { Value = 1, },\n\t\t\t\tTopLeftGreen = Input { Value = 1, },\n\t\t\t\tTopLeftBlue = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, -280.5 } },\n\t\t},\n\t\tBG_E = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t},\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, -280.5 } },\n\t\t},\n\t\tBG_C = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t},\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, -280.5 } },\n\t\t},\n\t\tBG_B = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t},\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftRed = Input { Value = 1, },\n\t\t\t\tTopLeftGreen = Input { Value = 1, },\n\t\t\t\tTopLeftBlue = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, -280.5 } },\n\t\t},\n\t\tBG_A = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t},\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 110, -280.5 } },\n\t\t},\n\t\tRct_A = RectangleMask {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\BG\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\tMaskWidth = Input { Value = 1920, },\n\t\t\t\tMaskHeight = Input { Value = 1080, },\n\t\t\t\tPixelAspect = Input { Value = { 1, 1 }, },\n\t\t\t\tClippingMode = Input { Value = FuID { \"None\" }, },\n\t\t\t\tWidth = Input { Value = 1, },\n\t\t\t\tHeight = Input { Value = 0.2, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, -412.5 } },\n\t\t}\n\t},\n\tActiveTool = \"Mrg_D\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/BG/VerticalStripe.setting",
    "content": "{\n\tTools = ordered() {\n\t\tMrg_D = Merge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Mrg_C\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Xf_E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, 214.5 } },\n\t\t},\n\t\tMrg_C = Merge {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Mrg_B\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Xf_D\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, 214.5 } },\n\t\t},\n\t\tXf_D = Transform {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.7, 0.5 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_D\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, 82.5 } },\n\t\t},\n\t\tXf_E = Transform {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.9, 0.5 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, 82.5 } },\n\t\t},\n\t\tXf_C = Transform {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_C\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, 82.5 } },\n\t\t},\n\t\tMrg_B = Merge {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Mrg_A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Xf_C\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, 214.5 } },\n\t\t},\n\t\tXf_B = Transform {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.3, 0.5 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_B\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, 82.5 } },\n\t\t},\n\t\tMrg_A = Merge {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Xf_A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Xf_B\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, 214.5 } },\n\t\t},\n\t\tBG_C = Background {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -49.5 } },\n\t\t},\n\t\tBG_B = Background {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftRed = Input { Value = 1, },\n\t\t\t\tTopLeftGreen = Input { Value = 1, },\n\t\t\t\tTopLeftBlue = Input { Value = 1, },\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, -49.5 } },\n\t\t},\n\t\tBG_E = Background {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, -49.5 } },\n\t\t},\n\t\tBG_D = Background {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftRed = Input { Value = 1, },\n\t\t\t\tTopLeftGreen = Input { Value = 1, },\n\t\t\t\tTopLeftBlue = Input { Value = 1, },\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 495, -49.5 } },\n\t\t},\n\t\tBG_A = Background {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tEffectMask = Input {\n\t\t\t\t\tSourceOp = \"Rct_A\",\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -49.5 } },\n\t\t},\n\t\tXf_A = Transform {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.1, 0.5 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BG_A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, 82.5 } },\n\t\t},\n\t\tRct_A = RectangleMask {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" }, },\n\t\t\t\tMaskWidth = Input { Value = 1920, },\n\t\t\t\tMaskHeight = Input { Value = 1080, },\n\t\t\t\tPixelAspect = Input { Value = { 1, 1 }, },\n\t\t\t\tClippingMode = Input { Value = FuID { \"None\" }, },\n\t\t\t\tWidth = Input { Value = 0.2, },\n\t\t\t\tHeight = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -181.5 } },\n\t\t}\n\t},\n\tActiveTool = \"Mrg_D\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/Flatten.setting",
    "content": "{\n\tTools = ordered() {\n\t\tFlatten = Transform {\n\t\t\tLocked = true,\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, 148.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/ImagePlane用3dScene.setting",
    "content": "{\n\tTools = ordered() {\n\t\tRenderer3D1 = Renderer3D {\n\t\t\tCustomData = { ToolVersion = 2, },\n\t\t\tInputs = {\n\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Aux.Multisampling.HighQuality.SampleCount\"] = Input { Value = 3, },\n\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Color.Supersampling.HighQuality.RateY\"] = Input { Value = 3, },\n\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Aux.Supersampling.HighQuality.RateX\"] = Input { Value = 3, },\n\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Color.Multisampling.HighQuality.SampleCount\"] = Input { Value = 3, },\n\t\t\t\t[\"RendererOpenGL.Channels.Nest\"] = Input { Value = 1, },\n\t\t\t\t[\"RendererOpenGL.AntiAliasing.Channels.RGBA.HighQuality.Enable\"] = Input { Value = 1, },\n\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Color.Multisampling.LowQuality.SampleCount\"] = Input { Value = 2, },\n\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Color.Supersampling.HighQuality.RateX\"] = Input { Value = 3, },\n\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Aux.Supersampling.HighQuality.RateY\"] = Input { Value = 3, },\n\t\t\t\t[\"RendererOpenGL.AccumQuality\"] = Input { Value = 32, },\n\t\t\t\t[\"RendererOpenGL.AntiAliasing.Presets.Aux.Multisampling.LowQuality.SampleCount\"] = Input { Value = 2, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tSceneInput = Input {\n\t\t\t\t\tSourceOp = \"Scene\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCameraSelector = Input { Value = FuID { \"camera1\" }, },\n\t\t\t\t[\"RendererSoftware.Channels.Nest\"] = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1100, -247.5 } },\n\t\t},\n\t\tScene = Merge3D {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tSceneInput1 = Input {\n\t\t\t\t\tSourceOp = \"Transform3D1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSceneInput2 = Input {\n\t\t\t\t\tSourceOp = \"Elements\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 990, -247.5 } },\n\t\t},\n\t\tElements = Merge3D {\n\t\t\tNameSet = true,\n\t\t\tViewInfo = OperatorInfo { Pos = { 990, -346.5 } },\n\t\t},\n\t\tTransform3D1 = Transform3D {\n\t\t\tInputs = {\n\t\t\t\tSceneInput = Input {\n\t\t\t\t\tSourceOp = \"camera1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 880, -247.5 } },\n\t\t},\n\t\tcamera1 = Camera3D {\n\t\t\tLocked = true,\n\t\t\tInputs = {\n\t\t\t\t[\"Transform3DOp.Translate.Z\"] = Input { Value = 1.38880300521851, },\n\t\t\t\tPerspFarClip = Input { Value = 10000, },\n\t\t\t\tAovType = Input { Value = 1, },\n\t\t\t\tAoV = Input { Value = 39.5976796690875, },\n\t\t\t\tFLength = Input { Value = 50, },\n\t\t\t\tPlaneOfFocus = Input { Value = 1.388803, },\n\t\t\t\t[\"Stereo.Mode\"] = Input { Value = FuID { \"OffAxis\" }, },\n\t\t\t\tFilmBack = Input { Value = 1, },\n\t\t\t\tFilmGate = Input { Value = FuID { \"User\" }, },\n\t\t\t\tApertureW = Input { Value = 1.41732, },\n\t\t\t\tApertureH = Input { Value = 0.94488, },\n\t\t\t\tResolutionGateFit = Input { Value = FuID { \"Width\" }, },\n\t\t\t\tControlVis = Input { Value = 1, },\n\t\t\t\t[\"SurfacePlaneInputs.ObjectID.ObjectID\"] = Input { Value = 7, },\n\t\t\t\t[\"MtlStdInputs.MaterialID\"] = Input { Value = 7, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 770, -247.5 } },\n\t\t}\n\t},\n\tActiveTool = \"Scene\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/LightWrap.setting",
    "content": "{\n\tTools = ordered() {\n\t\tLightWrap = GroupOperator {\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tFlags = {\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tScale = 1\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tInstance_Background1_1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, -82.5 } },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tApplyMaskInverted = Input { },\n\t\t\t\t\t\tFitMask = Input { },\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tBackgroundNest = Input { },\n\t\t\t\t\t\tTopLeftRed = Input { },\n\t\t\t\t\t\tTopLeftGreen = Input { },\n\t\t\t\t\t\tTopLeftBlue = Input { },\n\t\t\t\t\t\tTopLeftAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSettingsNest = Input { }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge3 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 49.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Background1_1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tApplyMode = Input { Value = FuID { \"Multiply\" } },\n\t\t\t\t\t\tBlend = Input { Value = 0.2 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tShade = {\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Shade\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBackground1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, 214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tApplyMaskInverted = Input { Value = 1 },\n\t\t\t\t\t\tHeight = Input { Value = 1080 },\n\t\t\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" } },\n\t\t\t\t\t\tWidth = Input { Value = 1920 },\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tUseFrameFormatSettings = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tNameSet = true\n\t\t\t\t},\n\t\t\t\tInstance_Background1_2 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -165, -181.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tBackgroundNest = Input { },\n\t\t\t\t\t\tTopLeftRed = Input { },\n\t\t\t\t\t\tTopLeftGreen = Input { },\n\t\t\t\t\t\tTopLeftBlue = Input { },\n\t\t\t\t\t\tTopLeftAlpha = Input { Value = 0 },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tSettingsNest = Input { }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge6 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { -55, -82.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Background1_2\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tInstance_Background1 = Background {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 55, 82.5 } },\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tImageNest = Input { },\n\t\t\t\t\t\t[\"Gamut.ColorSpaceNest\"] = Input { },\n\t\t\t\t\t\t[\"Gamut.GammaSpaceNest\"] = Input { },\n\t\t\t\t\t\tBackgroundNest = Input { },\n\t\t\t\t\t\tTopLeftRed = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftGreen = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftBlue = Input { Value = 1 },\n\t\t\t\t\t\tTopLeftAlpha = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSettingsNest = Input { }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge4 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 110, 214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Instance_Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBlend = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tLight = {\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Light\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 4\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 275, 214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tApplyMaskInverted = Input { Value = 1 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge4\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tClampCoverage = Input { Value = 0 },\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGain = Input { Value = 0 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tBG = {\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINP_Default = 1,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"BG\",\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tBlur1 = Blur {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 440, 214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" } },\n\t\t\t\t\t\tXBlurSize = Input { Value = 10 },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge2 = Merge {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 605, 214.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = FuID { \"Atop\" } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSourceOp = \"Blur1\",\n\t\t\t\t\t\t\tSource = \"Output\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tGain = Input { Value = 0 },\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tFaster = true\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1Keyframes = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t\tValue = -0.1\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t\tValue = 0.1\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tFaster = true\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1Keyframes = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tX = Input { Value = 0.5 },\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonXYPath1YFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },\n\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculation1FirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculationonCalculation1FirstOperand = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Merge2\",\n\t\t\t\t\tSource = \"Output\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Foreground\",\n\t\t\t\t\tName = \"Background\",\n\t\t\t\t},\n\t\t\t\tMainInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge6\",\n\t\t\t\t\tSource = \"Foreground\"\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tName = \"Blur Size\",\n\t\t\t\t\tSource = \"XBlurSize\",\n\t\t\t\t\tSourceOp = \"Blur1\",\n\t\t\t\t\tDefault = 10\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge2\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"BG\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge1\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge4\",\n\t\t\t\t\tSource = \"Light\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\tSourceOp = \"Instance_Background1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tName = \"Top Left Green\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\tSourceOp = \"Instance_Background1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tName = \"Top Left Blue\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\tSourceOp = \"Instance_Background1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge4\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"Shade\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tName = \"Color\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSource = \"TopLeftRed\",\n\t\t\t\t\tSourceOp = \"Instance_Background1_1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tName = \"Top Left Green\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSource = \"TopLeftGreen\",\n\t\t\t\t\tSourceOp = \"Instance_Background1_1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tName = \"Top Left Blue\",\n\t\t\t\t\tControlGroup = 2,\n\t\t\t\t\tSource = \"TopLeftBlue\",\n\t\t\t\t\tSourceOp = \"Instance_Background1_1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Merge3\",\n\t\t\t\t\tSource = \"Blend\",\n\t\t\t\t\tDefault = 0.2\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tName = \"Image\",\n\t\t\t\t\tSource = \"ImageNest\",\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tPage = \"Image\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Width\",\n\t\t\t\t\tDefault = 1920\n\t\t\t\t},\n\t\t\t\tInput17 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Height\",\n\t\t\t\t\tDefault = 1080\n\t\t\t\t},\n\t\t\t\tInput18 = InstanceInput {\n\t\t\t\t\tName = \"Pixel Aspect\",\n\t\t\t\t\tSource = \"PixelAspect\",\n\t\t\t\t\tSourceOp = \"Background1\"\n\t\t\t\t},\n\t\t\t\tInput19 = InstanceInput {\n\t\t\t\t\tName = \"Use Frame Format Settings\",\n\t\t\t\t\tSource = \"UseFrameFormatSettings\",\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput20 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Background1\",\n\t\t\t\t\tSource = \"Depth\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/目パチ_口パク(Open)機構.setting",
    "content": "{\n\tTools = ordered() {\n\t\tEyeAnim = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthOpenAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnimLayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnimLayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, 16.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\"\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tEyeAnimLayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 41, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 0, LH = { 123, 0.666666666666667 }, RH = { 124, 1 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 1, LH = { 127, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnimLayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 41, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 1, LH = { 123, 0.666666666666667 }, RH = { 124, 1 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 0, LH = { 127, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, -379.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, -379.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthOpenAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M_Close\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"M_Close\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M01\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"M01\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M02\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"M02\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M03\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"M03\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"M_Open\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"M_Open\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\tThreshold = Input { Value = 0.55, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -330, 16.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tM_Open = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\tINP_Default = 6,\n\t\t\t\t\tINP_MinScale = 3,\n\t\t\t\t\tINP_MinAllowed = 3,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tLINKS_Name = \"M_Open\",\n\t\t\t\t},\n\t\t\t\tThreshold = {\n\t\t\t\t\tINP_MaxAllowed = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 1,\n\t\t\t\t\tINP_Default = 0.550000011920929,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tLINKS_Name = \"Threshold\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tM02 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -440, -379.5 } },\n\t\t},\n\t\tM01 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -330, -379.5 } },\n\t\t},\n\t\tM_Close = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -220, -379.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -110, -379.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tM03 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -550, -379.5 } },\n\t\t},\n\t\tM_Open = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -660, -379.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -770, 16.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t}\n\t},\n\tActiveTool = \"EyeAnim\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/目パチ_口パク機構.setting",
    "content": "{\n\tTools = ordered() {\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.460079669291306, 0.690525920907883 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 110, -412.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 0, -412.5 } },\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"Body\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -110, -280.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -110, -412.5 } },\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -220, -412.5 } },\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -330, -412.5 } },\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -440, -412.5 } },\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input { },\n\t\t\t\tSettingsNest = Input { },\n\t\t\t\tTransformNest = Input { },\n\t\t\t\tReferenceSize = Input { },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input { },\n\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\tStartRenderScripts = Input { },\n\t\t\t\tEndRenderScripts = Input { },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -550, -412.5 } },\n\t\t},\n\t\tBody = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -550, -280.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 385, -676.5 } },\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, -676.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -110, -676.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -220, -676.5 } },\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 110, -676.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -330, -676.5 } },\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 0, -676.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -440, -676.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -550, -676.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnimLayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnimLayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, -280.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\"\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tEyeAnimLayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 41, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 0, LH = { 123, 0.666666666666667 }, RH = { 124, 1 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 1, LH = { 127, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnimLayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 41, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 1, LH = { 123, 0.666666666666667 }, RH = { 124, 1 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 0, LH = { 127, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t}\n\t},\n\tActiveTool = \"EyeAnim\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/立ち絵用小窓.setting",
    "content": "{\n\tTools = ordered() {\n\t\tKomado = GroupOperator {\n\t\t\tOutputs = ordered() {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\tSourceOp = \"Merge3\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tOffset = { 0, 0 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tFlags = {\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAllowPan = false\n\t\t\t\t},\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tName = \"Object\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\tSourceOp = \"PipeRouter1\"\n\t\t\t\t},\n\t\t\t\tMainInput2 = InstanceInput {\n\t\t\t\t\tName = \"Base\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t},\n\t\t\t\tMainInput3 = InstanceInput {\n\t\t\t\t\tName = \"Border\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t\tSourceOp = \"Instance_Transform2\"\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tName = \"Use Size and Aspect\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"UseSizeAndAspect\",\n\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSource = \"Size\",\n\t\t\t\t\tSourceOp = \"Transform2\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSource = \"Aspect\",\n\t\t\t\t\tSourceOp = \"Transform2\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput6 = InstanceInput {\n\t\t\t\t\tName = \"X Size\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"XSize\",\n\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t},\n\t\t\t\tInput7 = InstanceInput {\n\t\t\t\t\tName = \"Y Size\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t\tSource = \"YSize\",\n\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t},\n\t\t\t\tInput8 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"Transform2\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput9 = InstanceInput {\n\t\t\t\t\tName = \"Flip Horizontal\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipHoriz\",\n\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t},\n\t\t\t\tInput10 = InstanceInput {\n\t\t\t\t\tName = \"Flip Vertical\",\n\t\t\t\t\tControlGroup = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"FlipVert\",\n\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t},\n\t\t\t\tInput11 = InstanceInput {\n\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t},\n\t\t\t\tInput12 = InstanceInput {\n\t\t\t\t\tSource = \"Center\",\n\t\t\t\t\tSourceOp = \"Rectangle1\"\n\t\t\t\t},\n\t\t\t\tInput13 = InstanceInput {\n\t\t\t\t\tSource = \"Width\",\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tDefault = 10\n\t\t\t\t},\n\t\t\t\tInput14 = InstanceInput {\n\t\t\t\t\tSource = \"Height\",\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tDefault = 1\n\t\t\t\t},\n\t\t\t\tInput15 = InstanceInput {\n\t\t\t\t\tName = \"Corner Radius\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t\tSource = \"CornerRadius\",\n\t\t\t\t\tSourceOp = \"Rectangle1\"\n\t\t\t\t},\n\t\t\t\tInput16 = InstanceInput {\n\t\t\t\t\tSource = \"Angle\",\n\t\t\t\t\tSourceOp = \"Rectangle1\",\n\t\t\t\t\tDefault = 0\n\t\t\t\t}\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tTools = ordered() {\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 1 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\" }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 105, Blue = 30, Red = 210 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5 },\n\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tMerge1 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = FuID { \"Under\" } },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Merge4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ChannelBooleans2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 1237.5 } }\n\t\t\t\t},\n\t\t\t\tMerge3 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Merge1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApplyMaskInverted = Input { Value = 1 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Instance_Transform2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t\t\t\tSourceOp = \"Rectangle1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 1336.5 } }\n\t\t\t\t},\n\t\t\t\tPipeRouter1 = PipeRouter {\n\t\t\t\t\tViewInfo = PipeRouterInfo { Pos = { 10112.4169921875, 918.821838378906 } }\n\t\t\t\t},\n\t\t\t\tChannelBooleans1 = ChannelBoolean {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tToBlue = Input { Value = 15 },\n\t\t\t\t\t\tToAlpha = Input { Value = 15 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tToRed = Input { Value = 15 },\n\t\t\t\t\t\tToGreen = Input { Value = 15 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9735, 1006.5 } }\n\t\t\t\t},\n\t\t\t\tTransform2 = Transform {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9405, 1237.5 } }\n\t\t\t\t},\n\t\t\t\tInstance_Transform2 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSettingsNest = Input { },\n\t\t\t\t\t\tTransformNest = Input { },\n\t\t\t\t\t\tReferenceSize = Input { },\n\t\t\t\t\t\tCommentsNest = Input { },\n\t\t\t\t\t\tFrameRenderScriptNest = Input { },\n\t\t\t\t\t\tInput = Input { },\n\t\t\t\t\t\tEndRenderScripts = Input { },\n\t\t\t\t\t\tEffectMask = Input { },\n\t\t\t\t\t\tStartRenderScripts = Input { }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9405, 1369.5 } },\n\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t},\n\t\t\t\tMerge4 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Instance_Transform2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Transform2\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9570, 1237.5 } }\n\t\t\t\t},\n\t\t\t\tMerge2 = Merge {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPerformDepthMerge = Input { Value = 0 },\n\t\t\t\t\t\tForeground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Merge4\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"ChannelBooleans1\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9735, 1138.5 } }\n\t\t\t\t},\n\t\t\t\tBitmap1 = BitmapMask {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMaskHeight = Input { Value = 1080 },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 } },\n\t\t\t\t\t\tClippingMode = Input { Value = FuID { \"None\" } },\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t\t\t\tSourceOp = \"Rectangle1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" } },\n\t\t\t\t\t\tImage = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"Merge2\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tMaskWidth = Input { Value = 1920 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, 1138.5 } }\n\t\t\t\t},\n\t\t\t\tChannelBooleans2 = ChannelBoolean {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tToBlue = Input { Value = 15 },\n\t\t\t\t\t\tToAlpha = Input { Value = 30 },\n\t\t\t\t\t\tBackground = Input {\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t\tSourceOp = \"PipeRouter1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tEffectMask = Input {\n\t\t\t\t\t\t\tSource = \"Mask\",\n\t\t\t\t\t\t\tSourceOp = \"Bitmap1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tApplyMaskInverted = Input { Value = 1 },\n\t\t\t\t\t\tToRed = Input { Value = 15 },\n\t\t\t\t\t\tToGreen = Input { Value = 15 }\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 10285, 1138.5 } }\n\t\t\t\t},\n\t\t\t\tRectangle1 = RectangleMask {\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 9900, 1039.5 } },\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tMaskHeight = Input { Value = 1080 },\n\t\t\t\t\t\tPixelAspect = Input { Value = { 1, 1 } },\n\t\t\t\t\t\tClippingMode = Input { Value = FuID { \"None\" } },\n\t\t\t\t\t\tCenter = Input { Value = { 0.5, 1.5 } },\n\t\t\t\t\t\tWidth = Input { Value = 10 },\n\t\t\t\t\t\tFilter = Input { Value = FuID { \"Fast Gaussian\" } },\n\t\t\t\t\t\tHeight = Input { Value = 1 },\n\t\t\t\t\t\tMaskWidth = Input { Value = 1920 }\n\t\t\t\t\t},\n\t\t\t\t\tUserControls = ordered() {\n\t\t\t\t\t\tMask = {\n\t\t\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\t\t\tINP_External = false,\n\t\t\t\t\t\t\tLBLC_DropDownButton = true,\n\t\t\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\t\t\tLINKS_Name = \"Mask\",\n\t\t\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\t\t\tLBLC_NumInputs = 5\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tX = Input { Value = 0.5 }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tShowKeyPoints = false\n\t\t\t\t},\n\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\" }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tOperator = Input { Value = 2 },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5 },\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\" }\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 255, Blue = 0, Red = 0 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },\n\t\t\t\t\t\t[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSmoothness = Input { Value = 2 },\n\t\t\t\t\t\tLockXY = Input { Value = 0 },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tStretchStart = Input { Value = 10 },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110 },\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tCtrlWZoom = false\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tSplineColor = { Green = 106, Blue = 231, Red = 193 },\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },\n\t\t\t\t\t\t[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷと(RIZORIPUTO)/立ち絵終端.setting",
    "content": "{\n\tTools = ordered() {\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 82.5 } },\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 346.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -385, 346.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", },\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\t[\"CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -220, 346.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -55, 346.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, 346.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 110, 346.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { -550, 346.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 605, 346.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 770, 346.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 935, 346.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } }, },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 1100, 346.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 511.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, 511.5 } },\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } }, },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 1265, 346.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 643.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 275, 643.5 } },\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 1430, 346.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと(RIZORIPUTO)\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0.1 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 775.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t}\n\t},\n\tActiveTool = \"モーションなし\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷとOLD/Old/ヌル(AutoDomainを使ってください).setting",
    "content": "{\n\tTools = ordered() {\n\t\tRS_Null1 = Fuse.RS_Null {\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = OperatorInfo { Pos = { 12155, -808.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, },\n\t\t\tVersion = 1\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷとOLD/キャッシュV2.setting",
    "content": "{\n\tTools = ordered() {\n\t\tRS_Cache = MacroOperator {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = ordered() {\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"TimeStretcher1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"RS_Null1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 1155, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 291, 107.503, 145.5, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { -1732.5, -469.864 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tRS_Null1 = Fuse.RS_Null {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"TimeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1815, 478.5 } },\n\t\t\t\t\tVersion = 1\n\t\t\t\t},\n\t\t\t\tTimeStretcher1 = TimeStretcher {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tCustomData = {\n\t\t\t\t\t\tPath = {\n\t\t\t\t\t\t\tMap = {\n\t\t\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSourceTime = Input {\n\t\t\t\t\t\t\tSourceOp = \"RS_GlobalStart3\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInterpolateBetweenFrames = Input { Value = 0, },\n\t\t\t\t\t\tSampleSpread = Input { Disabled = true, },\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 1650, 478.5 } },\n\t\t\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t\t\t}\n\t\t\t},\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tRS_GlobalStart3 = Fuse.RS_GlobalStart {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷとOLD/口パク(FUSE).setting",
    "content": "{\n\tTools = ordered() {\n\t\tRS_MouthAIUEO = Fuse.RS_MouthAIUEO {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tN = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tA = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tI = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tU = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tE = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tO = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 990, 49.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tVersion = 1\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 880, 49.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 770, 49.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 660, 49.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, 49.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 49.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, 49.5 } },\n\t\t}\n\t},\n\tActiveTool = \"RS_MouthAIUEO\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷとOLD/口パク(FUSE_Open).setting",
    "content": "{\n\tTools = ordered() {\n\t\tM05 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 49.5 } },\n\t\t},\n\t\tM04 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, 49.5 } },\n\t\t},\n\t\tM03 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 49.5 } },\n\t\t},\n\t\tRS_MouthOpen = Fuse.RS_MouthOpen {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tM01 = Input {\n\t\t\t\t\tSourceOp = \"M01\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tM02 = Input {\n\t\t\t\t\tSourceOp = \"M02\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tM04 = Input {\n\t\t\t\t\tSourceOp = \"M03\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tM05 = Input {\n\t\t\t\t\tSourceOp = \"M04\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tM06 = Input {\n\t\t\t\t\tSourceOp = \"M05\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tThreshold01 = Input { Value = 0.1, },\n\t\t\t\tThreshold02 = Input { Value = 0.25, },\n\t\t\t\tThreshold03 = Input { Value = 0.4, },\n\t\t\t\tThreshold04 = Input { Value = 0.55, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 770, 49.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tVersion = 1\n\t\t},\n\t\tM01 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 660, 49.5 } },\n\t\t},\n\t\tM02 = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, 49.5 } },\n\t\t}\n\t},\n\tActiveTool = \"RS_MouthOpen\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷとOLD/口パク.setting",
    "content": "{\n\tTools = ordered() {\n\t\tMouthCtrl = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tAnimStatus = Input { Value = \"On\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tAnim = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tLINKS_Name = \"Anim\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t},\n\t\t\t\tAnimOn = {\n\t\t\t\t\tLINKS_Name = \"AnimOn\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tICD_Width =  0.4,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tBTNCS_Execute = [[\nMouthAnim:SetAttrs({TOOLB_PassThrough = false})\nMouthCtrl.AnimStatus = \"On\"\n]],\n\t\t\t\t},\n\t\t\t\tAnimOff = {\n\t\t\t\t\tLINKS_Name = \"AnimOff\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tICD_Width =  0.4,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tBTNCS_Execute = [[\nMouthAnim:SetAttrs({TOOLB_PassThrough = true})\nMouthCtrl.AnimStatus = \"Off\"\n]],\n\t\t\t\t},\n\t\t\t\tAnimStatus = {\n\t\t\t\t\tTEC_ReadOnly = false,\n\t\t\t\t\tICS_ControlPage = \"口パク\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tICD_Width =  0.2,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tMouthAnim = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t},\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\tMix = Input {\n\t\t\t\t\tValue = 0,\n\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 1, 0, 1)\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"DissolveN\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 110, 82.499 } },\n\t\t},\n\t\tDissolveN = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t},\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\tMix = Input {\n\t\t\t\t\tValue = 0,\n\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 2, 0, 1)\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"DissolveA\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 0, 82.5 } },\n\t\t},\n\t\tDissolveA = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t},\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\tMix = Input {\n\t\t\t\t\tValue = 0,\n\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 3, 0, 1)\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"DissolveI\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -110, 82.5 } },\n\t\t},\n\t\tDissolveI = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t},\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\tMix = Input {\n\t\t\t\t\tValue = 0,\n\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 4, 0, 1)\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"DissolveU\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -220, 82.5 } },\n\t\t},\n\t\tDissolveU = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t},\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\tMix = Input {\n\t\t\t\t\tValue = 0,\n\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 5, 0, 1)\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"DissolveE\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -330, 82.5 } },\n\t\t},\n\t\tDissolveE = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTLumaRamp\"\n\t\t\t},\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tOperation = Input { Value = FuID { \"DFTLumaRamp\" }, },\n\t\t\t\tMix = Input {\n\t\t\t\t\tValue = 0,\n\t\t\t\t\tExpression = \"iif(MouthCtrl.Anim < 6, 0, 1)\",\n\t\t\t\t},\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"DFTLumaRamp.Softness\"] = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -440, 82.5 } },\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 0, -16.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -110, -16.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -220, -16.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -330, -16.5 } },\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -440, -16.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { -550, 82.5 } },\n\t\t}\n\t},\n\tActiveTool = \"MouthCtrl\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷとOLD/目パチ.setting",
    "content": "{\n\tTools = ordered() {\n\t\tEyeBlink = Dissolve {\n\t\t\tTransitions = {\n\t\t\t\t[0] = \"DFTDissolve\"\n\t\t\t},\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMix = Input {\n\t\t\t\t\tSourceOp = \"EyeBlinkBackgroundForeground\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, -16.5 } },\n\t\t},\n\t\tEyeBlinkBackgroundForeground = BezierSpline {\n\t\t\tSplineColor = { Red = 16, Green = 164, Blue = 235 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 41, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 1, LH = { 123, 0.666666666666667 }, RH = { 124, 1 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 0, LH = { 127, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, -16.5 } },\n\t\t},\n\t\tEyeCtrl = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EyeBlink\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tEyeStatus = Input { Value = \"On\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, -16.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tApply = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = [[\nlocal tool = comp:FindTool('EyeCtrl')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply;apply(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ')')\n]],\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Apply\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t},\n\t\t\t\tBlinkOn = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = false})\\nEyeCtrl.EyeStatus = \\\"On\\\"\\n\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"BlinkOn\",\n\t\t\t\t},\n\t\t\t\tBlinkOff = {\n\t\t\t\t\tICD_Width = 0.4,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tBTNCS_Execute = \"EyeBlink:SetAttrs({TOOLB_PassThrough = true})\\nEyeCtrl.EyeStatus = \\\"Off\\\"\\n\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"BlinkOff\",\n\t\t\t\t},\n\t\t\t\tEyeStatus = {\n\t\t\t\t\tICD_Width = 0.2,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tTEC_Lines = 1,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tTEC_ReadOnly = true,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\tActiveTool = \"EyeCtrl\"\n}"
  },
  {
    "path": "app/fusion/UserPath/Templates/Fusion/りぞりぷとOLD/立ち絵終端.setting",
    "content": "{\n\tTools = ordered() {\n\t\t[\"ぴょん\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"offset\",\n\t\t\t\t\tName = \"時間オフセット(フレーム)\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { -55, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tSourceOp = \"XYPath1\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 1, INPID_InputControl = \"ScrewControl\", LINKS_Name = \"speed\", }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t\t\t},\n\t\t\t\tXYPath1 = XYPath {\n\t\t\t\t\tShowKeyPoints = false,\n\t\t\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\t\t\tY = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation1_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - Transform1.offset\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2_1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransform1CenterXYPath1YFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },\n\t\t\t\t\t\t[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },\n\t\t\t\t\t\t[30] = { 0, LH = { 28.4282452630596, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { -220, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { INP_Default = 1, INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", ICS_ControlPage = \"Controls\", INPID_InputControl = \"ScrewControl\", INP_MinScale = 0.00999999977648258, LINKS_Name = \"speed\", } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 110, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, LINKS_Name = \"out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 275, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, 577.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん\",\n\t\t\t\t},\n\t\t\t\t[\"N003_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N005_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N006_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N007_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, 49.5 } },\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 440, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, LINKS_Name = \"x\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_MinScale = 0, LINKS_Name = \"y\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", LINKS_Name = \"shake\", }, in_out = { INP_MinScale = 0, LINKS_Name = \"in_out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Text = TextPlus {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tName1 = Input { Value = \"ベース\", },\n\t\t\t\tName2 = Input { Value = \"アウトライン\", },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tFont = Input { Value = \"Meiryo\", },\n\t\t\t\tStyle = Input { Value = \"Bold\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.0705882352941, },\n\t\t\t\tGreen2 = Input { Value = 0.3882352941176, },\n\t\t\t\tBlue2 = Input { Value = 0.0549019607843, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, 610.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 605, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, INP_Default = 0.1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_Integer = false, INP_Default = 0.1, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", LINKS_Name = \"shake\", }, in_out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, },\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.1,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.1,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\" } } },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 770, 379.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, LINKS_Name = \"out\", LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, INP_Default = 0, }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 0, 775.5 } },\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 165, 775.5 } },\n\t\t},\n\t\tST_MergeB = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 330, 775.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tST_MergeA = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_MergeB\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"ST_Text\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 550, 775.5 } },\n\t\t}\n\t},\n\tActiveTool = \"モーションなし\"\n}"
  },
  {
    "path": "app/fusion/python/__init__.py",
    "content": ""
  },
  {
    "path": "app/fusion/python/rs_fusion/__init__.py",
    "content": ""
  },
  {
    "path": "app/fusion/python/rs_fusion/core/__init__.py",
    "content": "from collections import OrderedDict\n\n\ndef ordered_dict_to_dict(org_dict):\n    if org_dict is None:\n        return None\n    dct = dict(org_dict)\n    for k, v in dct.items():\n        if isinstance(v, dict):\n            dct[k] = ordered_dict_to_dict(v)\n    if isinstance(org_dict, OrderedDict):\n        dct['__flags'] = 2097152\n    return dct\n\n\ndef get_modifiers(tools):\n    modifiers = {}\n    for tool in tools:\n        for inp in tool.GetInputList().values():\n            outp = inp.GetConnectedOutput()\n            if outp is None:\n                continue\n            x = outp.GetTool()\n            if x.GetAttrs()['TOOLB_Visible']:\n                continue\n            modifiers[x.Name] = x\n            modifiers.update(get_modifiers([x]))\n    return modifiers\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/core/bake.py",
    "content": "from rs_fusion.core import ordered_dict_to_dict\n\n\n# data = {'tool_name': ['param1', 'param2', 'param3', ... ], ...}\ndef apply(comp, data: dict, sf: int, ef: int):\n    header = '''\n{\n    Tools = ordered() {\n'''\n    bake_header = '''\n        Bake = PipeRouter {\n            CtrlWZoom = false,\n            Inputs = {\n'''\n    input_body = '''\n                %s = Input {\n                    SourceOp = \"BAKE_%s_%s\",\n                    Source = \"Value\",\n                },\n'''\n    bake_footer = '''\n            },\n            ViewInfo = OperatorInfo { Pos = { 10285, -940.5 } },\n        },\n'''\n    spline_header = '''\n        [\"BAKE_%s_%s\"] = BezierSpline {\n            CtrlWZoom = false,\n            NameSet = true,\n            KeyFrames = {\n'''\n    key_body = '''\n                [%d] = { %f, Flags = { Linear = true } },\n    '''\n    spline_footer = '''\n            }\n        },\n'''\n    footer = '''\n    },\n    ActiveTool = \"Bake\"\n}\n'''\n\n    #\n    comp.Lock()\n    comp.StartUndo('RS Bake')\n\n    for tool_name, params in data.items():\n        tool = comp.FindTool(tool_name)\n        if tool is None:\n            continue\n\n        # Header, Bake Header\n        text = header\n        text += bake_header\n\n        # Inputs\n        for param in params:\n            if tool.GetInput(param, sf) is None:\n                continue\n            text += input_body % (param, tool_name, param)\n\n        # Bake Footer\n        text += bake_footer\n\n        # Splines\n        for param in params:\n            if tool.GetInput(param, sf) is None:\n                continue\n            text += spline_header % (tool_name, param)\n            for i in range(sf, ef + 1):\n                v = tool.GetInput(param, i)\n                text += key_body % (i, v)\n            text += spline_footer\n\n        # Footer\n        text += footer\n\n        # apply\n        st = ordered_dict_to_dict(bmd.readstring(text))\n        comment = tool.GetInput('Comments', comp.CurrentTime)\n        tool.LoadSettings(st)\n        tool.SetInput('Comments', comment, comp.CurrentTime)\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/core/chara_sozai.py",
    "content": "import json\n\nfrom rs.core import (\n    pipe as p,\n)\nfrom rs_fusion.core import ordered_dict_to_dict\n\nOTHER = '他'\nHAIR = '髪'\nEYEBROW = '眉'\nEYE = '目'\nMOUTH = '口'\nFACE = '顔'\nBODY = '体'\nALL = '全'\nBACK = '後'\nFRONT = '前'\n\n\ndef _set_for_eye(comp, key, data):\n    if data['part'] == EYE:\n        xf_list = p.pipe(\n            data['xf'][MOUTH] + data['xf'][EYEBROW],\n            p.map(comp.FindTool),\n            list,\n        )\n        mg_eyebrow = comp.FindTool(data['mg'][EYEBROW])\n        mg_mouth = comp.FindTool(data['mg'][MOUTH])\n\n        # -15\n        offset = data['offset'] if key.endswith('-15') else 0\n        for xf in xf_list:\n            xf.Center = [0.5, 0.5 + offset]\n        # +眉 +眉口\n        mg_eyebrow.SetAttrs({'TOOLB_PassThrough': key.endswith('+眉口') or key.endswith('+眉')})\n        mg_mouth.SetAttrs({'TOOLB_PassThrough': key.endswith('+眉口')})\n\n\ndef _connect(comp, key, data, ld_name_list):\n    part = data['part']\n    xf_list = p.pipe(\n        data['xf'][part],\n        p.map(comp.FindTool),\n        list,\n    )\n    ld_list = p.pipe(\n        ld_name_list,\n        p.map(comp.FindTool),\n        list,\n    )\n    # preview\n    root = comp.FindTool('Root')\n    preview_param = data['preview']\n    # main\n\n    # connect\n    _ld = None\n    for i, xf in enumerate(xf_list):\n        if i < len(ld_list):\n            _ld = ld_list[i]\n        xf.ConnectInput('Input', _ld)\n    # set for eye\n    _set_for_eye(comp, key, data)\n    # preview\n    root.SetInput(preview_param, key, comp.CurrentTime)\n\n\n\ndef connect(comp, xf_name, key):\n    xf = comp.FindTool(xf_name)\n    if xf is None:\n        return\n    json_txt = xf.GetInput('Comments')\n    data = json.loads(json_txt)\n    ld_data: dict = data['ld']\n    if key not in ld_data.keys():\n        return\n    comp.Lock()\n    comp.StartUndo('RS Pose')\n    _connect(comp, key, data, ld_data[key])\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef prev_next(comp, xf_name: str, is_next=False):\n    xf = comp.FindTool(xf_name)\n    if xf is None:\n        return\n    json_txt = xf.GetInput('Comments')\n    data = json.loads(json_txt)\n    ld_data: dict = data['ld']\n    outp = xf.Input.GetConnectedOutput()\n    # find index\n    index = 0\n    if outp is not None:\n        _name = outp.GetTool().Name\n        for i, v in enumerate(ld_data.values()):\n            if v[0] == _name:\n                index = i\n                break\n    # set index\n    max_index = len(ld_data) - 1\n    if is_next:\n        index += 1\n        if index > max_index:\n            index = 0\n    else:\n        index -= 1\n        if index < 0:\n            index = max_index\n\n    # set data\n    key, ld_name_list = list(ld_data.items())[index]\n    comp.Lock()\n    comp.StartUndo('RS Pose')\n    _connect(comp, key, data, ld_name_list)\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef set_blink(comp, xf_name):\n    tool = comp.FindTool('Root')\n    if tool is None:\n        return\n    blink: int = tool.GetInput('Blink')\n    other: int = tool.GetInput('Other')\n    close: int = tool.GetInput('Close')\n\n    xf = comp.FindTool(xf_name)\n    if xf is None:\n        return\n    json_txt = xf.GetInput('Comments')\n    data = json.loads(json_txt)\n    dx_list: list = data['eye_dx']\n\n    header = '''\n{\n    Tools = ordered() {\n        EyeBlink = PipeRouter {\n            CtrlWZoom = false,\n            Inputs = {\n                Mix = Input {\n                    SourceOp = \"EyeBlink_BackgroundForeground\",\n                    Source = \"Value\",\n                },\n            },\n            ViewInfo = OperatorInfo { Pos = { 10285, -940.5 } },\n        },\n        EyeBlink_BackgroundForeground = BezierSpline {\n            SplineColor = { Red = 16, Green = 164, Blue = 235 },\n            CtrlWZoom = false,\n            NameSet = true,\n            KeyFrames = {\n                [0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true } },'''\n    key_text = '''\n                [%d] = { %d, Flags = { StepIn = true } },'''\n    footer = '''\n                [%d] = { 0, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n            }\n        }\n    },\n    ActiveTool = \"EyeBlink\"\n}\n''' % blink\n\n    #\n    comp.Lock()\n    comp.StartUndo('RS EyeBlink')\n    size = len(dx_list)\n    sf = 2 * (size - 1) * other + close\n    for i, _dx_name in enumerate(dx_list):\n        _dx = comp.FindTool(_dx_name)\n        if _dx is None:\n            continue\n        step = i * other\n        lst = [header, key_text % (blink - sf + step, 1)]\n        if i != 0:\n            lst.append(key_text % (blink - step, 0))\n        lst.append(footer)\n\n        text = '\\n'.join(lst)\n        st = ordered_dict_to_dict(bmd.readstring(text))\n        _dx.LoadSettings(st)\n    comp.EndUndo(True)\n    comp.Unlock()\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/core/eye_blink.py",
    "content": "from rs_fusion.core import ordered_dict_to_dict\n\n\ndef apply(comp, length: int, close_length: int):\n    tool = comp.FindTool('EyeBlink')\n    if tool is None:\n        return\n\n    close_frame = length - close_length\n    text = '''\n{\n    Tools = ordered() {\n        EyeBlink = PipeRouter {\n            CtrlWZoom = false,\n            Inputs = {\n                Mix = Input {\n                    SourceOp = \"EyeBlink_BackgroundForeground\",\n                    Source = \"Value\",\n                },\n            },\n            ViewInfo = OperatorInfo { Pos = { 10285, -940.5 } },\n        },\n        EyeBlink_BackgroundForeground = BezierSpline {\n            SplineColor = { Red = 16, Green = 164, Blue = 235 },\n            CtrlWZoom = false,\n            NameSet = true,\n            KeyFrames = {\n                [0] = { 0, RH = { %d, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n                [%d] = { 1, LH = { %d, 0.666666666666667 }, RH = { %d, 1 }, Flags = { StepIn = true } },\n                [%d] = { 0, LH = { %d, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n            }\n        }\n    },\n    ActiveTool = \"EyeBlink\"\n}\n''' % (\n        close_frame / 3.0,\n        close_frame, close_frame, close_frame + (close_length / 3.0),\n        length, length,\n    )\n    st = ordered_dict_to_dict(bmd.readstring(text))\n\n    #\n    comp.Lock()\n    comp.StartUndo('RS EyeBlink')\n    tool.LoadSettings(st)\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef apply_mm(comp, length: int, close_length: int, offset: int = 0):\n    tool = comp.FindTool('EyeAnim')\n    if tool is None:\n        return\n\n    close_frame = length - close_length\n    text = '''\n{\n    Tools = ordered() {\n        EyeAnim = PipeRouter {\n            CtrlWZoom = false,\n            Inputs = {\n                LayerEnabled1 = Input {\n                    SourceOp = \"EyeAnimLayerEnabled1\",\n                    Source = \"Value\",\n                },\n                LayerEnabled2 = Input {\n                    SourceOp = \"EyeAnimLayerEnabled2\",\n                    Source = \"Value\",\n                },\n            },\n            ViewInfo = OperatorInfo { Pos = { 10285, -940.5 } },\n        },\n        EyeAnimLayerEnabled1 = BezierSpline {\n            SplineColor = { Red = 198, Green = 82, Blue = 232 },\n            CtrlWZoom = false,\n            NameSet = true,\n            KeyFrames = {\n                [%d] = { 1, Flags = { Linear = true, Loop = true, PreLoop = true } },\n                [%d] = { 0, Flags = { StepIn = true } },\n                [%d] = { 1, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n            }\n        },\n        EyeAnimLayerEnabled2 = BezierSpline {\n            SplineColor = { Red = 232, Green = 82, Blue = 214 },\n            CtrlWZoom = false,\n            NameSet = true,\n            KeyFrames = {\n                [%d] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true } },\n                [%d] = { 1, Flags = { StepIn = true } },\n                [%d] = { 0, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n            }\n        }\n    },\n    ActiveTool = \"EyeAnim\"\n}\n''' % (\n        offset,\n        offset + close_frame,\n        offset + length,\n        offset,\n        offset + close_frame,\n        offset + length,\n    )\n    st = ordered_dict_to_dict(bmd.readstring(text))\n\n    # store\n    parm_name_list = [\n        'Comments',\n        'LayerName1',\n        'LayerName2',\n    ]\n    parm_dct = {}\n    for parm in parm_name_list:\n        parm_dct[parm] = tool.GetInput(parm, comp.CurrentTime)\n\n    # apply\n    comp.Lock()\n    comp.StartUndo('RS EyeBlink')\n\n    tool.LoadSettings(st)\n\n    # restore\n    for parm in parm_name_list:\n        tool.SetInput(parm, parm_dct[parm], comp.CurrentTime)\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef delete_mm(comp):\n    tool = comp.FindTool('EyeAnim')\n    if tool is None:\n        return\n    # apply\n    comp.Lock()\n    comp.StartUndo('RS Delete EyeBlink')\n    tool.LayerEnabled1.ConnectTo()\n    tool.LayerEnabled1 = 1\n    tool.LayerEnabled2.ConnectTo()\n    tool.LayerEnabled2 = 0\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef apply_sw(comp, length: int, close_length: int, offset: int = 0):\n    tool = comp.FindTool('EyeAnim')\n    if tool is None:\n        return\n\n    close_frame = length - close_length\n    text = '''\n{\n    Tools = ordered() {\n        EyeAnim = PipeRouter {\n            CtrlWZoom = false,\n            Inputs = {\n\t\t\t\tSource = Input {\n\t\t\t\t\tSourceOp = \"EyeAnimSource\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t}\n\t\t\t},\n            ViewInfo = OperatorInfo { Pos = { 10285, -940.5 } },\n        },\n        EyeAnimSource = BezierSpline {\n\t\t\tSplineColor = { Red = 220, Green = 245, Blue = 25 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n            KeyFrames = {\n                [%d] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true } },\n                [%d] = { 1, Flags = { StepIn = true } },\n                [%d] = { 0, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n            }\n        },\n    },\n    ActiveTool = \"EyeAnim\"\n}\n''' % (\n        offset,\n        offset + close_frame,\n        offset + length,\n    )\n    st = ordered_dict_to_dict(bmd.readstring(text))\n\n    # store\n    parm_name_list = [\n        'Comments',\n        'LayerName1',\n        'LayerName2',\n    ]\n    parm_dct = {}\n    for parm in parm_name_list:\n        parm_dct[parm] = tool.GetInput(parm, comp.CurrentTime)\n\n    # apply\n    comp.Lock()\n    comp.StartUndo('RS EyeBlink')\n\n    tool.LoadSettings(st)\n\n    # restore\n    for parm in parm_name_list:\n        tool.SetInput(parm, parm_dct[parm], comp.CurrentTime)\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\ndef delete_sw(comp):\n    tool = comp.FindTool('EyeAnim')\n    if tool is None:\n        return\n    comp.Lock()\n    comp.StartUndo('RS Delete EyeBlink')\n    tool.Source.ConnectTo()\n    tool.Source = 0\n    comp.EndUndo(True)\n    comp.Unlock()\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/core/operator.py",
    "content": "import decimal\nimport enum\nimport random\n\nfrom PySide6.QtWidgets import QFileDialog\n\nfrom rs.core import (\n    pipe as p,\n)\nfrom rs_fusion.core import ordered_dict_to_dict\n\n\ndef to_int(value):\n    return int(decimal.Decimal(str(value)).quantize(decimal.Decimal('0'), rounding=decimal.ROUND_HALF_UP))\n\n\ndef get_tools(comp, min_size, is_random=False, is_reverse=False):\n    tools = list(comp.GetToolList(True).values())\n    if len(tools) < min_size:\n        return None\n    flow = comp.CurrentFrame.FlowView\n    tools.sort(key=lambda x: list(flow.GetPosTable(x).values())[1])\n    tools.sort(key=lambda x: list(flow.GetPosTable(x).values())[0])\n    if is_random:\n        random.shuffle(tools)\n    if is_reverse:\n        tools.reverse()\n    return tools\n\n\ndef loader(comp, use_post_multiply=False):\n    flow = comp.CurrentFrame.FlowView\n    _x = -32768  # 自動的に配置する\n    _y = -32768\n\n    # Files\n    urls, _ = QFileDialog.getOpenFileNames(\n        caption=\"画像選択\",\n        filter=\"music(*.dpx *.exr *.j2c *.jpg *.png *.tga *.tif)\")\n    if not urls:\n        return\n\n    # undo\n    comp.Lock()\n    comp.StartUndo('RS Loader')\n\n    # deselect\n    flow.Select()\n\n    # import\n    for url in urls:\n        node = comp.AddTool('Loader', _x, _y)\n        if _x == -32768:\n            _x, _y = flow.GetPosTable(node).values()\n            _x = to_int(_x)\n            _y = to_int(_y)\n            flow.SetPos(node, _x, _y)\n        node.Clip[1] = comp.ReverseMapPath(url.replace('/', '\\\\'))\n        node.Loop[1] = 1\n        node.PostMultiplyByAlpha = 1 if use_post_multiply else 0\n        node.GlobalIn = -1000\n        node.GlobalOut = -1000\n\n        flow.Select(node)\n        _x += 1\n\n    # end\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef merge(comp):\n    tools = get_tools(comp, 2, False)\n    if tools is None:\n        return\n\n    flow = comp.CurrentFrame.FlowView\n\n    # undo\n    comp.Lock()\n    comp.StartUndo('RS Marge')\n\n    pre_node = None\n\n    flow.Select()\n    for tool in tools:\n        if pre_node is None:\n            pre_node = tool\n            continue\n        _x, _y = flow.GetPosTable(tool).values()\n        mg = comp.AddTool('Merge', to_int(_x), to_int(_y) + 4)\n        mg.ConnectInput('Foreground', tool)\n        mg.ConnectInput('Background', pre_node)\n        pre_node = mg\n        flow.Select(mg)\n    # end\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef get_main_input(tool, out_data_type):\n    attr_filter = [out_data_type]\n    if out_data_type == 'Image':\n        attr_filter.append('MtlGraph3D')\n\n    i = 1\n    while True:\n        inp = tool.FindMainInput(i)\n        if inp is None:\n            break\n        in_data_type = inp.GetAttrs()['INPS_DataType']\n        if in_data_type in attr_filter:\n            return inp\n        i += 1\n    return tool.FindMainInput(1)\n\n\ndef insert(comp, node_id):\n    tools = get_tools(comp, 1, False)\n    if tools is None:\n        return\n\n    flow = comp.CurrentFrame.FlowView\n\n    # undo\n    comp.Lock()\n    comp.StartUndo('RS Insert')\n\n    flow.Select()\n    for tool in tools:\n        _x, _y = flow.GetPosTable(tool).values()\n        node = comp.AddTool(node_id, to_int(_x), to_int(_y) + 4)\n        flow.Select(node)\n        outp = tool.FindMainOutput(1)\n        if outp is None:\n            continue\n        out_data_type = outp.GetAttrs()['OUTS_DataType']\n        inp = get_main_input(node, out_data_type)\n        if inp is None:\n            continue\n        inp.ConnectTo(tool.Output)\n        inputs = outp.GetConnectedInputs()\n        for i in inputs.values():\n            i.ConnectTo(node.Output)\n        # end\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef get_modifiers(tool, param_list=None):\n    modifiers = {}\n    for inp in tool.GetInputList().values():\n        if param_list is not None and inp.ID not in param_list:\n            continue\n        outp = inp.GetConnectedOutput()\n        if outp is None:\n            continue\n        x = outp.GetTool()\n        if x.GetAttrs()['TOOLB_Visible']:\n            continue\n        modifiers[x.Name] = x\n        modifiers.update(get_modifiers(x))\n    return modifiers\n\n\ndef copy(\n        comp,\n        src_tool_name,\n        param_list=None,\n        offset=0, sift_step=0,\n        jitter_inf=0,\n        jitter_sup=0,\n        is_random=False,\n        is_reverse=False\n):\n    # tools\n    src_tool = comp.FindTool(src_tool_name)\n    if src_tool is None:\n        return\n    tools = get_tools(comp, 1, is_random, is_reverse)\n    if tools is None:\n        return\n\n    comp.Lock()\n    comp.StartUndo('RS Copy Param')\n    # main\n    cnt = 0\n    for tool in tools:\n        modifiers = get_modifiers(src_tool, param_list)\n        st = ordered_dict_to_dict(src_tool.SaveSettings())\n\n        # animation shift\n        splines = []\n        for modifier in modifiers.values():\n            if modifier.ID == 'BezierSpline':\n                splines.append(modifier.Name)\n        for node in st['Tools'].keys():\n            if node in splines:\n                keys = st['Tools'][node]['KeyFrames']\n                new_keys = {}\n                jitter = random.randint(jitter_inf, jitter_sup)\n                frame_offset = cnt * sift_step + jitter + offset\n                for frame in keys:\n                    key = keys[frame]\n                    if 'RH' in key.keys():\n                        key['RH'][1] += frame_offset\n                    if 'LH' in key.keys():\n                        key['LH'][1] += frame_offset\n                    new_keys[frame + frame_offset] = keys[frame]\n                st['Tools'][node]['KeyFrames'] = new_keys\n        cnt += 1\n\n        # all param\n        if param_list is None:\n            # apply\n            tool.LoadSettings(st)\n            continue\n\n        # selected param\n        dst_st = ordered_dict_to_dict(tool.SaveSettings())\n        # set param\n        for param in param_list:\n            if param in st['Tools'][src_tool.Name]['Inputs']:\n                dst_st['Tools'][tool.Name]['Inputs'][param] = st['Tools'][src_tool.Name]['Inputs'][param]\n            else:\n                dst_st['Tools'][tool.Name]['Inputs'].pop(param, None)\n        # set modifiers\n        for other in st['Tools'].keys():\n            if other in modifiers.keys():\n                dst_st['Tools'][other] = st['Tools'][other]\n        # apply\n        tool.LoadSettings(dst_st)\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef paste_setting(comp, text, param_list):\n    tools = get_tools(comp, 1, False)\n    if tools is None:\n        return\n    _st = ordered_dict_to_dict(bmd.readstring(text))\n    if _st is None:\n        return\n    if 'Tools' not in _st.keys():\n        return\n    src_name = None\n    for k in _st['Tools'].keys():\n        if type(_st['Tools'][k]) == dict and 'Inputs' in _st['Tools'][k].keys():\n            src_name = k\n            break\n    if src_name is None:\n        return\n\n    comp.Lock()\n    comp.StartUndo('RS Paste Setting')\n    # main\n    for tool in tools:\n        st = ordered_dict_to_dict(bmd.readstring(text))\n\n        dst_st = ordered_dict_to_dict(tool.SaveSettings())\n        # set param\n        for param in param_list:\n            if param in dst_st['Tools'][tool.Name]['Inputs']:\n                st['Tools'][src_name]['Inputs'][param] = dst_st['Tools'][tool.Name]['Inputs'][param]\n            else:\n                st['Tools'][src_name]['Inputs'].pop(param, None)\n\n        if tool.ID not in ['GroupOperator', 'MacroOperator']:\n            tool = tool.Refresh()\n        tool.LoadSettings(st)\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef background(comp, padding_x=0, padding_y=0, is_square=False):\n    tools = get_tools(comp, 1, False)\n    if tools is None:\n        return\n\n    flow = comp.CurrentFrame.FlowView\n\n    x_attr = 'TOOLI_ImageWidth'\n    y_attr = 'TOOLI_ImageHeight'\n    comp_x = comp.GetPrefs(\"Comp.FrameFormat.Width\")\n    comp_y = comp.GetPrefs(\"Comp.FrameFormat.Height\")\n\n    # undo\n    comp.Lock()\n    comp.StartUndo('RS BG')\n\n    flow.Select()\n    for tool in tools:\n        _x, _y = flow.GetPosTable(tool).values()\n        # add\n        mask = comp.AddTool('RectangleMask', round(_x) - 2, round(_y) + 4)\n        bg = comp.AddTool('Background', round(_x) - 1, round(_y) + 4)\n        mg = comp.AddTool('Merge', round(_x), round(_y) + 4)\n        flow.Select(mask)\n        flow.Select(bg)\n        flow.Select(mg)\n\n        # connect\n        outp = tool.FindMainOutput(1)\n        if outp is not None:\n            inputs = outp.GetConnectedInputs()\n            for i in inputs.values():\n                i.ConnectTo(mg.Output)\n\n        mg.ConnectInput('Foreground', tool)\n        mg.ConnectInput('Background', bg)\n        bg.ConnectInput('EffectMask', mask)\n\n        # set param\n        attrs = tool.GetAttrs()\n        if x_attr not in attrs.keys() or y_attr not in attrs.keys():\n            continue\n        x_size = attrs[x_attr]\n        y_size = attrs[y_attr]\n        if None in (outp, x_size, y_size):\n            continue\n        bg.UseFrameFormatSettings = int(comp_x == x_size and comp_y == y_size)\n        bg.Width = x_size\n        bg.Height = y_size\n        dod = outp.GetDoD()\n        if dod is None:\n            dod = {1: 0, 2: 0, 3: x_size, 4: y_size}\n        mask.Center = {\n            1: (dod[1] + dod[3]) / (2 * x_size),\n            2: (dod[2] + dod[4]) / (2 * y_size),\n        }\n        _w = dod[3] - dod[1] + (padding_x * 2)\n        _h = dod[4] - dod[2] + (padding_y * 2)\n        if is_square:\n            _w = max(_w, _h)\n            _h = _w\n        mask.Width = _w / x_size\n        mask.Height = _h / y_size\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef apply_color(comp, color_list, is_random=False):\n    tools = get_tools(comp, 1, is_random)\n    if tools is None:\n        return\n\n    color_attrs = [\n        ['TopLeftRed', 'TopLeftGreen', 'TopLeftBlue'],\n        ['Red1', 'Green1', 'Blue1'],\n        ['Red', 'Green', 'Blue'],\n    ]\n\n    # undo\n    comp.Lock()\n    comp.StartUndo('RS Color')\n\n    cnt = 0\n    for tool in tools:\n        color_attr = None\n        for c in color_attrs:\n            if tool.GetInput(c[0], comp.CurrentTime) is not None:\n                color_attr = c\n                break\n        if color_attr is None:\n            continue\n        color = color_list[cnt % len(color_list)]\n        for i in range(3):\n            tool.SetInput(color_attr[i], color[i], comp.CurrentTime)\n\n        cnt += 1\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef apply_font(comp, font_name, font_style):\n    tools = get_tools(comp, 1, False)\n    if tools is None:\n        return\n\n    # undo\n    comp.Lock()\n    comp.StartUndo('RS Font')\n\n    for tool in tools:\n        if tool.ID not in ['TextPlus', 'Text3D']:\n            continue\n\n        tool.SetInput('Font', font_name, comp.CurrentTime)\n        tool.SetInput('Style', font_style, comp.CurrentTime)\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\nclass AlignType(enum.Enum):\n    L = 0\n    C = 1\n    R = 2\n\n\nclass AlignType2D(enum.Enum):\n    L = 0\n    VC = 1\n    R = 2\n    T = 3\n    HC = 4\n    B = 5\n\n\ndef align(comp, attr_id: str, align_type: AlignType):\n    tools = get_tools(comp, 2, False)\n    if tools is None:\n        return\n    # get range\n    min_v = max_v = None\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n        if min_v is None:\n            min_v = max_v = _v\n        min_v = min(min_v, _v)\n        max_v = max(max_v, _v)\n\n    # main\n    comp.Lock()\n    comp.StartUndo('RS Align')\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n\n        if align_type == AlignType.L:\n            tool.SetInput(attr_id, min_v, comp.CurrentTime)\n        elif align_type == AlignType.R:\n            tool.SetInput(attr_id, max_v, comp.CurrentTime)\n        elif align_type == AlignType.C:\n            tool.SetInput(attr_id, (min_v + max_v) / 2, comp.CurrentTime)\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef align2d(comp, attr_id: str, align_type: AlignType2D, use_canvas=False):\n    tools = get_tools(comp, 2, False)\n    if tools is None:\n        return\n\n    # get range\n    min_x = min_y = max_x = max_y = None\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n        if min_x is None:\n            min_x = _v[1]\n            min_y = _v[2]\n            max_x = _v[1]\n            max_y = _v[2]\n        min_x = min(min_x, _v[1])\n        min_y = min(min_y, _v[2])\n        max_x = max(max_x, _v[1])\n        max_y = max(max_y, _v[2])\n\n    if use_canvas:\n        min_x = 0.0\n        min_y = 0.0\n        max_x = 1.0\n        max_y = 1.0\n    # main\n    comp.Lock()\n    comp.StartUndo('RS Align')\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n\n        if align_type == AlignType2D.L:\n            tool.SetInput(attr_id, {\n                1: min_x,\n                2: _v[2],\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.R:\n            tool.SetInput(attr_id, {\n                1: max_x,\n                2: _v[2],\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.T:\n            tool.SetInput(attr_id, {\n                1: _v[1],\n                2: max_y,\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.B:\n            tool.SetInput(attr_id, {\n                1: _v[1],\n                2: min_y,\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.VC:\n            tool.SetInput(attr_id, {\n                1: (min_x + max_x) / 2,\n                2: _v[2],\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.HC:\n            tool.SetInput(attr_id, {\n                1: _v[1],\n                2: (min_y + max_y) / 2,\n            }, comp.CurrentTime)\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef align_dod(fusion, comp, attr_id: str, align_type: AlignType2D, use_canvas=False):\n    tools = get_tools(comp, 2, False)\n    if tools is None:\n        return\n\n    x_attr = 'TOOLI_ImageWidth'\n    y_attr = 'TOOLI_ImageHeight'\n    mask_list = p.pipe(\n        fusion.GetRegList(fusion.CT_Mask).values(),\n        p.map(lambda x: x.ID),\n        list\n    )\n    # get range\n    min_x = min_y = max_x = max_y = None\n    data = []\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n        attrs = tool.GetAttrs()\n        if x_attr not in attrs.keys() or y_attr not in attrs.keys():\n            continue\n        x_size = attrs[x_attr]\n        y_size = attrs[y_attr]\n        if None in (x_size, y_size):\n            continue\n\n        if tool.ID in mask_list:\n            outp = tool.FindMainOutput(1)\n            if outp is None:\n                continue\n\n            dod = outp.GetDoD()\n            if dod is None:\n                continue\n            dod[1] = dod[1] / x_size - (_v[1] - 0.5)\n            dod[2] = dod[2] / y_size - (_v[2] - 0.5)\n            dod[3] = dod[3] / x_size - (_v[1] - 0.5)\n            dod[4] = dod[4] / y_size - (_v[2] - 0.5)\n        else:\n            inp = tool.FindMainInput(1)\n            if tool.ID == 'Merge':\n                inp = tool.Foreground\n            if inp is None:\n                continue\n            outp = inp.GetConnectedOutput()\n            if outp is None:\n                continue\n\n            dod = outp.GetDoD()\n            if dod is None:\n                continue\n            dod[1] = dod[1] / x_size\n            dod[2] = dod[2] / y_size\n            dod[3] = dod[3] / x_size\n            dod[4] = dod[4] / y_size\n\n        if min_x is None:\n            min_x = dod[1] + _v[1] - 0.5\n            min_y = dod[2] + _v[2] - 0.5\n            max_x = dod[3] + _v[1] - 0.5\n            max_y = dod[4] + _v[2] - 0.5\n        min_x = min(min_x, dod[1] + _v[1] - 0.5)\n        min_y = min(min_y, dod[2] + _v[2] - 0.5)\n        max_x = max(max_x, dod[3] + _v[1] - 0.5)\n        max_y = max(max_y, dod[4] + _v[2] - 0.5)\n        data.append({\n            'tool': tool,\n            'dod': dod,\n            'value': _v,\n        })\n\n    if len(data) < 2:\n        return\n\n    if use_canvas:\n        min_x = 0.0\n        min_y = 0.0\n        max_x = 1.0\n        max_y = 1.0\n    # main\n    comp.Lock()\n    comp.StartUndo('RS Align')\n    for d in data:\n        tool = d['tool']\n        dod = d['dod']\n        _v = d['value']\n\n        if align_type == AlignType2D.L:\n            tool.SetInput(attr_id, {\n                1: min_x - dod[1] + 0.5,\n                2: _v[2],\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.R:\n            tool.SetInput(attr_id, {\n                1: max_x - dod[3] + 0.5,\n                2: _v[2],\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.T:\n            tool.SetInput(attr_id, {\n                1: _v[1],\n                2: max_y - dod[4] + 0.5,\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.B:\n            tool.SetInput(attr_id, {\n                1: _v[1],\n                2: min_y - dod[2] + 0.5,\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.VC:\n            tool.SetInput(attr_id, {\n                1: (min_x + max_x - (dod[1] + dod[3])) / 2 + 0.5,\n                2: _v[2],\n            }, comp.CurrentTime)\n        elif align_type == AlignType2D.HC:\n            tool.SetInput(attr_id, {\n                1: _v[1],\n                2: (min_y + max_y - (dod[2] + dod[4])) / 2 + 0.5,\n            }, comp.CurrentTime)\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef distribute(comp, attr_id: str, is_random=False, is_reverse=False):\n    tools = get_tools(comp, 3, is_random, is_reverse)\n    if tools is None:\n        return\n\n    # get range\n    min_v = max_v = None\n    cnt = 0  # 有効なノードの数\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n        if min_v is None:\n            min_v = max_v = _v\n        min_v = min(min_v, _v)\n        max_v = max(max_v, _v)\n        cnt += 1\n\n    # undo\n    comp.Lock()\n    comp.StartUndo('RS Distribute')\n    step = (max_v - min_v) / (cnt - 1)\n    offset = 0\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n        tool.SetInput(attr_id, min_v + offset, comp.CurrentTime)\n        offset += step\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef distribute2d(\n        comp,\n        attr_id: str,\n        is_x=True,\n        is_random=False,\n        is_reverse=False,\n        use_canvas=False,\n):\n    tools = get_tools(comp, 3, is_random, is_reverse)\n    if tools is None:\n        return\n\n    # get range\n    min_x = min_y = max_x = max_y = None\n    cnt = 0  # 有効なノードの数\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n        if min_x is None:\n            min_x = _v[1]\n            min_y = _v[2]\n            max_x = _v[1]\n            max_y = _v[2]\n        min_x = min(min_x, _v[1])\n        min_y = min(min_y, _v[2])\n        max_x = max(max_x, _v[1])\n        max_y = max(max_y, _v[2])\n        cnt += 1\n\n    if use_canvas:\n        min_x = 0.0\n        min_y = 0.0\n        max_x = 1.0\n        max_y = 1.0\n    # main\n    comp.Lock()\n    comp.StartUndo('RS Distribute')\n    x_step = (max_x - min_x) / (cnt - 1)\n    y_step = (max_y - min_y) / (cnt - 1)\n    offset = 0\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n\n        if is_x:\n            tool.SetInput(attr_id, {\n                1: min_x + offset,\n                2: _v[2],\n            }, comp.CurrentTime)\n            offset += x_step\n        else:\n            tool.SetInput(attr_id, {\n                1: _v[1],\n                2: min_y + offset,\n            }, comp.CurrentTime)\n            offset += y_step\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef distribute_dod(\n        fusion,\n        comp,\n        attr_id: str,\n        is_x=True,\n        is_random=False,\n        is_reverse=False,\n        use_canvas=False,\n):\n    tools = get_tools(comp, 3, is_random, is_reverse)\n    if tools is None:\n        return\n\n    x_attr = 'TOOLI_ImageWidth'\n    y_attr = 'TOOLI_ImageHeight'\n    mask_list = p.pipe(\n        fusion.GetRegList(fusion.CT_Mask).values(),\n        p.map(lambda x: x.ID),\n        list\n    )\n    # get range\n    min_x = min_y = max_x = max_y = None\n    data = []\n    length_x = 0\n    length_y = 0\n\n    for tool in tools:\n        _v = tool.GetInput(attr_id, comp.CurrentTime)\n        if _v is None:\n            continue\n        attrs = tool.GetAttrs()\n        if x_attr not in attrs.keys() or y_attr not in attrs.keys():\n            continue\n        x_size = attrs[x_attr]\n        y_size = attrs[y_attr]\n        if None in (x_size, y_size):\n            continue\n\n        if tool.ID in mask_list:\n            outp = tool.FindMainOutput(1)\n            if outp is None:\n                continue\n\n            dod = outp.GetDoD()\n            if dod is None:\n                continue\n            dod[1] = dod[1] / x_size - (_v[1] - 0.5)\n            dod[2] = dod[2] / y_size - (_v[2] - 0.5)\n            dod[3] = dod[3] / x_size - (_v[1] - 0.5)\n            dod[4] = dod[4] / y_size - (_v[2] - 0.5)\n        else:\n            inp = tool.FindMainInput(1)\n            if tool.ID == 'Merge':\n                inp = tool.Foreground\n            if inp is None:\n                continue\n            outp = inp.GetConnectedOutput()\n            if outp is None:\n                continue\n\n            dod = outp.GetDoD()\n            if dod is None:\n                continue\n            dod[1] = dod[1] / x_size\n            dod[2] = dod[2] / y_size\n            dod[3] = dod[3] / x_size\n            dod[4] = dod[4] / y_size\n        if min_x is None:\n            min_x = dod[1] + _v[1] - 0.5\n            min_y = dod[2] + _v[2] - 0.5\n            max_x = dod[3] + _v[1] - 0.5\n            max_y = dod[4] + _v[2] - 0.5\n        min_x = min(min_x, dod[1] + _v[1] - 0.5)\n        min_y = min(min_y, dod[2] + _v[2] - 0.5)\n        max_x = max(max_x, dod[3] + _v[1] - 0.5)\n        max_y = max(max_y, dod[4] + _v[2] - 0.5)\n        data.append({\n            'tool': tool,\n            'dod': dod,\n            'value': _v,\n        })\n        length_x += dod[3] - dod[1]\n        length_y += dod[4] - dod[2]\n\n    if len(data) < 3:\n        return\n\n    if use_canvas:\n        min_x = 0.0\n        min_y = 0.0\n        max_x = 1.0\n        max_y = 1.0\n    # main\n    comp.Lock()\n    comp.StartUndo('RS Distribute')\n    x_step = ((max_x - min_x) - length_x) / (len(data) - 1)\n    y_step = ((max_y - min_y) - length_y) / (len(data) - 1)\n    offset_x = min_x\n    offset_y = min_y\n\n    for d in data:\n        tool = d['tool']\n        dod = d['dod']\n        _v = d['value']\n\n        if is_x:\n            tool.SetInput(attr_id, {\n                1: offset_x - dod[1] + 0.5,\n                2: _v[2],\n            }, comp.CurrentTime)\n            offset_x += (dod[3] - dod[1]) + x_step\n        else:\n            tool.SetInput(attr_id, {\n                1: _v[1],\n                2: offset_y - dod[2] + 0.5,\n            }, comp.CurrentTime)\n            offset_y += (dod[4] - dod[2]) + y_step\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef get_frame_by_index(tool, attr_id: str, index: int):\n    target_time = None\n    x = tool.GetInputList().values()\n    for inp in x:\n        if inp.GetAttrs()['INPS_ID'] == attr_id:\n            outp = inp.GetConnectedOutput()\n            if outp is None:\n                continue\n            x = outp.GetTool()\n            if x.ID == 'BezierSpline':\n                _frames = list(x.GetKeyFrames().keys())\n                key_frames = {}\n                for i, frame in enumerate(_frames):\n                    key_frames[i + 1] = frame\n                if index in key_frames:\n                    target_time = key_frames[index]\n            elif x.ID == 'PolyPath':\n                target_time = get_frame_by_index(x, 'Displacement', index)\n            break\n\n    return target_time\n\n\ndef tools2modifiers(tools, attr_id: str):\n    modifiers = []\n    for tool in tools:\n        x = tool.GetInputList().values()\n        for inp in x:\n            if inp.GetAttrs()['INPS_ID'] == attr_id:\n                outp = inp.GetConnectedOutput()\n                if outp is None:\n                    continue\n                modifiers.append(outp.GetTool())\n    return modifiers\n\n\ndef set_value(\n        comp, attr_id: str,\n        value, step,\n        modi_attr_id=None,\n        is_abs=True, is_random=False, is_reverse=False,\n        use_key=False, key_index=1,\n):\n    tools = get_tools(comp, 1, is_random, is_reverse)\n    if tools is None:\n        return\n\n    # modifiers\n    if modi_attr_id is not None:\n        tools = tools2modifiers(tools, attr_id)\n        if tools is None:\n            return\n        attr_id = modi_attr_id\n\n    comp.Lock()\n    comp.StartUndo('RS Set Value')\n    offset = 0\n    for tool in tools:\n        target_frame = comp.CurrentTime if not use_key else get_frame_by_index(tool, attr_id, key_index)\n        if target_frame is None:\n            continue\n        _v = tool.GetInput(attr_id, target_frame)\n        if _v is None:\n            continue\n        _value = value + offset\n        if not is_abs:\n            _value += _v\n\n        tool.SetInput(attr_id, _value, target_frame)\n        offset += step\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef set_value2d(\n        comp, attr_id: str,\n        x, y,\n        x_step, y_step,\n        lock_x=False, lock_y=False,\n        is_abs=True, is_random=False, is_reverse=False,\n        use_key=False, key_index=1,\n):\n    tools = get_tools(comp, 1, is_random, is_reverse)\n    if tools is None:\n        return\n    comp.Lock()\n    comp.StartUndo('RS Set Value')\n    x_offset = 0\n    y_offset = 0\n    for tool in tools:\n        target_frame = comp.CurrentTime if not use_key else get_frame_by_index(tool, attr_id, key_index)\n        if target_frame is None:\n            continue\n        _v = tool.GetInput(attr_id, target_frame)\n        if _v is None:\n            continue\n        if lock_x:\n            _x = _v[1]\n        else:\n            _x = x + x_offset\n            if not is_abs:\n                _x += _v[1]\n        if lock_y:\n            _y = _v[2]\n        else:\n            _y = y + y_offset\n            if not is_abs:\n                _y += _v[2]\n\n        tool.SetInput(attr_id, {\n            1: _x,\n            2: _y,\n        }, target_frame)\n        x_offset += x_step\n        y_offset += y_step\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef random_value(\n        comp, attr_id: str,\n        inf, sup,\n        modi_attr_id=None,\n        is_abs=True, is_random=False,\n        use_key=False, key_index=1,\n):\n    tools = get_tools(comp, 1, is_random)\n    if tools is None:\n        return\n    # modifiers\n    if modi_attr_id is not None:\n        tools = tools2modifiers(tools, attr_id)\n        if tools is None:\n            return\n        attr_id = modi_attr_id\n\n    comp.Lock()\n    comp.StartUndo('RS Random Value')\n    for tool in tools:\n        target_frame = comp.CurrentTime if not use_key else get_frame_by_index(tool, attr_id, key_index)\n        if target_frame is None:\n            continue\n        _v = tool.GetInput(attr_id, target_frame)\n        if _v is None:\n            continue\n        _value = random.uniform(inf, sup)\n        if not is_abs:\n            _value += _v\n\n        tool.SetInput(attr_id, _value, target_frame)\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\ndef random_value2d(\n        comp, attr_id: str,\n        x_inf, y_inf, x_suo, y_sup,\n        lock_x=False, lock_y=False,\n        is_abs=True, is_random=False,\n        use_key=False, key_index=1,\n):\n    tools = get_tools(comp, 1, is_random)\n    if tools is None:\n        return\n    comp.Lock()\n    comp.StartUndo('RS Random Value')\n    for tool in tools:\n        target_frame = comp.CurrentTime if not use_key else get_frame_by_index(tool, attr_id, key_index)\n        if target_frame is None:\n            continue\n        _v = tool.GetInput(attr_id, target_frame)\n        if _v is None:\n            continue\n        if lock_x:\n            _x = _v[1]\n        else:\n            _x = random.uniform(x_inf, x_suo)\n            if not is_abs:\n                _x += _v[1]\n        if lock_y:\n            _y = _v[2]\n        else:\n            _y = random.uniform(y_inf, y_sup)\n            if not is_abs:\n                _y += _v[2]\n\n        tool.SetInput(attr_id, {\n            1: _x,\n            2: _y,\n        }, target_frame)\n\n    comp.EndUndo(True)\n    comp.Unlock()\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/core/pose.py",
    "content": "import json\nfrom pathlib import Path\n\nimport pyperclip\n\nfrom rs.core import (\n    pipe as p,\n)\n\nfrom rs_fusion.core import chara_sozai as cs_cmd\n\n\ndef get_connected(node):\n    if node.ID == 'Merge':\n        output = node.Foreground.GetConnectedOutput()\n    else:\n        output = node.Input.GetConnectedOutput()\n    if output is None:\n        return None\n    return output.GetTool()\n\n\ndef get_pair(node):\n    connected = get_connected(node)\n    connected_name = connected.Name if connected is not None else None\n    return [node.Name, connected_name]\n\n\ndef apply(comp, lst, is_chara_sozai=False):\n    comp.Lock()\n    comp.StartUndo('RS Pose')\n    for x in lst:\n        node_name = x[0]\n        connected_name = x[1]\n        if is_chara_sozai:\n            connected = comp.FindTool(connected_name)\n            if connected is None:\n                continue\n            key = connected.GetInput('Comments')\n            cs_cmd.connect(comp, node_name, key)\n        else:\n\n            node = comp.FindTool(node_name)\n            if node is None or node.ID not in ['Merge', 'Transform']:\n                continue\n            if connected_name is None:\n                connected = None\n            else:\n                connected = comp.FindTool(connected_name)\n                if connected is None:\n                    continue\n            if node.ID == 'Merge':\n                parm = 'Foreground'\n            else:\n                parm = 'Input'\n\n            node.ConnectInput(parm, connected)\n            node.Center.HideViewControls()\n            node.Angle.HideViewControls()\n            node.Size.HideViewControls()\n    comp.EndUndo(True)\n    comp.Unlock()\n    print('Pose applied')\n\n\ndef comment2json(comp):\n    root_name = 'Root'\n    tool = comp.FindTool(root_name)\n    if tool is None:\n        print('Tool not found: {}'.format(root_name))\n        return None\n    lst = tool.GetInput('Comments').split('\\n')\n    tools = p.pipe(\n        lst,\n        p.map(lambda x: x.strip()),\n        p.filter(lambda x: x != ''),\n        p.map(lambda x: comp.FindTool(x)),\n        p.filter(lambda x: x is not None),\n        p.filter(lambda x: x.ID in ['Merge', 'Transform']),\n        list,\n    )\n    data = p.pipe(\n        tools,\n        p.map(get_pair),\n        list,\n    )\n    return json.dumps(data, indent=4, ensure_ascii=False)\n\n\ndef copy(comp):\n    text = comment2json(comp)\n    if text is None:\n        return\n    pyperclip.copy(text)\n\n\ndef paste(comp, is_chara_sozai=False):\n    text = pyperclip.paste()\n    try:\n        lst = json.loads(text)\n    except json.JSONDecodeError:\n        print('Invalid JSON')\n        return\n    if isinstance(lst, list):\n        apply(comp, lst, is_chara_sozai=is_chara_sozai)\n\n\ndef save(comp, fusion):\n    text = comment2json(comp)\n    if text is None:\n        return\n    path = fusion.RequestFile(\n        '',\n        '',\n        {\n            'FReqB_Saving': True,\n            'FReqB_SeqGather': False,\n            'FReqS_Filter': 'JSON File (*.json)|*.json',\n            'FReqS_Title': 'Save POSE',\n        }\n    )\n    if path is None:\n        return\n\n    Path(path).write_text(text, encoding='utf-8')\n\n\ndef load(comp, fusion, is_chara_sozai=False):\n    path = fusion.RequestFile(\n        '',\n        '',\n        {\n            'FReqB_Saving': False,\n            'FReqB_SeqGather': False,\n            'FReqS_Filter': 'JSON File (*.json)|*.json',\n            'FReqS_Title': 'Load POSE',\n        }\n    )\n    if path is None:\n        return\n    text = Path(path).read_text(encoding='utf-8')\n    try:\n        lst = json.loads(text)\n    except json.JSONDecodeError:\n        print('Invalid JSON')\n        return\n    if isinstance(lst, list):\n        apply(comp, lst, is_chara_sozai=is_chara_sozai)\n\n\ndef get_uc(page, is_chara_sozai=False):\n    width = 0.5\n    _text = ', is_chara_sozai=True' if is_chara_sozai else ''\n    paste_lua = 'comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp%s)]])' % _text\n    load_lua = 'comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu%s)]])' % _text\n    return {\n        '__flags': 2097152,\n        'CopyPose': {\n            'LINKS_Name': 'Copy Pose',\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ButtonControl',\n            'INP_Integer': False,\n            'BTNCS_Execute': 'comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])',\n            'INP_External': False,\n            'ICS_ControlPage': page,\n            'ICD_Width': width,\n        },\n        'PastePose': {\n            'LINKS_Name': 'Paste Pose',\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ButtonControl',\n            'INP_Integer': False,\n            'BTNCS_Execute': paste_lua,\n            'INP_External': False,\n            'ICS_ControlPage': page,\n            'ICD_Width': width,\n        },\n        'SavePose': {\n            'LINKS_Name': 'Save Pose',\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ButtonControl',\n            'INP_Integer': False,\n            'BTNCS_Execute': 'comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])',\n            'INP_External': False,\n            'ICS_ControlPage': page,\n            'ICD_Width': width,\n        },\n        'LoadPose': {\n            'LINKS_Name': 'Load Pose',\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ButtonControl',\n            'INP_Integer': False,\n            'BTNCS_Execute': load_lua,\n            'INP_External': False,\n            'ICS_ControlPage': page,\n            'ICD_Width': width,\n        },\n    }\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/__init__.py",
    "content": ""
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/add_button/__init__.py",
    "content": "from .add_button import (\n    run,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/add_button/add_button.py",
    "content": "import sys\nfrom pathlib import Path\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QMessageBox,\n)\n\nfrom rs.core import (\n    config,\n    util,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_fusion.tool.add_button.add_button_ui import Ui_MainWindow\n\nAPP_NAME = 'ボタン追加'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(250, 100)\n\n        self.fusion = fusion\n        self.lua_script = config.DATA_PATH.joinpath('lua', 'add_button.lua').read_text(encoding='utf-8')\n        # button\n        self.ui.addButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.addButton.clicked.connect(self.add)\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def add(self):\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            QMessageBox.warning(self, 'Warning', 'Fusion Pageで実行してください。')\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            QMessageBox.warning(self, 'Warning', 'コンポジションが見付かりません。')\n            return\n\n        self.fusion.Execute('\\n'.join([\n            self.lua_script,\n            'AddButton(%s, %s, %s)' % (\n                str(self.ui.refreshCheckBox.isChecked()).lower(),\n                str(self.ui.loadCheckBox.isChecked()).lower(),\n                str(self.ui.saveCheckBox.isChecked()).lower(),\n            ),\n        ]))\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/add_button/add_button.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>295</width>\n    <height>166</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QLabel\" name=\"label\">\n      <property name=\"text\">\n       <string>※MacroやGroupでは、上手く動かないようです。</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QCheckBox\" name=\"refreshCheckBox\">\n      <property name=\"text\">\n       <string>Refresh:立ち絵用、リフレッシュボタンの追加</string>\n      </property>\n      <property name=\"checked\">\n       <bool>true</bool>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QCheckBox\" name=\"loadCheckBox\">\n      <property name=\"text\">\n       <string>LoadSettings:ノードの読み込み用のボタンを追加</string>\n      </property>\n      <property name=\"checked\">\n       <bool>true</bool>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QCheckBox\" name=\"saveCheckBox\">\n      <property name=\"text\">\n       <string>SaveSettings:ノードの保存用のボタンを追加</string>\n      </property>\n      <property name=\"checked\">\n       <bool>true</bool>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>0</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"addButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>追加</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/add_button/add_button_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'add_button.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QHBoxLayout, QLabel,\n    QMainWindow, QPushButton, QSizePolicy, QSpacerItem,\n    QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(295, 166)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.label = QLabel(self.centralwidget)\n        self.label.setObjectName(u\"label\")\n\n        self.verticalLayout.addWidget(self.label)\n\n        self.refreshCheckBox = QCheckBox(self.centralwidget)\n        self.refreshCheckBox.setObjectName(u\"refreshCheckBox\")\n        self.refreshCheckBox.setChecked(True)\n\n        self.verticalLayout.addWidget(self.refreshCheckBox)\n\n        self.loadCheckBox = QCheckBox(self.centralwidget)\n        self.loadCheckBox.setObjectName(u\"loadCheckBox\")\n        self.loadCheckBox.setChecked(True)\n\n        self.verticalLayout.addWidget(self.loadCheckBox)\n\n        self.saveCheckBox = QCheckBox(self.centralwidget)\n        self.saveCheckBox.setObjectName(u\"saveCheckBox\")\n        self.saveCheckBox.setChecked(True)\n\n        self.verticalLayout.addWidget(self.saveCheckBox)\n\n        self.verticalSpacer = QSpacerItem(20, 0, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout.addItem(self.verticalSpacer)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.addButton = QPushButton(self.centralwidget)\n        self.addButton.setObjectName(u\"addButton\")\n        self.addButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.addButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u203bMacro\\u3084Group\\u3067\\u306f\\u3001\\u4e0a\\u624b\\u304f\\u52d5\\u304b\\u306a\\u3044\\u3088\\u3046\\u3067\\u3059\\u3002\", None))\n        self.refreshCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Refresh:\\u7acb\\u3061\\u7d75\\u7528\\u3001\\u30ea\\u30d5\\u30ec\\u30c3\\u30b7\\u30e5\\u30dc\\u30bf\\u30f3\\u306e\\u8ffd\\u52a0\", None))\n        self.loadCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"LoadSettings:\\u30ce\\u30fc\\u30c9\\u306e\\u8aad\\u307f\\u8fbc\\u307f\\u7528\\u306e\\u30dc\\u30bf\\u30f3\\u3092\\u8ffd\\u52a0\", None))\n        self.saveCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"SaveSettings:\\u30ce\\u30fc\\u30c9\\u306e\\u4fdd\\u5b58\\u7528\\u306e\\u30dc\\u30bf\\u30f3\\u3092\\u8ffd\\u52a0\", None))\n        self.addButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u8ffd\\u52a0\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/bake_tool/__init__.py",
    "content": "from .bake_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/bake_tool/bake_tool.py",
    "content": "import sys\nimport functools\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtGui import (\n    QStandardItemModel,\n    QStandardItem,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import util\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import get_modifiers\nfrom rs_fusion.core import bake\n\nfrom rs_fusion.tool.bake_tool.bake_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'BakeTool'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(200, 500)\n\n        self.fusion = fusion\n\n        # tree\n        v = self.ui.treeView\n        v.setHeaderHidden(True)\n\n        v.setModel(QStandardItemModel())\n\n        #\n        self.ui.sfSpinBox.setValue(0)\n        self.ui.efSpinBox.setValue(200)\n        self.ui.connectedCheckBox.setChecked(True)\n        self.ui.expressionCheckBox.setChecked(True)\n\n        # button\n        self.ui.bakeButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.readButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.globalRangeButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.renderRangeButton.setStyleSheet(appearance.other_stylesheet)\n\n        # event\n        #\n        self.ui.readButton.clicked.connect(self.read_node)\n        self.ui.bakeButton.clicked.connect(self.bake_prams)\n\n        self.ui.globalRangeButton.clicked.connect(self.set_global_range)\n        self.ui.renderRangeButton.clicked.connect(self.set_render_range)\n\n        self.ui.minimizeButton.clicked.connect(functools.partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n\n    def get_comp(self):\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            return None\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return None\n\n        return comp\n\n    def read_node(self) -> None:\n        # comp check\n        comp = self.get_comp()\n        if comp is None:\n            return\n        # setup\n        v = self.ui.treeView\n        m = QStandardItemModel()\n        v.setModel(m)\n        tools = comp.GetToolList(True)\n        src = []\n        for tool in tools.values():\n            src.append(tool)\n            modifiers = get_modifiers([tool])\n            for mod in modifiers.values():\n                src.append(mod)\n\n        def make_row(_node, _id, _name):\n            size = 20 + len(_name) - util.get_str_width(_name)\n            display = '%s %s' % (_name.ljust(size), _id)\n            return [\n                QStandardItem(display),\n                QStandardItem(_node),\n                QStandardItem(_id),\n            ]\n\n        # main\n        for tool in src:\n            node = QStandardItem(tool.Name)\n            node.setSelectable(False)\n            m.appendRow(node)\n\n            # page\n            page_names: dict = tool.GetControlPageNames()\n            inp_dict: dict = tool.GetInputList()\n            for page_name in page_names.values():\n                page = QStandardItem(page_name)\n                page.setSelectable(False)\n                node.appendRow(page)\n                for inp in inp_dict.values():\n                    attrs = inp.GetAttrs()\n                    name = inp.Name\n                    if 'INPS_IC_Name' in attrs:\n                        name = attrs['INPS_IC_Name']\n                    if attrs['INPI_IC_ControlPage'] not in page_names.keys():\n                        continue\n                    if page_name != page_names[attrs['INPI_IC_ControlPage']]:\n                        continue\n                    if attrs['INPS_DataType'] != 'Number':\n                        continue\n                    if not attrs['INPB_External']:\n                        continue\n                    if self.ui.connectedCheckBox.isChecked() or self.ui.expressionCheckBox.isChecked():\n                        is_connected = attrs['INPB_Connected'] and self.ui.connectedCheckBox.isChecked()\n                        use_expression = inp.GetExpression() is not None and self.ui.expressionCheckBox.isChecked()\n                        if not (is_connected or use_expression):\n                            continue\n                    page.appendRow(make_row(\n                        tool.Name,\n                        inp.ID,\n                        name,\n                    ))\n        #\n        v.expandAll()\n\n    def set_render_range(self) -> None:\n        # comp check\n        comp = self.get_comp()\n        if comp is None:\n            return\n        attrs = comp.GetAttrs()\n        self.ui.sfSpinBox.setValue(attrs['COMPN_RenderStart'])\n        self.ui.efSpinBox.setValue(attrs['COMPN_RenderEnd'])\n\n    def set_global_range(self) -> None:\n        # comp check\n        comp = self.get_comp()\n        if comp is None:\n            return\n        attrs = comp.GetAttrs()\n        self.ui.sfSpinBox.setValue(attrs['COMPN_GlobalStart'])\n        self.ui.efSpinBox.setValue(attrs['COMPN_GlobalEnd'])\n\n    def bake_prams(self) -> None:\n        # comp check\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        v = self.ui.treeView\n        m = v.model()\n        sm = v.selectionModel()\n        param_dict = {}\n        for i in sm.selectedRows(0):\n            tool_name = m.data(i.siblingAtColumn(1))\n            if tool_name is None:\n                continue\n            param = m.data(i.siblingAtColumn(2))\n            if param is None:\n                continue\n            if tool_name not in param_dict.keys():\n                param_dict[tool_name] = []\n            param_dict[tool_name].append(param)\n        bake.apply(comp, param_dict, self.ui.sfSpinBox.value(), self.ui.efSpinBox.value())\n\n    def show(self) -> None:\n        super().show()\n        self.ui.treeView.setModel(QStandardItemModel())\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/bake_tool/bake_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>314</width>\n    <height>487</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n    <item>\n     <widget class=\"QTreeView\" name=\"treeView\">\n      <property name=\"editTriggers\">\n       <set>QAbstractItemView::NoEditTriggers</set>\n      </property>\n      <property name=\"selectionMode\">\n       <enum>QAbstractItemView::ExtendedSelection</enum>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"title\">\n       <string>Option</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n         <item>\n          <widget class=\"QCheckBox\" name=\"connectedCheckBox\">\n           <property name=\"text\">\n            <string>Connected</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QCheckBox\" name=\"expressionCheckBox\">\n           <property name=\"text\">\n            <string>Expression</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_3\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>40</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>Range</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <layout class=\"QFormLayout\" name=\"formLayout\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label\">\n           <property name=\"text\">\n            <string>Start Frame</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <widget class=\"QSpinBox\" name=\"sfSpinBox\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimum\">\n            <number>-999999999</number>\n           </property>\n           <property name=\"maximum\">\n            <number>999999999</number>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_2\">\n           <property name=\"text\">\n            <string>End Frame</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <widget class=\"QSpinBox\" name=\"efSpinBox\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimum\">\n            <number>-999999999</number>\n           </property>\n           <property name=\"maximum\">\n            <number>999999999</number>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n         <item>\n          <spacer name=\"horizontalSpacer_2\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>40</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"globalRangeButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>80</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>Global Range</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"renderRangeButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>80</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>Render Range</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n      <item>\n       <widget class=\"QPushButton\" name=\"readButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>read</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"bakeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>bake</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/bake_tool/bake_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'bake_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QCheckBox, QFormLayout,\n    QGroupBox, QHBoxLayout, QHeaderView, QLabel,\n    QMainWindow, QPushButton, QSizePolicy, QSpacerItem,\n    QSpinBox, QToolButton, QTreeView, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(314, 487)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_3 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.treeView = QTreeView(self.centralwidget)\n        self.treeView.setObjectName(u\"treeView\")\n        self.treeView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.treeView.setSelectionMode(QAbstractItemView.ExtendedSelection)\n\n        self.verticalLayout_3.addWidget(self.treeView)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.connectedCheckBox = QCheckBox(self.groupBox_2)\n        self.connectedCheckBox.setObjectName(u\"connectedCheckBox\")\n\n        self.horizontalLayout_3.addWidget(self.connectedCheckBox)\n\n        self.expressionCheckBox = QCheckBox(self.groupBox_2)\n        self.expressionCheckBox.setObjectName(u\"expressionCheckBox\")\n\n        self.horizontalLayout_3.addWidget(self.expressionCheckBox)\n\n        self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_3)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_3)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox_2)\n\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout = QVBoxLayout(self.groupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(self.groupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label)\n\n        self.sfSpinBox = QSpinBox(self.groupBox)\n        self.sfSpinBox.setObjectName(u\"sfSpinBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.sfSpinBox.sizePolicy().hasHeightForWidth())\n        self.sfSpinBox.setSizePolicy(sizePolicy)\n        self.sfSpinBox.setMinimum(-999999999)\n        self.sfSpinBox.setMaximum(999999999)\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.sfSpinBox)\n\n        self.label_2 = QLabel(self.groupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_2)\n\n        self.efSpinBox = QSpinBox(self.groupBox)\n        self.efSpinBox.setObjectName(u\"efSpinBox\")\n        sizePolicy.setHeightForWidth(self.efSpinBox.sizePolicy().hasHeightForWidth())\n        self.efSpinBox.setSizePolicy(sizePolicy)\n        self.efSpinBox.setMinimum(-999999999)\n        self.efSpinBox.setMaximum(999999999)\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.efSpinBox)\n\n\n        self.verticalLayout.addLayout(self.formLayout)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer_2)\n\n        self.globalRangeButton = QPushButton(self.groupBox)\n        self.globalRangeButton.setObjectName(u\"globalRangeButton\")\n        self.globalRangeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.globalRangeButton)\n\n        self.renderRangeButton = QPushButton(self.groupBox)\n        self.renderRangeButton.setObjectName(u\"renderRangeButton\")\n        self.renderRangeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.renderRangeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.readButton = QPushButton(self.centralwidget)\n        self.readButton.setObjectName(u\"readButton\")\n        self.readButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.readButton)\n\n        self.bakeButton = QPushButton(self.centralwidget)\n        self.bakeButton.setObjectName(u\"bakeButton\")\n        self.bakeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.bakeButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout_4.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.closeButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_4)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Option\", None))\n        self.connectedCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Connected\", None))\n        self.expressionCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Expression\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Range\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Start Frame\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"End Frame\", None))\n        self.globalRangeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Global Range\", None))\n        self.renderRangeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Render Range\", None))\n        self.readButton.setText(QCoreApplication.translate(\"MainWindow\", u\"read\", None))\n        self.bakeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"bake\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/bg_tool/__init__.py",
    "content": "from .bg_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/bg_tool/bg_tool.py",
    "content": "import sys\nimport functools\nfrom PySide6.QtCore import (\n    Qt,\n)\n\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import operator as op\nfrom rs_fusion.tool.bg_tool.bg_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'BGTool'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n            | Qt.MSWindowsFixedSizeDialogHint\n        )\n        self.resize(200, 100)\n\n        self.fusion = fusion\n\n        # padding\n        self.ui.paddingXSpinBox.setValue(100)\n        self.ui.paddingYSpinBox.setValue(100)\n\n        # button\n        self.ui.insertButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.insertButton.clicked.connect(self.insert)\n        self.ui.minimizeButton.clicked.connect(functools.partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n\n    def insert(self):\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n        op.background(\n            comp,\n            self.ui.paddingXSpinBox.value(),\n            self.ui.paddingYSpinBox.value(),\n            self.ui.squareCheckBox.isChecked(),\n        )\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/bg_tool/bg_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>216</width>\n    <height>174</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QCheckBox\" name=\"squareCheckBox\">\n      <property name=\"text\">\n       <string>Square</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>Padding</string>\n      </property>\n      <layout class=\"QFormLayout\" name=\"formLayout\">\n       <item row=\"0\" column=\"0\">\n        <widget class=\"QLabel\" name=\"label\">\n         <property name=\"text\">\n          <string>X</string>\n         </property>\n        </widget>\n       </item>\n       <item row=\"0\" column=\"1\">\n        <widget class=\"QSpinBox\" name=\"paddingXSpinBox\">\n         <property name=\"maximum\">\n          <number>999999999</number>\n         </property>\n        </widget>\n       </item>\n       <item row=\"1\" column=\"0\">\n        <widget class=\"QLabel\" name=\"label_2\">\n         <property name=\"text\">\n          <string>Y</string>\n         </property>\n        </widget>\n       </item>\n       <item row=\"1\" column=\"1\">\n        <widget class=\"QSpinBox\" name=\"paddingYSpinBox\">\n         <property name=\"maximum\">\n          <number>999999999</number>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>2</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <property name=\"spacing\">\n       <number>2</number>\n      </property>\n      <item>\n       <widget class=\"QPushButton\" name=\"insertButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>insert</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/bg_tool/bg_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'bg_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QFormLayout, QGroupBox,\n    QHBoxLayout, QLabel, QMainWindow, QPushButton,\n    QSizePolicy, QSpacerItem, QSpinBox, QToolButton,\n    QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(216, 174)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.squareCheckBox = QCheckBox(self.centralwidget)\n        self.squareCheckBox.setObjectName(u\"squareCheckBox\")\n\n        self.verticalLayout.addWidget(self.squareCheckBox)\n\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.formLayout = QFormLayout(self.groupBox)\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(self.groupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label)\n\n        self.paddingXSpinBox = QSpinBox(self.groupBox)\n        self.paddingXSpinBox.setObjectName(u\"paddingXSpinBox\")\n        self.paddingXSpinBox.setMaximum(999999999)\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.paddingXSpinBox)\n\n        self.label_2 = QLabel(self.groupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_2)\n\n        self.paddingYSpinBox = QSpinBox(self.groupBox)\n        self.paddingYSpinBox.setObjectName(u\"paddingYSpinBox\")\n        self.paddingYSpinBox.setMaximum(999999999)\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.paddingYSpinBox)\n\n\n        self.verticalLayout.addWidget(self.groupBox)\n\n        self.verticalSpacer = QSpacerItem(20, 2, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout.addItem(self.verticalSpacer)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(2)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.insertButton = QPushButton(self.centralwidget)\n        self.insertButton.setObjectName(u\"insertButton\")\n        self.insertButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.insertButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.squareCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Square\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Padding\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"X\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Y\", None))\n        self.insertButton.setText(QCoreApplication.translate(\"MainWindow\", u\"insert\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/center_tool/__init__.py",
    "content": "from .center_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/center_tool/center_tool.py",
    "content": "import sys\nfrom functools import partial\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtGui import QDoubleValidator\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import (\n    operator as op,\n)\nfrom rs_fusion.tool.center_tool.center_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'CenterTool'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n            | Qt.MSWindowsFixedSizeDialogHint\n        )\n        self.resize(100, 100)\n\n        self.fusion = fusion\n\n        #\n        for w in [\n            self.ui.xLineEdit, self.ui.xStepLineEdit, self.ui.xInfLineEdit, self.ui.xSupLineEdit,\n            self.ui.yLineEdit, self.ui.yStepLineEdit, self.ui.yInfLineEdit, self.ui.ySupLineEdit,\n        ]:\n            w.setText(str(0.0))\n            w.setValidator(QDoubleValidator())\n        self.ui.xLineEdit.setText(str(0.5))\n        self.ui.yLineEdit.setText(str(0.5))\n        self.ui.xSupLineEdit.setText(str(1.0))\n        self.ui.ySupLineEdit.setText(str(1.0))\n\n        # button\n        self.ui.setXButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.setYButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.setButton.setStyleSheet(appearance.in_stylesheet)\n\n        self.ui.randomXButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.randomYButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.randomButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n\n        # align\n        self.ui.alignLButton.clicked.connect(\n            partial(self.align_center, op.AlignType2D.L)\n        )\n        self.ui.alignVCButton.clicked.connect(\n            partial(self.align_center, op.AlignType2D.VC)\n        )\n        self.ui.alignRButton.clicked.connect(\n            partial(self.align_center, op.AlignType2D.R)\n        )\n        self.ui.alignTButton.clicked.connect(\n            partial(self.align_center, op.AlignType2D.T)\n        )\n        self.ui.alignHCButton.clicked.connect(\n            partial(self.align_center, op.AlignType2D.HC)\n        )\n        self.ui.alignBButton.clicked.connect(\n            partial(self.align_center, op.AlignType2D.B)\n        )\n        # distribute\n        self.ui.distributeVButton.clicked.connect(\n            partial(self.distribute_center, True)\n        )\n        self.ui.distributeHButton.clicked.connect(\n            partial(self.distribute_center, False)\n        )\n        # set\n        self.ui.setXButton.clicked.connect(\n            partial(self.set_center, False, True)\n        )\n        self.ui.setYButton.clicked.connect(\n            partial(self.set_center, True, False)\n        )\n        self.ui.setButton.clicked.connect(\n            partial(self.set_center, False, False)\n        )\n        # random\n        self.ui.randomXButton.clicked.connect(\n            partial(self.random_center, False, True)\n        )\n        self.ui.randomYButton.clicked.connect(\n            partial(self.random_center, True, False)\n        )\n        self.ui.randomButton.clicked.connect(\n            partial(self.random_center, False, False)\n        )\n        # ui\n\n        #\n        self.ui.minimizeButton.clicked.connect(partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def get_comp(self):\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            print('Fusion Pageで実行してください。')\n            return None\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            print('コンポジションが見付かりません。')\n            return None\n        return comp\n\n    def align_center(self, align_type: op.AlignType2D) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n        if self.ui.useDodCheckBox.isChecked():\n            op.align_dod(self.fusion, comp, 'Center', align_type, self.ui.useCanvasCheckBox.isChecked())\n        else:\n            op.align2d(comp, 'Center', align_type, self.ui.useCanvasCheckBox.isChecked())\n\n    def distribute_center(self, is_x) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n        if self.ui.useDodCheckBox.isChecked():\n            op.distribute_dod(\n                self.fusion, comp, 'Center', is_x,\n                is_random=self.ui.randomRadioButton.isChecked(),\n                is_reverse=self.ui.r2lRadioButton.isChecked(),\n                use_canvas=self.ui.useCanvasCheckBox.isChecked(),\n            )\n        else:\n            op.distribute2d(\n                comp, 'Center', is_x,\n                is_random=self.ui.randomRadioButton.isChecked(),\n                is_reverse=self.ui.r2lRadioButton.isChecked(),\n                use_canvas=self.ui.useCanvasCheckBox.isChecked(),\n            )\n\n    def set_center(self, lock_x, lock_y) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        op.set_value2d(\n            comp,\n            'Center',\n            x=float(self.ui.xLineEdit.text()),\n            y=float(self.ui.yLineEdit.text()),\n            x_step=float(self.ui.xStepLineEdit.text()),\n            y_step=float(self.ui.yStepLineEdit.text()),\n            lock_x=lock_x,\n            lock_y=lock_y,\n            is_abs=self.ui.absoluteRadioButton.isChecked(),\n            is_random=self.ui.randomRadioButton.isChecked(),\n            is_reverse=self.ui.r2lRadioButton.isChecked(),\n            use_key=self.ui.keyFrameRadioButton.isChecked(),\n            key_index=self.ui.keyFrameIndexSpinBox.value(),\n        )\n\n    def random_center(self, lock_x, lock_y) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        op.random_value2d(\n            comp,\n            'Center',\n            x_inf=float(self.ui.xInfLineEdit.text()),\n            y_inf=float(self.ui.yInfLineEdit.text()),\n            x_suo=float(self.ui.xSupLineEdit.text()),\n            y_sup=float(self.ui.ySupLineEdit.text()),\n            lock_x=lock_x,\n            lock_y=lock_y,\n            is_abs=self.ui.absoluteRadioButton.isChecked(),\n            is_random=self.ui.randomRadioButton.isChecked(),\n            use_key=self.ui.keyFrameRadioButton.isChecked(),\n            key_index=self.ui.keyFrameIndexSpinBox.value(),\n        )\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run(None)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/center_tool/center_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>291</width>\n    <height>640</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n    <property name=\"leftMargin\">\n     <number>0</number>\n    </property>\n    <property name=\"topMargin\">\n     <number>0</number>\n    </property>\n    <property name=\"rightMargin\">\n     <number>0</number>\n    </property>\n    <property name=\"bottomMargin\">\n     <number>0</number>\n    </property>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_4\">\n      <property name=\"minimumSize\">\n       <size>\n        <width>280</width>\n        <height>0</height>\n       </size>\n      </property>\n      <property name=\"title\">\n       <string>Oder</string>\n      </property>\n      <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n       <item>\n        <widget class=\"QRadioButton\" name=\"l2rRadioButton\">\n         <property name=\"text\">\n          <string>LtoR</string>\n         </property>\n         <property name=\"checked\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QRadioButton\" name=\"r2lRadioButton\">\n         <property name=\"text\">\n          <string>RtoL</string>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QRadioButton\" name=\"randomRadioButton\">\n         <property name=\"text\">\n          <string>random</string>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <spacer name=\"horizontalSpacer_4\">\n         <property name=\"orientation\">\n          <enum>Qt::Horizontal</enum>\n         </property>\n         <property name=\"sizeHint\" stdset=\"0\">\n          <size>\n           <width>40</width>\n           <height>20</height>\n          </size>\n         </property>\n        </spacer>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_3\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"minimumSize\">\n       <size>\n        <width>280</width>\n        <height>140</height>\n       </size>\n      </property>\n      <property name=\"maximumSize\">\n       <size>\n        <width>280</width>\n        <height>140</height>\n       </size>\n      </property>\n      <property name=\"title\">\n       <string>Align</string>\n      </property>\n      <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n       <item>\n        <layout class=\"QGridLayout\" name=\"gridLayout\">\n         <item row=\"0\" column=\"3\">\n          <widget class=\"QPushButton\" name=\"distributeVButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>16</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font:16pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>|||</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"3\">\n          <widget class=\"QPushButton\" name=\"distributeHButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>24</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font: 24pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>≡</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QPushButton\" name=\"alignLButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>24</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>⇤</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <widget class=\"QPushButton\" name=\"alignHCButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>16</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font: 16pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>━</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QPushButton\" name=\"alignTButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>24</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>⤒</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <widget class=\"QPushButton\" name=\"alignVCButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>16</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font: 16pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>┃</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"2\">\n          <widget class=\"QPushButton\" name=\"alignBButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>24</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>⤓</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"2\">\n          <widget class=\"QPushButton\" name=\"alignRButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>24</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>⇥</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n         <item>\n          <widget class=\"QCheckBox\" name=\"useDodCheckBox\">\n           <property name=\"text\">\n            <string>DoD</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QCheckBox\" name=\"useCanvasCheckBox\">\n           <property name=\"text\">\n            <string>Canvas</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_2\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>51</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"minimumSize\">\n       <size>\n        <width>280</width>\n        <height>0</height>\n       </size>\n      </property>\n      <property name=\"maximumSize\">\n       <size>\n        <width>280</width>\n        <height>16777215</height>\n       </size>\n      </property>\n      <property name=\"title\">\n       <string>Input</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"QGroupBox\" name=\"groupBox\">\n         <property name=\"title\">\n          <string>Target Frame</string>\n         </property>\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n          <item>\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_5\">\n            <item>\n             <widget class=\"QRadioButton\" name=\"currentFrameRadioButton\">\n              <property name=\"text\">\n               <string>Current Frame</string>\n              </property>\n              <property name=\"checked\">\n               <bool>true</bool>\n              </property>\n              <attribute name=\"buttonGroup\">\n               <string notr=\"true\">frameButtonGroup</string>\n              </attribute>\n             </widget>\n            </item>\n            <item>\n             <widget class=\"QRadioButton\" name=\"keyFrameRadioButton\">\n              <property name=\"text\">\n               <string>Key Frame</string>\n              </property>\n              <attribute name=\"buttonGroup\">\n               <string notr=\"true\">frameButtonGroup</string>\n              </attribute>\n             </widget>\n            </item>\n            <item>\n             <spacer name=\"horizontalSpacer_13\">\n              <property name=\"orientation\">\n               <enum>Qt::Horizontal</enum>\n              </property>\n              <property name=\"sizeHint\" stdset=\"0\">\n               <size>\n                <width>40</width>\n                <height>20</height>\n               </size>\n              </property>\n             </spacer>\n            </item>\n           </layout>\n          </item>\n          <item>\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_6\">\n            <item>\n             <widget class=\"QLabel\" name=\"label_9\">\n              <property name=\"text\">\n               <string>Key Frame Index: </string>\n              </property>\n             </widget>\n            </item>\n            <item>\n             <widget class=\"QSpinBox\" name=\"keyFrameIndexSpinBox\">\n              <property name=\"minimumSize\">\n               <size>\n                <width>80</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"minimum\">\n               <number>1</number>\n              </property>\n              <property name=\"maximum\">\n               <number>999</number>\n              </property>\n             </widget>\n            </item>\n            <item>\n             <spacer name=\"horizontalSpacer_14\">\n              <property name=\"orientation\">\n               <enum>Qt::Horizontal</enum>\n              </property>\n              <property name=\"sizeHint\" stdset=\"0\">\n               <size>\n                <width>40</width>\n                <height>20</height>\n               </size>\n              </property>\n             </spacer>\n            </item>\n           </layout>\n          </item>\n         </layout>\n        </widget>\n       </item>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n         <item>\n          <widget class=\"QRadioButton\" name=\"absoluteRadioButton\">\n           <property name=\"text\">\n            <string>Absolute</string>\n           </property>\n           <property name=\"checked\">\n            <bool>true</bool>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QRadioButton\" name=\"relativeRadioButton\">\n           <property name=\"text\">\n            <string>Relative</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_3\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>0</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <layout class=\"QGridLayout\" name=\"gridLayout_2\">\n         <item row=\"0\" column=\"4\" rowspan=\"4\">\n          <widget class=\"QPushButton\" name=\"setButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>60</width>\n             <height>106</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>50</width>\n             <height>16777215</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>Set</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"6\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"xSupLineEdit\"/>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"xStepLineEdit\"/>\n         </item>\n         <item row=\"5\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_5\">\n           <property name=\"text\">\n            <string>inf</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"2\" column=\"2\">\n          <spacer name=\"horizontalSpacer_7\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"8\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"ySupLineEdit\"/>\n         </item>\n         <item row=\"2\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"yLineEdit\"/>\n         </item>\n         <item row=\"3\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_4\">\n           <property name=\"text\">\n            <string>Step</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"2\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_2\">\n           <property name=\"text\">\n            <string>Y</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"5\" column=\"2\">\n          <spacer name=\"horizontalSpacer_9\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"7\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"yInfLineEdit\"/>\n         </item>\n         <item row=\"8\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_8\">\n           <property name=\"text\">\n            <string>sup</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"6\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_6\">\n           <property name=\"text\">\n            <string>sup</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_3\">\n           <property name=\"text\">\n            <string>Step</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"8\" column=\"2\">\n          <spacer name=\"horizontalSpacer_12\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"6\" column=\"2\">\n          <spacer name=\"horizontalSpacer_10\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"xLineEdit\"/>\n         </item>\n         <item row=\"1\" column=\"2\">\n          <spacer name=\"horizontalSpacer_6\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"7\" column=\"2\">\n          <spacer name=\"horizontalSpacer_11\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"5\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"xInfLineEdit\"/>\n         </item>\n         <item row=\"0\" column=\"2\">\n          <spacer name=\"horizontalSpacer_5\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"7\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_7\">\n           <property name=\"text\">\n            <string>inf </string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"5\" column=\"3\" rowspan=\"2\">\n          <widget class=\"QPushButton\" name=\"randomXButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>50</width>\n             <height>50</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>50</width>\n             <height>16777215</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>X</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"2\" column=\"3\" rowspan=\"2\">\n          <widget class=\"QPushButton\" name=\"setYButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>50</width>\n             <height>50</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>50</width>\n             <height>16777215</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>Y</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label\">\n           <property name=\"text\">\n            <string>X</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"3\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"yStepLineEdit\"/>\n         </item>\n         <item row=\"3\" column=\"2\">\n          <spacer name=\"horizontalSpacer_8\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"0\" column=\"3\" rowspan=\"2\">\n          <widget class=\"QPushButton\" name=\"setXButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>50</width>\n             <height>50</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>50</width>\n             <height>16777215</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>X</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"5\" column=\"4\" rowspan=\"4\">\n          <widget class=\"QPushButton\" name=\"randomButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>60</width>\n             <height>106</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>50</width>\n             <height>16777215</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>Random</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"7\" column=\"3\" rowspan=\"2\">\n          <widget class=\"QPushButton\" name=\"randomYButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>50</width>\n             <height>50</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>50</width>\n             <height>16777215</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>Y</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"4\" column=\"0\">\n          <spacer name=\"verticalSpacer\">\n           <property name=\"orientation\">\n            <enum>Qt::Vertical</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>20</width>\n             <height>10</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <property name=\"spacing\">\n       <number>2</number>\n      </property>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <tabstops>\n  <tabstop>l2rRadioButton</tabstop>\n  <tabstop>randomRadioButton</tabstop>\n  <tabstop>alignLButton</tabstop>\n  <tabstop>alignVCButton</tabstop>\n  <tabstop>alignRButton</tabstop>\n  <tabstop>distributeVButton</tabstop>\n  <tabstop>alignTButton</tabstop>\n  <tabstop>alignHCButton</tabstop>\n  <tabstop>alignBButton</tabstop>\n  <tabstop>distributeHButton</tabstop>\n  <tabstop>absoluteRadioButton</tabstop>\n  <tabstop>relativeRadioButton</tabstop>\n  <tabstop>xLineEdit</tabstop>\n  <tabstop>xStepLineEdit</tabstop>\n  <tabstop>setXButton</tabstop>\n  <tabstop>yLineEdit</tabstop>\n  <tabstop>yStepLineEdit</tabstop>\n  <tabstop>setYButton</tabstop>\n  <tabstop>setButton</tabstop>\n  <tabstop>xInfLineEdit</tabstop>\n  <tabstop>xSupLineEdit</tabstop>\n  <tabstop>randomXButton</tabstop>\n  <tabstop>yInfLineEdit</tabstop>\n  <tabstop>ySupLineEdit</tabstop>\n  <tabstop>randomYButton</tabstop>\n  <tabstop>randomButton</tabstop>\n  <tabstop>minimizeButton</tabstop>\n  <tabstop>closeButton</tabstop>\n </tabstops>\n <resources/>\n <connections/>\n <buttongroups>\n  <buttongroup name=\"frameButtonGroup\"/>\n </buttongroups>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/center_tool/center_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'center_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QButtonGroup, QCheckBox, QGridLayout,\n    QGroupBox, QHBoxLayout, QLabel, QLineEdit,\n    QMainWindow, QPushButton, QRadioButton, QSizePolicy,\n    QSpacerItem, QSpinBox, QToolButton, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(291, 640)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_2 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)\n        self.groupBox_4 = QGroupBox(self.centralwidget)\n        self.groupBox_4.setObjectName(u\"groupBox_4\")\n        self.groupBox_4.setMinimumSize(QSize(280, 0))\n        self.horizontalLayout_3 = QHBoxLayout(self.groupBox_4)\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.l2rRadioButton = QRadioButton(self.groupBox_4)\n        self.l2rRadioButton.setObjectName(u\"l2rRadioButton\")\n        self.l2rRadioButton.setChecked(True)\n\n        self.horizontalLayout_3.addWidget(self.l2rRadioButton)\n\n        self.r2lRadioButton = QRadioButton(self.groupBox_4)\n        self.r2lRadioButton.setObjectName(u\"r2lRadioButton\")\n\n        self.horizontalLayout_3.addWidget(self.r2lRadioButton)\n\n        self.randomRadioButton = QRadioButton(self.groupBox_4)\n        self.randomRadioButton.setObjectName(u\"randomRadioButton\")\n\n        self.horizontalLayout_3.addWidget(self.randomRadioButton)\n\n        self.horizontalSpacer_4 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_4)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox_4)\n\n        self.groupBox_3 = QGroupBox(self.centralwidget)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        sizePolicy = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox_3.sizePolicy().hasHeightForWidth())\n        self.groupBox_3.setSizePolicy(sizePolicy)\n        self.groupBox_3.setMinimumSize(QSize(280, 140))\n        self.groupBox_3.setMaximumSize(QSize(280, 140))\n        self.horizontalLayout_2 = QHBoxLayout(self.groupBox_3)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.gridLayout = QGridLayout()\n        self.gridLayout.setObjectName(u\"gridLayout\")\n        self.distributeVButton = QPushButton(self.groupBox_3)\n        self.distributeVButton.setObjectName(u\"distributeVButton\")\n        sizePolicy.setHeightForWidth(self.distributeVButton.sizePolicy().hasHeightForWidth())\n        self.distributeVButton.setSizePolicy(sizePolicy)\n        self.distributeVButton.setMinimumSize(QSize(45, 45))\n        self.distributeVButton.setMaximumSize(QSize(45, 45))\n        font = QFont()\n        font.setFamilies([u\"\\u30e1\\u30a4\\u30ea\\u30aa\"])\n        font.setPointSize(16)\n        font.setBold(False)\n        font.setItalic(False)\n        self.distributeVButton.setFont(font)\n        self.distributeVButton.setStyleSheet(u\"font:16pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout.addWidget(self.distributeVButton, 0, 3, 1, 1)\n\n        self.distributeHButton = QPushButton(self.groupBox_3)\n        self.distributeHButton.setObjectName(u\"distributeHButton\")\n        sizePolicy.setHeightForWidth(self.distributeHButton.sizePolicy().hasHeightForWidth())\n        self.distributeHButton.setSizePolicy(sizePolicy)\n        self.distributeHButton.setMinimumSize(QSize(45, 45))\n        self.distributeHButton.setMaximumSize(QSize(45, 45))\n        font1 = QFont()\n        font1.setFamilies([u\"\\u30e1\\u30a4\\u30ea\\u30aa\"])\n        font1.setPointSize(24)\n        font1.setBold(False)\n        font1.setItalic(False)\n        self.distributeHButton.setFont(font1)\n        self.distributeHButton.setStyleSheet(u\"font: 24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout.addWidget(self.distributeHButton, 1, 3, 1, 1)\n\n        self.alignLButton = QPushButton(self.groupBox_3)\n        self.alignLButton.setObjectName(u\"alignLButton\")\n        sizePolicy.setHeightForWidth(self.alignLButton.sizePolicy().hasHeightForWidth())\n        self.alignLButton.setSizePolicy(sizePolicy)\n        self.alignLButton.setMinimumSize(QSize(45, 45))\n        self.alignLButton.setMaximumSize(QSize(45, 45))\n        self.alignLButton.setFont(font1)\n        self.alignLButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout.addWidget(self.alignLButton, 0, 0, 1, 1)\n\n        self.alignHCButton = QPushButton(self.groupBox_3)\n        self.alignHCButton.setObjectName(u\"alignHCButton\")\n        sizePolicy.setHeightForWidth(self.alignHCButton.sizePolicy().hasHeightForWidth())\n        self.alignHCButton.setSizePolicy(sizePolicy)\n        self.alignHCButton.setMinimumSize(QSize(45, 45))\n        self.alignHCButton.setMaximumSize(QSize(45, 45))\n        self.alignHCButton.setFont(font)\n        self.alignHCButton.setStyleSheet(u\"font: 16pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout.addWidget(self.alignHCButton, 1, 1, 1, 1)\n\n        self.alignTButton = QPushButton(self.groupBox_3)\n        self.alignTButton.setObjectName(u\"alignTButton\")\n        sizePolicy.setHeightForWidth(self.alignTButton.sizePolicy().hasHeightForWidth())\n        self.alignTButton.setSizePolicy(sizePolicy)\n        self.alignTButton.setMinimumSize(QSize(45, 45))\n        self.alignTButton.setMaximumSize(QSize(45, 45))\n        self.alignTButton.setFont(font1)\n        self.alignTButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout.addWidget(self.alignTButton, 1, 0, 1, 1)\n\n        self.alignVCButton = QPushButton(self.groupBox_3)\n        self.alignVCButton.setObjectName(u\"alignVCButton\")\n        sizePolicy.setHeightForWidth(self.alignVCButton.sizePolicy().hasHeightForWidth())\n        self.alignVCButton.setSizePolicy(sizePolicy)\n        self.alignVCButton.setMinimumSize(QSize(45, 45))\n        self.alignVCButton.setMaximumSize(QSize(45, 45))\n        self.alignVCButton.setFont(font)\n        self.alignVCButton.setStyleSheet(u\"font: 16pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout.addWidget(self.alignVCButton, 0, 1, 1, 1)\n\n        self.alignBButton = QPushButton(self.groupBox_3)\n        self.alignBButton.setObjectName(u\"alignBButton\")\n        sizePolicy.setHeightForWidth(self.alignBButton.sizePolicy().hasHeightForWidth())\n        self.alignBButton.setSizePolicy(sizePolicy)\n        self.alignBButton.setMinimumSize(QSize(45, 45))\n        self.alignBButton.setMaximumSize(QSize(45, 45))\n        self.alignBButton.setFont(font1)\n        self.alignBButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout.addWidget(self.alignBButton, 1, 2, 1, 1)\n\n        self.alignRButton = QPushButton(self.groupBox_3)\n        self.alignRButton.setObjectName(u\"alignRButton\")\n        sizePolicy.setHeightForWidth(self.alignRButton.sizePolicy().hasHeightForWidth())\n        self.alignRButton.setSizePolicy(sizePolicy)\n        self.alignRButton.setMinimumSize(QSize(45, 45))\n        self.alignRButton.setMaximumSize(QSize(45, 45))\n        self.alignRButton.setFont(font1)\n        self.alignRButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout.addWidget(self.alignRButton, 0, 2, 1, 1)\n\n\n        self.horizontalLayout_2.addLayout(self.gridLayout)\n\n        self.verticalLayout_3 = QVBoxLayout()\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.useDodCheckBox = QCheckBox(self.groupBox_3)\n        self.useDodCheckBox.setObjectName(u\"useDodCheckBox\")\n\n        self.verticalLayout_3.addWidget(self.useDodCheckBox)\n\n        self.useCanvasCheckBox = QCheckBox(self.groupBox_3)\n        self.useCanvasCheckBox.setObjectName(u\"useCanvasCheckBox\")\n\n        self.verticalLayout_3.addWidget(self.useCanvasCheckBox)\n\n        self.horizontalSpacer_2 = QSpacerItem(51, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.verticalLayout_3.addItem(self.horizontalSpacer_2)\n\n\n        self.horizontalLayout_2.addLayout(self.verticalLayout_3)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox_3)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        sizePolicy.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy)\n        self.groupBox_2.setMinimumSize(QSize(280, 0))\n        self.groupBox_2.setMaximumSize(QSize(280, 16777215))\n        self.verticalLayout = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.groupBox = QGroupBox(self.groupBox_2)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout_4 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.horizontalLayout_5 = QHBoxLayout()\n        self.horizontalLayout_5.setObjectName(u\"horizontalLayout_5\")\n        self.currentFrameRadioButton = QRadioButton(self.groupBox)\n        self.frameButtonGroup = QButtonGroup(MainWindow)\n        self.frameButtonGroup.setObjectName(u\"frameButtonGroup\")\n        self.frameButtonGroup.addButton(self.currentFrameRadioButton)\n        self.currentFrameRadioButton.setObjectName(u\"currentFrameRadioButton\")\n        self.currentFrameRadioButton.setChecked(True)\n\n        self.horizontalLayout_5.addWidget(self.currentFrameRadioButton)\n\n        self.keyFrameRadioButton = QRadioButton(self.groupBox)\n        self.frameButtonGroup.addButton(self.keyFrameRadioButton)\n        self.keyFrameRadioButton.setObjectName(u\"keyFrameRadioButton\")\n\n        self.horizontalLayout_5.addWidget(self.keyFrameRadioButton)\n\n        self.horizontalSpacer_13 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_5.addItem(self.horizontalSpacer_13)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout_5)\n\n        self.horizontalLayout_6 = QHBoxLayout()\n        self.horizontalLayout_6.setObjectName(u\"horizontalLayout_6\")\n        self.label_9 = QLabel(self.groupBox)\n        self.label_9.setObjectName(u\"label_9\")\n\n        self.horizontalLayout_6.addWidget(self.label_9)\n\n        self.keyFrameIndexSpinBox = QSpinBox(self.groupBox)\n        self.keyFrameIndexSpinBox.setObjectName(u\"keyFrameIndexSpinBox\")\n        self.keyFrameIndexSpinBox.setMinimumSize(QSize(80, 0))\n        self.keyFrameIndexSpinBox.setMinimum(1)\n        self.keyFrameIndexSpinBox.setMaximum(999)\n\n        self.horizontalLayout_6.addWidget(self.keyFrameIndexSpinBox)\n\n        self.horizontalSpacer_14 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_6.addItem(self.horizontalSpacer_14)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout_6)\n\n\n        self.verticalLayout.addWidget(self.groupBox)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.absoluteRadioButton = QRadioButton(self.groupBox_2)\n        self.absoluteRadioButton.setObjectName(u\"absoluteRadioButton\")\n        self.absoluteRadioButton.setChecked(True)\n\n        self.horizontalLayout_4.addWidget(self.absoluteRadioButton)\n\n        self.relativeRadioButton = QRadioButton(self.groupBox_2)\n        self.relativeRadioButton.setObjectName(u\"relativeRadioButton\")\n\n        self.horizontalLayout_4.addWidget(self.relativeRadioButton)\n\n        self.horizontalSpacer_3 = QSpacerItem(0, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer_3)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_4)\n\n        self.gridLayout_2 = QGridLayout()\n        self.gridLayout_2.setObjectName(u\"gridLayout_2\")\n        self.setButton = QPushButton(self.groupBox_2)\n        self.setButton.setObjectName(u\"setButton\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Preferred)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.setButton.sizePolicy().hasHeightForWidth())\n        self.setButton.setSizePolicy(sizePolicy1)\n        self.setButton.setMinimumSize(QSize(60, 106))\n        self.setButton.setMaximumSize(QSize(50, 16777215))\n\n        self.gridLayout_2.addWidget(self.setButton, 0, 4, 4, 1)\n\n        self.xSupLineEdit = QLineEdit(self.groupBox_2)\n        self.xSupLineEdit.setObjectName(u\"xSupLineEdit\")\n\n        self.gridLayout_2.addWidget(self.xSupLineEdit, 6, 1, 1, 1)\n\n        self.xStepLineEdit = QLineEdit(self.groupBox_2)\n        self.xStepLineEdit.setObjectName(u\"xStepLineEdit\")\n\n        self.gridLayout_2.addWidget(self.xStepLineEdit, 1, 1, 1, 1)\n\n        self.label_5 = QLabel(self.groupBox_2)\n        self.label_5.setObjectName(u\"label_5\")\n\n        self.gridLayout_2.addWidget(self.label_5, 5, 0, 1, 1)\n\n        self.horizontalSpacer_7 = QSpacerItem(13, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.gridLayout_2.addItem(self.horizontalSpacer_7, 2, 2, 1, 1)\n\n        self.ySupLineEdit = QLineEdit(self.groupBox_2)\n        self.ySupLineEdit.setObjectName(u\"ySupLineEdit\")\n\n        self.gridLayout_2.addWidget(self.ySupLineEdit, 8, 1, 1, 1)\n\n        self.yLineEdit = QLineEdit(self.groupBox_2)\n        self.yLineEdit.setObjectName(u\"yLineEdit\")\n\n        self.gridLayout_2.addWidget(self.yLineEdit, 2, 1, 1, 1)\n\n        self.label_4 = QLabel(self.groupBox_2)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.gridLayout_2.addWidget(self.label_4, 3, 0, 1, 1)\n\n        self.label_2 = QLabel(self.groupBox_2)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.gridLayout_2.addWidget(self.label_2, 2, 0, 1, 1)\n\n        self.horizontalSpacer_9 = QSpacerItem(13, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.gridLayout_2.addItem(self.horizontalSpacer_9, 5, 2, 1, 1)\n\n        self.yInfLineEdit = QLineEdit(self.groupBox_2)\n        self.yInfLineEdit.setObjectName(u\"yInfLineEdit\")\n\n        self.gridLayout_2.addWidget(self.yInfLineEdit, 7, 1, 1, 1)\n\n        self.label_8 = QLabel(self.groupBox_2)\n        self.label_8.setObjectName(u\"label_8\")\n\n        self.gridLayout_2.addWidget(self.label_8, 8, 0, 1, 1)\n\n        self.label_6 = QLabel(self.groupBox_2)\n        self.label_6.setObjectName(u\"label_6\")\n\n        self.gridLayout_2.addWidget(self.label_6, 6, 0, 1, 1)\n\n        self.label_3 = QLabel(self.groupBox_2)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.gridLayout_2.addWidget(self.label_3, 1, 0, 1, 1)\n\n        self.horizontalSpacer_12 = QSpacerItem(13, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.gridLayout_2.addItem(self.horizontalSpacer_12, 8, 2, 1, 1)\n\n        self.horizontalSpacer_10 = QSpacerItem(13, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.gridLayout_2.addItem(self.horizontalSpacer_10, 6, 2, 1, 1)\n\n        self.xLineEdit = QLineEdit(self.groupBox_2)\n        self.xLineEdit.setObjectName(u\"xLineEdit\")\n\n        self.gridLayout_2.addWidget(self.xLineEdit, 0, 1, 1, 1)\n\n        self.horizontalSpacer_6 = QSpacerItem(13, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.gridLayout_2.addItem(self.horizontalSpacer_6, 1, 2, 1, 1)\n\n        self.horizontalSpacer_11 = QSpacerItem(13, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.gridLayout_2.addItem(self.horizontalSpacer_11, 7, 2, 1, 1)\n\n        self.xInfLineEdit = QLineEdit(self.groupBox_2)\n        self.xInfLineEdit.setObjectName(u\"xInfLineEdit\")\n\n        self.gridLayout_2.addWidget(self.xInfLineEdit, 5, 1, 1, 1)\n\n        self.horizontalSpacer_5 = QSpacerItem(13, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.gridLayout_2.addItem(self.horizontalSpacer_5, 0, 2, 1, 1)\n\n        self.label_7 = QLabel(self.groupBox_2)\n        self.label_7.setObjectName(u\"label_7\")\n\n        self.gridLayout_2.addWidget(self.label_7, 7, 0, 1, 1)\n\n        self.randomXButton = QPushButton(self.groupBox_2)\n        self.randomXButton.setObjectName(u\"randomXButton\")\n        sizePolicy1.setHeightForWidth(self.randomXButton.sizePolicy().hasHeightForWidth())\n        self.randomXButton.setSizePolicy(sizePolicy1)\n        self.randomXButton.setMinimumSize(QSize(50, 50))\n        self.randomXButton.setMaximumSize(QSize(50, 16777215))\n\n        self.gridLayout_2.addWidget(self.randomXButton, 5, 3, 2, 1)\n\n        self.setYButton = QPushButton(self.groupBox_2)\n        self.setYButton.setObjectName(u\"setYButton\")\n        sizePolicy1.setHeightForWidth(self.setYButton.sizePolicy().hasHeightForWidth())\n        self.setYButton.setSizePolicy(sizePolicy1)\n        self.setYButton.setMinimumSize(QSize(50, 50))\n        self.setYButton.setMaximumSize(QSize(50, 16777215))\n\n        self.gridLayout_2.addWidget(self.setYButton, 2, 3, 2, 1)\n\n        self.label = QLabel(self.groupBox_2)\n        self.label.setObjectName(u\"label\")\n\n        self.gridLayout_2.addWidget(self.label, 0, 0, 1, 1)\n\n        self.yStepLineEdit = QLineEdit(self.groupBox_2)\n        self.yStepLineEdit.setObjectName(u\"yStepLineEdit\")\n\n        self.gridLayout_2.addWidget(self.yStepLineEdit, 3, 1, 1, 1)\n\n        self.horizontalSpacer_8 = QSpacerItem(13, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.gridLayout_2.addItem(self.horizontalSpacer_8, 3, 2, 1, 1)\n\n        self.setXButton = QPushButton(self.groupBox_2)\n        self.setXButton.setObjectName(u\"setXButton\")\n        sizePolicy1.setHeightForWidth(self.setXButton.sizePolicy().hasHeightForWidth())\n        self.setXButton.setSizePolicy(sizePolicy1)\n        self.setXButton.setMinimumSize(QSize(50, 50))\n        self.setXButton.setMaximumSize(QSize(50, 16777215))\n\n        self.gridLayout_2.addWidget(self.setXButton, 0, 3, 2, 1)\n\n        self.randomButton = QPushButton(self.groupBox_2)\n        self.randomButton.setObjectName(u\"randomButton\")\n        sizePolicy1.setHeightForWidth(self.randomButton.sizePolicy().hasHeightForWidth())\n        self.randomButton.setSizePolicy(sizePolicy1)\n        self.randomButton.setMinimumSize(QSize(60, 106))\n        self.randomButton.setMaximumSize(QSize(50, 16777215))\n\n        self.gridLayout_2.addWidget(self.randomButton, 5, 4, 4, 1)\n\n        self.randomYButton = QPushButton(self.groupBox_2)\n        self.randomYButton.setObjectName(u\"randomYButton\")\n        sizePolicy1.setHeightForWidth(self.randomYButton.sizePolicy().hasHeightForWidth())\n        self.randomYButton.setSizePolicy(sizePolicy1)\n        self.randomYButton.setMinimumSize(QSize(50, 50))\n        self.randomYButton.setMaximumSize(QSize(50, 16777215))\n\n        self.gridLayout_2.addWidget(self.randomYButton, 7, 3, 2, 1)\n\n        self.verticalSpacer = QSpacerItem(20, 10, QSizePolicy.Minimum, QSizePolicy.Fixed)\n\n        self.gridLayout_2.addItem(self.verticalSpacer, 4, 0, 1, 1)\n\n\n        self.verticalLayout.addLayout(self.gridLayout_2)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(2)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        QWidget.setTabOrder(self.l2rRadioButton, self.randomRadioButton)\n        QWidget.setTabOrder(self.randomRadioButton, self.alignLButton)\n        QWidget.setTabOrder(self.alignLButton, self.alignVCButton)\n        QWidget.setTabOrder(self.alignVCButton, self.alignRButton)\n        QWidget.setTabOrder(self.alignRButton, self.distributeVButton)\n        QWidget.setTabOrder(self.distributeVButton, self.alignTButton)\n        QWidget.setTabOrder(self.alignTButton, self.alignHCButton)\n        QWidget.setTabOrder(self.alignHCButton, self.alignBButton)\n        QWidget.setTabOrder(self.alignBButton, self.distributeHButton)\n        QWidget.setTabOrder(self.distributeHButton, self.absoluteRadioButton)\n        QWidget.setTabOrder(self.absoluteRadioButton, self.relativeRadioButton)\n        QWidget.setTabOrder(self.relativeRadioButton, self.xLineEdit)\n        QWidget.setTabOrder(self.xLineEdit, self.xStepLineEdit)\n        QWidget.setTabOrder(self.xStepLineEdit, self.setXButton)\n        QWidget.setTabOrder(self.setXButton, self.yLineEdit)\n        QWidget.setTabOrder(self.yLineEdit, self.yStepLineEdit)\n        QWidget.setTabOrder(self.yStepLineEdit, self.setYButton)\n        QWidget.setTabOrder(self.setYButton, self.setButton)\n        QWidget.setTabOrder(self.setButton, self.xInfLineEdit)\n        QWidget.setTabOrder(self.xInfLineEdit, self.xSupLineEdit)\n        QWidget.setTabOrder(self.xSupLineEdit, self.randomXButton)\n        QWidget.setTabOrder(self.randomXButton, self.yInfLineEdit)\n        QWidget.setTabOrder(self.yInfLineEdit, self.ySupLineEdit)\n        QWidget.setTabOrder(self.ySupLineEdit, self.randomYButton)\n        QWidget.setTabOrder(self.randomYButton, self.randomButton)\n        QWidget.setTabOrder(self.randomButton, self.minimizeButton)\n        QWidget.setTabOrder(self.minimizeButton, self.closeButton)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox_4.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Oder\", None))\n        self.l2rRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"LtoR\", None))\n        self.r2lRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"RtoL\", None))\n        self.randomRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"random\", None))\n        self.groupBox_3.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Align\", None))\n        self.distributeVButton.setText(QCoreApplication.translate(\"MainWindow\", u\"|||\", None))\n        self.distributeHButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2261\", None))\n        self.alignLButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u21e4\", None))\n        self.alignHCButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2501\", None))\n        self.alignTButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2912\", None))\n        self.alignVCButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2503\", None))\n        self.alignBButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2913\", None))\n        self.alignRButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u21e5\", None))\n        self.useDodCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"DoD\", None))\n        self.useCanvasCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Canvas\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Input\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Target Frame\", None))\n        self.currentFrameRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Current Frame\", None))\n        self.keyFrameRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Key Frame\", None))\n        self.label_9.setText(QCoreApplication.translate(\"MainWindow\", u\"Key Frame Index: \", None))\n        self.absoluteRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Absolute\", None))\n        self.relativeRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Relative\", None))\n        self.setButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.label_5.setText(QCoreApplication.translate(\"MainWindow\", u\"inf\", None))\n        self.label_4.setText(QCoreApplication.translate(\"MainWindow\", u\"Step\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Y\", None))\n        self.label_8.setText(QCoreApplication.translate(\"MainWindow\", u\"sup\", None))\n        self.label_6.setText(QCoreApplication.translate(\"MainWindow\", u\"sup\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"Step\", None))\n        self.label_7.setText(QCoreApplication.translate(\"MainWindow\", u\"inf \", None))\n        self.randomXButton.setText(QCoreApplication.translate(\"MainWindow\", u\"X\", None))\n        self.setYButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Y\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"X\", None))\n        self.setXButton.setText(QCoreApplication.translate(\"MainWindow\", u\"X\", None))\n        self.randomButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Random\", None))\n        self.randomYButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Y\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/chara_converter/__init__.py",
    "content": "from .chara_converter import (\n    run,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/chara_converter/chara_converter.py",
    "content": "import sys\nfrom functools import partial\nfrom pathlib import Path\n\nimport dataclasses\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtGui import (\n    QColor,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    util,\n)\nfrom rs.gui import (\n    appearance,\n    log,\n)\nfrom rs_fusion.tool.chara_converter import chara_sozai\nfrom rs_fusion.tool.chara_converter.chara_converter_ui import Ui_MainWindow\n\nAPP_NAME = 'キャラ素材変換'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    src_dir: str = ''\n    dst_dir: str = ''\n    make_dir: bool = True\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(400, 500)\n\n        self.fusion = fusion\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # style sheet\n        self.ui.importButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n\n        self.ui.srcToolButton.clicked.connect(partial(self.toolButton_clicked, self.ui.srcLineEdit))\n        self.ui.dstToolButton.clicked.connect(partial(self.toolButton_clicked, self.ui.dstLineEdit))\n\n        self.ui.closeButton.clicked.connect(self.close)\n        self.ui.importButton.clicked.connect(self.import_chara, Qt.QueuedConnection)\n\n    def import_chara(self) -> None:\n        self.ui.logTextEdit.clear()\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            self.add2log('[ERROR]Fusion Pageで実行してください。', log.ERROR_COLOR)\n            return\n        data = self.get_data()\n\n        # src directory check\n        src_text = data.src_dir\n        src_dir: Path = Path(src_text)\n        if src_dir.is_dir() and src_text != '':\n            self.add2log('キャラ素材: %s' % str(src_dir))\n        else:\n            self.add2log('[ERROR]キャラ素材が存在しません。', log.ERROR_COLOR)\n            return\n\n        self.add2log('')  # new line\n\n        # dst directory check\n        dst_text = data.dst_dir.strip()\n        dst_dir: Path = Path(dst_text)\n        if dst_dir.is_dir() and dst_text != '':\n            self.add2log('出力先: %s' % str(dst_dir))\n        else:\n            self.add2log('[ERROR]出力先が存在しません。', log.ERROR_COLOR)\n            return\n        # make dir\n        if data.make_dir and src_dir.name != dst_dir.name:\n            dst_dir = dst_dir.joinpath(src_dir.name)\n            dst_dir.mkdir(parents=True, exist_ok=True)\n            self.add2log('フォルダ作成: %s' % str(dst_dir))\n        self.add2log('')  # new line\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            self.add2log('[ERROR]コンポジションが見付かりません。', log.ERROR_COLOR)\n            return\n        ver = self.fusion.Version\n\n        # file_dataをパーツ、プレフィックスで整理する\n        self.add2log('処理中(前準備)')\n        src_data, width, height = chara_sozai.preprocess(src_dir)\n\n        # コンバート\n        dst_data = chara_sozai.convert(width, height, src_data, dst_dir, self.add2log)\n\n        # import\n        importer = chara_sozai.Importer(comp, ver, width, height, dst_data, self.add2log)\n        comp.Lock()\n        comp.StartUndo('RS Import')\n        importer.import_chara()\n        comp.EndUndo(True)\n        comp.Unlock()\n\n        self.add2log('Done!')\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n    def toolButton_clicked(self, w) -> None:\n        path = QFileDialog.getExistingDirectory(\n            self,\n            'Select Directory',\n            w.text(),\n        )\n        if path != '':\n            w.setText(path)\n\n    def set_data(self, c: ConfigData):\n        self.ui.srcLineEdit.setText(c.src_dir)\n        self.ui.dstLineEdit.setText(c.dst_dir)\n        self.ui.makeDirCheckBox.setChecked(c.make_dir)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.src_dir = self.ui.srcLineEdit.text()\n        c.dst_dir = self.ui.dstLineEdit.text()\n        c.make_dir = self.ui.makeDirCheckBox.isChecked()\n\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/chara_converter/chara_converter.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>404</width>\n    <height>386</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>ディレクトリ設定</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <item>\n        <layout class=\"QFormLayout\" name=\"formLayout\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_2\">\n           <property name=\"text\">\n            <string>キャラ素材</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n           <property name=\"spacing\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QLineEdit\" name=\"srcLineEdit\"/>\n           </item>\n           <item>\n            <widget class=\"QToolButton\" name=\"srcToolButton\">\n             <property name=\"text\">\n              <string>...</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_4\">\n           <property name=\"text\">\n            <string>出力先</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n           <property name=\"spacing\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QLineEdit\" name=\"dstLineEdit\"/>\n           </item>\n           <item>\n            <widget class=\"QToolButton\" name=\"dstToolButton\">\n             <property name=\"text\">\n              <string>...</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <widget class=\"QCheckBox\" name=\"makeDirCheckBox\">\n         <property name=\"text\">\n          <string>キャラ素材と同じ名前のフォルダを出力先に作る</string>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>ログ</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"lineWrapMode\">\n          <enum>QTextEdit::NoWrap</enum>\n         </property>\n         <property name=\"readOnly\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"importButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>import</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/chara_converter/chara_converter_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'chara_converter.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QFormLayout, QGroupBox,\n    QHBoxLayout, QLabel, QLineEdit, QMainWindow,\n    QPushButton, QSizePolicy, QSpacerItem, QTextEdit,\n    QToolButton, QVBoxLayout, QWidget)\n\nfrom rs.gui.log import LogTextEdit\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(404, 386)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_3 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label_2 = QLabel(self.groupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label_2)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.srcLineEdit = QLineEdit(self.groupBox)\n        self.srcLineEdit.setObjectName(u\"srcLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.srcLineEdit)\n\n        self.srcToolButton = QToolButton(self.groupBox)\n        self.srcToolButton.setObjectName(u\"srcToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.srcToolButton)\n\n\n        self.formLayout.setLayout(0, QFormLayout.FieldRole, self.horizontalLayout_2)\n\n        self.label_4 = QLabel(self.groupBox)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_4)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(0)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.dstLineEdit = QLineEdit(self.groupBox)\n        self.dstLineEdit.setObjectName(u\"dstLineEdit\")\n\n        self.horizontalLayout.addWidget(self.dstLineEdit)\n\n        self.dstToolButton = QToolButton(self.groupBox)\n        self.dstToolButton.setObjectName(u\"dstToolButton\")\n\n        self.horizontalLayout.addWidget(self.dstToolButton)\n\n\n        self.formLayout.setLayout(1, QFormLayout.FieldRole, self.horizontalLayout)\n\n\n        self.verticalLayout_2.addLayout(self.formLayout)\n\n        self.makeDirCheckBox = QCheckBox(self.groupBox)\n        self.makeDirCheckBox.setObjectName(u\"makeDirCheckBox\")\n\n        self.verticalLayout_2.addWidget(self.makeDirCheckBox)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy)\n        self.verticalLayout = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.logTextEdit = LogTextEdit(self.groupBox_2)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy1)\n        self.logTextEdit.setLineWrapMode(QTextEdit.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout.addWidget(self.logTextEdit)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox_2)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer)\n\n        self.importButton = QPushButton(self.centralwidget)\n        self.importButton.setObjectName(u\"importButton\")\n        self.importButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.importButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.closeButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_3)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30c7\\u30a3\\u30ec\\u30af\\u30c8\\u30ea\\u8a2d\\u5b9a\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30ad\\u30e3\\u30e9\\u7d20\\u6750\", None))\n        self.srcToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label_4.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u51fa\\u529b\\u5148\", None))\n        self.dstToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.makeDirCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30ad\\u30e3\\u30e9\\u7d20\\u6750\\u3068\\u540c\\u3058\\u540d\\u524d\\u306e\\u30d5\\u30a9\\u30eb\\u30c0\\u3092\\u51fa\\u529b\\u5148\\u306b\\u4f5c\\u308b\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30ed\\u30b0\", None))\n        self.importButton.setText(QCoreApplication.translate(\"MainWindow\", u\"import\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/chara_converter/chara_sozai.py",
    "content": "import json\nimport shutil\nfrom pathlib import Path\nfrom typing import List\n\nfrom PIL import Image\n\nfrom rs.core import (\n    pipe as p,\n)\nfrom rs_fusion.core import pose\nfrom rs_fusion.core import chara_sozai as cs_cmd\n\nX_OFFSET = 1\nY_OFFSET = 4\n\nOTHER = '他'\nHAIR = '髪'\nEYEBROW = '眉'\nEYE = '目'\nMOUTH = '口'\nFACE = '顔'\nBODY = '体'\nALL = '全'\nBACK = '後'\nFRONT = '前'\n\nPARTS_LIST = [\n    BACK,\n    BODY,\n    FACE,\n    MOUTH,\n    EYE,\n    EYEBROW,\n    HAIR,\n    OTHER,\n    FRONT,\n]\n\nADD_NULL = [\n    BACK,\n    OTHER,\n    FRONT,\n    FACE,\n]\n\n\ndef part2en(part: str) -> str:\n    dct = {\n        BACK: 'BACK',\n        BODY: 'BODY',\n        FACE: 'FACE',\n        MOUTH: 'MOUTH',\n        EYE: 'EYE',\n        EYEBROW: 'EYEBROW',\n        HAIR: 'HAIR',\n        OTHER: 'OTHER',\n        FRONT: 'FRONT',\n    }\n    if part not in dct.keys():\n        return ''\n    return dct[part]\n\n\ndef preprocess(src_dir: Path):\n    src_data = {}\n    height = None\n    width = None\n\n    for d in p.pipe(\n            src_dir.iterdir(),\n            p.filter(p.call.is_dir()),\n    ):\n        part_data = {}\n        for f in p.pipe(\n                d.iterdir(),\n                p.filter(p.call.is_file()),\n                p.filter(lambda x: x.name.lower().endswith('.png')),\n                p.map(str),\n                sorted,\n                p.map(Path),\n        ):\n            f: Path\n            if height is None:\n                with Image.open(f) as im:\n                    width, height = im.size\n\n            key = f.name.split('.')[0][:2]\n            if f.name.startswith(key + 'm') and f.name[len(key) + 1].isdigit():\n                key = f.name[:len(key) + 2]\n            if f.name.startswith(key + 'u') and f.name[len(key) + 1].isdigit():\n                key = f.name[:len(key) + 2]\n            if f.name[:3].isdigit():\n                key = f.name[:3]\n            if key not in part_data:\n                part_data[key] = []\n            part_data[key].append(f)\n        if len(part_data) > 0:\n            src_data[d.name] = part_data\n    return src_data, width, height\n\n\ndef convert(width, height, src_data, dst_dir, print_fn):\n    dst_data = {}\n    for part in src_data:\n        print_fn('処理中(変換,%s)' % part)\n        part_data = {}\n        for key in src_data[part]:\n            key: str\n            f0: Path = src_data[part][key][0]\n            lst: List[Path] = src_data[part][key]\n            # 保存先ディレクトリ\n            dir_name = f0.parent.name\n            dst_part_dir = dst_dir.joinpath(dir_name)\n            dst_part_dir.mkdir(exist_ok=True)\n            # 口と目は別処理\n            if part in [MOUTH, EYE]:\n                s: str = f0.stem\n                # 特殊な指定は文字残すように\n                suffix: str = ''\n                if s.endswith('-15'):\n                    suffix = '-15'\n                if s.endswith('z'):\n                    suffix = '+眉'\n                if s.endswith('x'):\n                    suffix = '+眉口'\n                dst_name = key + suffix\n                dst_file_list = []\n                for i, f in enumerate(lst):\n                    # コピー先決定\n                    dst_file = dst_part_dir.joinpath(\n                        # 最後だけ連番を付けない\n                        dst_name + '.' + str(i).zfill(2) + '.' + part + '.png'\n                    )\n                    # copy\n                    shutil.copy(f, dst_file)\n                    dst_file_list.append(dst_file)\n                part_data[dst_name] = dst_file_list\n            # 他の処理\n            else:\n                # 名前決め\n                dst_file_name = f0.stem + '.' + part + f0.suffix\n                is_front = False\n                if len(key) == 4 and key[2] == 'm':\n                    dst_file_name = key[:2] + '.' + part + key[2:4] + f0.name[4:]\n                    # 手前に表示したい\n                    dst_part_dir = dst_dir.joinpath(FRONT)\n                    dst_part_dir.mkdir(exist_ok=True)\n                    is_front = True\n                if len(key) == 4 and key[2] == 'u':\n                    dst_file_name = key[:2] + '.' + part + key[2:4] + f0.name[4:]\n                # コピー先決定\n                dst_file = dst_part_dir.joinpath(dst_file_name)\n                # copy\n                shutil.copy(f0, dst_file)\n                if is_front:\n                    if FRONT not in dst_data.keys():\n                        dst_data[FRONT] = {}\n                    dst_data[FRONT][key] = [dst_file]\n                else:\n                    part_data[key] = [dst_file]\n        if len(part_data) > 0:\n            dst_data[part] = part_data\n    print_fn('処理中(変換,透明素材)')\n    space_image = Image.new('RGBA', (width, height), (0, 0, 0, 0))\n    space_file = dst_dir.joinpath('透明.png')\n    space_image.save(space_file)\n    for part in ADD_NULL:\n        if part not in dst_data.keys():\n            continue\n        dst_data[part]['space'] = [space_file]\n    return dst_data\n\n\nclass Importer:\n    def __init__(self, comp, fusion_ver, width, height, dst_data, print_fn):\n        self.comp = comp\n        self.flow = comp.CurrentFrame.FlowView\n        self.data = dst_data\n        self.print = print_fn\n\n        self.width = width\n        self.height = height\n\n        self.fusion_ver = fusion_ver\n\n        self.X_OFFSET = 1\n        self.Y_OFFSET = 4\n\n        self.BACK_LIST = [\n            BACK,\n            BODY,\n            FACE,\n        ]\n        self.ANIM_LIST = [\n            MOUTH,\n            EYE,\n        ]\n        self.FRONT_LIST = [\n            EYEBROW,\n            HAIR,\n            OTHER,\n            FRONT,\n        ]\n\n    @staticmethod\n    def set_orange(node):\n        node.TileColor = {\n            '__flags': 256,\n            'R': 0.92156862745098,\n            'G': 0.431372549019608,\n            'B': 0,\n        }\n\n    @staticmethod\n    def set_pink(node):\n        node.TileColor = {\n            '__flags': 256,\n            'R': 0.913725490196078,\n            'G': 0.549019607843137,\n            'B': 0.709803921568627,\n        }\n\n    @staticmethod\n    def get_connect_lua(xf, key):\n        return '''\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"%s\", \"%s\")\n]])\n''' % (xf.Name, key)\n\n    @staticmethod\n    def get_prev_next_lua(xf, is_next=False):\n        return '''\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"%s\", %s)\n]])\n''' % (xf.Name, str(is_next))\n\n    @staticmethod\n    def get_blink_lua(xf):\n        return '''\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.set_blink(comp, \"%s\")\n]])\n''' % xf.Name\n\n    def add_set_dod(self, pos_x, pos_y, name, data_window):\n        node = self.comp.AddTool('SetDomain', pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        node.SetAttrs({'TOOLS_Name': name})\n        node.Mode = 'Set'\n        node.Left = data_window[0] / self.width\n        node.Bottom = data_window[1] / self.height\n        node.Right = data_window[2] / self.width\n        node.Top = data_window[3] / self.height\n        if name is not None:\n            node.SetAttrs({'TOOLS_Name': name})\n        return node\n\n    def add_bg(self, pos_x, pos_y):\n        bg = self.comp.AddTool('Background', pos_x * self.X_OFFSET, (pos_y - 2) * self.Y_OFFSET)\n        bg.UseFrameFormatSettings = 0\n        bg.Width = self.width\n        bg.Height = self.height\n        bg.TopLeftAlpha = 0\n        bg.Depth = 1\n        node = self.add_set_dod(pos_x, pos_y - 1, None, [0, 0, 0, 0])\n        node.ConnectInput('Input', bg)\n        return node\n\n    def add_ld(self, pos_x, pos_y, name, comment, path: str):\n        node = self.comp.AddTool('Loader', pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        node.SetAttrs({'TOOLS_Name': name})\n        node.Comments = comment\n        node.Clip[1] = self.comp.ReverseMapPath(path.replace('/', '\\\\'))\n        node.Loop[1] = 1\n        node.PostMultiplyByAlpha = 1 if self.fusion_ver < 10 else 0\n        node.GlobalIn = -1000\n        node.GlobalOut = -1000\n        return node\n\n    @staticmethod\n    def get_preview_name(part):\n        return 'Preview_' + part2en(part)\n\n    @staticmethod\n    def get_prev_button_name(part):\n        return 'Prev_Btn_' + part2en(part)\n\n    @staticmethod\n    def get_next_button_name(part):\n        return 'Next_Btn_' + part2en(part)\n\n    @staticmethod\n    def uc_button(lua, page_name, links_name, width):\n        return {\n            'LINKS_Name': links_name,\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ButtonControl',\n            'INP_Integer': False,\n            'BTNCS_Execute': lua,\n            'INP_External': False,\n            'ICS_ControlPage': page_name,\n            'ICD_Width': width,\n        }\n\n    def get_uc_base(\n            self,\n            prev_lua,\n            next_lua,\n            part,\n            page_name,\n            num_inputs: int,\n    ):\n        label_name = 'Grp_' + part2en(part)\n        preview_name = self.get_preview_name(part)\n        prev_button_name = self.get_prev_button_name(part)\n        next_button_name = self.get_next_button_name(part)\n        return {\n            label_name: {\n                'LINKS_Name': part,\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'LabelControl',\n                'LBLC_DropDownButton': True,\n                'LBLC_NumInputs': num_inputs,\n                'INP_Default': 1,\n                'INP_External': False,\n                'INP_Passive': True,\n                'ICS_ControlPage': page_name,\n            },\n            prev_button_name: {\n                'LINKS_Name': 'PREV',\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'ButtonControl',\n                'INP_Integer': False,\n                'BTNCS_Execute': prev_lua,\n                'INP_External': False,\n                'ICS_ControlPage': page_name,\n                'ICD_Width': 0.4,\n            },\n            next_button_name: {\n                'LINKS_Name': 'NEXT',\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'ButtonControl',\n                'INP_Integer': False,\n                'BTNCS_Execute': next_lua,\n                'INP_External': False,\n                'ICS_ControlPage': page_name,\n                'ICD_Width': 0.4,\n            },\n            preview_name: {\n                'LINKS_Name': '',\n                'LINKID_DataType': 'Text',\n                'INPID_InputControl': 'TextEditControl',\n                'TEC_ReadOnly': True,\n                'TEC_Lines': 1,\n                'TEC_Wrap': False,\n                'INP_External': False,\n                'INP_Passive': True,\n                'ICS_ControlPage': page_name,\n                'ICD_Width': 0.2,\n            },\n        }\n\n    @staticmethod\n    def get_eye_uc(lua) -> dict:\n        return {\n            'Blink': {\n                'LINKS_Name': 'Blink',\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'SliderControl',\n                'INP_Integer': True,\n                'INP_Default': 127,\n                'INP_MinScale': 0,\n                'INP_MaxScale': 500,\n                'INP_External': False,\n                'INP_Passive': True,\n                'ICS_ControlPage': '目パチ',\n            },\n            'Other': {\n                'LINKS_Name': 'Other',\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'SliderControl',\n                'INP_Integer': True,\n                'INP_Default': 1,\n                'INP_MinScale': 0,\n                'INP_MaxScale': 10,\n                'INP_External': False,\n                'INP_Passive': True,\n                'ICS_ControlPage': '目パチ',\n            },\n            'Close': {\n                'LINKS_Name': 'Close',\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'SliderControl',\n                'INP_Integer': True,\n                'INP_Default': 2,\n                'INP_MinScale': 0,\n                'INP_MaxScale': 10,\n                'INP_External': False,\n                'INP_Passive': True,\n                'ICS_ControlPage': '目パチ',\n            },\n            'Apply': {\n                'LINKS_Name': 'Apply',\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'ButtonControl',\n                'BTNCS_Execute': lua,\n                'ICD_Width': 0.5,\n                'ICS_ControlPage': '目パチ',\n            },\n            'at00': {\n                'LINKS_Name': 'ボタンを押さないと反映されません。',\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'LabelControl',\n                'INP_External': False,\n                'INP_Passive': True,\n                'ICD_Width': 0.5,\n                'ICS_ControlPage': '目パチ',\n            },\n        }\n\n    def get_uc_list(self, mg_data, xf_data, eye_dx_list, ld_data):\n        page_name = 'ポーズ'\n        uc_list = []\n        # pre json\n        mg_name_data = {}\n        for part in mg_data.keys():\n            mg_name_data[part] = mg_data[part].Name\n        xf_name_data = {}\n        for part in xf_data.keys():\n            xf_name_data[part] = p.pipe(\n                xf_data[part],\n                p.map(lambda x: x.Name),\n                list,\n            )\n        eye_dx_name_list = p.pipe(\n            eye_dx_list,\n            p.map(lambda x: x.Name),\n            list,\n        )\n\n        # main\n        for part in mg_data.keys():\n            _ld_data = ld_data[part]\n            _xf_list = xf_data[part]\n\n            # json\n            data = {\n                'mg': mg_name_data,\n                'xf': xf_name_data,\n                'eye_dx': eye_dx_name_list,\n                'ld': {},\n                'part': part,\n                'offset': 10 / self.height,\n                'preview': self.get_preview_name(part),\n            }\n            for key, lst in _ld_data.items():\n                data['ld'][key] = p.pipe(\n                    lst,\n                    p.map(lambda x: x.Name),\n                    list,\n                )\n\n            _xf_list[0].Comments = json.dumps(data, ensure_ascii=False, indent=2)\n\n            # user control\n            _uc = self.get_uc_base(\n                self.get_prev_next_lua(_xf_list[0], is_next=False),\n                self.get_prev_next_lua(_xf_list[0], is_next=True),\n                part,\n                page_name,\n                len(_ld_data) + 3,  # +3 for prev, next, preview\n            )\n            for key, lst in _ld_data.items():\n                base_name = part2en(part) + '_' + str(key).zfill(2)\n                _uc[base_name + '_Button'] = self.uc_button(\n                    self.get_connect_lua(_xf_list[0], key), page_name, key, 0.125\n                )\n\n            uc_list.append(_uc)\n\n        return uc_list\n\n    def add_node(self, pre_node, pos_x, pos_y, part):\n        data = self.data[part]\n\n        xf = self.comp.AddTool('Transform', pos_x * self.X_OFFSET, (pos_y - 2) * self.Y_OFFSET)\n        xf.SetAttrs({'TOOLS_Name': part + '_Xf'})\n\n        # make\n        cnt = 0\n        ld_data = {}\n        for key, lst in data.items():\n            base_name = part2en(part) + '_' + str(cnt).zfill(2)\n            node = self.add_ld(\n                pos_x,\n                pos_y - 4,\n                base_name + '_LD',\n                key,\n                str(lst[0]),\n            )\n            ld_data[key] = [node]\n            cnt += 1\n            pos_x += 1\n\n        # Xf\n        self.flow.SetPos(xf, (pos_x - 1) * self.X_OFFSET, (pos_y - 2) * self.Y_OFFSET)\n\n        # mrg\n        mg = self.comp.AddTool('Merge', (pos_x - 1) * self.X_OFFSET, (pos_y - 1) * self.Y_OFFSET)\n        mg.SetAttrs({'TOOLS_Name': part + '_Mrg'})\n        if part in [FACE]:\n            mg.ApplyMode = 'Multiply'\n        #\n        mg.ConnectInput('Foreground', xf)\n        mg.ConnectInput('Background', pre_node)\n        pos_x += 1\n\n        return mg, [xf], ld_data, pos_x\n\n    def add_mouth_ctrl(self, size):\n        ctrl = self.comp.AddTool('Calculation')\n        ctrl.SetAttrs({'TOOLS_Name': 'Mouth_Ctrl'})\n        ctrl.Operator = 3\n        ctrl.SecondOperand = 0.7\n        cal = self.comp.AddTool('Calculation')\n        cal.Operator = 2\n        cal.SecondOperand = size\n        exp = self.comp.AddTool('Expression')\n        exp.NumberExpression = 'int(n1)'\n        exp.ShowNumber2 = 0\n        exp.ShowNumber3 = 0\n        exp.ShowNumber4 = 0\n        exp.ShowNumber5 = 0\n        exp.ShowNumber6 = 0\n        exp.ShowNumber7 = 0\n        exp.ShowNumber8 = 0\n        exp.ShowNumber9 = 0\n        exp.ShowPoint1 = 0\n        exp.ShowPoint2 = 0\n        exp.ShowPoint3 = 0\n        exp.ShowPoint4 = 0\n        exp.ShowPoint5 = 0\n        exp.ShowPoint6 = 0\n        exp.ShowPoint7 = 0\n        exp.ShowPoint8 = 0\n        exp.ShowPoint9 = 0\n\n        cal.ConnectInput('FirstOperand', ctrl)\n        exp.ConnectInput('n1', cal)\n        return exp\n\n    def add_anim_node(self, pre_node, pos_x, pos_y, part):\n        data = self.data[part]\n\n        max_size = p.pipe(\n            data.values(),\n            p.map(len),\n            max,\n        )\n        if max_size == 1:\n            return self.add_node(pre_node, pos_x, pos_y, part)\n\n        pos_x_list = []\n        pos_y_list = []\n        xf_list = []\n        dx_list = []\n\n        # mouth ctrl\n        mod = self.add_mouth_ctrl(max_size) if part == MOUTH else None\n\n        # make xf dx\n        for i in range(max_size):\n            _pos_x = pos_x\n            _pos_y = pos_y - (i * 3)\n            _xf = self.comp.AddTool('Transform', pos_x * self.X_OFFSET, (_pos_y - 2) * self.Y_OFFSET)\n            _xf.SetAttrs({'TOOLS_Name': part + '_' + str(i).zfill(2) + '_Xf'})\n            _pos_x += 1\n            if i != max_size - 1:\n                _dx = self.comp.AddTool('Dissolve', pos_x * self.X_OFFSET, (_pos_y - 2) * self.Y_OFFSET)\n                _dx.SetAttrs({'TOOLS_Name': part + '_' + str(i).zfill(2) + '_DX'})\n                _dx.Mix = 0\n                if part == MOUTH:\n                    _offset = self.comp.AddTool('Calculation')\n                    _offset.Operator = 1\n                    _offset.SecondOperand = i\n                    _offset.FirstOperand.ConnectTo(mod.NumberResult)\n                    _dx.ConnectInput('Mix', _offset)\n                    if i == 0:\n                        self.set_orange(_dx)\n                dx_list.append(_dx)\n            pos_x_list.append(_pos_x)\n            pos_y_list.append(_pos_y)\n            xf_list.append(_xf)\n\n        # loader\n        ld_data = {}\n        cnt = 0\n        for key, lst in data.items():\n            _ld_list = []\n            for i in range(max_size):\n                if i > len(lst) - 1:\n                    continue\n                # add loader\n                base_name = part2en(part) + '_' + str(cnt).zfill(2) + '_' + str(i).zfill(2)\n                node = self.add_ld(\n                    pos_x_list[i],\n                    pos_y_list[i] - 4,\n                    base_name + '_LD',\n                    key,\n                    str(lst[i]),\n                )\n                _ld_list.append(node)\n                pos_x_list[i] += 1\n\n            ld_data[key] = _ld_list\n            cnt += 1\n        pos_x = max(pos_x_list)\n\n        # setup Xf\n        for i in range(max_size):\n            _pos_y = pos_y_list[i]\n            _xf = xf_list[i]\n            self.flow.SetPos(_xf, (pos_x - 1) * self.X_OFFSET, (_pos_y - 2) * self.Y_OFFSET)\n\n        # setup DX\n        for i in range(max_size - 1):\n            _pos_y = pos_y_list[i]\n            _dx = dx_list[i]\n            self.flow.SetPos(_dx, pos_x * self.X_OFFSET, (_pos_y - 2) * self.Y_OFFSET)\n            if i == max_size - 2:\n                _dx.ConnectInput('Foreground', xf_list[i + 1])\n            else:\n                _dx.ConnectInput('Foreground', dx_list[i + 1])\n            _dx.ConnectInput('Background', xf_list[i])\n\n        # Merge\n        mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y - 1) * self.Y_OFFSET)\n        mg.SetAttrs({'TOOLS_Name': part + '_Mrg'})\n        mg.ConnectInput('Foreground', dx_list[0])\n        mg.ConnectInput('Background', pre_node)\n        pos_x += 1\n\n        return mg, xf_list, dx_list, ld_data, pos_x\n\n    def import_chara(self):\n        max_size = {}\n        for part in self.data.keys():\n            max_size[part] = p.pipe(\n                self.data[part].values(),\n                p.map(len),\n                max,\n            )\n\n        # bg\n        bg = self.add_bg(0, 0)\n        pos_x = 2\n        pos_y = 0\n        pre_node = bg\n\n        # parts\n        mg_data = {}\n        xf_data = {}\n        ld_data = {}\n        eye_dx_list = []\n        for part in self.BACK_LIST:\n            if part not in self.data.keys():\n                continue\n            pre_node, _xf_list, _ld_data, pos_x = self.add_node(pre_node, pos_x, pos_y, part)\n            mg_data[part] = pre_node\n            ld_data[part] = _ld_data\n            xf_data[part] = _xf_list\n        pre_node.FlattenTransform = 1\n        self.set_pink(pre_node)\n\n        # anim parts\n        for part in self.ANIM_LIST:\n            if part not in self.data.keys():\n                continue\n            pre_node, _xf_list, _eye_dx_list, _ld_data, pos_x = self.add_anim_node(pre_node, pos_x, pos_y, part)\n            mg_data[part] = pre_node\n            ld_data[part] = _ld_data\n            xf_data[part] = _xf_list\n            if part == EYE:\n                eye_dx_list = _eye_dx_list\n\n        #  front parts\n        f_pos_x = 2\n        pos_y += 5\n        f_pre_node = bg\n        for part in self.FRONT_LIST:\n            if part not in self.data.keys():\n                continue\n            f_pre_node, _xf_list, _ld_data, f_pos_x = self.add_node(f_pre_node, f_pos_x, pos_y, part)\n            mg_data[part] = f_pre_node\n            ld_data[part] = _ld_data\n            xf_data[part] = _xf_list\n        f_pre_node.FlattenTransform = 1\n        self.set_pink(f_pre_node)\n\n        # router\n        x_pos = max(pos_x, f_pos_x)\n        router = self.comp.AddTool('PipeRouter', x_pos * self.X_OFFSET, -1 * self.Y_OFFSET)\n\n        # mrg\n        mrg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y - 1) * self.Y_OFFSET)\n\n        # xf\n        xf = self.comp.AddTool('Transform', pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        xf.SetAttrs({'TOOLS_Name': 'Root'})\n\n        # uc\n        uc = pose.get_uc(None, is_chara_sozai=True)\n        uc_list = self.get_uc_list(mg_data, xf_data, eye_dx_list, ld_data)\n        blink_lua = self.get_blink_lua(xf_data[EYE][0])\n        uc_list = [self.get_eye_uc(blink_lua)] + uc_list\n        for _uc in reversed(uc_list):\n            for k, v in list(_uc.items()):\n                uc[k] = v\n        xf.UserControls = uc\n        xf = xf.Refresh()\n        self.set_orange(xf)\n\n        # comment\n        xf_name_list = []\n        for lst in xf_data.values():\n            xf_name_list.append(lst[0].Name)\n        xf.SetInput('Comments', '\\n'.join(xf_name_list))\n\n        # connect\n        router.ConnectInput('Input', pre_node)\n        mrg.ConnectInput('Background', router)\n        mrg.ConnectInput('Foreground', f_pre_node)\n        xf.ConnectInput('Input', mrg)\n\n        for part, lst in xf_data.items():\n            _xf = lst[0]\n            keys = list(ld_data[part].keys())\n            key = keys[0]\n            if part in [FRONT, BACK]:\n                key = keys[-1]\n            cs_cmd.connect(self.comp, _xf.Name, key)\n\n        # blink\n        cs_cmd.set_blink(self.comp, xf_data[EYE][0].Name)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/color_tool/__init__.py",
    "content": "from .color_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/color_tool/color_table.py",
    "content": "import re\nfrom typing import List\n\nimport dataclasses\nfrom PySide6.QtCore import (\n    Qt,\n    QModelIndex,\n)\nfrom PySide6.QtGui import (\n    QKeySequence,\n    QColor,\n    QBrush,\n    QPen,\n    QAction,\n)\nfrom PySide6.QtWidgets import (\n    QMenu,\n    QStyledItemDelegate,\n    QStyle,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\nfrom rs.gui import (\n    table,\n)\n\n\n@dataclasses.dataclass\nclass ColorData(table.RowData):\n    name: str = ''\n    color00: str = '#000000'\n    color01: str = '#000000'\n    color02: str = '#000000'\n    color03: str = '#000000'\n    color04: str = '#000000'\n\n    @classmethod\n    def toHeaderList(cls) -> List[str]:\n        return ['Name', 'C00', 'C01', 'C02', 'C03', 'C04', ]\n\n\nclass ItemDelegate(QStyledItemDelegate):\n    def __init__(self, parent):\n        super().__init__(parent)\n        self._parent = parent\n\n    def paint(self, painter, option, index):\n        color = index.data(Qt.BackgroundRole)\n        if color is not None:\n            bgBrush = QBrush(color)\n            bgPen = QPen(color, 0.5, Qt.SolidLine)\n            painter.setPen(bgPen)\n            painter.setBrush(bgBrush)\n            rect = option.rect\n            if option.state & QStyle.StateFlag.State_Selected:\n                rect.setX(rect.x() + 1)\n                rect.setY(rect.y() + 1)\n                rect.setWidth(rect.width() - 2)\n                rect.setHeight(rect.height() - 2)\n            painter.drawRect(option.rect)\n        super().paint(painter, option, index)\n\n\nclass Model(table.Model):\n    def data(self, index: QModelIndex, role=Qt.DisplayRole):\n        if role == Qt.BackgroundRole:\n            row = index.row()\n            col = index.column()\n            if col > 0:\n                color = self.get_value(row, col)\n                return QColor(color)\n        return super().data(index, role)\n\n    def setData(self, index: QModelIndex, value, role=Qt.EditRole):\n        if role == Qt.EditRole:\n            col = index.column()\n            if col > 0:\n                if re.match(r'^#[0-9a-fA-F]{6}$', value):\n                    self.undo_stack.push(table.model.SetDataCommand(self, index, value))\n                    return True\n        return super().setData(index, value, role)\n\n\nclass View(table.View):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.setModel(Model(ColorData))\n        self.setItemDelegate(ItemDelegate(self))\n        self.setStyleSheet(\n            'QTableView::item::selected '\n            '{border: 2px solid white; '\n            'border-radius: 0px;border-bottom-right-radius: 0px;border-style: dashed;}'\n            'QTableView::item::focus '\n            '{border: 4px solid white; '\n            'border-radius: 0px;border-bottom-right-radius: 0px;border-style: solid;}'\n        )\n\n        # context menu\n        self.setContextMenuPolicy(Qt.CustomContextMenu)\n        self.customContextMenuRequested.connect(self.contextMenu)\n        # action\n        self.actionUndo = QAction('Undo', self)\n        self.actionUndo.setShortcut(QKeySequence('Ctrl+Z'))\n        self.actionRedo = QAction('Redo', self)\n        self.actionRedo.setShortcut(QKeySequence('Ctrl+Shift+Z'))\n        self.actionCopy = QAction('Copy', self)\n        self.actionCopy.setShortcut(QKeySequence('Ctrl+C'))\n        self.actionPaste = QAction('Paste', self)\n        self.actionPaste.setShortcut(QKeySequence('Ctrl+V'))\n        self.actionAdd = QAction('Add', self)\n        self.actionDelete = QAction('Delete', self)\n        self.actionDelete.setShortcut(QKeySequence(Qt.CTRL | Qt.Key_Delete))\n        self.actionUp = QAction('Up', self)\n        self.actionUp.setShortcut(QKeySequence(Qt.ALT | Qt.Key_Up))\n        self.actionDown = QAction('Down', self)\n        self.actionDown.setShortcut(QKeySequence(Qt.ALT | Qt.Key_Down))\n        # event\n        self.actionUndo.triggered.connect(self.model().undo_stack.undo)\n        self.actionRedo.triggered.connect(self.model().undo_stack.redo)\n        self.actionCopy.triggered.connect(self.copy)\n        self.actionPaste.triggered.connect(self.paste)\n        self.actionAdd.triggered.connect(self.add_row)\n        self.actionDelete.triggered.connect(self.delete)\n        self.actionUp.triggered.connect(self.up)\n        self.actionDown.triggered.connect(self.down)\n\n    def add_row(self):\n        self.model().add_row_data(ColorData())\n        self.scrollToBottom()\n\n    def keyPressEvent(self, event):\n        key = event.key()\n        mod = event.modifiers()\n        if mod == Qt.ControlModifier and key == Qt.Key_Z:\n            self.actionUndo.trigger()\n            return\n        if mod == Qt.ControlModifier | Qt.ShiftModifier and key == Qt.Key_Z:\n            self.actionRedo.trigger()\n            return\n        if mod == Qt.ControlModifier and key == Qt.Key_C:\n            self.actionCopy.trigger()\n            return\n        if mod == Qt.ControlModifier and key == Qt.Key_V:\n            self.actionPaste.trigger()\n            return\n        if mod == Qt.ControlModifier and key == Qt.Key_Delete:\n            self.actionDelete.trigger()\n            return\n        if mod == Qt.AltModifier and key == Qt.Key_Up:\n            self.actionUp.trigger()\n            return\n        if mod == Qt.AltModifier and key == Qt.Key_Down:\n            self.actionDown.trigger()\n            return\n\n        super().keyPressEvent(event)\n\n    def contextMenu(self, pos):\n        menu = QMenu(self)\n        menu.addAction(self.actionUndo)\n        menu.addAction(self.actionRedo)\n        menu.addSeparator()\n        menu.addAction(self.actionCopy)\n        menu.addAction(self.actionPaste)\n        menu.addSeparator()\n        menu.addAction(self.actionUp)\n        menu.addAction(self.actionDown)\n        menu.addSeparator()\n        menu.addAction(self.actionAdd)\n        menu.addAction(self.actionDelete)\n        menu.exec_(self.mapToGlobal(pos))\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/color_tool/color_tool.py",
    "content": "import datetime\nimport sys\nfrom functools import partial\nfrom pathlib import Path\n\nimport dataclasses\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtGui import (\n    QColor,\n    QUndoStack,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    config,\n    colormind,\n    pipe as p,\n    util,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_fusion.core import operator as op\nfrom rs_fusion.tool.color_tool.color_table import ColorData, Model\nfrom rs_fusion.tool.color_tool.color_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'ColorTool'\n\n\n@dataclasses.dataclass\nclass DocData(config.Data):\n    color_list: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(ColorData))\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(600, 700)\n\n        self.fusion = fusion\n\n        self.def_dir = config.CONFIG_DIR.joinpath('color_tool')\n        self.def_dir.mkdir(parents=True, exist_ok=True)\n\n        # table\n        v = self.ui.tableView\n        m: Model = v.model()\n        h = v.horizontalHeader()\n        h.setDefaultSectionSize(80)\n        hv = v.verticalHeader()\n        hv.setMinimumWidth(30)\n        hv.setDefaultSectionSize(50)\n        hv.setDefaultAlignment(Qt.AlignCenter)\n        m.add_row_data(ColorData())\n        self.model = m\n        self.undo_stack: QUndoStack = v.model().undo_stack\n\n        # config\n        self.file = None\n        self.new_doc()\n\n        # style sheet\n        self.ui.currentRowButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.selectedButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.colormindDefButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.colormindUiButton.setStyleSheet(appearance.other_stylesheet)\n\n        # event\n        self.ui.tableView.model().undo_stack.cleanChanged.connect(self.set_title)\n        self.ui.openUrlButton.clicked.connect(partial(\n            util.open_url,\n            colormind.URL,\n        ))\n\n        # add row\n        self.ui.colormindDefButton.clicked.connect(partial(self.colormind, 'default'))\n        self.ui.colormindUiButton.clicked.connect(partial(self.colormind, 'ui'))\n\n        # apply\n        self.ui.currentRowButton.clicked.connect(self.apply_color_from_current_row)\n        self.ui.selectedButton.clicked.connect(self.apply_color_from_selected)\n\n        self.ui.minimizeButton.clicked.connect(partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n        self.ui.actionNew.triggered.connect(self.new_doc)\n        self.ui.actionOpen.triggered.connect(self.open_doc)\n        self.ui.actionSave.triggered.connect(self.save_doc)\n        self.ui.actionSave_As.triggered.connect(self.save_as_doc)\n\n    def apply_color(self, color_list):\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n        op.apply_color(comp, color_list, self.ui.randomRadioButton.isChecked())\n\n    def apply_color_from_current_row(self):\n        row = self.ui.tableView.currentIndex().row()\n        if row < 0:\n            return\n        row_data = self.model.get_row_data(row)\n        color_list = p.pipe(\n            [row_data.color00, row_data.color01, row_data.color02, row_data.color03, row_data.color04],\n            p.map(QColor),\n            p.map(lambda c: [c.red() / 255, c.green() / 255, c.blue() / 255]),\n            list,\n        )\n        self.apply_color(color_list)\n\n    def apply_color_from_selected(self):\n        v = self.ui.tableView\n        m: Model = self.model\n        sm = v.selectionModel()\n        color_list = p.pipe(\n            sm.selectedIndexes(),\n            p.filter(lambda i: i.column() != 0),\n            p.map(lambda i: m.get_value(i.row(), i.column())),\n            p.map(QColor),\n            p.map(lambda c: [c.red() / 255, c.green() / 255, c.blue() / 255]),\n            list,\n        )\n        if len(color_list) == 0:\n            return\n\n        self.apply_color(color_list)\n\n    def colormind(self, color_model='default'):\n        v = self.ui.tableView\n        m: Model = self.model\n        sm = v.selectionModel()\n\n        color_data = ColorData()\n        dt_now = datetime.datetime.now()\n        color_data.name = dt_now.strftime('%y%m%d_%H%M%S')\n        input_list = None\n        if self.ui.useSelectionCheckBox.isChecked():\n            input_list = ['N', 'N', 'N', 'N', 'N']\n            row = self.ui.tableView.currentIndex().row()\n            for index in p.pipe(\n                    sm.selectedIndexes(),\n                    p.filter(lambda i: i.column() != 0),\n                    p.filter(lambda i: i.row() == row),\n                    list,\n            ):\n                c = QColor(m.get_value(index.row(), index.column()))\n                input_list[index.column() - 1] = [c.red(), c.green(), c.blue()]\n        dct = colormind.get_color(model=color_model, input_list=input_list)\n        if 'error' in dct.keys():\n            print(dct['error'])\n            return\n        if 'result' in dct.keys():\n            lst = dct['result']\n            if len(lst) >= 5:\n                color_data.color00 = QColor(lst[0][0], lst[0][1], lst[0][2]).name()\n                color_data.color01 = QColor(lst[1][0], lst[1][1], lst[1][2]).name()\n                color_data.color02 = QColor(lst[2][0], lst[2][1], lst[2][2]).name()\n                color_data.color03 = QColor(lst[3][0], lst[3][1], lst[3][2]).name()\n                color_data.color04 = QColor(lst[4][0], lst[4][1], lst[4][2]).name()\n                if input_list is not None:\n                    if input_list[0] != 'N':\n                        color_data.color00 = QColor(input_list[0][0], input_list[0][1], input_list[0][2]).name()\n                    if input_list[1] != 'N':\n                        color_data.color01 = QColor(input_list[1][0], input_list[1][1], input_list[1][2]).name()\n                    if input_list[2] != 'N':\n                        color_data.color02 = QColor(input_list[2][0], input_list[2][1], input_list[2][2]).name()\n                    if input_list[3] != 'N':\n                        color_data.color03 = QColor(input_list[3][0], input_list[3][1], input_list[3][2]).name()\n                    if input_list[4] != 'N':\n                        color_data.color04 = QColor(input_list[4][0], input_list[4][1], input_list[4][2]).name()\n        self.model.add_row_data(color_data)\n        self.ui.tableView.scrollToBottom()\n\n    def set_title(self):\n        if self.file is None:\n            self.setWindowTitle('%s' % APP_NAME)\n        else:\n            star = '*' if self.undo_stack.isClean() is False else ''\n            self.setWindowTitle('%s - %s%s' % (APP_NAME, self.file, star))\n\n    def new_doc(self):\n        self.file = None\n        self.model.clear()\n        self.undo_stack.clear()\n        self.set_title()\n\n    def file_update(self, path: Path):\n        self.file = path\n        self.set_title()\n\n    def open_doc(self):\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Open File',\n            str(self.def_dir) if self.file is None else str(self.file.parent),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            if file_path.is_file():\n                d = DocData()\n                d.load(file_path)\n                self.set_data(d)\n                self.undo_stack.clear()\n                self.file_update(file_path)\n\n    def save_doc(self):\n        if self.file is None:\n            self.save_as_doc()\n            return\n        d = self.get_data()\n        d.save(self.file)\n        self.undo_stack.setClean()\n        self.set_title()\n\n    def save_as_doc(self):\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            str(self.def_dir.joinpath('color.json')) if self.file is None else str(self.file),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            d = self.get_data()\n            d.save(file_path)\n            self.undo_stack.setClean()\n            self.file_update(file_path)\n\n    def set_data(self, c: DocData):\n        self.ui.tableView.model().set_data(c.color_list)\n\n    def get_data(self) -> DocData:\n        d = DocData()\n        d.color_list.set_list(self.ui.tableView.model().to_list())\n        return d\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run(None)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/color_tool/color_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>566</width>\n    <height>757</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n    <item>\n     <widget class=\"View\" name=\"tableView\">\n      <property name=\"editTriggers\">\n       <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_5\">\n      <item>\n       <widget class=\"QGroupBox\" name=\"groupBox\">\n        <property name=\"title\">\n         <string>Colormind</string>\n        </property>\n        <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n         <item>\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n           <item>\n            <widget class=\"QLabel\" name=\"label\">\n             <property name=\"text\">\n              <string>Add:</string>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QPushButton\" name=\"colormindDefButton\">\n             <property name=\"minimumSize\">\n              <size>\n               <width>100</width>\n               <height>30</height>\n              </size>\n             </property>\n             <property name=\"text\">\n              <string>model: default</string>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QPushButton\" name=\"colormindUiButton\">\n             <property name=\"minimumSize\">\n              <size>\n               <width>100</width>\n               <height>30</height>\n              </size>\n             </property>\n             <property name=\"text\">\n              <string>model: ui</string>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QCheckBox\" name=\"useSelectionCheckBox\">\n             <property name=\"text\">\n              <string>use selection</string>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <spacer name=\"horizontalSpacer_2\">\n             <property name=\"orientation\">\n              <enum>Qt::Horizontal</enum>\n             </property>\n             <property name=\"sizeType\">\n              <enum>QSizePolicy::Expanding</enum>\n             </property>\n             <property name=\"sizeHint\" stdset=\"0\">\n              <size>\n               <width>20</width>\n               <height>20</height>\n              </size>\n             </property>\n            </spacer>\n           </item>\n           <item>\n            <widget class=\"QPushButton\" name=\"openUrlButton\">\n             <property name=\"minimumSize\">\n              <size>\n               <width>0</width>\n               <height>30</height>\n              </size>\n             </property>\n             <property name=\"text\">\n              <string>website</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n        </layout>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_3\">\n      <property name=\"title\">\n       <string>Oder</string>\n      </property>\n      <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n       <item>\n        <widget class=\"QRadioButton\" name=\"l2rRadioButton\">\n         <property name=\"text\">\n          <string>LtoR</string>\n         </property>\n         <property name=\"checked\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QRadioButton\" name=\"randomRadioButton\">\n         <property name=\"text\">\n          <string>random</string>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <spacer name=\"horizontalSpacer_4\">\n         <property name=\"orientation\">\n          <enum>Qt::Horizontal</enum>\n         </property>\n         <property name=\"sizeHint\" stdset=\"0\">\n          <size>\n           <width>40</width>\n           <height>20</height>\n          </size>\n         </property>\n        </spacer>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n      <item>\n       <widget class=\"QLabel\" name=\"label_2\">\n        <property name=\"text\">\n         <string>Apply:</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"currentRowButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>current row</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"selectedButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>selected</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menubar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>566</width>\n     <height>22</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuFile\">\n    <property name=\"title\">\n     <string>File</string>\n    </property>\n    <addaction name=\"actionNew\"/>\n    <addaction name=\"actionOpen\"/>\n    <addaction name=\"actionSave\"/>\n    <addaction name=\"actionSave_As\"/>\n   </widget>\n   <addaction name=\"menuFile\"/>\n  </widget>\n  <action name=\"actionNew\">\n   <property name=\"text\">\n    <string>New</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+N</string>\n   </property>\n  </action>\n  <action name=\"actionOpen\">\n   <property name=\"text\">\n    <string>Open</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+O</string>\n   </property>\n  </action>\n  <action name=\"actionSave\">\n   <property name=\"text\">\n    <string>Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+S</string>\n   </property>\n  </action>\n  <action name=\"actionSave_As\">\n   <property name=\"text\">\n    <string>Save As</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+S</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>View</class>\n   <extends>QTableView</extends>\n   <header>rs_fusion.tool.color_tool.color_table</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/color_tool/color_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'color_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QCheckBox, QGroupBox,\n    QHBoxLayout, QHeaderView, QLabel, QMainWindow,\n    QMenu, QMenuBar, QPushButton, QRadioButton,\n    QSizePolicy, QSpacerItem, QToolButton, QVBoxLayout,\n    QWidget)\n\nfrom rs_fusion.tool.color_tool.color_table import View\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(566, 757)\n        self.actionNew = QAction(MainWindow)\n        self.actionNew.setObjectName(u\"actionNew\")\n        self.actionOpen = QAction(MainWindow)\n        self.actionOpen.setObjectName(u\"actionOpen\")\n        self.actionSave = QAction(MainWindow)\n        self.actionSave.setObjectName(u\"actionSave\")\n        self.actionSave_As = QAction(MainWindow)\n        self.actionSave_As.setObjectName(u\"actionSave_As\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_2 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.tableView = View(self.centralwidget)\n        self.tableView.setObjectName(u\"tableView\")\n        self.tableView.setEditTriggers(QAbstractItemView.DoubleClicked|QAbstractItemView.EditKeyPressed)\n\n        self.verticalLayout_2.addWidget(self.tableView)\n\n        self.horizontalLayout_5 = QHBoxLayout()\n        self.horizontalLayout_5.setObjectName(u\"horizontalLayout_5\")\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout = QVBoxLayout(self.groupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.label = QLabel(self.groupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.horizontalLayout.addWidget(self.label)\n\n        self.colormindDefButton = QPushButton(self.groupBox)\n        self.colormindDefButton.setObjectName(u\"colormindDefButton\")\n        self.colormindDefButton.setMinimumSize(QSize(100, 30))\n\n        self.horizontalLayout.addWidget(self.colormindDefButton)\n\n        self.colormindUiButton = QPushButton(self.groupBox)\n        self.colormindUiButton.setObjectName(u\"colormindUiButton\")\n        self.colormindUiButton.setMinimumSize(QSize(100, 30))\n\n        self.horizontalLayout.addWidget(self.colormindUiButton)\n\n        self.useSelectionCheckBox = QCheckBox(self.groupBox)\n        self.useSelectionCheckBox.setObjectName(u\"useSelectionCheckBox\")\n\n        self.horizontalLayout.addWidget(self.useSelectionCheckBox)\n\n        self.horizontalSpacer_2 = QSpacerItem(20, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer_2)\n\n        self.openUrlButton = QPushButton(self.groupBox)\n        self.openUrlButton.setObjectName(u\"openUrlButton\")\n        self.openUrlButton.setMinimumSize(QSize(0, 30))\n\n        self.horizontalLayout.addWidget(self.openUrlButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n\n        self.horizontalLayout_5.addWidget(self.groupBox)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_5)\n\n        self.groupBox_3 = QGroupBox(self.centralwidget)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.horizontalLayout_3 = QHBoxLayout(self.groupBox_3)\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.l2rRadioButton = QRadioButton(self.groupBox_3)\n        self.l2rRadioButton.setObjectName(u\"l2rRadioButton\")\n        self.l2rRadioButton.setChecked(True)\n\n        self.horizontalLayout_3.addWidget(self.l2rRadioButton)\n\n        self.randomRadioButton = QRadioButton(self.groupBox_3)\n        self.randomRadioButton.setObjectName(u\"randomRadioButton\")\n\n        self.horizontalLayout_3.addWidget(self.randomRadioButton)\n\n        self.horizontalSpacer_4 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_4)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox_3)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.label_2 = QLabel(self.centralwidget)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.horizontalLayout_4.addWidget(self.label_2)\n\n        self.currentRowButton = QPushButton(self.centralwidget)\n        self.currentRowButton.setObjectName(u\"currentRowButton\")\n        self.currentRowButton.setMinimumSize(QSize(100, 30))\n\n        self.horizontalLayout_4.addWidget(self.currentRowButton)\n\n        self.selectedButton = QPushButton(self.centralwidget)\n        self.selectedButton.setObjectName(u\"selectedButton\")\n        self.selectedButton.setMinimumSize(QSize(100, 30))\n\n        self.horizontalLayout_4.addWidget(self.selectedButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout_4.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.closeButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_4)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menubar = QMenuBar(MainWindow)\n        self.menubar.setObjectName(u\"menubar\")\n        self.menubar.setGeometry(QRect(0, 0, 566, 22))\n        self.menuFile = QMenu(self.menubar)\n        self.menuFile.setObjectName(u\"menuFile\")\n        MainWindow.setMenuBar(self.menubar)\n\n        self.menubar.addAction(self.menuFile.menuAction())\n        self.menuFile.addAction(self.actionNew)\n        self.menuFile.addAction(self.actionOpen)\n        self.menuFile.addAction(self.actionSave)\n        self.menuFile.addAction(self.actionSave_As)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionNew.setText(QCoreApplication.translate(\"MainWindow\", u\"New\", None))\n#if QT_CONFIG(shortcut)\n        self.actionNew.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+N\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionOpen.setText(QCoreApplication.translate(\"MainWindow\", u\"Open\", None))\n#if QT_CONFIG(shortcut)\n        self.actionOpen.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+O\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave.setText(QCoreApplication.translate(\"MainWindow\", u\"Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave_As.setText(QCoreApplication.translate(\"MainWindow\", u\"Save As\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave_As.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Colormind\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Add:\", None))\n        self.colormindDefButton.setText(QCoreApplication.translate(\"MainWindow\", u\"model: default\", None))\n        self.colormindUiButton.setText(QCoreApplication.translate(\"MainWindow\", u\"model: ui\", None))\n        self.useSelectionCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"use selection\", None))\n        self.openUrlButton.setText(QCoreApplication.translate(\"MainWindow\", u\"website\", None))\n        self.groupBox_3.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Oder\", None))\n        self.l2rRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"LtoR\", None))\n        self.randomRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"random\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Apply:\", None))\n        self.currentRowButton.setText(QCoreApplication.translate(\"MainWindow\", u\"current row\", None))\n        self.selectedButton.setText(QCoreApplication.translate(\"MainWindow\", u\"selected\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n        self.menuFile.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/comp_utility/__init__.py",
    "content": "from .comp_utility import (\n    run,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/comp_utility/comp_utility.py",
    "content": "import sys\n\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtGui import (\n    QAction,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QMenu,\n)\n\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import operator as op\n\nfrom rs_fusion.tool.comp_utility.comp_utility_ui import Ui_MainWindow\n\nAPP_NAME = 'CompUtility'\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.CustomizeWindowHint\n            | Qt.WindowCloseButtonHint\n            # | Qt.WindowTitleHint\n            | Qt.WindowStaysOnTopHint\n            | Qt.MSWindowsFixedSizeDialogHint\n        )\n        self.resize(140, 60)\n\n        self.fusion = fusion\n\n        # window\n        self.pivot_window = None\n        self.insert_window = None\n        self.copy_window = None\n        self.duplicate_window = None\n        self.bake_window = None\n        self.bg_window = None\n        self.color_window = None\n        self.font_window = None\n        self.paste_window = None\n        self.center_window = None\n        self.number_window = None\n        self.nudge_window = None\n        self.separate_window = None\n\n        # menu\n        lst = [\n            ('STILL IMAGE', self.load),\n            ('SEPARATE LAYERS', self.separate),\n            ('DUPLICATE', self.duplicate_tool),\n            ('MERGE', self.merge),\n            ('INSERT', self.insert_tool),\n            ('NUDGE', self.nudge_tool),\n            ('PIVOT', self.pivot_tool),\n            ('CENTER', self.center_tool),\n            ('NUMBER', self.number_tool),\n            ('COPY PARAM', self.copy_tool),\n            ('BAKE PARAM', self.bake_tool),\n            ('BG', self.bg_tool),\n            ('COLOR', self.color_tool),\n            ('FONT', self.font_tool),\n            ('PASTE SETTING', self.paste_tool),\n        ]\n        b = self.ui.toolButton\n        menu = QMenu(b)\n        for x in lst:\n            act = QAction(x[0], b)\n            act.triggered.connect(x[1])\n            menu.addAction(act)\n        b.setMenu(menu)\n\n        # style sheet\n        b.setStyleSheet(appearance.other_stylesheet)\n\n    def check_page(self):\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            return False\n        return True\n\n    def get_comp(self):\n        if not self.check_page():\n            return None\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return None\n        return comp\n\n    def load(self):\n        comp = self.get_comp()\n        if comp is None:\n            return\n        op.loader(comp)\n\n    def merge(self):\n        comp = self.get_comp()\n        if comp is None:\n            return\n        op.merge(comp)\n\n    def insert_tool(self):\n        from rs_fusion.tool.insert_tool import MainWindow as InsertWindow\n        if self.insert_window is None:\n            self.insert_window = InsertWindow(fusion=self.fusion)\n        self.insert_window.show()\n\n    def pivot_tool(self):\n        from rs_fusion.tool.pivot_tool import MainWindow as PivotWindow\n        if self.pivot_window is None:\n            self.pivot_window = PivotWindow(fusion=self.fusion)\n        self.pivot_window.show()\n\n    def copy_tool(self):\n        from rs_fusion.tool.copy_tool import MainWindow as CopyWindow\n        if self.copy_window is None:\n            self.copy_window = CopyWindow(fusion=self.fusion)\n        self.copy_window.show()\n\n    def duplicate_tool(self):\n        from rs_fusion.tool.duplicate_tool import MainWindow as DuplicateWindow\n        if self.duplicate_window is None:\n            self.duplicate_window = DuplicateWindow(fusion=self.fusion)\n        self.duplicate_window.show()\n\n    def bake_tool(self):\n        from rs_fusion.tool.bake_tool import MainWindow as BakeWindow\n        if self.bake_window is None:\n            self.bake_window = BakeWindow(fusion=self.fusion)\n        self.bake_window.show()\n\n    def bg_tool(self):\n        from rs_fusion.tool.bg_tool import MainWindow as BgWindow\n        if self.bg_window is None:\n            self.bg_window = BgWindow(fusion=self.fusion)\n        self.bg_window.show()\n\n    def color_tool(self):\n        from rs_fusion.tool.color_tool import MainWindow as ColorWindow\n        if self.color_window is None:\n            self.color_window = ColorWindow(fusion=self.fusion)\n        self.color_window.show()\n\n    def font_tool(self):\n        from rs_fusion.tool.font_tool import MainWindow as FontWindow\n        if self.font_window is None:\n            self.font_window = FontWindow(fusion=self.fusion)\n        self.font_window.show()\n\n    def paste_tool(self):\n        from rs_fusion.tool.paste_tool import MainWindow as PasteWindow\n        if self.paste_window is None:\n            self.paste_window = PasteWindow(fusion=self.fusion)\n        self.paste_window.show()\n\n    def center_tool(self):\n        from rs_fusion.tool.center_tool import MainWindow as CenterWindow\n        if self.center_window is None:\n            self.center_window = CenterWindow(fusion=self.fusion)\n        self.center_window.show()\n\n    def number_tool(self):\n        from rs_fusion.tool.number_tool import MainWindow as NumberWindow\n        if self.number_window is None:\n            self.number_window = NumberWindow(fusion=self.fusion)\n        self.number_window.show()\n\n    def nudge_tool(self):\n        from rs_fusion.tool.nudge_tool import MainWindow as NudgeWindow\n        if self.nudge_window is None:\n            self.nudge_window = NudgeWindow(fusion=self.fusion)\n        self.nudge_window.show()\n\n    def separate(self):\n        from rs_fusion.tool.separate_layers import MainWindow as SeparateWindow\n        if self.separate_window is None:\n            self.separate_window = SeparateWindow(fusion=self.fusion)\n        self.separate_window.show()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/comp_utility/comp_utility.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>94</width>\n    <height>59</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QToolButton\" name=\"toolButton\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"text\">\n       <string>RS COMP</string>\n      </property>\n      <property name=\"popupMode\">\n       <enum>QToolButton::InstantPopup</enum>\n      </property>\n     </widget>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/comp_utility/comp_utility_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'comp_utility.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QMainWindow, QSizePolicy, QToolButton,\n    QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(94, 59)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.toolButton = QToolButton(self.centralwidget)\n        self.toolButton.setObjectName(u\"toolButton\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.toolButton.sizePolicy().hasHeightForWidth())\n        self.toolButton.setSizePolicy(sizePolicy)\n        self.toolButton.setPopupMode(QToolButton.InstantPopup)\n\n        self.verticalLayout.addWidget(self.toolButton)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.toolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"RS COMP\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/copy_tool/__init__.py",
    "content": "from .copy_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/copy_tool/copy_tool.py",
    "content": "import sys\nimport functools\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtGui import (\n    QStandardItemModel,\n    QStandardItem,\n    QIntValidator,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import util\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import operator as op\nfrom rs_fusion.tool.copy_tool.copy_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'CopyTool'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(200, 600)\n\n        self.fusion = fusion\n        self.tool_name = None\n        #\n        for w in [\n            self.ui.offsetLineEdit,\n            self.ui.stepLineEdit,\n            self.ui.jitterInfLineEdit,\n            self.ui.jitterSupLineEdit,\n        ]:\n            w.setText(str(0))\n            w.setValidator(QIntValidator())\n\n        # tree\n        v = self.ui.treeView\n        v.setHeaderHidden(True)\n\n        v.setModel(QStandardItemModel())\n\n        # button\n        self.ui.setButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.sourceButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n        #\n        self.ui.sourceButton.clicked.connect(self.read_node)\n        self.ui.setButton.clicked.connect(self.copy_prams)\n        self.ui.minimizeButton.clicked.connect(functools.partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n\n    def read_node(self) -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            return\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n\n        # setup\n        v = self.ui.treeView\n        m = QStandardItemModel()\n        v.setModel(m)\n        tools: dict = comp.GetToolList(True)\n        if tools is None:\n            return\n        if len(tools) == 0:\n            return\n        tool = tools[1]\n        self.tool_name = tool.Name\n\n        def make_row(_id, _name, _type):\n            size = 20 + len(_name) - util.get_str_width(_name)\n            display = '%s <%s> %s' % (_name.ljust(size), _type, _id)\n            return [\n                QStandardItem(display),\n                QStandardItem(_id),\n                QStandardItem(_type),\n            ]\n\n        # main\n        node = QStandardItem(tool.Name)\n        node.setSelectable(False)\n        m.appendRow(node)\n\n        # page\n        page_names: dict = tool.GetControlPageNames()\n        inp_dict: dict = tool.GetInputList()\n        for page_name in page_names.values():\n            page = QStandardItem(page_name)\n            page.setSelectable(False)\n            node.appendRow(page)\n            for inp in inp_dict.values():\n                attrs = inp.GetAttrs()\n                name = inp.Name\n                if 'INPS_IC_Name' in attrs:\n                    name = attrs['INPS_IC_Name']\n                if attrs['INPI_IC_ControlPage'] not in page_names.keys():\n                    continue\n                if page_name != page_names[attrs['INPI_IC_ControlPage']]:\n                    continue\n                page.appendRow(make_row(\n                    inp.ID,\n                    name,\n                    attrs['INPS_DataType'],\n                ))\n        #\n        v.expandAll()\n\n    def copy_prams(self) -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            return\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n\n        # tool check\n        if self.tool_name is None:\n            return\n        src_v = self.ui.treeView\n        src_m = src_v.model()\n        src_sm = src_v.selectionModel()\n        param_list = []\n        for i in src_sm.selectedRows(0):\n            param = src_m.data(i.siblingAtColumn(1))\n            if param is None:\n                continue\n            param_list.append(param)\n        if len(param_list) == 0:\n            param_list = None\n\n        def to_int(_str):\n            if _str in ['', '+', '-']:\n                return 0\n            return int(_str)\n\n        offset = to_int(self.ui.offsetLineEdit.text())\n        step = to_int(self.ui.stepLineEdit.text())\n        jitter_inf = to_int(self.ui.jitterInfLineEdit.text())\n        jitter_sup = to_int(self.ui.jitterSupLineEdit.text())\n\n        op.copy(\n            comp,\n            self.tool_name,\n            param_list=param_list,\n            offset=offset,\n            sift_step=step,\n            jitter_inf=jitter_inf,\n            jitter_sup=jitter_sup,\n            is_random=self.ui.randomRadioButton.isChecked(),\n            is_reverse=self.ui.r2lRadioButton.isChecked(),\n        )\n\n    def show(self) -> None:\n        super().show()\n        self.ui.treeView.setModel(QStandardItemModel())\n        self.tool_name = None\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/copy_tool/copy_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>314</width>\n    <height>452</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QTreeView\" name=\"treeView\">\n      <property name=\"editTriggers\">\n       <set>QAbstractItemView::NoEditTriggers</set>\n      </property>\n      <property name=\"selectionMode\">\n       <enum>QAbstractItemView::ExtendedSelection</enum>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_3\">\n      <property name=\"title\">\n       <string>Oder</string>\n      </property>\n      <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n       <item>\n        <widget class=\"QRadioButton\" name=\"l2rRadioButton\">\n         <property name=\"text\">\n          <string>LtoR</string>\n         </property>\n         <property name=\"checked\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QRadioButton\" name=\"r2lRadioButton\">\n         <property name=\"text\">\n          <string>RtoL</string>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QRadioButton\" name=\"randomRadioButton\">\n         <property name=\"text\">\n          <string>random</string>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <spacer name=\"horizontalSpacer_4\">\n         <property name=\"orientation\">\n          <enum>Qt::Horizontal</enum>\n         </property>\n         <property name=\"sizeHint\" stdset=\"0\">\n          <size>\n           <width>40</width>\n           <height>20</height>\n          </size>\n         </property>\n        </spacer>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>Animation Shift</string>\n      </property>\n      <layout class=\"QFormLayout\" name=\"formLayout\">\n       <item row=\"1\" column=\"0\">\n        <widget class=\"QLabel\" name=\"label\">\n         <property name=\"text\">\n          <string>Step</string>\n         </property>\n        </widget>\n       </item>\n       <item row=\"1\" column=\"1\">\n        <widget class=\"QLineEdit\" name=\"stepLineEdit\"/>\n       </item>\n       <item row=\"2\" column=\"0\">\n        <widget class=\"QLabel\" name=\"label_2\">\n         <property name=\"text\">\n          <string>Jitter</string>\n         </property>\n        </widget>\n       </item>\n       <item row=\"2\" column=\"1\">\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n         <item>\n          <widget class=\"QLineEdit\" name=\"jitterInfLineEdit\"/>\n         </item>\n         <item>\n          <widget class=\"QLineEdit\" name=\"jitterSupLineEdit\"/>\n         </item>\n        </layout>\n       </item>\n       <item row=\"0\" column=\"0\">\n        <widget class=\"QLabel\" name=\"label_3\">\n         <property name=\"text\">\n          <string>Offset</string>\n         </property>\n        </widget>\n       </item>\n       <item row=\"0\" column=\"1\">\n        <widget class=\"QLineEdit\" name=\"offsetLineEdit\"/>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n      <item>\n       <widget class=\"QPushButton\" name=\"sourceButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>source</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"setButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>set</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/copy_tool/copy_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'copy_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QFormLayout, QGroupBox,\n    QHBoxLayout, QHeaderView, QLabel, QLineEdit,\n    QMainWindow, QPushButton, QRadioButton, QSizePolicy,\n    QSpacerItem, QToolButton, QTreeView, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(314, 452)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.treeView = QTreeView(self.centralwidget)\n        self.treeView.setObjectName(u\"treeView\")\n        self.treeView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.treeView.setSelectionMode(QAbstractItemView.ExtendedSelection)\n\n        self.verticalLayout.addWidget(self.treeView)\n\n        self.groupBox_3 = QGroupBox(self.centralwidget)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.horizontalLayout_3 = QHBoxLayout(self.groupBox_3)\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.l2rRadioButton = QRadioButton(self.groupBox_3)\n        self.l2rRadioButton.setObjectName(u\"l2rRadioButton\")\n        self.l2rRadioButton.setChecked(True)\n\n        self.horizontalLayout_3.addWidget(self.l2rRadioButton)\n\n        self.r2lRadioButton = QRadioButton(self.groupBox_3)\n        self.r2lRadioButton.setObjectName(u\"r2lRadioButton\")\n\n        self.horizontalLayout_3.addWidget(self.r2lRadioButton)\n\n        self.randomRadioButton = QRadioButton(self.groupBox_3)\n        self.randomRadioButton.setObjectName(u\"randomRadioButton\")\n\n        self.horizontalLayout_3.addWidget(self.randomRadioButton)\n\n        self.horizontalSpacer_4 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_4)\n\n\n        self.verticalLayout.addWidget(self.groupBox_3)\n\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.formLayout = QFormLayout(self.groupBox)\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(self.groupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label)\n\n        self.stepLineEdit = QLineEdit(self.groupBox)\n        self.stepLineEdit.setObjectName(u\"stepLineEdit\")\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.stepLineEdit)\n\n        self.label_2 = QLabel(self.groupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(2, QFormLayout.LabelRole, self.label_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.jitterInfLineEdit = QLineEdit(self.groupBox)\n        self.jitterInfLineEdit.setObjectName(u\"jitterInfLineEdit\")\n\n        self.horizontalLayout.addWidget(self.jitterInfLineEdit)\n\n        self.jitterSupLineEdit = QLineEdit(self.groupBox)\n        self.jitterSupLineEdit.setObjectName(u\"jitterSupLineEdit\")\n\n        self.horizontalLayout.addWidget(self.jitterSupLineEdit)\n\n\n        self.formLayout.setLayout(2, QFormLayout.FieldRole, self.horizontalLayout)\n\n        self.label_3 = QLabel(self.groupBox)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label_3)\n\n        self.offsetLineEdit = QLineEdit(self.groupBox)\n        self.offsetLineEdit.setObjectName(u\"offsetLineEdit\")\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.offsetLineEdit)\n\n\n        self.verticalLayout.addWidget(self.groupBox)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.sourceButton = QPushButton(self.centralwidget)\n        self.sourceButton.setObjectName(u\"sourceButton\")\n        self.sourceButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.sourceButton)\n\n        self.setButton = QPushButton(self.centralwidget)\n        self.setButton.setObjectName(u\"setButton\")\n        self.setButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.setButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout_4.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_4)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox_3.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Oder\", None))\n        self.l2rRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"LtoR\", None))\n        self.r2lRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"RtoL\", None))\n        self.randomRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"random\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Animation Shift\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Step\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Jitter\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"Offset\", None))\n        self.sourceButton.setText(QCoreApplication.translate(\"MainWindow\", u\"source\", None))\n        self.setButton.setText(QCoreApplication.translate(\"MainWindow\", u\"set\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/duplicate_tool/__init__.py",
    "content": "from .duplicate_tool import (\n    run,\n    MainWindow,\n)"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/duplicate_tool/duplicate_tool.py",
    "content": "import sys\nimport functools\nfrom PySide6.QtCore import (\n    Qt,\n)\n\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import util\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core.operator import to_int, get_main_input\nfrom rs_fusion.tool.duplicate_tool.duplicate_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'DuplicateTool'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(200, 100)\n\n        self.fusion = fusion\n\n        self.ui.duplicateButton.setStyleSheet(appearance.in_stylesheet)\n\n        # set data\n        self.ui.spinBox.setValue(1)\n\n        # event\n        #\n        self.ui.duplicateButton.clicked.connect(self.duplicate_node)\n        self.ui.spinBox.lineEdit().returnPressed.connect(self.duplicate_node)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n\n    def duplicate_node(self) -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            return\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n        # tools\n        tools = list(comp.GetToolList(True).values())\n        if len(tools) == 0:\n            tool = comp.ActiveTool\n        else:\n            tool = tools[0]\n        if tool is None:\n            return\n\n        flow = comp.CurrentFrame.FlowView\n        _x, _y = flow.GetPosTable(tool).values()\n        _x = to_int(_x)\n        _y = to_int(_y)\n\n        # get data\n        num = self.ui.spinBox.value()\n\n        # start\n        comp.Lock()\n        comp.StartUndo('RS Duplicate Tool')\n\n        flow.Select()\n        settings = tool.SaveSettings()\n        input_connections = []\n        for _name, inp in tool.GetInputList().items():\n            outp = inp.GetConnectedOutput()\n            if outp is None:\n                continue\n\n            inp_attrs = inp.GetAttrs()\n            outp_attrs = outp.GetAttrs()\n\n            input_id = inp_attrs.get('INPS_ID')\n            src_tool = outp.GetTool()\n            src_output = outp_attrs.get('OUTS_ID')\n\n            if input_id is None or src_tool is None:\n                continue\n\n            input_connections.append((input_id, src_tool, src_output))\n\n        for i in range(num):\n            node = comp.AddTool(tool.ID, _x + i + 1, _y)\n            node.LoadSettings(settings)\n            for input_id, src_tool, src_output in input_connections:\n                if src_output is None:\n                    node.ConnectInput(input_id, src_tool)\n                else:\n                    try:\n                        node.ConnectInput(input_id, src_tool, src_output)\n                    except TypeError:\n                        node.ConnectInput(input_id, src_tool)\n            # flow.SetPos(node, _x + i + 1, _y)\n            flow.Select(node)\n\n        # end\n        comp.EndUndo(True)\n        comp.Unlock()\n\n        # tool check\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/duplicate_tool/duplicate_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>192</width>\n    <height>86</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QSpinBox\" name=\"spinBox\"/>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer\">\n      <property name=\"orientation\">\n       <enum>Qt::Orientation::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>40</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Orientation::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"duplicateButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>duplicate</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/duplicate_tool/duplicate_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'duplicate_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.9.1\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QHBoxLayout, QMainWindow, QPushButton,\n    QSizePolicy, QSpacerItem, QSpinBox, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(192, 86)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.spinBox = QSpinBox(self.centralwidget)\n        self.spinBox.setObjectName(u\"spinBox\")\n\n        self.verticalLayout.addWidget(self.spinBox)\n\n        self.verticalSpacer = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)\n\n        self.verticalLayout.addItem(self.verticalSpacer)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer)\n\n        self.duplicateButton = QPushButton(self.centralwidget)\n        self.duplicateButton.setObjectName(u\"duplicateButton\")\n        self.duplicateButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.duplicateButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_4)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.duplicateButton.setText(QCoreApplication.translate(\"MainWindow\", u\"duplicate\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/font_tool/__init__.py",
    "content": "from .font_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/font_tool/favorites_font.py",
    "content": "import sys\n\nfrom pathlib import Path\nfrom typing import List\nimport dataclasses\nfrom PySide6.QtCore import (\n    Qt,\n    QModelIndex,\n    QStringListModel,\n)\nfrom PySide6.QtGui import QAction\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QMenu,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_fusion.tool.font_tool.favorites_font_ui import Ui_MainWindow\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    favorites: List[str] = dataclasses.field(default_factory=list)\n\n\nclass Model(QStringListModel):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self._parent = parent\n        self.favorites = []\n\n    def data(self, index: QModelIndex, role: int = ...) -> str:\n        if role == Qt.DisplayRole:\n            text = super().data(index, role)\n            if text in self.favorites:\n                text = f'●{text}'\n            return text\n        return super().data(index, role)\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('Favorites')\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            # | Qt.WindowStaysOnTopHint\n        )\n        self.resize(300, 500)\n        self.fusion = fusion\n\n        # config\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        self.config_file: Path = config.CONFIG_DIR.joinpath('favorite_font.json')\n        self.favorites = []\n\n        # action\n        self.check_action = QAction('check', self)\n        self.check_action.triggered.connect(self.check)\n        self.addAction(self.check_action)\n        self.uncheck_action = QAction('uncheck', self)\n        self.uncheck_action.triggered.connect(self.uncheck)\n        self.addAction(self.uncheck_action)\n\n        # listView\n        lst = list(self.fusion.FontManager.GetFontList().keys())\n        v = self.ui.listView\n        m = Model(lst)\n        m.favorites = self.favorites\n        v.setModel(m)\n\n        v.setContextMenuPolicy(Qt.CustomContextMenu)\n        v.customContextMenuRequested.connect(self.contextMenu)\n\n        # style sheet\n        self.ui.setButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n\n        self.ui.cancelButton.clicked.connect(self.close)\n        self.ui.setButton.clicked.connect(self.save)\n\n    def contextMenu(self, pos):\n        v = self.ui.listView\n        menu = QMenu(v)\n        menu.addAction(self.check_action)\n        menu.addAction(self.uncheck_action)\n        menu.exec_(v.mapToGlobal(pos))\n\n    def favorites_update(self):\n        v = self.ui.listView\n        m = v.model()\n        m.favorites = self.favorites\n        v.viewport().update()\n\n    def check(self):\n        v = self.ui.listView\n        indexes = v.selectedIndexes()\n        fav = set(self.favorites)\n        for index in indexes:\n            fav.add(index.data(Qt.EditRole))\n        self.favorites = sorted(list(fav))\n        self.favorites_update()\n\n    def uncheck(self):\n        v = self.ui.listView\n        indexes = v.selectedIndexes()\n        fav = set(self.favorites)\n        for index in indexes:\n            fav.discard(index.data(Qt.EditRole))\n        self.favorites = sorted(list(fav))\n        self.favorites_update()\n\n    def open(self) -> None:\n        if self.config_file.is_file():\n            c = ConfigData()\n            c.load(self.config_file)\n            self.favorites = c.favorites\n        else:\n            self.favorites = []\n        self.favorites_update()\n\n    def save(self) -> None:\n        c = ConfigData()\n        c.favorites = self.favorites\n        c.save(self.config_file)\n        self.close()\n\n    def show(self) -> None:\n        self.open()\n        super().show()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/font_tool/favorites_font.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>364</width>\n    <height>413</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QListView\" name=\"listView\">\n      <property name=\"editTriggers\">\n       <set>QAbstractItemView::NoEditTriggers</set>\n      </property>\n      <property name=\"selectionMode\">\n       <enum>QAbstractItemView::ExtendedSelection</enum>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"setButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>set</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"cancelButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>cancel</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/font_tool/favorites_font_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'favorites_font.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QHBoxLayout, QListView,\n    QMainWindow, QPushButton, QSizePolicy, QSpacerItem,\n    QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(364, 413)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.listView = QListView(self.centralwidget)\n        self.listView.setObjectName(u\"listView\")\n        self.listView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.listView.setSelectionMode(QAbstractItemView.ExtendedSelection)\n\n        self.verticalLayout.addWidget(self.listView)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.setButton = QPushButton(self.centralwidget)\n        self.setButton.setObjectName(u\"setButton\")\n        self.setButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.setButton)\n\n        self.cancelButton = QPushButton(self.centralwidget)\n        self.cancelButton.setObjectName(u\"cancelButton\")\n        self.cancelButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.cancelButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.setButton.setText(QCoreApplication.translate(\"MainWindow\", u\"set\", None))\n        self.cancelButton.setText(QCoreApplication.translate(\"MainWindow\", u\"cancel\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/font_tool/font_tool.py",
    "content": "import functools\nimport sys\n\nfrom PySide6.QtCore import (\n    Qt,\n    QSize, QEvent,\n)\nfrom PySide6.QtGui import (\n    QTextDocument,\n    QAbstractTextDocumentLayout,\n    QPalette,\n    QKeySequence,\n    QKeyEvent,\n    QStandardItemModel,\n    QStandardItem,\n    QAction,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QStyledItemDelegate,\n    QTreeWidgetItem,\n    QStyle,\n)\n\nfrom rs.core import (\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_fusion.core import operator as op\nfrom rs_fusion.tool.font_tool.favorites_font import MainWindow as FavoritesWindow\nfrom rs_fusion.tool.font_tool.font_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'FontTool'\n\n\nclass ItemDelegate(QStyledItemDelegate):\n    def __init__(self, parent):\n        super().__init__(parent)\n        self._parent = parent\n\n        self.doc = QTextDocument()\n        self.doc.setDocumentMargin(2)\n        f = QTreeWidgetItem().font(0)\n        f.setPointSize(11)\n        self.doc.setDefaultFont(f)\n        self.sample_text = ''\n\n    def paint(self, painter, option, index):\n        if index.parent().isValid() and not index.parent().parent().isValid():\n            self.initStyleOption(option, index)\n            self.make_html(option.text)\n\n            option.text = ''\n            style = QApplication.style()\n            style.drawControl(QStyle.ControlElement.CE_ItemViewItem, option, painter)\n\n            painter.save()\n            rect = style.subElementRect(QStyle.SubElement.SE_ItemViewItemText, option)\n            painter.translate(rect.topLeft())\n            painter.setClipRect(rect.translated(-rect.topLeft()))\n            context = QAbstractTextDocumentLayout.PaintContext()\n            if option.state & QStyle.StateFlag.State_Selected:\n                context.palette.setColor(\n                    QPalette.Text, option.palette.color(QPalette.Active, QPalette.HighlightedText))\n            self.doc.documentLayout().draw(painter, context)\n            painter.restore()\n        else:\n            super().paint(painter, option, index)\n\n    def sizeHint(self, option, index):\n        if index.parent().isValid() and not index.parent().parent().isValid():\n            self.initStyleOption(option, index)\n            self.make_html(option.text)\n            return QSize(self.doc.idealWidth(), self.doc.size().height())\n        else:\n            return super().sizeHint(option, index)\n\n    def make_html(self, text):\n        sample_text = self.sample_text\n        if sample_text == '':\n            sample_text = 'Sample Text'\n        txt = '%s&nbsp;&nbsp;&nbsp;<font face=\"%s\" size=4>%s</font>' % (text, text, sample_text)\n        self.doc.setHtml(txt)\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(300, 700)\n\n        self.fusion = fusion\n        self.fonts = {}\n        for k, v in self.fusion.FontManager.GetFontList().items():\n            self.fonts[k] = list(v.keys())\n\n        self.favorites_window = FavoritesWindow(self, fusion)\n        self.favorites_window.open()\n        self.favorites = self.favorites_window.favorites\n\n        # tree view\n        v = self.ui.treeView\n        v.header().hide()\n        d = ItemDelegate(v)\n        d.sample_text = self.ui.sampleLineEdit.text()\n        v.setItemDelegate(d)\n        m = QStandardItemModel()\n        v.setModel(m)\n        sm = v.selectionModel()\n        self.read_font()\n\n        # shortcut\n        up_action = QAction(self)\n        up_action.setShortcut(QKeySequence(Qt.Key_Up))\n        up_action.setShortcutContext(Qt.ApplicationShortcut)\n        up_action.triggered.connect(self.select_up)\n        self.addAction(up_action)\n\n        down_action = QAction(self)\n        down_action.setShortcut(QKeySequence(Qt.Key_Down))\n        down_action.setShortcutContext(Qt.ApplicationShortcut)\n        down_action.triggered.connect(self.select_down)\n        self.addAction(down_action)\n\n        apply_action = QAction(self)\n        apply_action.setShortcut(QKeySequence(Qt.Key_Return))\n        apply_action.setShortcutContext(Qt.ApplicationShortcut)\n        apply_action.triggered.connect(self.apply_font)\n        self.addAction(apply_action)\n\n        # button\n        self.ui.applyButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.readButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.favoritesButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n        self.favorites_window.ui.setButton.clicked.connect(self.read_font)\n        self.ui.sampleLineEdit.textChanged.connect(self.on_sample_text_changed)\n\n        self.ui.treeView.doubleClicked.connect(self.apply_font)\n        sm.selectionChanged.connect(self.auto_apply)\n\n        self.ui.readButton.clicked.connect(self.read_text)\n        self.ui.applyButton.clicked.connect(self.apply_font)\n        self.ui.favoritesButton.clicked.connect(self.favorites_window.show)\n        self.ui.minimizeButton.clicked.connect(functools.partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def select_up(self):\n        self.ui.treeView.keyPressEvent(QKeyEvent(QEvent.KeyPress, Qt.Key_Up, Qt.NoModifier))\n\n    def select_down(self):\n        self.ui.treeView.keyPressEvent(QKeyEvent(QEvent.KeyPress, Qt.Key_Down, Qt.NoModifier))\n\n    def on_sample_text_changed(self, text):\n        d = self.ui.treeView.itemDelegate()\n        d.sample_text = text\n        self.ui.treeView.viewport().update()\n\n    def read_font(self) -> None:\n        self.favorites = self.favorites_window.favorites\n        # setup\n        v = self.ui.treeView\n        m = v.model()\n        m.clear()\n\n        # tags\n        tags = {'Favorites': [], 'All': []}\n        for name in self.fonts.keys():\n            if name in self.favorites:\n                tags['Favorites'].append(name)\n        tags['All'] = list(self.fonts.keys())\n\n        # main\n        for tag_name, names in tags.items():\n            node = QStandardItem(tag_name)\n            node.setSelectable(False)\n            m.appendRow(node)\n\n            # font names\n            for name in names:\n                font_item = QStandardItem(name)\n                node.appendRow(font_item)\n                weights = self.fonts[name]\n                if len(weights) <= 1:\n                    continue\n                for weight in weights:\n                    weight_item = QStandardItem(weight)\n                    font_item.appendRow(weight_item)\n        #\n        v.collapseAll()\n        cnt = m.rowCount()\n        for i in range(cnt):\n            v.expand(m.index(i, 0))\n\n    def apply_font(self):\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n        v = self.ui.treeView\n        m = v.model()\n        sm = v.selectionModel()\n        indexes = sm.selectedIndexes()\n        if len(indexes) == 0:\n            return\n        p_index = indexes[0].parent()\n        if not p_index.isValid():\n            return\n        if p_index.parent().isValid():\n            font_name = m.data(p_index, Qt.DisplayRole)\n            font_style = m.data(indexes[0], Qt.DisplayRole)\n        else:\n            font_name = m.data(indexes[0], Qt.DisplayRole)\n            font_style = self.fonts[font_name][0]\n        op.apply_font(comp, font_name, font_style)\n\n    def auto_apply(self):\n        if self.ui.autoCheckBox.isChecked():\n            self.apply_font()\n\n    def read_text(self):\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n        tools = list(comp.GetToolList(True).values())\n        for tool in tools:\n            if tool.ID in ['TextPlus', 'Text3D']:\n                self.ui.sampleLineEdit.setText(\n                    tool.GetInput('StyledText', comp.CurrentTime)\n                )\n                break\n\n    def show(self) -> None:\n        super().show()\n        self.ui.sampleLineEdit.setFocus()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run(None)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/font_tool/font_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>405</width>\n    <height>594</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n      <item>\n       <widget class=\"QLabel\" name=\"label\">\n        <property name=\"text\">\n         <string>SampleText</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QLineEdit\" name=\"sampleLineEdit\"/>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"readButton\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"minimumSize\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>read</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"QCheckBox\" name=\"autoCheckBox\">\n      <property name=\"text\">\n       <string>auto apply</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QTreeView\" name=\"treeView\">\n      <property name=\"editTriggers\">\n       <set>QAbstractItemView::NoEditTriggers</set>\n      </property>\n      <property name=\"expandsOnDoubleClick\">\n       <bool>false</bool>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <property name=\"spacing\">\n       <number>2</number>\n      </property>\n      <item>\n       <widget class=\"QPushButton\" name=\"applyButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>apply</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"favoritesButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Favorites</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_2\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeType\">\n         <enum>QSizePolicy::Fixed</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>20</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/font_tool/font_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'font_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QCheckBox, QHBoxLayout,\n    QHeaderView, QLabel, QLineEdit, QMainWindow,\n    QPushButton, QSizePolicy, QSpacerItem, QToolButton,\n    QTreeView, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(405, 594)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.label = QLabel(self.centralwidget)\n        self.label.setObjectName(u\"label\")\n\n        self.horizontalLayout_2.addWidget(self.label)\n\n        self.sampleLineEdit = QLineEdit(self.centralwidget)\n        self.sampleLineEdit.setObjectName(u\"sampleLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.sampleLineEdit)\n\n        self.readButton = QPushButton(self.centralwidget)\n        self.readButton.setObjectName(u\"readButton\")\n        sizePolicy = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.readButton.sizePolicy().hasHeightForWidth())\n        self.readButton.setSizePolicy(sizePolicy)\n        self.readButton.setMinimumSize(QSize(40, 20))\n\n        self.horizontalLayout_2.addWidget(self.readButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n        self.autoCheckBox = QCheckBox(self.centralwidget)\n        self.autoCheckBox.setObjectName(u\"autoCheckBox\")\n\n        self.verticalLayout.addWidget(self.autoCheckBox)\n\n        self.treeView = QTreeView(self.centralwidget)\n        self.treeView.setObjectName(u\"treeView\")\n        self.treeView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.treeView.setExpandsOnDoubleClick(False)\n\n        self.verticalLayout.addWidget(self.treeView)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(2)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.applyButton = QPushButton(self.centralwidget)\n        self.applyButton.setObjectName(u\"applyButton\")\n        self.applyButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.applyButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.favoritesButton = QPushButton(self.centralwidget)\n        self.favoritesButton.setObjectName(u\"favoritesButton\")\n        self.favoritesButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.favoritesButton)\n\n        self.horizontalSpacer_2 = QSpacerItem(20, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer_2)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"SampleText\", None))\n        self.readButton.setText(QCoreApplication.translate(\"MainWindow\", u\"read\", None))\n        self.autoCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"auto apply\", None))\n        self.applyButton.setText(QCoreApplication.translate(\"MainWindow\", u\"apply\", None))\n        self.favoritesButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Favorites\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/import_exr/__init__.py",
    "content": "from .import_exr import (\n    run,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/import_exr/import_exr.py",
    "content": "import json\nimport sys\nfrom functools import partial\nfrom pathlib import Path\nfrom enum import IntEnum\n\nimport dataclasses\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n    QMessageBox,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    lang,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_fusion.core import pose\nfrom rs_fusion.tool.import_exr.import_exr_ui import Ui_MainWindow\n\nAPP_NAME = 'Import EXR'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    exr_path: str = ''\n    btn_size: float = 0.25\n    is_normal: bool = False\n\n\nclass Importer:\n    def __init__(self, comp, config_data: ConfigData, exr_path: Path):\n        self.comp = comp\n        self.flow = comp.CurrentFrame.FlowView\n        self.config_data = config_data\n        self.exr_path = exr_path\n\n        self.size_x = 0\n        self.size_y = 0\n\n        self.X_OFFSET = 1\n        self.Y_OFFSET = 4\n\n        self.exr_node = None\n        self.blank_node = None\n\n        self.layer_list: list[str] = []\n        self.tree_data = None\n        self.json_data = None\n\n    def load_json(self):\n        dir_path = self.exr_path.parent\n        name = self.exr_path.stem\n        json_path = dir_path.joinpath(name + '.info.json')\n        if json_path.is_file():\n            with open(json_path, 'r', encoding='utf-8') as f:\n                self.json_data = json.load(f)\n\n    def set_pos(self, node, pos_x, pos_y):\n        _x, _y = self.flow.GetPosTable(node).values()\n        x = _x if pos_x is None else pos_x * self.X_OFFSET\n        y = _y if pos_y is None else pos_y * self.Y_OFFSET\n        self.flow.SetPos(node, x, y)\n\n    def set_x(self, node, x):\n        self.set_pos(node, x, None)\n\n    def set_y(self, node, y):\n        self.set_pos(node, None, y)\n\n    @staticmethod\n    def set_orange(node):\n        node.TileColor = {\n            '__flags': 256,\n            'R': 0.92156862745098,\n            'G': 0.431372549019608,\n            'B': 0,\n        }\n\n    @staticmethod\n    def uc_button(mg, node, page, layer_name, width):\n        if node is None:\n            lua = [\n                'local mg = comp:FindTool(\"%s\")' % mg.Name,\n                'mg.Foreground = nil',\n            ]\n        else:\n            lua = [\n                'local mg = comp:FindTool(\"%s\")' % mg.Name,\n                'local node = comp:FindTool(\"%s\")' % node.Name,\n                'mg:ConnectInput(\"Foreground\", node)',\n                'mg.Center:HideViewControls()',\n                'mg.Angle:HideViewControls()',\n                'mg.Size:HideViewControls()',\n            ]\n        return {\n            'LINKS_Name': layer_name,\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ButtonControl',\n            'INP_Integer': False,\n            'BTNCS_Execute': '\\n'.join(lua),\n            'INP_External': False,\n            'ICS_ControlPage': page,\n            'ICD_Width': width,\n        }\n\n    def setup_tree_data(self):\n        dct = {'Root': {'visible': True, 'data': {}}}\n        for layer in self.layer_list:\n            ss = layer.split('.')\n            pre_dct = dct['Root']['data']\n            for i, name in enumerate(ss):\n                # image layer\n                if i == len(ss) - 1:\n                    if layer not in pre_dct:\n                        pre_dct[layer] = {\n                            'visible': True,\n                        }\n                    continue\n                # group layer\n                if name not in pre_dct:\n                    pre_dct[name] = {\n                        'visible': True,\n                    }\n                if 'data' not in pre_dct[name]:\n                    pre_dct[name]['data'] = {}\n                pre_dct = pre_dct[name]['data']\n        self.tree_data = dct\n\n    def setup_base_node(self):\n        pos_x = 0\n        pos_y = 0\n        # exr\n        exr_x = pos_x - 1\n        exr = self.add_tool('Loader', exr_x, pos_y)\n        exr.Clip[1] = self.comp.ReverseMapPath(str(self.exr_path).replace('/', '\\\\'))\n        exr.Loop[1] = 1\n        exr.GlobalIn = -1000\n        exr.GlobalOut = -1000\n\n        # node\n        self.exr_node = exr\n\n        # layer\n        outp = exr.FindMainOutput(1)\n        lst = list(outp.GetLayerList().values())\n        if '' in lst:\n            lst.remove('')\n        self.layer_list = lst\n\n        # layer to Tree\n        self.setup_tree_data()\n        self.load_json()\n\n        # get image size\n        img = outp.GetValue()\n        self.size_x = img.Width\n        self.size_y = img.Height\n\n        # bg\n        bg_x = pos_x - 2\n        bg_y = pos_y - 1\n        bg = self.add_tool('Background', bg_x, bg_y)\n        bg.UseFrameFormatSettings = 0\n        bg.Width = self.size_x\n        bg.Height = self.size_y\n        bg.TopLeftAlpha = 0\n        bg.Depth = 3  # 16bit floating point\n\n        # set domain\n        node_x = pos_x - 2\n        node = self.add_tool('SetDomain', node_x, pos_y)\n        node.Mode = 'Set'\n        node.Left = 0\n        node.Bottom = 0\n        node.Right = 0\n        node.Top = 0\n        node.ConnectInput('Input', bg)\n\n        # node\n        self.blank_node = node\n\n    def add_tool(self, tool_name, pos_x, pos_y):\n        node = self.comp.AddTool(tool_name, pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        return node\n\n    def add_blank(self, pos_x, pos_y):\n        node = self.add_tool('Fuse.Wireless', pos_x, pos_y)\n        node.ConnectInput('Input', self.blank_node)\n        return node\n\n    def add_layer(self, pos_x, pos_y, layer_name):\n        node = self.add_tool('Fuse.Wireless', pos_x, pos_y)\n        ss = layer_name.split('.')\n        node.SetAttrs({'TOOLS_Name': ss[-1]})\n        node.ConnectInput('Input', self.exr_node)\n        node.Input_LayerSelect = layer_name\n        return node\n\n    def add_node(self, pos_x, pos_y, data, name, uc):\n        pos_x += 1\n        xf = self.add_tool('Transform', pos_x, pos_y)\n        xf.SetAttrs({'TOOLS_Name': name})\n        wire = self.add_blank(pos_x, pos_y - 1)\n        pos_x += 1\n\n        pos_y -= 2\n\n        # data sort\n        a_data = {}\n        b_data = {}\n        c_data = {}\n        for layer_name, layer in data.items():\n            _name = layer_name.split('.')[-1]\n            if _name.startswith('*'):\n                b_data[layer_name] = layer\n            else:\n                if len(b_data) == 0:\n                    a_data[layer_name] = layer\n                else:\n                    c_data[layer_name] = layer\n        _data = a_data | b_data | c_data\n\n        # main\n        pre_node = wire\n        a_mg = None\n        page_name = 'POSE'\n        name_list = []\n        user_controls = {}\n        user_controls2 = {}\n        uc_list = []\n        for i, (layer_name, layer) in enumerate(_data.items()):\n            layer_name_en: str = layer['name_en']\n            visible: bool = layer['visible']\n            uc_name = 'N' + str(i).zfill(3) + '_' + layer_name_en\n\n            # add loader\n            if 'data' in layer:\n                node, pos_x, _uc, _name_list = self.add_node(\n                    pos_x, pos_y - 1, layer['data'], layer_name, {},\n                )\n                uc_list.append(_uc)\n                name_list += _name_list\n            else:\n                node = self.add_layer(pos_x, pos_y, layer_name)\n\n            # mg\n            _name = layer_name.split('.')[-1]\n            if _name.startswith('*'):\n                if a_mg is None:\n                    a_mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y + 1) * self.Y_OFFSET)\n                    a_mg.SetAttrs({'TOOLS_Name': xf.Name + '_MG'})\n                    a_mg.ConnectInput('Background', pre_node)\n                    name_list.append(a_mg.Name)\n                else:\n                    self.set_x(a_mg, pos_x)\n                if visible or a_mg.Foreground.GetConnectedOutput() is None:\n                    a_mg.ConnectInput('Foreground', node)\n                pre_node = a_mg\n                if not _name.startswith('!'):\n                    user_controls[uc_name + str(pos_x)] = self.uc_button(\n                        a_mg, node, page_name, _name, self.config_data.btn_size\n                    )\n            else:\n                mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y + 1) * self.Y_OFFSET)\n                mg.SetAttrs({'TOOLS_Name': _name + '_MG'})\n                name_list.append(mg.Name)\n                mg.ConnectInput('Background', pre_node)\n                if visible or _name.startswith('!'):\n                    mg.ConnectInput('Foreground', node)\n                pre_node = mg\n                if not _name.startswith('!'):\n                    user_controls2[uc_name + '_hide_' + str(pos_x)] = self.uc_button(\n                        mg, None, page_name, _name + ' hide', 0.5\n                    )\n                    user_controls2[uc_name + '_show_' + str(pos_x)] = self.uc_button(\n                        mg, node, page_name, _name + ' show', 0.5\n                    )\n            pos_x += 1\n\n        #\n        for k, v in user_controls2.items():\n            user_controls[k] = v\n        user_controls['Grp_' + xf.Name] = {\n            'LINKS_Name': name.replace('!', '').replace('*', ''),\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'LabelControl',\n            'LBLC_DropDownButton': True,\n            'LBLC_NumInputs': len(user_controls),\n            'INP_Default': 1,\n            'INP_External': False,\n            'INP_Passive': True,\n            'ICS_ControlPage': page_name,\n        }\n        for _uc in uc_list:\n            uc.update(_uc)\n        uc.update(user_controls)\n        pos_x -= 1\n        xf.ConnectInput('Input', pre_node)\n        self.set_x(xf, pos_x)\n\n        return xf, pos_x, uc, name_list\n\n    def add_node_ST(self, pos_x, pos_y, data, name):\n        pos_x += 1\n        xf = self.add_tool('Transform', pos_x, pos_y)\n        xf.SetAttrs({'TOOLS_Name': name})\n        wire = self.add_blank(pos_x, pos_y - 1)\n        pos_x += 1\n\n        # main\n        pre_node = wire\n        for layer_name, layer in data.items():\n            visible: bool = layer['visible']\n\n            mg = self.add_tool('Merge', pos_x, pos_y - 1)\n            if 'data' in layer:\n                node, pos_x = self.add_node_ST(pos_x, pos_y - 3, layer['data'], layer_name)\n                self.set_x(mg, pos_x - 1)\n            else:\n                node = self.add_layer(pos_x, pos_y - 3, layer_name)\n                pos_x += 1\n            mg.ConnectInput('Foreground', node)\n            mg.ConnectInput('Background', pre_node)\n            mg.Blend = 1 if visible else 0\n\n            pre_node = mg\n\n        xf.ConnectInput('Input', pre_node)\n        #\n        self.set_x(xf, pos_x - 1)\n        return xf, pos_x\n\n    def make(self):\n        # c = self.config_data\n        # self.load_json()\n        self.setup_base_node()\n        if self.json_data is None:\n            self.add_node_ST(\n                0, 0, self.tree_data['Root']['data'], 'Root'\n            )\n        else:\n            xf, _, _uc, name_list = self.add_node(\n                0, 0, self.json_data['Root']['data'], 'Root', {},\n            )\n\n            # xf\n            # uc = {'__flags': 2097152}  # 順番を保持するフラグ\n            uc = pose.get_uc(None)\n            for k, v in reversed(list(_uc.items())):\n                uc[k] = v\n            xf.UserControls = uc\n            xf = xf.Refresh()\n            self.set_orange(xf)\n\n            xf.Comments = '\\n'.join(reversed(name_list))\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(400, 100)\n\n        self.fusion = fusion\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # translate\n        self.setWindowTitle(APP_NAME)\n\n        # style sheet\n        self.ui.importButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.exrToolButton.clicked.connect(partial(self.toolButton_clicked))\n\n        self.ui.closeButton.clicked.connect(self.close)\n        self.ui.importButton.clicked.connect(self.import_json, Qt.QueuedConnection)\n\n    def import_json(self) -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            QMessageBox.warning(self, 'Error', 'Please execute in Fusion Page.')\n            return\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            QMessageBox.warning(self, 'Error', 'Composition not found.')\n            return\n\n        # main\n        c = self.get_data()\n        if c.exr_path == '':\n            QMessageBox.warning(self, 'Error', 'Please select EXR file.')\n            return\n        if not Path(c.exr_path).is_file():\n            QMessageBox.warning(self, 'Error', 'EXR file not found: %s' % c.exr_path)\n            return\n        comp.Lock()\n        comp.StartUndo('RS Import')\n        exr_path: Path = Path(comp.MapPath(c.exr_path))\n        importer = Importer(comp, c, exr_path)\n        importer.make()\n        comp.EndUndo(True)\n        comp.Unlock()\n        QMessageBox.information(self, \"Info\", 'Done!')\n        print('Done!')\n\n    def toolButton_clicked(self) -> None:\n        w = self.ui.exrLineEdit\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Select EXR File',\n            w.text(),\n            'EXR File (*.exr)',\n        )\n        if path != '':\n            w.setText(path)\n\n    def set_data(self, c: ConfigData):\n        self.ui.exrLineEdit.setText(c.exr_path)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.exr_path = self.ui.exrLineEdit.text().strip()\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/import_exr/import_exr.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>374</width>\n    <height>122</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_7\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"fileGroupBox\">\n      <property name=\"title\">\n       <string>File</string>\n      </property>\n      <layout class=\"QFormLayout\" name=\"formLayout\">\n       <item row=\"0\" column=\"0\">\n        <widget class=\"QLabel\" name=\"label_4\">\n         <property name=\"text\">\n          <string>EXR</string>\n         </property>\n        </widget>\n       </item>\n       <item row=\"0\" column=\"1\">\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n         <property name=\"spacing\">\n          <number>0</number>\n         </property>\n         <item>\n          <widget class=\"QLineEdit\" name=\"exrLineEdit\"/>\n         </item>\n         <item>\n          <widget class=\"QToolButton\" name=\"exrToolButton\">\n           <property name=\"text\">\n            <string>...</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer_2\">\n      <property name=\"orientation\">\n       <enum>Qt::Orientation::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>0</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Orientation::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"importButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>import</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/import_exr/import_exr_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'import_exr.ui'\n##\n## Created by: Qt User Interface Compiler version 6.9.1\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QFormLayout, QGroupBox, QHBoxLayout,\n    QLabel, QLineEdit, QMainWindow, QPushButton,\n    QSizePolicy, QSpacerItem, QToolButton, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(374, 122)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_7 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_7.setObjectName(u\"verticalLayout_7\")\n        self.fileGroupBox = QGroupBox(self.centralwidget)\n        self.fileGroupBox.setObjectName(u\"fileGroupBox\")\n        self.formLayout = QFormLayout(self.fileGroupBox)\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label_4 = QLabel(self.fileGroupBox)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.formLayout.setWidget(0, QFormLayout.ItemRole.LabelRole, self.label_4)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.exrLineEdit = QLineEdit(self.fileGroupBox)\n        self.exrLineEdit.setObjectName(u\"exrLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.exrLineEdit)\n\n        self.exrToolButton = QToolButton(self.fileGroupBox)\n        self.exrToolButton.setObjectName(u\"exrToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.exrToolButton)\n\n\n        self.formLayout.setLayout(0, QFormLayout.ItemRole.FieldRole, self.horizontalLayout_2)\n\n\n        self.verticalLayout_7.addWidget(self.fileGroupBox)\n\n        self.verticalSpacer_2 = QSpacerItem(20, 0, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)\n\n        self.verticalLayout_7.addItem(self.verticalSpacer_2)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer)\n\n        self.importButton = QPushButton(self.centralwidget)\n        self.importButton.setObjectName(u\"importButton\")\n        self.importButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.importButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.closeButton)\n\n\n        self.verticalLayout_7.addLayout(self.horizontalLayout_3)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.fileGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n        self.label_4.setText(QCoreApplication.translate(\"MainWindow\", u\"EXR\", None))\n        self.exrToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.importButton.setText(QCoreApplication.translate(\"MainWindow\", u\"import\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/importer/__init__.py",
    "content": "from .importer import (\n    run,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/importer/importer.py",
    "content": "import json\nimport sys\nfrom functools import partial\nfrom pathlib import Path\nfrom enum import IntEnum\n\nimport dataclasses\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n    QMessageBox,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    lang,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_fusion.core import pose\nfrom rs_fusion.tool.importer.importer_ui import Ui_MainWindow\n\nAPP_NAME = '読み込み(PsdSplitter用)'\nAPP_NAME_EN = 'Import(For PsdSplitter)'\n\n\nclass TatieStyle(IntEnum):\n    EXPRESSION = 0\n    CONNECTION = 1\n    CONNECTION_LABEL = 2\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    json_path: str = ''\n    style: TatieStyle = TatieStyle.CONNECTION_LABEL\n    btn_size: float = 0.25\n    space_x: int = 0\n    space_y: int = 0\n    is_normal: bool = False\n    use_mm: bool = False\n    use_mask: bool = False\n\n\nclass Importer:\n    def __init__(self, comp, fusion_ver, config_data: ConfigData, json_path: Path):\n        self.comp = comp\n        self.flow = comp.CurrentFrame.FlowView\n        self.config_data = config_data\n        self.json_path = json_path\n\n        self.json_data = None\n        self.dir = None\n        self.size_x = 0\n        self.size_y = 0\n\n        self.fusion_ver = fusion_ver\n\n        self.X_OFFSET = 1\n        self.Y_OFFSET = 4\n\n    def load_json(self):\n        with open(self.json_path, 'r', encoding='utf-8') as f:\n            self.json_data = json.load(f)\n            self.size_x = self.json_data['x']\n            self.size_y = self.json_data['y']\n            if 'directory' in self.json_data:\n                self.dir = Path(self.json_data['directory'])\n\n    def set_x(self, node, x):\n        _x, _y = self.flow.GetPosTable(node).values()\n        self.flow.SetPos(node, x * self.X_OFFSET, _y)\n\n    @staticmethod\n    def set_orange(node):\n        node.TileColor = {\n            '__flags': 256,\n            'R': 0.92156862745098,\n            'G': 0.431372549019608,\n            'B': 0,\n        }\n\n    @staticmethod\n    def uc_button(mg, node, page, layer_name, width):\n        if node is None:\n            lua = [\n                'local mg = comp:FindTool(\"%s\")' % mg.Name,\n                'mg.Foreground = nil',\n            ]\n        else:\n            lua = [\n                'local mg = comp:FindTool(\"%s\")' % mg.Name,\n                'local node = comp:FindTool(\"%s\")' % node.Name,\n                'mg:ConnectInput(\"Foreground\", node)',\n                'mg.Center:HideViewControls()',\n                'mg.Angle:HideViewControls()',\n                'mg.Size:HideViewControls()',\n            ]\n        return {\n            'LINKS_Name': layer_name,\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ButtonControl',\n            'INP_Integer': False,\n            'BTNCS_Execute': '\\n'.join(lua),\n            'INP_External': False,\n            'ICS_ControlPage': page,\n            'ICD_Width': width,\n        }\n\n    def add_set_dod(self, pos_x, pos_y, name, data_window):\n        node = self.comp.AddTool('SetDomain', pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        node.SetAttrs({'TOOLS_Name': name})\n        node.Mode = 'Set'\n        node.Left = data_window[0] / self.size_x\n        node.Bottom = data_window[1] / self.size_y\n        node.Right = data_window[2] / self.size_x\n        node.Top = data_window[3] / self.size_y\n        if name is not None:\n            node.SetAttrs({'TOOLS_Name': name})\n        return node\n\n    def add_bg(self, pos_x, pos_y):\n        bg = self.comp.AddTool('Background', pos_x * self.X_OFFSET, (pos_y - 1) * self.Y_OFFSET)\n        bg.UseFrameFormatSettings = 0\n        bg.Width = self.size_x\n        bg.Height = self.size_y\n        bg.TopLeftAlpha = 0\n        bg.Depth = 1\n        node = self.add_set_dod(pos_x, pos_y, None, [0, 0, 0, 0])\n        node.ConnectInput('Input', bg)\n        return node\n\n    def add_base_bg(self, pos_x, pos_y):\n        bg = self.comp.AddTool('Background', pos_x * self.X_OFFSET, (pos_y - 1) * self.Y_OFFSET)\n        bg.UseFrameFormatSettings = 0\n        bg.Width = self.size_x + self.config_data.space_x\n        bg.Height = self.size_y + self.config_data.space_y\n        bg.TopLeftAlpha = 0\n        bg.Depth = 1\n        node = self.add_set_dod(pos_x, pos_y, None, [0, 0, 0, 0])\n        node.ConnectInput('Input', bg)\n        return node\n\n    def add_xf_bg(self, pos_x, pos_y, name):\n        xf = self.comp.AddTool('Transform', pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        xf.SetAttrs({'TOOLS_Name': name})\n        if name == 'Root':\n            bg = self.add_base_bg(pos_x, pos_y - 1)\n        else:\n            bg = self.add_bg(pos_x, pos_y - 1)\n        return xf, bg\n\n    def add_xf_bg_c(self, pos_x, pos_y, name):\n        xf = self.comp.AddTool('Transform', pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        xf.SetAttrs({'TOOLS_Name': name})\n        node = self.add_bg(pos_x, pos_y - 1)\n        return xf, node\n\n    def add_ld(self, pos_x, pos_y, path: str):\n        if self.dir is not None:\n            # json file 基準で相対パスに画像がある場合\n            _path = self.json_path.parent.joinpath(\n                Path(path).relative_to(self.dir)\n            )\n            if _path.is_file():\n                path = str(_path)\n\n        node = self.comp.AddTool('Loader', pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        node.Clip[1] = self.comp.ReverseMapPath(path.replace('/', '\\\\'))\n        node.Loop[1] = 1\n        node.PostMultiplyByAlpha = 1 if self.fusion_ver < 10 else 0\n        node.GlobalIn = -1000\n        node.GlobalOut = -1000\n        return node\n\n    def add_mask(self, pos_x, pos_y, data_window):\n        node = self.comp.AddTool('RectangleMask', pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        left = data_window[0] / self.size_x\n        bottom = data_window[1] / self.size_y\n        right = data_window[2] / self.size_x\n        top = data_window[3] / self.size_y\n        node.Center = [(left + right) / 2, (bottom + top) / 2]\n        node.Width = right - left\n        node.Height = top - bottom\n        return node\n\n    def add_node_A(self, pos_x, pos_y, data, name):\n        pos_x += 1\n        xf, bg = self.add_xf_bg(pos_x, pos_y, name)\n        pos_x += 1\n        pos_y -= 2\n\n        # main\n        user_controls = {}\n        cb_name = ''\n        cb_cnt: int = 0\n        pre_node = bg\n        for i, layer in enumerate(data):\n            layer_name: str = layer['name']\n            layer_name_en: str = layer['name_en']\n            visible: bool = layer['visible']\n            layer_data = layer['data']\n\n            mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y + 1) * self.Y_OFFSET)\n            if type(layer_data) is list:\n                node, pos_x = self.add_node_A(pos_x, pos_y - 1, layer_data, layer_name)\n                self.set_x(mg, pos_x - 1)\n            else:\n                node = self.add_ld(pos_x, pos_y, layer_data)\n                if 'data_window' in layer.keys() and self.config_data.use_mask:\n                    _mask = self.add_mask(pos_x, pos_y - 1, layer['data_window'])\n                    node.ConnectInput('EffectMask', _mask)\n                pos_x += 1\n            mg.ConnectInput('Foreground', node)\n            mg.ConnectInput('Background', pre_node)\n            if layer_name.startswith('*'):\n                if cb_name == '':\n                    cb_name = 'N' + str(i).zfill(3)\n                    user_controls[cb_name] = {\n                        'LINKID_DataType': 'Number',\n                        'INPID_InputControl': 'ComboControl',\n                        'LINKS_Name': name if name != 'Root' else 'Select',\n                        'INP_Integer': True,\n                        'INP_Default': 0,\n                        'ICS_ControlPage': 'User',\n                    }\n                dct = user_controls[cb_name]\n                dct[cb_cnt + 1] = {'CCS_AddString': '%s' % layer_name}\n                if visible:\n                    dct['INP_Default'] = cb_cnt\n                mg.Blend.SetExpression('iif(%s.%s == %d, 1, 0)' % (xf.Name, cb_name, cb_cnt))\n                cb_cnt += 1\n            else:\n                uc_name = 'N' + str(i).zfill(3) + '_' + layer_name_en\n                user_controls[uc_name] = {\n                    'LINKID_DataType': 'Number',\n                    'INPID_InputControl': 'CheckboxControl',\n                    'LINKS_Name': layer_name,\n                    'INP_Integer': True,\n                    'CBC_TriState': False,\n                    'INP_Default': 1 if visible else 0,\n                    'ICS_ControlPage': 'User',\n                    # 'ICS_ControlPage': 'Controls',\n                }\n                mg.Blend.SetExpression('%s.%s' % (xf.Name, uc_name))\n\n            pre_node = mg\n\n        # user control\n        user_controls['Grp_' + name] = {\n            'LINKS_Name': name,\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'LabelControl',\n            'LBLC_DropDownButton': True,\n            'LBLC_NumInputs': len(user_controls),\n            'INP_Default': 1,\n            'INP_External': False,\n            'INP_Passive': True,\n            'ICS_ControlPage': 'User',\n        }\n        if name == 'Root':\n            user_controls['Refresh'] = {\n                'LINKS_Name': 'Refresh',\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'ButtonControl',\n                'INP_Integer': False,\n                'BTNCS_Execute': \"comp:StartUndo('RS Refresh');\"\n                                 \"local tool_list = comp:GetToolList(false, 'Fuse.RS_GlobalStart');\"\n                                 \"for k,v in pairs(tool_list) do v:Refresh() end;\"\n                                 \"comp:EndUndo(true)\\n\",\n                'ICS_ControlPage': 'Tools',\n            }\n        xf.ConnectInput('Input', pre_node)\n        uc = {'__flags': 2097152}  # 順番を保持するフラグ\n        for k, v in reversed(list(user_controls.items())):\n            uc[k] = v\n        xf.UserControls = uc\n        xf = xf.Refresh()\n\n        #\n        self.set_x(xf, pos_x - 1)\n        self.set_orange(xf)\n        return xf, pos_x\n\n    def add_node_B(self, pos_x, pos_y, data, name, uc, use_label):\n        pos_x += 1\n        xf, bg = self.add_xf_bg(pos_x, pos_y, name)\n        pos_x += 1\n        pos_y -= 2\n\n        # data sort\n        a_data = []\n        b_data = []\n        c_data = []\n        for layer in data:\n            if layer['name'].startswith('*'):\n                b_data.append(layer)\n            else:\n                if len(b_data) == 0:\n                    a_data.append(layer)\n                else:\n                    c_data.append(layer)\n        _data = a_data + b_data + c_data\n\n        # main\n        pre_node = bg\n        a_mg = None\n        page_name = 'ポーズ' if use_label else xf.Name\n        name_list = []\n        user_controls = {}\n        user_controls2 = {}\n        uc_list = []\n        for i, layer in enumerate(_data):\n            layer_name: str = layer['name']\n            layer_name_en: str = layer['name_en']\n            visible: bool = layer['visible']\n            layer_data = layer['data']\n            uc_name = 'N' + str(i).zfill(3) + '_' + layer_name_en\n\n            # add loader\n            if type(layer_data) is list:\n                node, pos_x, _uc, _name_list = self.add_node_B(\n                    pos_x, pos_y - 1, layer_data, layer_name, {}, use_label\n                )\n                uc_list.append(_uc)\n                name_list += _name_list\n            else:\n                node = self.add_ld(pos_x, pos_y, layer_data)\n                if 'data_window' in layer.keys() and self.config_data.use_mask:\n                    _mask = self.add_mask(pos_x, pos_y - 1, layer['data_window'])\n                    node.ConnectInput('EffectMask', _mask)\n            # mg\n            if layer_name.startswith('*'):\n                if a_mg is None:\n                    a_mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y + 1) * self.Y_OFFSET)\n                    a_mg.SetAttrs({'TOOLS_Name': xf.Name + '_MG'})\n                    a_mg.ConnectInput('Background', pre_node)\n                    name_list.append(a_mg.Name)\n                else:\n                    self.set_x(a_mg, pos_x)\n                if visible or a_mg.Foreground.GetConnectedOutput() is None:\n                    a_mg.ConnectInput('Foreground', node)\n                pre_node = a_mg\n                if not layer_name.startswith('!'):\n                    user_controls[uc_name + str(pos_x)] = self.uc_button(\n                        a_mg, node, page_name, layer_name, self.config_data.btn_size\n                    )\n            else:\n                mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y + 1) * self.Y_OFFSET)\n                mg.SetAttrs({'TOOLS_Name': layer_name + '_MG'})\n                name_list.append(mg.Name)\n                mg.ConnectInput('Background', pre_node)\n                if visible or layer_name.startswith('!'):\n                    mg.ConnectInput('Foreground', node)\n                pre_node = mg\n                if not layer_name.startswith('!'):\n                    user_controls2[uc_name + '_hide_' + str(pos_x)] = self.uc_button(\n                        mg, None, page_name, layer_name + ' hide', 0.5\n                    )\n                    user_controls2[uc_name + '_show_' + str(pos_x)] = self.uc_button(\n                        mg, node, page_name, layer_name + ' show', 0.5\n                    )\n            pos_x += 1\n\n        #\n        for k, v in user_controls2.items():\n            user_controls[k] = v\n        if use_label:\n            user_controls['Grp_' + xf.Name] = {\n                'LINKS_Name': name.replace('!', '').replace('*', ''),\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'LabelControl',\n                'LBLC_DropDownButton': True,\n                'LBLC_NumInputs': len(user_controls),\n                'INP_Default': 1,\n                'INP_External': False,\n                'INP_Passive': True,\n                'ICS_ControlPage': page_name,\n            }\n        for _uc in uc_list:\n            uc.update(_uc)\n        uc.update(user_controls)\n        pos_x -= 1\n        xf.ConnectInput('Input', pre_node)\n        self.set_x(xf, pos_x)\n\n        return xf, pos_x, uc, name_list\n\n    def add_node_ST(self, pos_x, pos_y, data, name):\n        pos_x += 1\n        xf, bg = self.add_xf_bg_c(pos_x, pos_y, name)\n        pos_x += 1\n\n        # main\n        pre_node = bg\n        for i, layer in enumerate(data):\n            layer_name: str = layer['name']\n            visible: bool = layer['visible']\n            layer_data = layer['data']\n\n            mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y - 1) * self.Y_OFFSET)\n            if type(layer_data) is list:\n                node, pos_x = self.add_node_ST(pos_x, pos_y - 3, layer_data, layer_name)\n                self.set_x(mg, pos_x - 1)\n            else:\n                node = self.add_ld(pos_x, pos_y - 3, layer_data)\n                if 'data_window' in layer.keys() and self.config_data.use_mask:\n                    _mask = self.add_mask(pos_x, pos_y - 4, layer['data_window'])\n                    node.ConnectInput('EffectMask', _mask)\n                pos_x += 1\n            mg.ConnectInput('Foreground', node)\n            mg.ConnectInput('Background', pre_node)\n            mg.Blend = 1 if visible else 0\n\n            pre_node = mg\n\n        xf.ConnectInput('Input', pre_node)\n        #\n        self.set_x(xf, pos_x - 1)\n        return xf, pos_x\n\n    def add_node_STMM(self, pos_x, pos_y, data, name):\n        bg = self.add_bg(pos_x, pos_y)\n        pos_x += 1\n        mm = self.comp.AddTool('MultiMerge', pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        mm.SetAttrs({'TOOLS_Name': name})\n        mm.ConnectInput('Background', bg)\n\n        for i, layer in enumerate(data, 1):\n            layer_name: str = layer['name']\n            visible: bool = layer['visible']\n            layer_data = layer['data']\n\n            if type(layer_data) is list:\n                node, pos_x = self.add_node_STMM(pos_x, pos_y - 3, layer_data, layer_name)\n            else:\n                node = self.add_ld(pos_x, pos_y - 3, layer_data)\n                if 'data_window' in layer.keys() and self.config_data.use_mask:\n                    _mask = self.add_mask(pos_x, pos_y - 4, layer['data_window'])\n                    node.ConnectInput('EffectMask', _mask)\n                pos_x += 1\n            mm.ConnectInput(f'Layer{i}.Foreground', node)\n            mm.SetInput(f'LayerEnabled{i}', 1 if visible else 0)\n\n        #\n        self.set_x(mm, pos_x - 1)\n        return mm, pos_x\n\n    def make(self):\n        c = self.config_data\n        self.load_json()\n        if c.is_normal:\n            if c.use_mm:\n                self.add_node_STMM(0, 0, self.json_data['data'], self.json_data['name'])\n            else:\n                self.add_node_ST(0, 0, self.json_data['data'], self.json_data['name'])\n        else:\n            if c.style == TatieStyle.EXPRESSION:\n                self.add_node_A(0, 0, self.json_data['data'], self.json_data['name'])\n            else:\n                use_label = c.style == TatieStyle.CONNECTION_LABEL\n                xf, _, _uc, name_list = self.add_node_B(\n                    0, 0, self.json_data['data'], self.json_data['name'], {}, use_label\n                )\n\n                # xf\n                # uc = {'__flags': 2097152}  # 順番を保持するフラグ\n                uc = pose.get_uc(None)\n                for k, v in reversed(list(_uc.items())):\n                    uc[k] = v\n                xf.UserControls = uc\n                xf = xf.Refresh()\n                self.set_orange(xf)\n\n                xf.Comments = '\\n'.join(reversed(name_list))\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(300, 200)\n\n        self.fusion = fusion\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # translate\n        self.lang_code: lang.Code = lang.load()\n        self.setWindowTitle('%s' % (APP_NAME if self.lang_code == lang.Code.ja else APP_NAME_EN))\n        self.translate()\n\n        # style sheet\n        self.ui.importButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.useMaskCheckBox.stateChanged.connect(self.ui.useMask2CheckBox.setChecked)\n        self.ui.useMask2CheckBox.stateChanged.connect(self.ui.useMaskCheckBox.setChecked)\n\n        self.ui.jsonToolButton.clicked.connect(partial(self.toolButton_clicked))\n\n        self.ui.closeButton.clicked.connect(self.close)\n        self.ui.importButton.clicked.connect(self.import_json, Qt.QueuedConnection)\n\n    def translate(self) -> None:\n        if self.lang_code == lang.Code.en:\n            self.ui.fileGroupBox.setTitle('File')\n            self.ui.tatieFormatGroupBox.setTitle('Tatie Format')\n            self.ui.connectOptionGroupBox.setTitle('Options of Switching Connection')\n            self.ui.expandGroupBox.setTitle('Expand size')\n\n            self.ui.tabWidget.setTabText(0, 'Tatie')\n            self.ui.tabWidget.setTabText(1, 'Normal')\n\n            self.ui.expRadioButton.setText('Expression')\n            self.ui.connectRadioButton.setText('Switching Connection(Page)')\n            self.ui.connectLabelRadioButton.setText('Switching Connection(Label)')\n            self.ui.label.setText('')\n            self.ui.btnSizeLabel.setText('Button Size')\n\n    def import_json(self) -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            print(\n                'Please execute in Fusion Page.'\n                if self.lang_code == lang.Code.en else\n                'Fusion Pageで実行してください。'\n            )\n            return\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            print(\n                'Composition not found.'\n                if self.lang_code == lang.Code.en else\n                'コンポジションが見付かりません。'\n            )\n            return\n        ver = self.fusion.Version\n\n        # main\n        c = self.get_data()\n        comp.Lock()\n        comp.StartUndo('RS Import')\n        json_path: Path = Path(comp.MapPath(c.json_path))\n        importer = Importer(comp, ver, self.get_data(), json_path)\n        importer.make()\n        comp.EndUndo(True)\n        comp.Unlock()\n        QMessageBox.information(self, \"Info\", 'Done!')\n        print('Done!')\n\n    def toolButton_clicked(self) -> None:\n        w = self.ui.jsonLineEdit\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Select JSON File',\n            w.text(),\n            'JSON File (*.json)',\n        )\n        if path != '':\n            w.setText(path)\n\n    def set_data(self, c: ConfigData):\n        self.ui.jsonLineEdit.setText(c.json_path)\n        if c.style == TatieStyle.EXPRESSION:\n            self.ui.expRadioButton.setChecked(True)\n        elif c.style == TatieStyle.CONNECTION:\n            self.ui.connectRadioButton.setChecked(True)\n        else:\n            self.ui.connectLabelRadioButton.setChecked(True)\n\n        self.ui.btnSizeSpinBox.setValue(c.btn_size)\n\n        self.ui.xSpinBox.setValue(c.space_x)\n        self.ui.ySpinBox.setValue(c.space_y)\n\n        self.ui.tabWidget.setCurrentIndex(1 if c.is_normal else 0)\n        self.ui.useMMCheckBox.setChecked(c.use_mm)\n\n        self.ui.useMaskCheckBox.setChecked(c.use_mask)\n        self.ui.useMask2CheckBox.setChecked(c.use_mask)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.json_path = self.ui.jsonLineEdit.text()\n        if self.ui.expRadioButton.isChecked():\n            c.style = TatieStyle.EXPRESSION\n        elif self.ui.connectRadioButton.isChecked():\n            c.style = TatieStyle.CONNECTION\n        else:\n            c.style = TatieStyle.CONNECTION_LABEL\n\n        c.btn_size = self.ui.btnSizeSpinBox.value()\n\n        c.space_x = self.ui.xSpinBox.value()\n        c.space_y = self.ui.ySpinBox.value()\n\n        c.is_normal = self.ui.tabWidget.currentIndex() == 1\n        c.use_mm = self.ui.useMMCheckBox.isChecked()\n\n        c.use_mask = self.ui.useMaskCheckBox.isChecked()\n\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/importer/importer.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>285</width>\n    <height>500</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_7\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"fileGroupBox\">\n      <property name=\"title\">\n       <string>ファイル</string>\n      </property>\n      <layout class=\"QFormLayout\" name=\"formLayout\">\n       <item row=\"0\" column=\"0\">\n        <widget class=\"QLabel\" name=\"label_4\">\n         <property name=\"text\">\n          <string>JSON</string>\n         </property>\n        </widget>\n       </item>\n       <item row=\"0\" column=\"1\">\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n         <property name=\"spacing\">\n          <number>0</number>\n         </property>\n         <item>\n          <widget class=\"QLineEdit\" name=\"jsonLineEdit\"/>\n         </item>\n         <item>\n          <widget class=\"QToolButton\" name=\"jsonToolButton\">\n           <property name=\"text\">\n            <string>...</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QTabWidget\" name=\"tabWidget\">\n      <property name=\"currentIndex\">\n       <number>0</number>\n      </property>\n      <widget class=\"QWidget\" name=\"tab\">\n       <attribute name=\"title\">\n        <string>立ち絵</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n        <item>\n         <widget class=\"QGroupBox\" name=\"tatieFormatGroupBox\">\n          <property name=\"title\">\n           <string>立ち絵形式</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n           <item>\n            <widget class=\"QRadioButton\" name=\"expRadioButton\">\n             <property name=\"text\">\n              <string>エクスプレッション</string>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QRadioButton\" name=\"connectRadioButton\">\n             <property name=\"text\">\n              <string>コネクション切り替え(Page)</string>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QRadioButton\" name=\"connectLabelRadioButton\">\n             <property name=\"text\">\n              <string>コネクション切り替え(Label)</string>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QLabel\" name=\"label\">\n             <property name=\"text\">\n              <string>※エクスプレッションが従来のものです。</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"connectOptionGroupBox\">\n          <property name=\"title\">\n           <string>コネクション切り替え式オプション</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_6\">\n           <item>\n            <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n             <item>\n              <widget class=\"QLabel\" name=\"btnSizeLabel\">\n               <property name=\"text\">\n                <string>通常ボタン サイズ</string>\n               </property>\n              </widget>\n             </item>\n             <item>\n              <widget class=\"QDoubleSpinBox\" name=\"btnSizeSpinBox\"/>\n             </item>\n            </layout>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox\">\n          <property name=\"title\">\n           <string>Image</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n           <item>\n            <widget class=\"QCheckBox\" name=\"useMaskCheckBox\">\n             <property name=\"text\">\n              <string>Use Mask</string>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QGroupBox\" name=\"expandGroupBox\">\n             <property name=\"title\">\n              <string>拡張 (アニメーション スペース確保)</string>\n             </property>\n             <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n              <item>\n               <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n                <item>\n                 <widget class=\"QLabel\" name=\"label_2\">\n                  <property name=\"text\">\n                   <string>X</string>\n                  </property>\n                 </widget>\n                </item>\n                <item>\n                 <widget class=\"QSpinBox\" name=\"xSpinBox\">\n                  <property name=\"sizePolicy\">\n                   <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n                    <horstretch>0</horstretch>\n                    <verstretch>0</verstretch>\n                   </sizepolicy>\n                  </property>\n                  <property name=\"alignment\">\n                   <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n                  </property>\n                  <property name=\"suffix\">\n                   <string> px</string>\n                  </property>\n                  <property name=\"maximum\">\n                   <number>999999999</number>\n                  </property>\n                 </widget>\n                </item>\n                <item>\n                 <widget class=\"QLabel\" name=\"label_3\">\n                  <property name=\"text\">\n                   <string>Y</string>\n                  </property>\n                 </widget>\n                </item>\n                <item>\n                 <widget class=\"QSpinBox\" name=\"ySpinBox\">\n                  <property name=\"sizePolicy\">\n                   <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n                    <horstretch>0</horstretch>\n                    <verstretch>0</verstretch>\n                   </sizepolicy>\n                  </property>\n                  <property name=\"alignment\">\n                   <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n                  </property>\n                  <property name=\"suffix\">\n                   <string> px</string>\n                  </property>\n                  <property name=\"maximum\">\n                   <number>999999999</number>\n                  </property>\n                 </widget>\n                </item>\n               </layout>\n              </item>\n             </layout>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab2\">\n       <attribute name=\"title\">\n        <string>通常</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\n        <item>\n         <widget class=\"QCheckBox\" name=\"useMMCheckBox\">\n          <property name=\"text\">\n           <string>MultiMerge</string>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QCheckBox\" name=\"useMask2CheckBox\">\n          <property name=\"text\">\n           <string>Use Mask</string>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <spacer name=\"verticalSpacer\">\n          <property name=\"orientation\">\n           <enum>Qt::Vertical</enum>\n          </property>\n          <property name=\"sizeHint\" stdset=\"0\">\n           <size>\n            <width>20</width>\n            <height>146</height>\n           </size>\n          </property>\n         </spacer>\n        </item>\n       </layout>\n      </widget>\n     </widget>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer_2\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>0</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"importButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>import</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/importer/importer_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'importer.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QDoubleSpinBox, QFormLayout,\n    QGroupBox, QHBoxLayout, QLabel, QLineEdit,\n    QMainWindow, QPushButton, QRadioButton, QSizePolicy,\n    QSpacerItem, QSpinBox, QTabWidget, QToolButton,\n    QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(285, 500)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_7 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_7.setObjectName(u\"verticalLayout_7\")\n        self.fileGroupBox = QGroupBox(self.centralwidget)\n        self.fileGroupBox.setObjectName(u\"fileGroupBox\")\n        self.formLayout = QFormLayout(self.fileGroupBox)\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label_4 = QLabel(self.fileGroupBox)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label_4)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.jsonLineEdit = QLineEdit(self.fileGroupBox)\n        self.jsonLineEdit.setObjectName(u\"jsonLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.jsonLineEdit)\n\n        self.jsonToolButton = QToolButton(self.fileGroupBox)\n        self.jsonToolButton.setObjectName(u\"jsonToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.jsonToolButton)\n\n\n        self.formLayout.setLayout(0, QFormLayout.FieldRole, self.horizontalLayout_2)\n\n\n        self.verticalLayout_7.addWidget(self.fileGroupBox)\n\n        self.tabWidget = QTabWidget(self.centralwidget)\n        self.tabWidget.setObjectName(u\"tabWidget\")\n        self.tab = QWidget()\n        self.tab.setObjectName(u\"tab\")\n        self.verticalLayout_2 = QVBoxLayout(self.tab)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.tatieFormatGroupBox = QGroupBox(self.tab)\n        self.tatieFormatGroupBox.setObjectName(u\"tatieFormatGroupBox\")\n        self.verticalLayout_3 = QVBoxLayout(self.tatieFormatGroupBox)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.expRadioButton = QRadioButton(self.tatieFormatGroupBox)\n        self.expRadioButton.setObjectName(u\"expRadioButton\")\n\n        self.verticalLayout_3.addWidget(self.expRadioButton)\n\n        self.connectRadioButton = QRadioButton(self.tatieFormatGroupBox)\n        self.connectRadioButton.setObjectName(u\"connectRadioButton\")\n\n        self.verticalLayout_3.addWidget(self.connectRadioButton)\n\n        self.connectLabelRadioButton = QRadioButton(self.tatieFormatGroupBox)\n        self.connectLabelRadioButton.setObjectName(u\"connectLabelRadioButton\")\n\n        self.verticalLayout_3.addWidget(self.connectLabelRadioButton)\n\n        self.label = QLabel(self.tatieFormatGroupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.verticalLayout_3.addWidget(self.label)\n\n\n        self.verticalLayout_2.addWidget(self.tatieFormatGroupBox)\n\n        self.connectOptionGroupBox = QGroupBox(self.tab)\n        self.connectOptionGroupBox.setObjectName(u\"connectOptionGroupBox\")\n        self.verticalLayout_6 = QVBoxLayout(self.connectOptionGroupBox)\n        self.verticalLayout_6.setObjectName(u\"verticalLayout_6\")\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.btnSizeLabel = QLabel(self.connectOptionGroupBox)\n        self.btnSizeLabel.setObjectName(u\"btnSizeLabel\")\n\n        self.horizontalLayout_4.addWidget(self.btnSizeLabel)\n\n        self.btnSizeSpinBox = QDoubleSpinBox(self.connectOptionGroupBox)\n        self.btnSizeSpinBox.setObjectName(u\"btnSizeSpinBox\")\n\n        self.horizontalLayout_4.addWidget(self.btnSizeSpinBox)\n\n\n        self.verticalLayout_6.addLayout(self.horizontalLayout_4)\n\n\n        self.verticalLayout_2.addWidget(self.connectOptionGroupBox)\n\n        self.groupBox = QGroupBox(self.tab)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout_4 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.useMaskCheckBox = QCheckBox(self.groupBox)\n        self.useMaskCheckBox.setObjectName(u\"useMaskCheckBox\")\n\n        self.verticalLayout_4.addWidget(self.useMaskCheckBox)\n\n        self.expandGroupBox = QGroupBox(self.groupBox)\n        self.expandGroupBox.setObjectName(u\"expandGroupBox\")\n        self.verticalLayout = QVBoxLayout(self.expandGroupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.label_2 = QLabel(self.expandGroupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.horizontalLayout.addWidget(self.label_2)\n\n        self.xSpinBox = QSpinBox(self.expandGroupBox)\n        self.xSpinBox.setObjectName(u\"xSpinBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.xSpinBox.sizePolicy().hasHeightForWidth())\n        self.xSpinBox.setSizePolicy(sizePolicy)\n        self.xSpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.xSpinBox.setMaximum(999999999)\n\n        self.horizontalLayout.addWidget(self.xSpinBox)\n\n        self.label_3 = QLabel(self.expandGroupBox)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.horizontalLayout.addWidget(self.label_3)\n\n        self.ySpinBox = QSpinBox(self.expandGroupBox)\n        self.ySpinBox.setObjectName(u\"ySpinBox\")\n        sizePolicy.setHeightForWidth(self.ySpinBox.sizePolicy().hasHeightForWidth())\n        self.ySpinBox.setSizePolicy(sizePolicy)\n        self.ySpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.ySpinBox.setMaximum(999999999)\n\n        self.horizontalLayout.addWidget(self.ySpinBox)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n\n        self.verticalLayout_4.addWidget(self.expandGroupBox)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox)\n\n        self.tabWidget.addTab(self.tab, \"\")\n        self.tab2 = QWidget()\n        self.tab2.setObjectName(u\"tab2\")\n        self.verticalLayout_5 = QVBoxLayout(self.tab2)\n        self.verticalLayout_5.setObjectName(u\"verticalLayout_5\")\n        self.useMMCheckBox = QCheckBox(self.tab2)\n        self.useMMCheckBox.setObjectName(u\"useMMCheckBox\")\n\n        self.verticalLayout_5.addWidget(self.useMMCheckBox)\n\n        self.useMask2CheckBox = QCheckBox(self.tab2)\n        self.useMask2CheckBox.setObjectName(u\"useMask2CheckBox\")\n\n        self.verticalLayout_5.addWidget(self.useMask2CheckBox)\n\n        self.verticalSpacer = QSpacerItem(20, 146, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_5.addItem(self.verticalSpacer)\n\n        self.tabWidget.addTab(self.tab2, \"\")\n\n        self.verticalLayout_7.addWidget(self.tabWidget)\n\n        self.verticalSpacer_2 = QSpacerItem(20, 0, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_7.addItem(self.verticalSpacer_2)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer)\n\n        self.importButton = QPushButton(self.centralwidget)\n        self.importButton.setObjectName(u\"importButton\")\n        self.importButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.importButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.closeButton)\n\n\n        self.verticalLayout_7.addLayout(self.horizontalLayout_3)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        self.tabWidget.setCurrentIndex(0)\n\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.fileGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30d5\\u30a1\\u30a4\\u30eb\", None))\n        self.label_4.setText(QCoreApplication.translate(\"MainWindow\", u\"JSON\", None))\n        self.jsonToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.tatieFormatGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u7acb\\u3061\\u7d75\\u5f62\\u5f0f\", None))\n        self.expRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30a8\\u30af\\u30b9\\u30d7\\u30ec\\u30c3\\u30b7\\u30e7\\u30f3\", None))\n        self.connectRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30b3\\u30cd\\u30af\\u30b7\\u30e7\\u30f3\\u5207\\u308a\\u66ff\\u3048(Page)\", None))\n        self.connectLabelRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30b3\\u30cd\\u30af\\u30b7\\u30e7\\u30f3\\u5207\\u308a\\u66ff\\u3048(Label)\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u203b\\u30a8\\u30af\\u30b9\\u30d7\\u30ec\\u30c3\\u30b7\\u30e7\\u30f3\\u304c\\u5f93\\u6765\\u306e\\u3082\\u306e\\u3067\\u3059\\u3002\", None))\n        self.connectOptionGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30b3\\u30cd\\u30af\\u30b7\\u30e7\\u30f3\\u5207\\u308a\\u66ff\\u3048\\u5f0f\\u30aa\\u30d7\\u30b7\\u30e7\\u30f3\", None))\n        self.btnSizeLabel.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u901a\\u5e38\\u30dc\\u30bf\\u30f3 \\u30b5\\u30a4\\u30ba\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Image\", None))\n        self.useMaskCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Use Mask\", None))\n        self.expandGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u62e1\\u5f35 (\\u30a2\\u30cb\\u30e1\\u30fc\\u30b7\\u30e7\\u30f3 \\u30b9\\u30da\\u30fc\\u30b9\\u78ba\\u4fdd)\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"X\", None))\n        self.xSpinBox.setSuffix(QCoreApplication.translate(\"MainWindow\", u\" px\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"Y\", None))\n        self.ySpinBox.setSuffix(QCoreApplication.translate(\"MainWindow\", u\" px\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QCoreApplication.translate(\"MainWindow\", u\"\\u7acb\\u3061\\u7d75\", None))\n        self.useMMCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"MultiMerge\", None))\n        self.useMask2CheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Use Mask\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab2), QCoreApplication.translate(\"MainWindow\", u\"\\u901a\\u5e38\", None))\n        self.importButton.setText(QCoreApplication.translate(\"MainWindow\", u\"import\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/insert_tool/__init__.py",
    "content": "from .insert_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/insert_tool/insert_tool.py",
    "content": "import sys\nimport functools\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n    QSortFilterProxyModel,\n    QEvent, QItemSelectionModel,\n)\nfrom PySide6.QtGui import (\n    QKeySequence,\n    QKeyEvent,\n    QAction,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import operator as op\nfrom rs_fusion.tool.insert_tool.insert_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'InsertTool'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n            | Qt.MSWindowsFixedSizeDialogHint\n        )\n        self.resize(200, 600)\n\n        self.fusion = fusion\n\n        # list view\n        lst = []\n        self.dct = {}\n        reg = list(self.fusion.GetRegList(self.fusion.CT_Tool).values())\n        for r in reg:\n            attrs = r.GetAttrs()\n            txt = r.Name\n            if 'REGS_OpIconString' in attrs:\n                txt += '(' + attrs['REGS_OpIconString'] + ')'\n            lst.append(txt)\n            self.dct[txt] = r.ID\n        v = self.ui.listView\n        m = QStringListModel(lst)\n        pm = QSortFilterProxyModel()\n        pm.setFilterCaseSensitivity(Qt.CaseInsensitive)\n        pm.setSourceModel(m)\n        v.setModel(pm)\n        sm = v.selectionModel()\n        self.model = m\n        self.proxy_model = pm\n        self.selection_model = sm\n\n        # shortcut\n        up_action = QAction(self)\n        up_action.setShortcut(QKeySequence(Qt.Key_Up))\n        up_action.setShortcutContext(Qt.ApplicationShortcut)\n        up_action.triggered.connect(self.select_up)\n        self.addAction(up_action)\n        down_action = QAction(self)\n        down_action.setShortcut(QKeySequence(Qt.Key_Down))\n        down_action.setShortcutContext(Qt.ApplicationShortcut)\n        down_action.triggered.connect(self.select_down)\n        self.addAction(down_action)\n\n        return_action = QAction(self)\n        return_action.setShortcut(QKeySequence(Qt.Key_Return))\n        return_action.setShortcutContext(Qt.ApplicationShortcut)\n        return_action.triggered.connect(self.insert)\n        self.addAction(return_action)\n\n        # button\n        self.ui.insertButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.lineEdit.textChanged.connect(pm.setFilterFixedString)\n        self.ui.lineEdit.textChanged.connect(self.select_first)\n        #\n        self.ui.insertButton.clicked.connect(self.insert)\n        self.ui.minimizeButton.clicked.connect(functools.partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n        self.select_first()\n\n    def select_first(self):\n        self.selection_model.clearSelection()\n        self.selection_model.select(self.proxy_model.index(0, 0), QItemSelectionModel.SelectionFlag.SelectCurrent)\n        self.ui.listView.keyPressEvent(QKeyEvent(QEvent.KeyPress, Qt.Key_Up, Qt.NoModifier))\n\n    def select_up(self):\n        self.ui.listView.keyPressEvent(QKeyEvent(QEvent.KeyPress, Qt.Key_Up, Qt.NoModifier))\n\n    def select_down(self):\n        self.ui.listView.keyPressEvent(QKeyEvent(QEvent.KeyPress, Qt.Key_Down, Qt.NoModifier))\n\n    def insert(self):\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n        indexes = self.selection_model.selectedIndexes()\n        if len(indexes) == 0:\n            return\n        txt = self.model.data(self.proxy_model.mapToSource(indexes[0]), Qt.DisplayRole)\n        op.insert(comp, self.dct[txt])\n\n    def show(self) -> None:\n        super().show()\n        self.ui.lineEdit.setFocus()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/insert_tool/insert_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>257</width>\n    <height>369</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QListView\" name=\"listView\">\n      <property name=\"editTriggers\">\n       <set>QAbstractItemView::NoEditTriggers</set>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QLineEdit\" name=\"lineEdit\"/>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <property name=\"spacing\">\n       <number>2</number>\n      </property>\n      <item>\n       <widget class=\"QPushButton\" name=\"insertButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>insert</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/insert_tool/insert_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'insert_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QHBoxLayout, QLineEdit,\n    QListView, QMainWindow, QPushButton, QSizePolicy,\n    QSpacerItem, QToolButton, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(257, 369)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.listView = QListView(self.centralwidget)\n        self.listView.setObjectName(u\"listView\")\n        self.listView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n\n        self.verticalLayout.addWidget(self.listView)\n\n        self.lineEdit = QLineEdit(self.centralwidget)\n        self.lineEdit.setObjectName(u\"lineEdit\")\n\n        self.verticalLayout.addWidget(self.lineEdit)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(2)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.insertButton = QPushButton(self.centralwidget)\n        self.insertButton.setObjectName(u\"insertButton\")\n        self.insertButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.insertButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.insertButton.setText(QCoreApplication.translate(\"MainWindow\", u\"insert\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/make_macro/__init__.py",
    "content": "from .make_macro import (\n    run,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/make_macro/macro.py",
    "content": "def get_header(name: str, use_group: bool) -> str:\n    return \"\"\"\n{\n\tTools = ordered() {\n\t\t['%s'] = %s {\n\"\"\" % (name, 'GroupOperator' if use_group else 'MacroOperator')\n\n\ndef get_input(m_lst, lst) -> str:\n    lines = ['\t\t\tInputs = ordered() {']\n    cnt = 1\n    for d in m_lst:\n        lines.append('\t\t\t\tMainInput%d = InstanceInput {' % cnt)\n        lines.append('\t\t\t\t\tSource = \"%s\",' % d['id'])\n        lines.append('\t\t\t\t\tSourceOp = \"%s\",' % d['node'])\n        lines.append('\t\t\t\t},')\n        cnt += 1\n    cnt = 1\n    for d in lst:\n        lines.append('\t\t\t\tInput%d = InstanceInput {' % cnt)\n        lines.append('\t\t\t\t\tSource = \"%s\",' % d['id'])\n        lines.append('\t\t\t\t\tSourceOp = \"%s\",' % d['node'])\n        if d['name'] is not None:\n            lines.append('\t\t\t\t\tName = \"%s\",' % d['name'])\n        if d['value'] is not None:\n            lines.append('\t\t\t\t\tDefault = %s,' % d['value'])\n        if d['control_group'] is not None:\n            lines.append('\t\t\t\t\tControlGroup = %s,' % d['control_group'])\n        if d['option01'] != '':\n            lines.append('\t\t\t\t\t%s,' % d['option01'])\n        if d['option02'] != '':\n            lines.append('\t\t\t\t\t%s,' % d['option02'])\n        if d['option03'] != '':\n            lines.append('\t\t\t\t\t%s,' % d['option03'])\n        lines.append('\t\t\t\t},')\n        cnt += 1\n    lines.append('\t\t\t},')\n    return '\\n'.join(lines)\n\n\ndef get_output(lst) -> str:\n    cnt = 1\n    lines = ['\t\t\tOutputs = ordered() {']\n    for d in lst:\n        lines.append('\t\t\t\tMainOutput%d = InstanceOutput {' % cnt)\n        lines.append('\t\t\t\t\tSource = \"%s\",' % d['id'])\n        lines.append('\t\t\t\t\tSourceOp = \"%s\",' % d['node'])\n        lines.append('\t\t\t\t},')\n        cnt += 1\n    lines.append('\t\t\t},')\n    return '\\n'.join(lines)\n\n\ndef get_footer():\n    return \"\"\"\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tAutoSnap = true\n\t\t\t\t},\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tCtrlWZoom = false,\n\t\t\tTools = ordered() {\n\t\t\t}\n\t\t}\n\t}\n}\n\"\"\"\n\n\ndef get_save_script(path, name, text):\n    lua = \"\"\"\nlocal function SaveMacro(path, name, text)\n    local tools = comp:CopySettings()['Tools']\n    local st = bmd.readstring(text)\n    st['Tools'][name]['Tools'] = tools\n    bmd.writefile(path, st)\nend\n\"\"\"\n    return '\\n'.join([\n        lua,\n        'SaveMacro(',\n        '[[%s]],' % path,\n        '[[%s]],' % name,\n        '[[%s]])' % text,\n    ])\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/make_macro/macro_table.py",
    "content": "from typing import List\n\nimport dataclasses\nfrom PySide6.QtCore import Qt, QModelIndex\nfrom PySide6.QtGui import QKeySequence, QAction\nfrom PySide6.QtWidgets import QMenu, QStyledItemDelegate\n\nfrom rs.gui import (\n    table,\n)\n\n\n@dataclasses.dataclass\nclass InputData(table.RowData):\n    node: str = ''\n    page: str = ''\n    id: str = ''\n    name: str = ''\n    control_group: int = 0\n    option01: str = ''\n    option02: str = ''\n    option03: str = ''\n\n    @classmethod\n    def toHeaderList(cls) -> List[str]:\n        return ['Node', 'Page', 'ID', 'Name', 'CtrlGrp', 'Option01', 'Option02', 'Option03']\n\n\nclass ItemDelegate(QStyledItemDelegate):\n    def __init__(self, parent):\n        super().__init__(parent)\n        self._parent = parent\n\n\nclass Model(table.Model):\n    def flags(self, index: QModelIndex) -> Qt.ItemFlags:\n        if index.isValid():\n            if index.column() not in [3, 5, 6, 7]:  # name,option以外は編集不可\n                return Qt.ItemIsEnabled | Qt.ItemIsSelectable\n            return Qt.ItemIsEnabled | Qt.ItemIsSelectable | Qt.ItemIsEditable\n\n        return Qt.NoItemFlags\n\n\nclass View(table.View):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.setModel(Model(InputData))\n        self.setItemDelegate(ItemDelegate(self))\n        self.setStyleSheet(\n            'QTableView::item::focus '\n            '{border: 2px solid white; '\n            'border-radius: 0px;border-bottom-right-radius: 0px;border-style: double;}'\n        )\n\n        # context menu\n        self.setContextMenuPolicy(Qt.CustomContextMenu)\n        self.customContextMenuRequested.connect(self.contextMenu)\n        # action\n        self.actionUndo = QAction('Undo', self)\n        self.actionUndo.setShortcut(QKeySequence('Ctrl+Z'))\n        self.actionRedo = QAction('Redo', self)\n        self.actionRedo.setShortcut(QKeySequence('Ctrl+Shift+Z'))\n        self.actionCopy = QAction('Copy', self)\n        self.actionCopy.setShortcut(QKeySequence('Ctrl+C'))\n        self.actionPaste = QAction('Paste', self)\n        self.actionPaste.setShortcut(QKeySequence('Ctrl+V'))\n        self.actionDelete = QAction('Delete', self)\n        self.actionDelete.setShortcut(QKeySequence(Qt.CTRL | Qt.Key_Delete))\n        self.actionUp = QAction('Up', self)\n        self.actionUp.setShortcut(QKeySequence(Qt.ALT | Qt.Key_Up))\n        self.actionDown = QAction('Down', self)\n        self.actionDown.setShortcut(QKeySequence(Qt.ALT | Qt.Key_Down))\n        # event\n        self.actionUndo.triggered.connect(self.model().undo_stack.undo)\n        self.actionRedo.triggered.connect(self.model().undo_stack.redo)\n        self.actionCopy.triggered.connect(self.copy)\n        self.actionPaste.triggered.connect(self.paste)\n        self.actionDelete.triggered.connect(self.delete)\n        self.actionUp.triggered.connect(self.up)\n        self.actionDown.triggered.connect(self.down)\n\n    def keyPressEvent(self, event):\n        key = event.key()\n        mod = event.modifiers()\n        if mod == Qt.ControlModifier and key == Qt.Key_Z:\n            self.actionUndo.trigger()\n            return\n        if mod == Qt.ControlModifier | Qt.ShiftModifier and key == Qt.Key_Z:\n            self.actionRedo.trigger()\n            return\n        if mod == Qt.ControlModifier and key == Qt.Key_C:\n            self.actionCopy.trigger()\n            return\n        if mod == Qt.ControlModifier and key == Qt.Key_V:\n            self.actionPaste.trigger()\n            return\n        if mod == Qt.ControlModifier and key == Qt.Key_Delete:\n            self.actionDelete.trigger()\n            return\n        if mod == Qt.AltModifier and key == Qt.Key_Up:\n            self.actionUp.trigger()\n            return\n        if mod == Qt.AltModifier and key == Qt.Key_Down:\n            self.actionDown.trigger()\n            return\n\n        super().keyPressEvent(event)\n\n    def contextMenu(self, pos):\n        menu = QMenu(self)\n        menu.addAction(self.actionUndo)\n        menu.addAction(self.actionRedo)\n        menu.addSeparator()\n        menu.addAction(self.actionCopy)\n        menu.addAction(self.actionPaste)\n        menu.addSeparator()\n        menu.addAction(self.actionUp)\n        menu.addAction(self.actionDown)\n        menu.addSeparator()\n        menu.addAction(self.actionDelete)\n        menu.exec_(self.mapToGlobal(pos))\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/make_macro/make_macro.py",
    "content": "import sys\nfrom functools import partial\nfrom pathlib import Path\n\nimport dataclasses\nfrom PySide6.QtCore import (\n    Qt,\n    QModelIndex,\n)\nfrom PySide6.QtGui import (\n    QStandardItemModel,\n    QStandardItem,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n    QHeaderView,\n    QMessageBox,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    util, lang,\n)\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import get_modifiers\n\nfrom rs_fusion.tool.make_macro.macro_table import InputData, Model\nfrom rs_fusion.tool.make_macro import macro\nfrom rs_fusion.tool.make_macro.make_macro_ui import Ui_MainWindow\n\nAPP_NAME = 'MakeMacro'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    macro_name: str = 'MacroTool'\n    use_group: bool = True\n    main_output_list: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(InputData))\n    main_input_list: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(InputData))\n    input_list: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(InputData))\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(900, 700)\n\n        self.fusion = fusion\n\n        # translate\n        self.lang_code: lang.Code = lang.load()\n        self.translate()\n\n        # table\n        for v in [\n            self.ui.inputTableView,\n            self.ui.mainInputTableView,\n            self.ui.mainOutputTableView,\n        ]:\n            h = v.horizontalHeader()\n            h.setSectionResizeMode(1, QHeaderView.ResizeToContents)\n            h.setSectionResizeMode(4, QHeaderView.ResizeToContents)\n        for v in [\n            self.ui.mainInputTableView,\n            self.ui.mainOutputTableView,\n        ]:\n            v.hideColumn(4)\n            v.hideColumn(5)\n            v.hideColumn(6)\n            v.hideColumn(7)\n\n        # config\n        self.file = None\n        self.new_doc()\n\n        # splitter\n        # self.ui.splitter.setStretchFactor(1, 1)\n        self.ui.splitter.setSizes([200, 300])\n\n        # tree\n        v = self.ui.treeView\n        v.setHeaderHidden(True)\n\n        v.setModel(QStandardItemModel())\n\n        # style sheet\n        self.ui.saveMacroButton.setStyleSheet(appearance.ex_stylesheet)\n\n        self.ui.readButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.clearButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.addNodeToolButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.inputTableView.model().undo_stack.cleanChanged.connect(self.set_title)\n        self.ui.mainInputTableView.model().undo_stack.cleanChanged.connect(self.set_title)\n        self.ui.mainOutputTableView.model().undo_stack.cleanChanged.connect(self.set_title)\n\n        self.ui.addNodeToolButton.clicked.connect(self.add_row)\n\n        self.ui.readButton.clicked.connect(self.read_node)\n        self.ui.clearButton.clicked.connect(self.clear_tree)\n\n        self.ui.minimizeButton.clicked.connect(partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n        self.ui.saveMacroButton.clicked.connect(partial(self.save_macro, False), Qt.QueuedConnection)\n        self.ui.saveMacroFromJSONButton.clicked.connect(partial(self.save_macro, True), Qt.QueuedConnection)\n\n        self.ui.actionNew.triggered.connect(self.new_doc)\n        self.ui.actionOpen.triggered.connect(self.open_doc)\n        self.ui.actionSave.triggered.connect(self.save_doc)\n        self.ui.actionSave_As.triggered.connect(self.save_as_doc)\n\n    def translate(self) -> None:\n        if self.lang_code == lang.Code.en:\n            self.ui.saveMacroButton.setText('For Resolve')\n            self.ui.saveMacroFromJSONButton.setText('JSON file location')\n            self.ui.readButton.setText('read')\n            self.ui.clearButton.setText('clear')\n            self.ui.useGroupCheckBox.setText('Save as Group')\n\n    def undo_stack_clear(self):\n        self.ui.inputTableView.model().undo_stack.clear()\n        self.ui.mainInputTableView.model().undo_stack.clear()\n        self.ui.mainOutputTableView.model().undo_stack.clear()\n\n    def undo_stack_set_clean(self):\n        self.ui.inputTableView.model().undo_stack.setClean()\n        self.ui.mainInputTableView.model().undo_stack.setClean()\n        self.ui.mainOutputTableView.model().undo_stack.setClean()\n\n    def undo_stack_is_clean(self) -> bool:\n        return (\n                self.ui.inputTableView.model().undo_stack.isClean()\n                and self.ui.mainInputTableView.model().undo_stack.isClean()\n                and self.ui.mainOutputTableView.model().undo_stack.isClean()\n        )\n\n    def clear_tree(self) -> None:\n        self.ui.treeView.setModel(QStandardItemModel())\n\n    def get_comp(self):\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            if self.lang_code == lang.Code.en:\n                QMessageBox.warning(self, 'Warning', 'Please run in Fusion Page.')\n            else:\n                QMessageBox.warning(self, 'Warning', 'Fusion Pageで実行してください。')\n            return None\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            if self.lang_code == lang.Code.en:\n                QMessageBox.warning(self, 'Warning', 'Composition not found.')\n            else:\n                QMessageBox.warning(self, 'Warning', 'コンポジションが見付かりません。')\n            return None\n\n        return comp\n\n    def read_node(self) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # setup\n        v = self.ui.treeView\n        m = QStandardItemModel()\n        v.setModel(m)\n        tools = comp.GetToolList(True)\n        src = []\n        for tool in tools.values():\n            src.append(tool)\n            modifiers = get_modifiers([tool])\n            for mod in modifiers.values():\n                src.append(mod)\n\n        def make_row(_node, _page, _id, _name, _type, _control_group=0):\n            size = 20 + len(_name) - util.get_str_width(_name)\n            display = '%s <%s> %s' % (_name.ljust(size), _type, _id)\n            return [\n                QStandardItem(display),\n                QStandardItem(_node),\n                QStandardItem(_page),\n                QStandardItem(_id),\n                QStandardItem(_name),\n                QStandardItem(str(_control_group)),\n            ]\n\n        # main\n        for tool in src:\n            node = QStandardItem(tool.Name)\n            node.setSelectable(False)\n            m.appendRow(node)\n            # out\n            i = 1\n            while True:\n                outp = tool.FindMainOutput(i)\n                if outp is None:\n                    break\n                node.appendRow(make_row(\n                    tool.Name,\n                    '<Output>',\n                    outp.ID,\n                    outp.Name,\n                    outp.GetAttrs()['OUTS_DataType'],\n                ))\n                i += 1\n            # in\n            inp_id_list = []\n            i = 1\n            while True:\n                inp = tool.FindMainInput(i)\n                if inp is None:\n                    break\n                attrs = inp.GetAttrs()\n                name = inp.Name\n                if 'INPS_IC_Name' in attrs:\n                    name = attrs['INPS_IC_Name']\n                if tool.GetAttrs()['TOOLB_Visible']:\n                    node.appendRow(make_row(\n                        tool.Name,\n                        '<Input>',\n                        inp.ID,\n                        name,\n                        attrs['INPS_DataType'],\n                    ))\n                    inp_id_list.append(inp.ID)\n                i += 1\n            # page\n            page_names: dict = tool.GetControlPageNames()\n            inp_dict: dict = tool.GetInputList()\n            for page_name in page_names.values():\n                page = QStandardItem(page_name)\n                page.setSelectable(False)\n                node.appendRow(page)\n                for inp in inp_dict.values():\n                    attrs = inp.GetAttrs()\n                    name = inp.Name\n                    if 'INPS_IC_Name' in attrs:\n                        name = attrs['INPS_IC_Name']\n                    control_group = 0\n                    if 'INPI_IC_ControlGroup' in attrs:\n                        control_group = int(attrs['INPI_IC_ControlGroup'])\n                    if attrs['INPI_IC_ControlPage'] not in page_names.keys():\n                        continue\n                    if page_name != page_names[attrs['INPI_IC_ControlPage']]:\n                        continue\n                    if inp.ID in inp_id_list:  # Main Inputは追加しない\n                        continue\n                    page.appendRow(make_row(\n                        tool.Name,\n                        page_name,\n                        inp.ID,\n                        name,\n                        attrs['INPS_DataType'],\n                        control_group,\n                    ))\n        #\n        v.expandAll()\n\n    def add_row(self) -> None:\n        # tree\n        src_v = self.ui.treeView\n        src_m = src_v.model()\n        src_sm = src_v.selectionModel()\n        # table\n        v = self.ui.inputTableView\n        m: Model = v.model()\n        in_v = self.ui.mainInputTableView\n        in_m = in_v.model()\n        out_v = self.ui.mainOutputTableView\n        out_m = out_v.model()\n        # main\n        rows = []\n        in_rows = []\n        out_rows = []\n        # get selected rows\n        for i in src_sm.selectedRows(0):\n            i: QModelIndex\n            r = InputData()\n            r.node = src_m.data(i.siblingAtColumn(1))\n            r.page = src_m.data(i.siblingAtColumn(2))\n            r.id = src_m.data(i.siblingAtColumn(3))\n            r.name = src_m.data(i.siblingAtColumn(4))\n            if src_m.data(i.siblingAtColumn(5)) is not None:\n                r.control_group = int(src_m.data(i.siblingAtColumn(5)))\n            if r.node is None or r.id is None:\n                continue\n            if r.page == '<Output>':\n                out_rows.append(r)\n            elif r.page == '<Input>':\n                in_rows.append(r)\n            else:\n                rows.append(r)\n        # add row\n        if len(rows) > 0:\n            m.undo_stack.beginMacro('Add Row')\n            for r in rows:\n                m.add_row_data(r)\n            m.undo_stack.endMacro()\n            v.scrollToBottom()\n        if len(in_rows) > 0:\n            in_m.undo_stack.beginMacro('Add Row')\n            for r in in_rows:\n                in_m.add_row_data(r)\n            in_m.undo_stack.endMacro()\n            in_v.scrollToBottom()\n        if len(out_rows) > 0:\n            out_m.undo_stack.beginMacro('Add Row')\n            for r in out_rows:\n                out_m.add_row_data(r)\n            out_m.undo_stack.endMacro()\n            out_v.scrollToBottom()\n\n    def save_macro(self, use_json_path: bool) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # table\n        v = self.ui.inputTableView\n        m: Model = v.model()\n        in_v = self.ui.mainInputTableView\n        in_m: Model = in_v.model()\n        out_v = self.ui.mainOutputTableView\n        out_m: Model = out_v.model()\n\n        # get data\n        data = self.get_data()\n        node_set = set()\n        output_list = []\n        for row in out_m.to_list():\n            output_list.append({\n                'id': row.id,\n                'node': row.node,\n            })\n            node_set.add(row.node)\n\n        main_in_list = []\n        for row in in_m.to_list():\n            main_in_list.append({\n                'id': row.id,\n                'node': row.node,\n            })\n            node_set.add(row.node)\n\n        # control groupの数字が被らないようにNode毎にoffsetを設定\n        cg_offset_dict = {}\n        for row in m.to_list():\n            if row.node in cg_offset_dict:\n                if cg_offset_dict[row.node] >= row.control_group:\n                    continue\n            cg_offset_dict[row.node] = row.control_group\n        _pre_max = 0\n        for key in cg_offset_dict.keys():\n            _tmp = cg_offset_dict[key]\n            cg_offset_dict[key] = _pre_max\n            _pre_max += _tmp\n\n        # get input\n        in_list = []\n        for row in m.to_list():\n            row: InputData\n            name = None\n            value = None\n            control_group = None\n\n            tool = comp.FindTool(row.node)\n            if tool is not None:\n                _v = tool.GetInput(row.id, comp.CurrentTime)\n                if type(_v) == float:\n                    value = _v\n            if row.id != row.name:\n                name = row.name\n            if row.control_group != 0:\n                control_group = row.control_group + cg_offset_dict[row.node]\n            in_list.append({\n                'id': row.id,\n                'node': row.node,\n                'name': name,\n                'value': value,\n                'control_group': control_group,\n                'option01': row.option01.strip(),\n                'option02': row.option02.strip(),\n                'option03': row.option03.strip(),\n            })\n            node_set.add(row.node)\n\n        # selected set\n        selection_tools = comp.GetToolList(True).values()\n        selection_set = p.pipe(\n            selection_tools,\n            p.map(lambda x: x.Name),\n            set,\n        )\n        # selection_modifiers = get_modifiers(selection_tools)\n        # for modifier_name in selection_modifiers.keys():\n        #     selection_set.add(modifier_name)\n        # check selected node\n        modifiers = set()\n        for node in node_set:\n            tool = comp.FindTool(node)\n            if tool is None:\n                continue\n            if tool.GetAttrs()['TOOLB_Visible']:\n                continue\n            modifiers.add(node)\n        tool_set = node_set.difference(modifiers)\n        if tool_set.issubset(selection_set) is False:\n            no_selection_set = node_set.difference(selection_set)\n            no_sel_tool_set = no_selection_set.difference(modifiers)\n            no_sel_mod_set = no_selection_set.intersection(modifiers)\n            title = '確認'\n            text = '選択されているノードに、入力ノードが含まれていません。\\nMacroを作りますか？'\n            if self.lang_code == lang.Code.en:\n                title = 'Confirm'\n                text = 'The selected nodes do not include the input nodes.\\nDo you want to create a macro?'\n            text += '\\n\\ntool\\n' + str(no_sel_tool_set)\n            # text += '\\n\\nmodifier\\n' + str(no_sel_mod_set)\n            ret = QMessageBox.question(self, title, text, QMessageBox.Yes, QMessageBox.No)\n\n            if ret == QMessageBox.Yes:\n                pass\n            elif ret == QMessageBox.No:\n                return\n\n        # save macro\n        if use_json_path and self.file is not None:\n            _tmp_path = str(self.file.parent.joinpath(\n                self.file.stem + '.setting',\n            ))\n        else:\n            _tmp_name = data.macro_name if self.file is None else self.file.stem\n            _tmp_path = str(config.RESOLVE_USER_PATH.joinpath(\n                'Templates',\n                'Edit',\n                'Generators',\n                _tmp_name + '.setting',\n            ))\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            _tmp_path,\n            'Setting File (*.setting);;All File (*.*)'\n        )\n        if path != '':\n            comp.Execute(macro.get_save_script(\n                path,\n                data.macro_name,\n                '\\n'.join([\n                    macro.get_header(data.macro_name, data.use_group),\n                    macro.get_input(main_in_list, in_list),\n                    macro.get_output(output_list),\n                    macro.get_footer(),\n                ]),\n            ))\n\n    def set_title(self):\n        if self.file is None:\n            self.setWindowTitle('%s' % APP_NAME)\n        else:\n            star = '*' if self.undo_stack_is_clean() is False else ''\n            self.setWindowTitle('%s - %s%s' % (APP_NAME, self.file, star))\n\n    def new_doc(self):\n        self.set_data(ConfigData())\n        self.ui.saveMacroFromJSONButton.setEnabled(False)\n        self.ui.saveMacroFromJSONButton.setStyleSheet(None)\n        self.undo_stack_clear()\n        self.set_title()\n\n    def file_update(self, path: Path):\n        self.file = path\n        self.ui.saveMacroFromJSONButton.setEnabled(True)\n        self.ui.saveMacroFromJSONButton.setStyleSheet(appearance.ex_stylesheet)\n        self.set_title()\n\n    def open_doc(self):\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Open File',\n            None if self.file is None else str(self.file.parent),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            if file_path.is_file():\n                a = self.get_data()\n                a.load(file_path)\n                self.set_data(a)\n                self.undo_stack_clear()\n                self.file_update(file_path)\n\n    def save_doc(self):\n        if self.file is None:\n            self.save_as_doc()\n        else:\n            a = self.get_data()\n            a.save(self.file)\n            self.undo_stack_set_clean()\n            self.set_title()\n\n    def save_as_doc(self):\n        data = self.get_data()\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            data.macro_name + '.json' if self.file is None else str(self.file),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            a = self.get_data()\n            a.save(file_path)\n            self.undo_stack_set_clean()\n            self.file_update(file_path)\n\n    def set_data(self, c: ConfigData):\n        self.ui.nameLineEdit.setText(c.macro_name)\n        self.ui.useGroupCheckBox.setChecked(c.use_group)\n        self.ui.mainOutputTableView.model().set_data(c.main_output_list)\n        self.ui.mainInputTableView.model().set_data(c.main_input_list)\n        self.ui.inputTableView.model().set_data(c.input_list)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.macro_name = self.ui.nameLineEdit.text()\n        c.use_group = self.ui.useGroupCheckBox.isChecked()\n        c.main_output_list.set_list(self.ui.mainOutputTableView.model().to_list())\n        c.main_input_list.set_list(self.ui.mainInputTableView.model().to_list())\n        c.input_list.set_list(self.ui.inputTableView.model().to_list())\n        return c\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/make_macro/make_macro.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>765</width>\n    <height>909</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n    <item>\n     <widget class=\"QSplitter\" name=\"splitter\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"orientation\">\n       <enum>Qt::Horizontal</enum>\n      </property>\n      <widget class=\"QWidget\" name=\"layoutWidget\">\n       <layout class=\"QHBoxLayout\" name=\"horizontalLayout_5\">\n        <item>\n         <widget class=\"QTreeView\" name=\"treeView\">\n          <property name=\"editTriggers\">\n           <set>QAbstractItemView::NoEditTriggers</set>\n          </property>\n          <property name=\"selectionMode\">\n           <enum>QAbstractItemView::ExtendedSelection</enum>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QToolButton\" name=\"addNodeToolButton\">\n          <property name=\"minimumSize\">\n           <size>\n            <width>30</width>\n            <height>100</height>\n           </size>\n          </property>\n          <property name=\"text\">\n           <string>...</string>\n          </property>\n          <property name=\"arrowType\">\n           <enum>Qt::RightArrow</enum>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"layoutWidget\">\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout\" stretch=\"0,0,1,1,2\">\n        <item>\n         <layout class=\"QHBoxLayout\" name=\"horizontalLayout_6\">\n          <item>\n           <widget class=\"QLabel\" name=\"label\">\n            <property name=\"text\">\n             <string>Macro Name</string>\n            </property>\n           </widget>\n          </item>\n          <item>\n           <widget class=\"QLineEdit\" name=\"nameLineEdit\"/>\n          </item>\n         </layout>\n        </item>\n        <item>\n         <widget class=\"QCheckBox\" name=\"useGroupCheckBox\">\n          <property name=\"text\">\n           <string>Groupとして保存</string>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox_3\">\n          <property name=\"title\">\n           <string>Main Outputs</string>\n          </property>\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n           <item>\n            <widget class=\"View\" name=\"mainOutputTableView\">\n             <property name=\"editTriggers\">\n              <set>QAbstractItemView::NoEditTriggers</set>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox_2\">\n          <property name=\"title\">\n           <string>Main Inputs</string>\n          </property>\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n           <item>\n            <widget class=\"View\" name=\"mainInputTableView\">\n             <property name=\"editTriggers\">\n              <set>QAbstractItemView::NoEditTriggers</set>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox\">\n          <property name=\"title\">\n           <string>Inputs</string>\n          </property>\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n           <item>\n            <widget class=\"View\" name=\"inputTableView\">\n             <property name=\"editTriggers\">\n              <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n      <item>\n       <widget class=\"QPushButton\" name=\"readButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>読み込み</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"clearButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>クリア</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QLabel\" name=\"label_2\">\n        <property name=\"text\">\n         <string>Make Macro:</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"saveMacroFromJSONButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>JSONと同じ場所に保存</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"saveMacroButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Resoleve用に保存</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_2\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeType\">\n         <enum>QSizePolicy::Fixed</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>30</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menubar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>765</width>\n     <height>22</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuFile\">\n    <property name=\"title\">\n     <string>File</string>\n    </property>\n    <addaction name=\"actionNew\"/>\n    <addaction name=\"actionOpen\"/>\n    <addaction name=\"actionSave\"/>\n    <addaction name=\"actionSave_As\"/>\n   </widget>\n   <addaction name=\"menuFile\"/>\n  </widget>\n  <action name=\"actionOpen\">\n   <property name=\"text\">\n    <string>Open</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+O</string>\n   </property>\n  </action>\n  <action name=\"actionSave_As\">\n   <property name=\"text\">\n    <string>Save As</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+S</string>\n   </property>\n  </action>\n  <action name=\"actionNew\">\n   <property name=\"text\">\n    <string>New</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+N</string>\n   </property>\n  </action>\n  <action name=\"actionSave\">\n   <property name=\"text\">\n    <string>Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+S</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>View</class>\n   <extends>QTableView</extends>\n   <header>rs_fusion.tool.make_macro.macro_table</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/make_macro/make_macro_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'make_macro.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QCheckBox, QGroupBox,\n    QHBoxLayout, QHeaderView, QLabel, QLineEdit,\n    QMainWindow, QMenu, QMenuBar, QPushButton,\n    QSizePolicy, QSpacerItem, QSplitter, QToolButton,\n    QTreeView, QVBoxLayout, QWidget)\n\nfrom rs_fusion.tool.make_macro.macro_table import View\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(765, 909)\n        self.actionOpen = QAction(MainWindow)\n        self.actionOpen.setObjectName(u\"actionOpen\")\n        self.actionSave_As = QAction(MainWindow)\n        self.actionSave_As.setObjectName(u\"actionSave_As\")\n        self.actionNew = QAction(MainWindow)\n        self.actionNew.setObjectName(u\"actionNew\")\n        self.actionSave = QAction(MainWindow)\n        self.actionSave.setObjectName(u\"actionSave\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_2 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.splitter = QSplitter(self.centralwidget)\n        self.splitter.setObjectName(u\"splitter\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.splitter.sizePolicy().hasHeightForWidth())\n        self.splitter.setSizePolicy(sizePolicy)\n        self.splitter.setOrientation(Qt.Horizontal)\n        self.layoutWidget = QWidget(self.splitter)\n        self.layoutWidget.setObjectName(u\"layoutWidget\")\n        self.horizontalLayout_5 = QHBoxLayout(self.layoutWidget)\n        self.horizontalLayout_5.setObjectName(u\"horizontalLayout_5\")\n        self.horizontalLayout_5.setContentsMargins(0, 0, 0, 0)\n        self.treeView = QTreeView(self.layoutWidget)\n        self.treeView.setObjectName(u\"treeView\")\n        self.treeView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.treeView.setSelectionMode(QAbstractItemView.ExtendedSelection)\n\n        self.horizontalLayout_5.addWidget(self.treeView)\n\n        self.addNodeToolButton = QToolButton(self.layoutWidget)\n        self.addNodeToolButton.setObjectName(u\"addNodeToolButton\")\n        self.addNodeToolButton.setMinimumSize(QSize(30, 100))\n        self.addNodeToolButton.setArrowType(Qt.RightArrow)\n\n        self.horizontalLayout_5.addWidget(self.addNodeToolButton)\n\n        self.splitter.addWidget(self.layoutWidget)\n        self.layoutWidget1 = QWidget(self.splitter)\n        self.layoutWidget1.setObjectName(u\"layoutWidget1\")\n        self.verticalLayout = QVBoxLayout(self.layoutWidget1)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.verticalLayout.setContentsMargins(0, 0, 0, 0)\n        self.horizontalLayout_6 = QHBoxLayout()\n        self.horizontalLayout_6.setObjectName(u\"horizontalLayout_6\")\n        self.label = QLabel(self.layoutWidget1)\n        self.label.setObjectName(u\"label\")\n\n        self.horizontalLayout_6.addWidget(self.label)\n\n        self.nameLineEdit = QLineEdit(self.layoutWidget1)\n        self.nameLineEdit.setObjectName(u\"nameLineEdit\")\n\n        self.horizontalLayout_6.addWidget(self.nameLineEdit)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_6)\n\n        self.useGroupCheckBox = QCheckBox(self.layoutWidget1)\n        self.useGroupCheckBox.setObjectName(u\"useGroupCheckBox\")\n\n        self.verticalLayout.addWidget(self.useGroupCheckBox)\n\n        self.groupBox_3 = QGroupBox(self.layoutWidget1)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.horizontalLayout_3 = QHBoxLayout(self.groupBox_3)\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.mainOutputTableView = View(self.groupBox_3)\n        self.mainOutputTableView.setObjectName(u\"mainOutputTableView\")\n        self.mainOutputTableView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n\n        self.horizontalLayout_3.addWidget(self.mainOutputTableView)\n\n\n        self.verticalLayout.addWidget(self.groupBox_3)\n\n        self.groupBox_2 = QGroupBox(self.layoutWidget1)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        self.horizontalLayout_2 = QHBoxLayout(self.groupBox_2)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.mainInputTableView = View(self.groupBox_2)\n        self.mainInputTableView.setObjectName(u\"mainInputTableView\")\n        self.mainInputTableView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n\n        self.horizontalLayout_2.addWidget(self.mainInputTableView)\n\n\n        self.verticalLayout.addWidget(self.groupBox_2)\n\n        self.groupBox = QGroupBox(self.layoutWidget1)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.horizontalLayout = QHBoxLayout(self.groupBox)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.inputTableView = View(self.groupBox)\n        self.inputTableView.setObjectName(u\"inputTableView\")\n        self.inputTableView.setEditTriggers(QAbstractItemView.DoubleClicked|QAbstractItemView.EditKeyPressed)\n\n        self.horizontalLayout.addWidget(self.inputTableView)\n\n\n        self.verticalLayout.addWidget(self.groupBox)\n\n        self.verticalLayout.setStretch(2, 1)\n        self.verticalLayout.setStretch(3, 1)\n        self.verticalLayout.setStretch(4, 2)\n        self.splitter.addWidget(self.layoutWidget1)\n\n        self.verticalLayout_2.addWidget(self.splitter)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.readButton = QPushButton(self.centralwidget)\n        self.readButton.setObjectName(u\"readButton\")\n        self.readButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.readButton)\n\n        self.clearButton = QPushButton(self.centralwidget)\n        self.clearButton.setObjectName(u\"clearButton\")\n        self.clearButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.clearButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer)\n\n        self.label_2 = QLabel(self.centralwidget)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.horizontalLayout_4.addWidget(self.label_2)\n\n        self.saveMacroFromJSONButton = QPushButton(self.centralwidget)\n        self.saveMacroFromJSONButton.setObjectName(u\"saveMacroFromJSONButton\")\n        self.saveMacroFromJSONButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.saveMacroFromJSONButton)\n\n        self.saveMacroButton = QPushButton(self.centralwidget)\n        self.saveMacroButton.setObjectName(u\"saveMacroButton\")\n        self.saveMacroButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.saveMacroButton)\n\n        self.horizontalSpacer_2 = QSpacerItem(30, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer_2)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout_4.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_4.addWidget(self.closeButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_4)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menubar = QMenuBar(MainWindow)\n        self.menubar.setObjectName(u\"menubar\")\n        self.menubar.setGeometry(QRect(0, 0, 765, 22))\n        self.menuFile = QMenu(self.menubar)\n        self.menuFile.setObjectName(u\"menuFile\")\n        MainWindow.setMenuBar(self.menubar)\n\n        self.menubar.addAction(self.menuFile.menuAction())\n        self.menuFile.addAction(self.actionNew)\n        self.menuFile.addAction(self.actionOpen)\n        self.menuFile.addAction(self.actionSave)\n        self.menuFile.addAction(self.actionSave_As)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionOpen.setText(QCoreApplication.translate(\"MainWindow\", u\"Open\", None))\n#if QT_CONFIG(shortcut)\n        self.actionOpen.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+O\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave_As.setText(QCoreApplication.translate(\"MainWindow\", u\"Save As\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave_As.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionNew.setText(QCoreApplication.translate(\"MainWindow\", u\"New\", None))\n#if QT_CONFIG(shortcut)\n        self.actionNew.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+N\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave.setText(QCoreApplication.translate(\"MainWindow\", u\"Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.addNodeToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Macro Name\", None))\n        self.useGroupCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Group\\u3068\\u3057\\u3066\\u4fdd\\u5b58\", None))\n        self.groupBox_3.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Main Outputs\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Main Inputs\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Inputs\", None))\n        self.readButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u8aad\\u307f\\u8fbc\\u307f\", None))\n        self.clearButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30af\\u30ea\\u30a2\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Make Macro:\", None))\n        self.saveMacroFromJSONButton.setText(QCoreApplication.translate(\"MainWindow\", u\"JSON\\u3068\\u540c\\u3058\\u5834\\u6240\\u306b\\u4fdd\\u5b58\", None))\n        self.saveMacroButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Resoleve\\u7528\\u306b\\u4fdd\\u5b58\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n        self.menuFile.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/nudge_tool/__init__.py",
    "content": "from .nudge_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/nudge_tool/nudge_tool.py",
    "content": "import sys\nimport functools\nfrom PySide6.QtCore import (\n    Qt,\n)\n\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import operator as op\nfrom rs_fusion.tool.nudge_tool.nudge_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'NudgeTool'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n            | Qt.MSWindowsFixedSizeDialogHint\n        )\n        self.resize(150, 150)\n\n        self.fusion = fusion\n\n        # button\n        self.ui.upButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.downButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.leftButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.rightButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.num01Button.clicked.connect(functools.partial(self.set_value, 1))\n        self.ui.num02Button.clicked.connect(functools.partial(self.set_value, 2))\n        self.ui.num03Button.clicked.connect(functools.partial(self.set_value, 3))\n        self.ui.num04Button.clicked.connect(functools.partial(self.set_value, 4))\n        self.ui.num05Button.clicked.connect(functools.partial(self.set_value, 5))\n        self.ui.num06Button.clicked.connect(functools.partial(self.set_value, 6))\n        self.ui.num07Button.clicked.connect(functools.partial(self.set_value, 7))\n        self.ui.num08Button.clicked.connect(functools.partial(self.set_value, 8))\n        self.ui.num09Button.clicked.connect(functools.partial(self.set_value, 9))\n        self.ui.num10Button.clicked.connect(functools.partial(self.set_value, 10))\n\n        self.ui.upButton.clicked.connect(self.up)\n        self.ui.downButton.clicked.connect(self.down)\n        self.ui.leftButton.clicked.connect(self.left)\n        self.ui.rightButton.clicked.connect(self.right)\n\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def get_comp(self):\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            print('Please run on Fusion Page.')\n            return None\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            print('Composition not found.')\n            return None\n        return comp\n\n    def set_value(self, value):\n        scale = 0.01\n        if not self.ui.zero2RadioButton.isChecked():\n            scale = 0.001\n\n        self.ui.doubleSpinBox.setValue(value * scale)\n\n    def up(self):\n        self.move_center(0, 1)\n\n    def down(self):\n        self.move_center(0, -1)\n\n    def left(self):\n        self.move_center(-1, 0)\n\n    def right(self):\n        self.move_center(1, 0)\n\n    def move_center(self, x, y):\n        comp = self.get_comp()\n        if comp is None:\n            return\n        value = self.ui.doubleSpinBox.value()\n        op.set_value2d(\n            comp,\n            'Center',\n            x=x * value,\n            y=y * value,\n            x_step=0.0,\n            y_step=0.0,\n            lock_x=False,\n            lock_y=False,\n            is_abs=False,\n            is_random=False,\n            use_key=False,\n            key_index=1,\n        )\n\n    def show(self) -> None:\n        super().show()\n        self.ui.doubleSpinBox.setValue(0.01)\n        self.ui.doubleSpinBox.setFocus()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/nudge_tool/nudge_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>179</width>\n    <height>271</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n      <item>\n       <widget class=\"QRadioButton\" name=\"zero2RadioButton\">\n        <property name=\"text\">\n         <string>0.0X</string>\n        </property>\n        <property name=\"checked\">\n         <bool>true</bool>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QRadioButton\" name=\"zero3RadioButton\">\n        <property name=\"text\">\n         <string>0.00X</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_2\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <layout class=\"QGridLayout\" name=\"gridLayout\">\n      <property name=\"spacing\">\n       <number>2</number>\n      </property>\n      <item row=\"0\" column=\"1\">\n       <widget class=\"QToolButton\" name=\"num03Button\">\n        <property name=\"text\">\n         <string>3</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"3\">\n       <widget class=\"QToolButton\" name=\"num08Button\">\n        <property name=\"text\">\n         <string>8</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"num06Button\">\n        <property name=\"text\">\n         <string>6</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"num05Button\">\n        <property name=\"text\">\n         <string>5</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"4\">\n       <widget class=\"QToolButton\" name=\"num09Button\">\n        <property name=\"text\">\n         <string>9</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"4\">\n       <widget class=\"QToolButton\" name=\"num10Button\">\n        <property name=\"text\">\n         <string>10</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"0\">\n       <widget class=\"QToolButton\" name=\"num01Button\">\n        <property name=\"text\">\n         <string>1</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"3\">\n       <widget class=\"QToolButton\" name=\"num07Button\">\n        <property name=\"text\">\n         <string>7</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"1\">\n       <widget class=\"QToolButton\" name=\"num04Button\">\n        <property name=\"text\">\n         <string>4</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"0\">\n       <widget class=\"QToolButton\" name=\"num02Button\">\n        <property name=\"text\">\n         <string>2</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"5\">\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"QDoubleSpinBox\" name=\"doubleSpinBox\">\n      <property name=\"decimals\">\n       <number>3</number>\n      </property>\n      <property name=\"minimum\">\n       <double>0.001000000000000</double>\n      </property>\n      <property name=\"singleStep\">\n       <double>0.010000000000000</double>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n      <property name=\"spacing\">\n       <number>4</number>\n      </property>\n      <item>\n       <widget class=\"QToolButton\" name=\"upButton\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::UpArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n        <property name=\"spacing\">\n         <number>4</number>\n        </property>\n        <item>\n         <widget class=\"QToolButton\" name=\"leftButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>30</width>\n            <height>30</height>\n           </size>\n          </property>\n          <property name=\"text\">\n           <string>...</string>\n          </property>\n          <property name=\"arrowType\">\n           <enum>Qt::LeftArrow</enum>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QToolButton\" name=\"rightButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>30</width>\n            <height>30</height>\n           </size>\n          </property>\n          <property name=\"text\">\n           <string>...</string>\n          </property>\n          <property name=\"arrowType\">\n           <enum>Qt::RightArrow</enum>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"downButton\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"QPushButton\" name=\"closeButton\">\n      <property name=\"minimumSize\">\n       <size>\n        <width>80</width>\n        <height>30</height>\n       </size>\n      </property>\n      <property name=\"toolTip\">\n       <string>閉じる</string>\n      </property>\n      <property name=\"text\">\n       <string>close</string>\n      </property>\n     </widget>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/nudge_tool/nudge_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'nudge_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QDoubleSpinBox, QGridLayout, QHBoxLayout,\n    QMainWindow, QPushButton, QRadioButton, QSizePolicy,\n    QSpacerItem, QToolButton, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(179, 271)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_2 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.zero2RadioButton = QRadioButton(self.centralwidget)\n        self.zero2RadioButton.setObjectName(u\"zero2RadioButton\")\n        self.zero2RadioButton.setChecked(True)\n\n        self.horizontalLayout_2.addWidget(self.zero2RadioButton)\n\n        self.zero3RadioButton = QRadioButton(self.centralwidget)\n        self.zero3RadioButton.setObjectName(u\"zero3RadioButton\")\n\n        self.horizontalLayout_2.addWidget(self.zero3RadioButton)\n\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_2.addItem(self.horizontalSpacer_2)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_2)\n\n        self.gridLayout = QGridLayout()\n        self.gridLayout.setSpacing(2)\n        self.gridLayout.setObjectName(u\"gridLayout\")\n        self.num03Button = QToolButton(self.centralwidget)\n        self.num03Button.setObjectName(u\"num03Button\")\n\n        self.gridLayout.addWidget(self.num03Button, 0, 1, 1, 1)\n\n        self.num08Button = QToolButton(self.centralwidget)\n        self.num08Button.setObjectName(u\"num08Button\")\n\n        self.gridLayout.addWidget(self.num08Button, 1, 3, 1, 1)\n\n        self.num06Button = QToolButton(self.centralwidget)\n        self.num06Button.setObjectName(u\"num06Button\")\n\n        self.gridLayout.addWidget(self.num06Button, 1, 2, 1, 1)\n\n        self.num05Button = QToolButton(self.centralwidget)\n        self.num05Button.setObjectName(u\"num05Button\")\n\n        self.gridLayout.addWidget(self.num05Button, 0, 2, 1, 1)\n\n        self.num09Button = QToolButton(self.centralwidget)\n        self.num09Button.setObjectName(u\"num09Button\")\n\n        self.gridLayout.addWidget(self.num09Button, 0, 4, 1, 1)\n\n        self.num10Button = QToolButton(self.centralwidget)\n        self.num10Button.setObjectName(u\"num10Button\")\n\n        self.gridLayout.addWidget(self.num10Button, 1, 4, 1, 1)\n\n        self.num01Button = QToolButton(self.centralwidget)\n        self.num01Button.setObjectName(u\"num01Button\")\n\n        self.gridLayout.addWidget(self.num01Button, 0, 0, 1, 1)\n\n        self.num07Button = QToolButton(self.centralwidget)\n        self.num07Button.setObjectName(u\"num07Button\")\n\n        self.gridLayout.addWidget(self.num07Button, 0, 3, 1, 1)\n\n        self.num04Button = QToolButton(self.centralwidget)\n        self.num04Button.setObjectName(u\"num04Button\")\n\n        self.gridLayout.addWidget(self.num04Button, 1, 1, 1, 1)\n\n        self.num02Button = QToolButton(self.centralwidget)\n        self.num02Button.setObjectName(u\"num02Button\")\n\n        self.gridLayout.addWidget(self.num02Button, 1, 0, 1, 1)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.gridLayout.addItem(self.horizontalSpacer, 0, 5, 1, 1)\n\n\n        self.verticalLayout_2.addLayout(self.gridLayout)\n\n        self.doubleSpinBox = QDoubleSpinBox(self.centralwidget)\n        self.doubleSpinBox.setObjectName(u\"doubleSpinBox\")\n        self.doubleSpinBox.setDecimals(3)\n        self.doubleSpinBox.setMinimum(0.001000000000000)\n        self.doubleSpinBox.setSingleStep(0.010000000000000)\n\n        self.verticalLayout_2.addWidget(self.doubleSpinBox)\n\n        self.verticalLayout = QVBoxLayout()\n        self.verticalLayout.setSpacing(4)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.upButton = QToolButton(self.centralwidget)\n        self.upButton.setObjectName(u\"upButton\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.upButton.sizePolicy().hasHeightForWidth())\n        self.upButton.setSizePolicy(sizePolicy)\n        self.upButton.setMinimumSize(QSize(30, 30))\n        self.upButton.setArrowType(Qt.UpArrow)\n\n        self.verticalLayout.addWidget(self.upButton)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(4)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.leftButton = QToolButton(self.centralwidget)\n        self.leftButton.setObjectName(u\"leftButton\")\n        sizePolicy.setHeightForWidth(self.leftButton.sizePolicy().hasHeightForWidth())\n        self.leftButton.setSizePolicy(sizePolicy)\n        self.leftButton.setMinimumSize(QSize(30, 30))\n        self.leftButton.setArrowType(Qt.LeftArrow)\n\n        self.horizontalLayout.addWidget(self.leftButton)\n\n        self.rightButton = QToolButton(self.centralwidget)\n        self.rightButton.setObjectName(u\"rightButton\")\n        sizePolicy.setHeightForWidth(self.rightButton.sizePolicy().hasHeightForWidth())\n        self.rightButton.setSizePolicy(sizePolicy)\n        self.rightButton.setMinimumSize(QSize(30, 30))\n        self.rightButton.setArrowType(Qt.RightArrow)\n\n        self.horizontalLayout.addWidget(self.rightButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        self.downButton = QToolButton(self.centralwidget)\n        self.downButton.setObjectName(u\"downButton\")\n        sizePolicy.setHeightForWidth(self.downButton.sizePolicy().hasHeightForWidth())\n        self.downButton.setSizePolicy(sizePolicy)\n        self.downButton.setMinimumSize(QSize(30, 30))\n        self.downButton.setArrowType(Qt.DownArrow)\n\n        self.verticalLayout.addWidget(self.downButton)\n\n\n        self.verticalLayout_2.addLayout(self.verticalLayout)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.verticalLayout_2.addWidget(self.closeButton)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.zero2RadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"0.0X\", None))\n        self.zero3RadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"0.00X\", None))\n        self.num03Button.setText(QCoreApplication.translate(\"MainWindow\", u\"3\", None))\n        self.num08Button.setText(QCoreApplication.translate(\"MainWindow\", u\"8\", None))\n        self.num06Button.setText(QCoreApplication.translate(\"MainWindow\", u\"6\", None))\n        self.num05Button.setText(QCoreApplication.translate(\"MainWindow\", u\"5\", None))\n        self.num09Button.setText(QCoreApplication.translate(\"MainWindow\", u\"9\", None))\n        self.num10Button.setText(QCoreApplication.translate(\"MainWindow\", u\"10\", None))\n        self.num01Button.setText(QCoreApplication.translate(\"MainWindow\", u\"1\", None))\n        self.num07Button.setText(QCoreApplication.translate(\"MainWindow\", u\"7\", None))\n        self.num04Button.setText(QCoreApplication.translate(\"MainWindow\", u\"4\", None))\n        self.num02Button.setText(QCoreApplication.translate(\"MainWindow\", u\"2\", None))\n        self.upButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.leftButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.rightButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.downButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/number_tool/__init__.py",
    "content": "from .number_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/number_tool/number_tool.py",
    "content": "import sys\nfrom functools import partial\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtGui import (\n    QDoubleValidator,\n    QStandardItemModel,\n    QStandardItem,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import util\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import (\n    operator as op,\n)\nfrom rs_fusion.tool.number_tool.number_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'NumberTool'\n\n\ndef make_row(_id, _name):\n    size = 20 + len(_name) - util.get_str_width(_name)\n    display = '%s %s' % (_name.ljust(size), _id)\n    return [\n        QStandardItem(display),\n        QStandardItem(_id),\n    ]\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(100, 700)\n\n        self.fusion = fusion\n        self.tool_name = None\n\n        # tree\n        for v in [self.ui.toolTreeView, self.ui.toolBTreeView, self.ui.modifierTreeView]:\n            v.setHeaderHidden(True)\n            v.setModel(QStandardItemModel())\n\n        #\n        for w in [\n            self.ui.valueLineEdit, self.ui.stepLineEdit, self.ui.infLineEdit, self.ui.supLineEdit,\n        ]:\n            w.setText(str(0.0))\n            w.setValidator(QDoubleValidator())\n        self.ui.valueLineEdit.setText(str(0.5))\n        self.ui.supLineEdit.setText(str(1.0))\n\n        # button\n        self.ui.setButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.randomButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.sourceButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.loadButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n\n        # align\n        self.ui.alignLButton.clicked.connect(\n            partial(self.align_value, op.AlignType.L)\n        )\n        self.ui.alignCButton.clicked.connect(\n            partial(self.align_value, op.AlignType.C)\n        )\n        self.ui.alignRButton.clicked.connect(\n            partial(self.align_value, op.AlignType.R)\n        )\n        # distribute\n        self.ui.distributeButton.clicked.connect(self.distribute_value)\n        # set\n        self.ui.setButton.clicked.connect(self.set_value)\n        # random\n        self.ui.randomButton.clicked.connect(self.random_value)\n        # ui\n        self.ui.tabWidget.currentChanged.connect(self.tab_index_changed)\n        #\n        self.ui.sourceButton.clicked.connect(self.read_node)\n        self.ui.loadButton.clicked.connect(self.read_modifier)\n        self.ui.minimizeButton.clicked.connect(partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n        self.tab_index_changed()\n\n    def tab_index_changed(self):\n        self.ui.alignGroupBox.setEnabled(self.ui.tabWidget.currentIndex() == 0)\n\n    def get_comp(self):\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            print('Fusion Pageで実行してください。')\n            return None\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            print('コンポジションが見付かりません。')\n            return None\n        return comp\n\n    def get_attr_id(self, tree_view=None):\n        if tree_view is None:\n            tree_view = self.ui.toolTreeView\n        idx = tree_view.currentIndex()\n        if idx is None:\n            return None\n        return idx.sibling(idx.row(), 1).data()\n\n    def get_modifier(self, comp):\n        if self.tool_name is None:\n            return None\n        tool = comp.FindTool(self.tool_name)\n        if tool is None:\n            return None\n\n        # attr id\n        attr_id = self.get_attr_id(tree_view=self.ui.toolBTreeView)\n        if attr_id is None:\n            return None\n\n        # modifier\n        modifier = None\n        for inp in tool.GetInputList().values():\n            if inp.ID != attr_id:\n                continue\n            outp = inp.GetConnectedOutput()\n            if outp is None:\n                continue\n            modifier = outp.GetTool()\n\n        return modifier\n\n    def read_modifier(self):\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # setup\n        v = self.ui.modifierTreeView\n        m = QStandardItemModel()\n        v.setModel(m)\n\n        # modifier\n        tool = self.get_modifier(comp)\n        if tool is None:\n            return\n\n        # main\n        node = QStandardItem(tool.Name)\n        node.setSelectable(False)\n        m.appendRow(node)\n\n        # page\n        page_names: dict = tool.GetControlPageNames()\n        inp_dict: dict = tool.GetInputList()\n        for page_name in page_names.values():\n\n            page = QStandardItem(page_name)\n            page.setSelectable(False)\n            node.appendRow(page)\n\n            for inp in inp_dict.values():\n                attrs = inp.GetAttrs()\n                name = inp.Name\n                if 'INPS_IC_Name' in attrs:\n                    name = attrs['INPS_IC_Name']\n                if attrs['INPI_IC_ControlPage'] not in page_names.keys():\n                    continue\n                if page_name != page_names[attrs['INPI_IC_ControlPage']]:\n                    continue\n                if attrs['INPS_DataType'] != 'Number':\n                    continue\n                if (\n                        'INPID_InputControl' in attrs.keys()\n                        and attrs['INPID_InputControl'] in ('LabelControl', 'ButtonControl', 'NestControl')\n                ):\n                    continue\n                page.appendRow(make_row(\n                    inp.ID,\n                    name,\n                ))\n        #\n        v.expandAll()\n\n    def read_node(self) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # setup\n        v = self.ui.toolTreeView\n        m = QStandardItemModel()\n        v.setModel(m)\n\n        v_b = self.ui.toolBTreeView\n        m_b = QStandardItemModel()\n        v_b.setModel(m_b)\n\n        v_mod = self.ui.modifierTreeView\n        m_mod = QStandardItemModel()\n        v_mod.setModel(m_mod)\n\n        tools: dict = comp.GetToolList(True)\n        if tools is None:\n            return\n        if len(tools) == 0:\n            return\n        tool = tools[1]\n        self.tool_name = tool.Name\n\n        # main\n        node = QStandardItem(tool.Name)\n        node.setSelectable(False)\n        m.appendRow(node)\n\n        node_b = QStandardItem(tool.Name)\n        node_b.setSelectable(False)\n        m_b.appendRow(node_b)\n\n        # page\n        page_names: dict = tool.GetControlPageNames()\n        inp_dict: dict = tool.GetInputList()\n        for page_name in page_names.values():\n\n            page = QStandardItem(page_name)\n            page.setSelectable(False)\n            node.appendRow(page)\n\n            page_b = QStandardItem(page_name)\n            page_b.setSelectable(False)\n            node_b.appendRow(page_b)\n\n            for inp in inp_dict.values():\n                attrs = inp.GetAttrs()\n                name = inp.Name\n                if 'INPS_IC_Name' in attrs:\n                    name = attrs['INPS_IC_Name']\n                if attrs['INPI_IC_ControlPage'] not in page_names.keys():\n                    continue\n                if page_name != page_names[attrs['INPI_IC_ControlPage']]:\n                    continue\n\n                # modifier\n                outp = inp.GetConnectedOutput()\n                if outp is not None:\n                    x = outp.GetTool()\n                    if not x.GetAttrs()['TOOLB_Visible']:\n                        page_b.appendRow(make_row(\n                            inp.ID,\n                            name,\n                        ))\n                # tool\n                if (\n                        'INPID_InputControl' in attrs.keys()\n                        and attrs['INPID_InputControl'] in ('LabelControl', 'ButtonControl', 'NestControl')\n                ):\n                    continue\n                if attrs['INPS_DataType'] != 'Number':\n                    continue\n                page.appendRow(make_row(\n                    inp.ID,\n                    name,\n                ))\n        #\n        v.expandAll()\n        v_b.expandAll()\n\n    def align_value(self, align_type: op.AlignType) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n        attr_id = self.get_attr_id()\n        if attr_id is None:\n            return\n\n        op.align(comp, attr_id, align_type)\n\n    def distribute_value(self) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n        attr_id = self.get_attr_id()\n        if attr_id is None:\n            return\n\n        op.distribute(\n            comp,\n            attr_id,\n            is_random=self.ui.randomRadioButton.isChecked(),\n            is_reverse=self.ui.r2lRadioButton.isChecked(),\n        )\n\n    def set_value(self) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n        # attr id\n        if self.ui.tabWidget.currentIndex() == 0:\n            attr_id = self.get_attr_id(tree_view=self.ui.toolTreeView)\n        else:\n            attr_id = self.get_attr_id(tree_view=self.ui.toolBTreeView)\n        if attr_id is None:\n            return\n\n        # modifier attr id\n        if self.ui.tabWidget.currentIndex() == 0:\n            modi_attr_id = None\n        else:\n            modi_attr_id = self.get_attr_id(tree_view=self.ui.modifierTreeView)\n            if modi_attr_id is None:\n                return\n\n        op.set_value(\n            comp,\n            attr_id,\n            float(self.ui.valueLineEdit.text()),\n            float(self.ui.stepLineEdit.text()),\n            modi_attr_id=modi_attr_id,\n            is_abs=self.ui.absoluteRadioButton.isChecked(),\n            is_random=self.ui.randomRadioButton.isChecked(),\n            is_reverse=self.ui.r2lRadioButton.isChecked(),\n            use_key=self.ui.keyFrameRadioButton.isChecked(),\n            key_index=self.ui.keyFrameIndexSpinBox.value(),\n        )\n\n    def random_value(self) -> None:\n        comp = self.get_comp()\n        if comp is None:\n            return\n        # attr id\n        if self.ui.tabWidget.currentIndex() == 0:\n            attr_id = self.get_attr_id(tree_view=self.ui.toolTreeView)\n        else:\n            attr_id = self.get_attr_id(tree_view=self.ui.toolBTreeView)\n        if attr_id is None:\n            return\n\n        # modifier attr id\n        if self.ui.tabWidget.currentIndex() == 0:\n            modi_attr_id = None\n        else:\n            modi_attr_id = self.get_attr_id(tree_view=self.ui.modifierTreeView)\n            if modi_attr_id is None:\n                return\n\n        op.random_value(\n            comp,\n            attr_id,\n            float(self.ui.infLineEdit.text()),\n            float(self.ui.supLineEdit.text()),\n            modi_attr_id=modi_attr_id,\n            is_abs=self.ui.absoluteRadioButton.isChecked(),\n            is_random=self.ui.randomRadioButton.isChecked(),\n            use_key=self.ui.keyFrameRadioButton.isChecked(),\n            key_index=self.ui.keyFrameIndexSpinBox.value(),\n        )\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run(None)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/number_tool/number_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>298</width>\n    <height>717</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n    <item>\n     <widget class=\"QTabWidget\" name=\"tabWidget\">\n      <property name=\"currentIndex\">\n       <number>0</number>\n      </property>\n      <widget class=\"QWidget\" name=\"tab\">\n       <attribute name=\"title\">\n        <string>Tool</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n        <property name=\"leftMargin\">\n         <number>0</number>\n        </property>\n        <property name=\"topMargin\">\n         <number>0</number>\n        </property>\n        <property name=\"rightMargin\">\n         <number>0</number>\n        </property>\n        <property name=\"bottomMargin\">\n         <number>0</number>\n        </property>\n        <item>\n         <widget class=\"QTreeView\" name=\"toolTreeView\">\n          <property name=\"editTriggers\">\n           <set>QAbstractItemView::EditTrigger::NoEditTriggers</set>\n          </property>\n          <property name=\"selectionMode\">\n           <enum>QAbstractItemView::SelectionMode::SingleSelection</enum>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab_2\">\n       <attribute name=\"title\">\n        <string>Modifier</string>\n       </attribute>\n       <layout class=\"QHBoxLayout\" name=\"horizontalLayout_7\">\n        <property name=\"leftMargin\">\n         <number>0</number>\n        </property>\n        <property name=\"topMargin\">\n         <number>0</number>\n        </property>\n        <property name=\"rightMargin\">\n         <number>0</number>\n        </property>\n        <property name=\"bottomMargin\">\n         <number>0</number>\n        </property>\n        <item>\n         <widget class=\"QTreeView\" name=\"toolBTreeView\"/>\n        </item>\n        <item>\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\n          <item>\n           <widget class=\"QTreeView\" name=\"modifierTreeView\"/>\n          </item>\n          <item>\n           <widget class=\"QPushButton\" name=\"loadButton\">\n            <property name=\"text\">\n             <string>Load</string>\n            </property>\n           </widget>\n          </item>\n         </layout>\n        </item>\n       </layout>\n      </widget>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_4\">\n      <property name=\"minimumSize\">\n       <size>\n        <width>280</width>\n        <height>0</height>\n       </size>\n      </property>\n      <property name=\"title\">\n       <string>Oder</string>\n      </property>\n      <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n       <item>\n        <widget class=\"QRadioButton\" name=\"l2rRadioButton\">\n         <property name=\"text\">\n          <string>LtoR</string>\n         </property>\n         <property name=\"checked\">\n          <bool>true</bool>\n         </property>\n         <attribute name=\"buttonGroup\">\n          <string notr=\"true\">buttonGroup_3</string>\n         </attribute>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QRadioButton\" name=\"r2lRadioButton\">\n         <property name=\"text\">\n          <string>RtoL</string>\n         </property>\n         <attribute name=\"buttonGroup\">\n          <string notr=\"true\">buttonGroup_3</string>\n         </attribute>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QRadioButton\" name=\"randomRadioButton\">\n         <property name=\"text\">\n          <string>random</string>\n         </property>\n         <attribute name=\"buttonGroup\">\n          <string notr=\"true\">buttonGroup_3</string>\n         </attribute>\n        </widget>\n       </item>\n       <item>\n        <spacer name=\"horizontalSpacer_4\">\n         <property name=\"orientation\">\n          <enum>Qt::Orientation::Horizontal</enum>\n         </property>\n         <property name=\"sizeHint\" stdset=\"0\">\n          <size>\n           <width>40</width>\n           <height>20</height>\n          </size>\n         </property>\n        </spacer>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"alignGroupBox\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"minimumSize\">\n       <size>\n        <width>280</width>\n        <height>80</height>\n       </size>\n      </property>\n      <property name=\"maximumSize\">\n       <size>\n        <width>16777215</width>\n        <height>80</height>\n       </size>\n      </property>\n      <property name=\"title\">\n       <string>Align</string>\n      </property>\n      <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n       <item>\n        <layout class=\"QGridLayout\" name=\"gridLayout_2\">\n         <item row=\"0\" column=\"2\">\n          <widget class=\"QPushButton\" name=\"alignRButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>24</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>⇥</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QPushButton\" name=\"alignLButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>24</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>⇤</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"3\">\n          <widget class=\"QPushButton\" name=\"distributeButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>16</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font:16pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>|||</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <widget class=\"QPushButton\" name=\"alignCButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>45</width>\n             <height>45</height>\n            </size>\n           </property>\n           <property name=\"font\">\n            <font>\n             <family>メイリオ</family>\n             <pointsize>16</pointsize>\n             <italic>false</italic>\n             <bold>false</bold>\n            </font>\n           </property>\n           <property name=\"styleSheet\">\n            <string notr=\"true\">font: 16pt &quot;メイリオ&quot;;</string>\n           </property>\n           <property name=\"text\">\n            <string>┃</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <spacer name=\"horizontalSpacer_2\">\n         <property name=\"orientation\">\n          <enum>Qt::Orientation::Horizontal</enum>\n         </property>\n         <property name=\"sizeHint\" stdset=\"0\">\n          <size>\n           <width>51</width>\n           <height>20</height>\n          </size>\n         </property>\n        </spacer>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"minimumSize\">\n       <size>\n        <width>280</width>\n        <height>0</height>\n       </size>\n      </property>\n      <property name=\"maximumSize\">\n       <size>\n        <width>16777215</width>\n        <height>16777215</height>\n       </size>\n      </property>\n      <property name=\"title\">\n       <string>Input</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"QGroupBox\" name=\"groupBox\">\n         <property name=\"title\">\n          <string>Target Frame</string>\n         </property>\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n          <item>\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_5\">\n            <item>\n             <widget class=\"QRadioButton\" name=\"currentFrameRadioButton\">\n              <property name=\"text\">\n               <string>Current Frame</string>\n              </property>\n              <property name=\"checked\">\n               <bool>true</bool>\n              </property>\n              <attribute name=\"buttonGroup\">\n               <string notr=\"true\">buttonGroup</string>\n              </attribute>\n             </widget>\n            </item>\n            <item>\n             <widget class=\"QRadioButton\" name=\"keyFrameRadioButton\">\n              <property name=\"text\">\n               <string>Key Frame</string>\n              </property>\n              <attribute name=\"buttonGroup\">\n               <string notr=\"true\">buttonGroup</string>\n              </attribute>\n             </widget>\n            </item>\n            <item>\n             <spacer name=\"horizontalSpacer_13\">\n              <property name=\"orientation\">\n               <enum>Qt::Orientation::Horizontal</enum>\n              </property>\n              <property name=\"sizeHint\" stdset=\"0\">\n               <size>\n                <width>40</width>\n                <height>20</height>\n               </size>\n              </property>\n             </spacer>\n            </item>\n           </layout>\n          </item>\n          <item>\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_6\">\n            <item>\n             <widget class=\"QLabel\" name=\"label_9\">\n              <property name=\"text\">\n               <string>Key Frame Index: </string>\n              </property>\n             </widget>\n            </item>\n            <item>\n             <widget class=\"QSpinBox\" name=\"keyFrameIndexSpinBox\">\n              <property name=\"minimumSize\">\n               <size>\n                <width>80</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"minimum\">\n               <number>1</number>\n              </property>\n              <property name=\"maximum\">\n               <number>999</number>\n              </property>\n             </widget>\n            </item>\n            <item>\n             <spacer name=\"horizontalSpacer_14\">\n              <property name=\"orientation\">\n               <enum>Qt::Orientation::Horizontal</enum>\n              </property>\n              <property name=\"sizeHint\" stdset=\"0\">\n               <size>\n                <width>40</width>\n                <height>20</height>\n               </size>\n              </property>\n             </spacer>\n            </item>\n           </layout>\n          </item>\n         </layout>\n        </widget>\n       </item>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n         <item>\n          <widget class=\"QRadioButton\" name=\"absoluteRadioButton\">\n           <property name=\"text\">\n            <string>Absolute</string>\n           </property>\n           <property name=\"checked\">\n            <bool>true</bool>\n           </property>\n           <attribute name=\"buttonGroup\">\n            <string notr=\"true\">buttonGroup_2</string>\n           </attribute>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QRadioButton\" name=\"relativeRadioButton\">\n           <property name=\"text\">\n            <string>Relative</string>\n           </property>\n           <attribute name=\"buttonGroup\">\n            <string notr=\"true\">buttonGroup_2</string>\n           </attribute>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_3\">\n           <property name=\"orientation\">\n            <enum>Qt::Orientation::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>0</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <layout class=\"QGridLayout\" name=\"gridLayout\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label\">\n           <property name=\"text\">\n            <string>Value</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"valueLineEdit\"/>\n         </item>\n         <item row=\"0\" column=\"2\">\n          <spacer name=\"horizontalSpacer_5\">\n           <property name=\"orientation\">\n            <enum>Qt::Orientation::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Policy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"0\" column=\"3\" rowspan=\"2\">\n          <widget class=\"QPushButton\" name=\"setButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>60</width>\n             <height>56</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>50</width>\n             <height>16777215</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>Set</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_3\">\n           <property name=\"text\">\n            <string>Step</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"stepLineEdit\"/>\n         </item>\n         <item row=\"1\" column=\"2\">\n          <spacer name=\"horizontalSpacer_6\">\n           <property name=\"orientation\">\n            <enum>Qt::Orientation::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Policy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"2\" column=\"0\">\n          <spacer name=\"verticalSpacer\">\n           <property name=\"orientation\">\n            <enum>Qt::Orientation::Vertical</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Policy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>20</width>\n             <height>13</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"3\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_5\">\n           <property name=\"text\">\n            <string>inf</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"3\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"infLineEdit\"/>\n         </item>\n         <item row=\"3\" column=\"2\">\n          <spacer name=\"horizontalSpacer_9\">\n           <property name=\"orientation\">\n            <enum>Qt::Orientation::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Policy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item row=\"3\" column=\"3\" rowspan=\"2\">\n          <widget class=\"QPushButton\" name=\"randomButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>60</width>\n             <height>56</height>\n            </size>\n           </property>\n           <property name=\"maximumSize\">\n            <size>\n             <width>50</width>\n             <height>16777215</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>Random</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"4\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_6\">\n           <property name=\"text\">\n            <string>sup</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"4\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"supLineEdit\"/>\n         </item>\n         <item row=\"4\" column=\"2\">\n          <spacer name=\"horizontalSpacer_10\">\n           <property name=\"orientation\">\n            <enum>Qt::Orientation::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Policy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>13</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <property name=\"spacing\">\n       <number>2</number>\n      </property>\n      <item>\n       <widget class=\"QPushButton\" name=\"sourceButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>source</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Orientation::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::ArrowType::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <tabstops>\n  <tabstop>l2rRadioButton</tabstop>\n  <tabstop>randomRadioButton</tabstop>\n  <tabstop>alignLButton</tabstop>\n  <tabstop>alignCButton</tabstop>\n  <tabstop>alignRButton</tabstop>\n  <tabstop>distributeButton</tabstop>\n  <tabstop>absoluteRadioButton</tabstop>\n  <tabstop>relativeRadioButton</tabstop>\n  <tabstop>valueLineEdit</tabstop>\n  <tabstop>stepLineEdit</tabstop>\n  <tabstop>setButton</tabstop>\n  <tabstop>infLineEdit</tabstop>\n  <tabstop>supLineEdit</tabstop>\n  <tabstop>randomButton</tabstop>\n  <tabstop>minimizeButton</tabstop>\n  <tabstop>closeButton</tabstop>\n </tabstops>\n <resources/>\n <connections/>\n <buttongroups>\n  <buttongroup name=\"buttonGroup\"/>\n  <buttongroup name=\"buttonGroup_2\"/>\n  <buttongroup name=\"buttonGroup_3\"/>\n </buttongroups>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/number_tool/number_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'number_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.9.1\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QButtonGroup, QGridLayout,\n    QGroupBox, QHBoxLayout, QHeaderView, QLabel,\n    QLineEdit, QMainWindow, QPushButton, QRadioButton,\n    QSizePolicy, QSpacerItem, QSpinBox, QTabWidget,\n    QToolButton, QTreeView, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(298, 717)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_2 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.tabWidget = QTabWidget(self.centralwidget)\n        self.tabWidget.setObjectName(u\"tabWidget\")\n        self.tab = QWidget()\n        self.tab.setObjectName(u\"tab\")\n        self.verticalLayout_3 = QVBoxLayout(self.tab)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)\n        self.toolTreeView = QTreeView(self.tab)\n        self.toolTreeView.setObjectName(u\"toolTreeView\")\n        self.toolTreeView.setEditTriggers(QAbstractItemView.EditTrigger.NoEditTriggers)\n        self.toolTreeView.setSelectionMode(QAbstractItemView.SelectionMode.SingleSelection)\n\n        self.verticalLayout_3.addWidget(self.toolTreeView)\n\n        self.tabWidget.addTab(self.tab, \"\")\n        self.tab_2 = QWidget()\n        self.tab_2.setObjectName(u\"tab_2\")\n        self.horizontalLayout_7 = QHBoxLayout(self.tab_2)\n        self.horizontalLayout_7.setObjectName(u\"horizontalLayout_7\")\n        self.horizontalLayout_7.setContentsMargins(0, 0, 0, 0)\n        self.toolBTreeView = QTreeView(self.tab_2)\n        self.toolBTreeView.setObjectName(u\"toolBTreeView\")\n\n        self.horizontalLayout_7.addWidget(self.toolBTreeView)\n\n        self.verticalLayout_5 = QVBoxLayout()\n        self.verticalLayout_5.setObjectName(u\"verticalLayout_5\")\n        self.modifierTreeView = QTreeView(self.tab_2)\n        self.modifierTreeView.setObjectName(u\"modifierTreeView\")\n\n        self.verticalLayout_5.addWidget(self.modifierTreeView)\n\n        self.loadButton = QPushButton(self.tab_2)\n        self.loadButton.setObjectName(u\"loadButton\")\n\n        self.verticalLayout_5.addWidget(self.loadButton)\n\n\n        self.horizontalLayout_7.addLayout(self.verticalLayout_5)\n\n        self.tabWidget.addTab(self.tab_2, \"\")\n\n        self.verticalLayout_2.addWidget(self.tabWidget)\n\n        self.groupBox_4 = QGroupBox(self.centralwidget)\n        self.groupBox_4.setObjectName(u\"groupBox_4\")\n        self.groupBox_4.setMinimumSize(QSize(280, 0))\n        self.horizontalLayout_3 = QHBoxLayout(self.groupBox_4)\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.l2rRadioButton = QRadioButton(self.groupBox_4)\n        self.buttonGroup_3 = QButtonGroup(MainWindow)\n        self.buttonGroup_3.setObjectName(u\"buttonGroup_3\")\n        self.buttonGroup_3.addButton(self.l2rRadioButton)\n        self.l2rRadioButton.setObjectName(u\"l2rRadioButton\")\n        self.l2rRadioButton.setChecked(True)\n\n        self.horizontalLayout_3.addWidget(self.l2rRadioButton)\n\n        self.r2lRadioButton = QRadioButton(self.groupBox_4)\n        self.buttonGroup_3.addButton(self.r2lRadioButton)\n        self.r2lRadioButton.setObjectName(u\"r2lRadioButton\")\n\n        self.horizontalLayout_3.addWidget(self.r2lRadioButton)\n\n        self.randomRadioButton = QRadioButton(self.groupBox_4)\n        self.buttonGroup_3.addButton(self.randomRadioButton)\n        self.randomRadioButton.setObjectName(u\"randomRadioButton\")\n\n        self.horizontalLayout_3.addWidget(self.randomRadioButton)\n\n        self.horizontalSpacer_4 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_4)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox_4)\n\n        self.alignGroupBox = QGroupBox(self.centralwidget)\n        self.alignGroupBox.setObjectName(u\"alignGroupBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.alignGroupBox.sizePolicy().hasHeightForWidth())\n        self.alignGroupBox.setSizePolicy(sizePolicy)\n        self.alignGroupBox.setMinimumSize(QSize(280, 80))\n        self.alignGroupBox.setMaximumSize(QSize(16777215, 80))\n        self.horizontalLayout_2 = QHBoxLayout(self.alignGroupBox)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.gridLayout_2 = QGridLayout()\n        self.gridLayout_2.setObjectName(u\"gridLayout_2\")\n        self.alignRButton = QPushButton(self.alignGroupBox)\n        self.alignRButton.setObjectName(u\"alignRButton\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Fixed)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.alignRButton.sizePolicy().hasHeightForWidth())\n        self.alignRButton.setSizePolicy(sizePolicy1)\n        self.alignRButton.setMinimumSize(QSize(45, 45))\n        self.alignRButton.setMaximumSize(QSize(45, 45))\n        font = QFont()\n        font.setFamilies([u\"\\u30e1\\u30a4\\u30ea\\u30aa\"])\n        font.setPointSize(24)\n        font.setBold(False)\n        font.setItalic(False)\n        self.alignRButton.setFont(font)\n        self.alignRButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_2.addWidget(self.alignRButton, 0, 2, 1, 1)\n\n        self.alignLButton = QPushButton(self.alignGroupBox)\n        self.alignLButton.setObjectName(u\"alignLButton\")\n        sizePolicy1.setHeightForWidth(self.alignLButton.sizePolicy().hasHeightForWidth())\n        self.alignLButton.setSizePolicy(sizePolicy1)\n        self.alignLButton.setMinimumSize(QSize(45, 45))\n        self.alignLButton.setMaximumSize(QSize(45, 45))\n        self.alignLButton.setFont(font)\n        self.alignLButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_2.addWidget(self.alignLButton, 0, 0, 1, 1)\n\n        self.distributeButton = QPushButton(self.alignGroupBox)\n        self.distributeButton.setObjectName(u\"distributeButton\")\n        sizePolicy1.setHeightForWidth(self.distributeButton.sizePolicy().hasHeightForWidth())\n        self.distributeButton.setSizePolicy(sizePolicy1)\n        self.distributeButton.setMinimumSize(QSize(45, 45))\n        self.distributeButton.setMaximumSize(QSize(45, 45))\n        font1 = QFont()\n        font1.setFamilies([u\"\\u30e1\\u30a4\\u30ea\\u30aa\"])\n        font1.setPointSize(16)\n        font1.setBold(False)\n        font1.setItalic(False)\n        self.distributeButton.setFont(font1)\n        self.distributeButton.setStyleSheet(u\"font:16pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_2.addWidget(self.distributeButton, 0, 3, 1, 1)\n\n        self.alignCButton = QPushButton(self.alignGroupBox)\n        self.alignCButton.setObjectName(u\"alignCButton\")\n        sizePolicy1.setHeightForWidth(self.alignCButton.sizePolicy().hasHeightForWidth())\n        self.alignCButton.setSizePolicy(sizePolicy1)\n        self.alignCButton.setMinimumSize(QSize(45, 45))\n        self.alignCButton.setMaximumSize(QSize(45, 45))\n        self.alignCButton.setFont(font1)\n        self.alignCButton.setStyleSheet(u\"font: 16pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_2.addWidget(self.alignCButton, 0, 1, 1, 1)\n\n\n        self.horizontalLayout_2.addLayout(self.gridLayout_2)\n\n        self.horizontalSpacer_2 = QSpacerItem(51, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout_2.addItem(self.horizontalSpacer_2)\n\n\n        self.verticalLayout_2.addWidget(self.alignGroupBox)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        sizePolicy.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy)\n        self.groupBox_2.setMinimumSize(QSize(280, 0))\n        self.groupBox_2.setMaximumSize(QSize(16777215, 16777215))\n        self.verticalLayout = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.groupBox = QGroupBox(self.groupBox_2)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout_4 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.horizontalLayout_5 = QHBoxLayout()\n        self.horizontalLayout_5.setObjectName(u\"horizontalLayout_5\")\n        self.currentFrameRadioButton = QRadioButton(self.groupBox)\n        self.buttonGroup = QButtonGroup(MainWindow)\n        self.buttonGroup.setObjectName(u\"buttonGroup\")\n        self.buttonGroup.addButton(self.currentFrameRadioButton)\n        self.currentFrameRadioButton.setObjectName(u\"currentFrameRadioButton\")\n        self.currentFrameRadioButton.setChecked(True)\n\n        self.horizontalLayout_5.addWidget(self.currentFrameRadioButton)\n\n        self.keyFrameRadioButton = QRadioButton(self.groupBox)\n        self.buttonGroup.addButton(self.keyFrameRadioButton)\n        self.keyFrameRadioButton.setObjectName(u\"keyFrameRadioButton\")\n\n        self.horizontalLayout_5.addWidget(self.keyFrameRadioButton)\n\n        self.horizontalSpacer_13 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout_5.addItem(self.horizontalSpacer_13)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout_5)\n\n        self.horizontalLayout_6 = QHBoxLayout()\n        self.horizontalLayout_6.setObjectName(u\"horizontalLayout_6\")\n        self.label_9 = QLabel(self.groupBox)\n        self.label_9.setObjectName(u\"label_9\")\n\n        self.horizontalLayout_6.addWidget(self.label_9)\n\n        self.keyFrameIndexSpinBox = QSpinBox(self.groupBox)\n        self.keyFrameIndexSpinBox.setObjectName(u\"keyFrameIndexSpinBox\")\n        self.keyFrameIndexSpinBox.setMinimumSize(QSize(80, 0))\n        self.keyFrameIndexSpinBox.setMinimum(1)\n        self.keyFrameIndexSpinBox.setMaximum(999)\n\n        self.horizontalLayout_6.addWidget(self.keyFrameIndexSpinBox)\n\n        self.horizontalSpacer_14 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout_6.addItem(self.horizontalSpacer_14)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout_6)\n\n\n        self.verticalLayout.addWidget(self.groupBox)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.absoluteRadioButton = QRadioButton(self.groupBox_2)\n        self.buttonGroup_2 = QButtonGroup(MainWindow)\n        self.buttonGroup_2.setObjectName(u\"buttonGroup_2\")\n        self.buttonGroup_2.addButton(self.absoluteRadioButton)\n        self.absoluteRadioButton.setObjectName(u\"absoluteRadioButton\")\n        self.absoluteRadioButton.setChecked(True)\n\n        self.horizontalLayout_4.addWidget(self.absoluteRadioButton)\n\n        self.relativeRadioButton = QRadioButton(self.groupBox_2)\n        self.buttonGroup_2.addButton(self.relativeRadioButton)\n        self.relativeRadioButton.setObjectName(u\"relativeRadioButton\")\n\n        self.horizontalLayout_4.addWidget(self.relativeRadioButton)\n\n        self.horizontalSpacer_3 = QSpacerItem(0, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer_3)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_4)\n\n        self.gridLayout = QGridLayout()\n        self.gridLayout.setObjectName(u\"gridLayout\")\n        self.label = QLabel(self.groupBox_2)\n        self.label.setObjectName(u\"label\")\n\n        self.gridLayout.addWidget(self.label, 0, 0, 1, 1)\n\n        self.valueLineEdit = QLineEdit(self.groupBox_2)\n        self.valueLineEdit.setObjectName(u\"valueLineEdit\")\n\n        self.gridLayout.addWidget(self.valueLineEdit, 0, 1, 1, 1)\n\n        self.horizontalSpacer_5 = QSpacerItem(13, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)\n\n        self.gridLayout.addItem(self.horizontalSpacer_5, 0, 2, 1, 1)\n\n        self.setButton = QPushButton(self.groupBox_2)\n        self.setButton.setObjectName(u\"setButton\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Preferred)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.setButton.sizePolicy().hasHeightForWidth())\n        self.setButton.setSizePolicy(sizePolicy2)\n        self.setButton.setMinimumSize(QSize(60, 56))\n        self.setButton.setMaximumSize(QSize(50, 16777215))\n\n        self.gridLayout.addWidget(self.setButton, 0, 3, 2, 1)\n\n        self.label_3 = QLabel(self.groupBox_2)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.gridLayout.addWidget(self.label_3, 1, 0, 1, 1)\n\n        self.stepLineEdit = QLineEdit(self.groupBox_2)\n        self.stepLineEdit.setObjectName(u\"stepLineEdit\")\n\n        self.gridLayout.addWidget(self.stepLineEdit, 1, 1, 1, 1)\n\n        self.horizontalSpacer_6 = QSpacerItem(13, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)\n\n        self.gridLayout.addItem(self.horizontalSpacer_6, 1, 2, 1, 1)\n\n        self.verticalSpacer = QSpacerItem(20, 13, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)\n\n        self.gridLayout.addItem(self.verticalSpacer, 2, 0, 1, 1)\n\n        self.label_5 = QLabel(self.groupBox_2)\n        self.label_5.setObjectName(u\"label_5\")\n\n        self.gridLayout.addWidget(self.label_5, 3, 0, 1, 1)\n\n        self.infLineEdit = QLineEdit(self.groupBox_2)\n        self.infLineEdit.setObjectName(u\"infLineEdit\")\n\n        self.gridLayout.addWidget(self.infLineEdit, 3, 1, 1, 1)\n\n        self.horizontalSpacer_9 = QSpacerItem(13, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)\n\n        self.gridLayout.addItem(self.horizontalSpacer_9, 3, 2, 1, 1)\n\n        self.randomButton = QPushButton(self.groupBox_2)\n        self.randomButton.setObjectName(u\"randomButton\")\n        sizePolicy2.setHeightForWidth(self.randomButton.sizePolicy().hasHeightForWidth())\n        self.randomButton.setSizePolicy(sizePolicy2)\n        self.randomButton.setMinimumSize(QSize(60, 56))\n        self.randomButton.setMaximumSize(QSize(50, 16777215))\n\n        self.gridLayout.addWidget(self.randomButton, 3, 3, 2, 1)\n\n        self.label_6 = QLabel(self.groupBox_2)\n        self.label_6.setObjectName(u\"label_6\")\n\n        self.gridLayout.addWidget(self.label_6, 4, 0, 1, 1)\n\n        self.supLineEdit = QLineEdit(self.groupBox_2)\n        self.supLineEdit.setObjectName(u\"supLineEdit\")\n\n        self.gridLayout.addWidget(self.supLineEdit, 4, 1, 1, 1)\n\n        self.horizontalSpacer_10 = QSpacerItem(13, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)\n\n        self.gridLayout.addItem(self.horizontalSpacer_10, 4, 2, 1, 1)\n\n\n        self.verticalLayout.addLayout(self.gridLayout)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(2)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.sourceButton = QPushButton(self.centralwidget)\n        self.sourceButton.setObjectName(u\"sourceButton\")\n        self.sourceButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.sourceButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.ArrowType.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        QWidget.setTabOrder(self.l2rRadioButton, self.randomRadioButton)\n        QWidget.setTabOrder(self.randomRadioButton, self.alignLButton)\n        QWidget.setTabOrder(self.alignLButton, self.alignCButton)\n        QWidget.setTabOrder(self.alignCButton, self.alignRButton)\n        QWidget.setTabOrder(self.alignRButton, self.distributeButton)\n        QWidget.setTabOrder(self.distributeButton, self.absoluteRadioButton)\n        QWidget.setTabOrder(self.absoluteRadioButton, self.relativeRadioButton)\n        QWidget.setTabOrder(self.relativeRadioButton, self.valueLineEdit)\n        QWidget.setTabOrder(self.valueLineEdit, self.stepLineEdit)\n        QWidget.setTabOrder(self.stepLineEdit, self.setButton)\n        QWidget.setTabOrder(self.setButton, self.infLineEdit)\n        QWidget.setTabOrder(self.infLineEdit, self.supLineEdit)\n        QWidget.setTabOrder(self.supLineEdit, self.randomButton)\n        QWidget.setTabOrder(self.randomButton, self.minimizeButton)\n        QWidget.setTabOrder(self.minimizeButton, self.closeButton)\n\n        self.retranslateUi(MainWindow)\n\n        self.tabWidget.setCurrentIndex(0)\n\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QCoreApplication.translate(\"MainWindow\", u\"Tool\", None))\n        self.loadButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Load\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QCoreApplication.translate(\"MainWindow\", u\"Modifier\", None))\n        self.groupBox_4.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Oder\", None))\n        self.l2rRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"LtoR\", None))\n        self.r2lRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"RtoL\", None))\n        self.randomRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"random\", None))\n        self.alignGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Align\", None))\n        self.alignRButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u21e5\", None))\n        self.alignLButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u21e4\", None))\n        self.distributeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"|||\", None))\n        self.alignCButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2503\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Input\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Target Frame\", None))\n        self.currentFrameRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Current Frame\", None))\n        self.keyFrameRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Key Frame\", None))\n        self.label_9.setText(QCoreApplication.translate(\"MainWindow\", u\"Key Frame Index: \", None))\n        self.absoluteRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Absolute\", None))\n        self.relativeRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Relative\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Value\", None))\n        self.setButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"Step\", None))\n        self.label_5.setText(QCoreApplication.translate(\"MainWindow\", u\"inf\", None))\n        self.randomButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Random\", None))\n        self.label_6.setText(QCoreApplication.translate(\"MainWindow\", u\"sup\", None))\n        self.sourceButton.setText(QCoreApplication.translate(\"MainWindow\", u\"source\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/paste_tool/__init__.py",
    "content": "from .paste_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/paste_tool/node_window.py",
    "content": "import sys\n\nfrom typing import List\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtGui import (\n    QStandardItemModel,\n    QStandardItem,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    pipe as p, util,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_fusion.tool.paste_tool.node_window_ui import Ui_MainWindow\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('Select Parm')\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            # | Qt.WindowStaysOnTopHint\n        )\n        self.resize(500, 200)\n        self.fusion = fusion\n\n        # tree\n        v = self.ui.treeView\n        v.setHeaderHidden(True)\n        m = QStandardItemModel()\n        v.setModel(m)\n\n        # style sheet\n        self.ui.addButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.readButton.setStyleSheet(appearance.other_stylesheet)\n\n        # event\n        self.ui.readButton.clicked.connect(self.read_node)\n\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def get_selection(self) -> List[str]:\n        v = self.ui.treeView\n        m = v.model()\n        sm = v.selectionModel()\n        return p.pipe(\n            sm.selectedRows(1),\n            p.map(lambda i: m.data(i)),\n            list,\n        )\n\n    def read_node(self) -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n\n        # setup\n        tools = list(comp.GetToolList(True).values())\n        if len(tools) < 1:\n            return\n        tool = tools[0]\n\n        v = self.ui.treeView\n        m = v.model()\n        m.clear()\n\n        def make_row(_id, _name, _type):\n            size = 20 + len(_name) - util.get_str_width(_name)\n            display = '%s <%s> %s' % (_name.ljust(size), _type, _id)\n            return [\n                QStandardItem(display),\n                QStandardItem(_id),\n            ]\n\n        # main\n        node = QStandardItem(tool.Name)\n        node.setSelectable(False)\n        m.appendRow(node)\n        # out\n        i = 1\n        while True:\n            outp = tool.FindMainOutput(i)\n            if outp is None:\n                break\n            node.appendRow(make_row(\n                outp.ID,\n                outp.Name,\n                outp.GetAttrs()['OUTS_DataType'],\n            ))\n            i += 1\n        # in\n        inp_id_list = []\n        i = 1\n        while True:\n            inp = tool.FindMainInput(i)\n            if inp is None:\n                break\n            attrs = inp.GetAttrs()\n            name = inp.Name\n            if 'INPS_IC_Name' in attrs:\n                name = attrs['INPS_IC_Name']\n            if tool.GetAttrs()['TOOLB_Visible']:\n                node.appendRow(make_row(\n                    inp.ID,\n                    name,\n                    attrs['INPS_DataType'],\n                ))\n                inp_id_list.append(inp.ID)\n            i += 1\n        # page\n        page_names: dict = tool.GetControlPageNames()\n        inp_dict: dict = tool.GetInputList()\n        for page_name in page_names.values():\n            page = QStandardItem(page_name)\n            page.setSelectable(False)\n            node.appendRow(page)\n            for inp in inp_dict.values():\n                attrs = inp.GetAttrs()\n                name = inp.Name\n                if 'INPS_IC_Name' in attrs:\n                    name = attrs['INPS_IC_Name']\n                if attrs['INPI_IC_ControlPage'] not in page_names.keys():\n                    continue\n                if page_name != page_names[attrs['INPI_IC_ControlPage']]:\n                    continue\n                if inp.ID in inp_id_list:  # Main Inputは追加しない\n                    continue\n                page.appendRow(make_row(\n                    inp.ID,\n                    name,\n                    attrs['INPS_DataType'],\n                ))\n        #\n        v.expandAll()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/paste_tool/node_window.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>278</width>\n    <height>272</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QTreeView\" name=\"treeView\">\n      <property name=\"editTriggers\">\n       <set>QAbstractItemView::NoEditTriggers</set>\n      </property>\n      <property name=\"selectionMode\">\n       <enum>QAbstractItemView::ExtendedSelection</enum>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"readButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>read</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"addButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>add</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/paste_tool/node_window_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'node_window.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QHBoxLayout, QHeaderView,\n    QMainWindow, QPushButton, QSizePolicy, QSpacerItem,\n    QTreeView, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(278, 272)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.treeView = QTreeView(self.centralwidget)\n        self.treeView.setObjectName(u\"treeView\")\n        self.treeView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.treeView.setSelectionMode(QAbstractItemView.ExtendedSelection)\n\n        self.verticalLayout.addWidget(self.treeView)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.readButton = QPushButton(self.centralwidget)\n        self.readButton.setObjectName(u\"readButton\")\n        self.readButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.readButton)\n\n        self.addButton = QPushButton(self.centralwidget)\n        self.addButton.setObjectName(u\"addButton\")\n        self.addButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.addButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.readButton.setText(QCoreApplication.translate(\"MainWindow\", u\"read\", None))\n        self.addButton.setText(QCoreApplication.translate(\"MainWindow\", u\"add\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/paste_tool/paste_tool.py",
    "content": "import functools\nimport sys\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n)\n\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QFileDialog,\n)\n\nfrom rs.core import (\n    pipe as p, config,\n)\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import operator as op\nfrom rs_fusion.tool.paste_tool.paste_tool_ui import Ui_MainWindow\nfrom rs_fusion.tool.paste_tool.node_window import MainWindow as NodeWindow\n\nAPP_NAME = 'PasteTool'\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(300, 300)\n\n        self.fusion = fusion\n\n        # config\n        self.config_dir: Path = config.CONFIG_DIR.joinpath(APP_NAME)\n        self.config_dir.mkdir(parents=True, exist_ok=True)\n        self.default_file: Path = self.config_dir.joinpath('default.txt')\n        if not self.default_file.exists():\n            self.default_file.write_text('StyledText\\nWidth\\nHeight\\nUseFrameFormatSettings', encoding='utf-8')\n        self.ui.plainTextEdit.setPlainText(\n            self.default_file.read_text(encoding='utf-8')\n        )\n\n        # window\n        self.node_window = NodeWindow(parent=self, fusion=fusion)\n\n        # style sheet\n        self.ui.pasteButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.nodeButton.setStyleSheet(appearance.other_stylesheet)\n\n        # event\n        self.ui.pasteButton.clicked.connect(self.paste)\n        self.ui.nodeButton.clicked.connect(self.node_window.show)\n        self.node_window.ui.addButton.clicked.connect(self.add)\n\n        self.ui.loadButton.clicked.connect(self.load_txt)\n        self.ui.saveButton.clicked.connect(self.save_txt)\n\n        self.ui.minimizeButton.clicked.connect(functools.partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def load_txt(self):\n        file_name = QFileDialog.getOpenFileName(self, 'Open file', str(self.config_dir), 'Text files (*.txt)')[0]\n        if file_name == '':\n            return\n        self.ui.plainTextEdit.setPlainText(\n            Path(file_name).read_text(encoding='utf-8')\n        )\n\n    def save_txt(self):\n        file_name = QFileDialog.getSaveFileName(self, 'Save file', str(self.config_dir), 'Text files (*.txt)')[0]\n        if file_name == '':\n            return\n        Path(file_name).write_text(\n            self.ui.plainTextEdit.toPlainText(),\n            encoding='utf-8',\n        )\n\n    def add(self):\n        lst = self.node_window.get_selection()\n        self.ui.plainTextEdit.appendPlainText('\\n'.join(lst))\n\n    def paste(self):\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n\n        lst = p.pipe(\n            self.ui.plainTextEdit.toPlainText().splitlines(),\n            p.map(lambda x: x.strip()),\n            p.filter(lambda x: x != ''),\n            list,\n        )\n\n        text = QApplication.clipboard().text()\n\n        op.paste_setting(\n            comp,\n            text,\n            lst,\n        )\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run(None)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/paste_tool/paste_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>308</width>\n    <height>356</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>exclusion</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"QPlainTextEdit\" name=\"plainTextEdit\"/>\n       </item>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n         <item>\n          <widget class=\"QPushButton\" name=\"nodeButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>80</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>node</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_2\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>40</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"saveButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>80</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>save</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"loadButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>80</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>load</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <property name=\"spacing\">\n       <number>2</number>\n      </property>\n      <item>\n       <widget class=\"QPushButton\" name=\"pasteButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>paste</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/paste_tool/paste_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'paste_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QGroupBox, QHBoxLayout, QMainWindow,\n    QPlainTextEdit, QPushButton, QSizePolicy, QSpacerItem,\n    QToolButton, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(308, 356)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_2 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout = QVBoxLayout(self.groupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.plainTextEdit = QPlainTextEdit(self.groupBox)\n        self.plainTextEdit.setObjectName(u\"plainTextEdit\")\n\n        self.verticalLayout.addWidget(self.plainTextEdit)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.nodeButton = QPushButton(self.groupBox)\n        self.nodeButton.setObjectName(u\"nodeButton\")\n        self.nodeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_2.addWidget(self.nodeButton)\n\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_2.addItem(self.horizontalSpacer_2)\n\n        self.saveButton = QPushButton(self.groupBox)\n        self.saveButton.setObjectName(u\"saveButton\")\n        self.saveButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_2.addWidget(self.saveButton)\n\n        self.loadButton = QPushButton(self.groupBox)\n        self.loadButton.setObjectName(u\"loadButton\")\n        self.loadButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_2.addWidget(self.loadButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(2)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.pasteButton = QPushButton(self.centralwidget)\n        self.pasteButton.setObjectName(u\"pasteButton\")\n        self.pasteButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.pasteButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"exclusion\", None))\n        self.nodeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"node\", None))\n        self.saveButton.setText(QCoreApplication.translate(\"MainWindow\", u\"save\", None))\n        self.loadButton.setText(QCoreApplication.translate(\"MainWindow\", u\"load\", None))\n        self.pasteButton.setText(QCoreApplication.translate(\"MainWindow\", u\"paste\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/path_mapper/__init__.py",
    "content": "from .path_mapper import (\n    run,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/path_mapper/path_mapper.py",
    "content": "import sys\nimport functools\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QMessageBox,\n)\n\nfrom rs.core import (\n    pipe as p, lang,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_fusion.tool.path_mapper.path_mapper_ui import Ui_MainWindow\n\nAPP_NAME = 'PathMapper'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(140, 100)\n\n        self.fusion = fusion\n\n        # translate\n        self.lang_code: lang.Code = lang.load()\n        self.translate()\n\n        # button\n        self.ui.applyButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.removeButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.applyButton.clicked.connect(\n            functools.partial(self.pathmap, True)\n        )\n        self.ui.removeButton.clicked.connect(\n            functools.partial(self.pathmap, False)\n        )\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def translate(self) -> None:\n        if self.lang_code == lang.Code.en:\n            self.ui.applyButton.setText('apply')\n            self.ui.removeButton.setText('remove')\n            self.ui.closeButton.setText('close')\n\n    def pathmap(self, use_pathmap: bool) -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            if self.lang_code == lang.Code.en:\n                QMessageBox.warning(self, 'Warning', 'Please run in Fusion Page.')\n            else:\n                QMessageBox.warning(self, 'Warning', 'Fusion Pageで実行してください。')\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            if self.lang_code == lang.Code.en:\n                QMessageBox.warning(self, 'Warning', 'Composition not found.')\n            else:\n                QMessageBox.warning(self, 'Warning', 'コンポジションが見付かりません。')\n            return\n\n        undo_name = 'RS Path Map' if use_pathmap else 'RS Path Unmap'\n\n        comp.Lock()\n        comp.StartUndo(undo_name)\n        tools: dict = comp.GetToolList(True, 'Loader')\n        for tool in tools.values():\n            if use_pathmap:\n                tool.Clip[1] = comp.ReverseMapPath(tool.Clip[1])\n            else:\n                tool.Clip[1] = comp.MapPath(tool.Clip[1])\n        comp.EndUndo(True)\n        comp.Unlock()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/path_mapper/path_mapper.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>98</width>\n    <height>120</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QPushButton\" name=\"applyButton\">\n      <property name=\"minimumSize\">\n       <size>\n        <width>80</width>\n        <height>30</height>\n       </size>\n      </property>\n      <property name=\"text\">\n       <string>適用</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QPushButton\" name=\"removeButton\">\n      <property name=\"minimumSize\">\n       <size>\n        <width>80</width>\n        <height>30</height>\n       </size>\n      </property>\n      <property name=\"text\">\n       <string>取り除く</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QPushButton\" name=\"closeButton\">\n      <property name=\"minimumSize\">\n       <size>\n        <width>80</width>\n        <height>30</height>\n       </size>\n      </property>\n      <property name=\"text\">\n       <string>close</string>\n      </property>\n     </widget>\n    </item>\n   </layout>\n  </widget>\n  <action name=\"actionauto\">\n   <property name=\"checkable\">\n    <bool>true</bool>\n   </property>\n   <property name=\"text\">\n    <string>auto</string>\n   </property>\n  </action>\n  <action name=\"actionja\">\n   <property name=\"checkable\">\n    <bool>true</bool>\n   </property>\n   <property name=\"text\">\n    <string>ja</string>\n   </property>\n  </action>\n  <action name=\"actionen\">\n   <property name=\"checkable\">\n    <bool>true</bool>\n   </property>\n   <property name=\"text\">\n    <string>en</string>\n   </property>\n  </action>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/path_mapper/path_mapper_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'path_mapper.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QApplication, QMainWindow, QPushButton, QSizePolicy,\n    QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(98, 120)\n        self.actionauto = QAction(MainWindow)\n        self.actionauto.setObjectName(u\"actionauto\")\n        self.actionauto.setCheckable(True)\n        self.actionja = QAction(MainWindow)\n        self.actionja.setObjectName(u\"actionja\")\n        self.actionja.setCheckable(True)\n        self.actionen = QAction(MainWindow)\n        self.actionen.setObjectName(u\"actionen\")\n        self.actionen.setCheckable(True)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.applyButton = QPushButton(self.centralwidget)\n        self.applyButton.setObjectName(u\"applyButton\")\n        self.applyButton.setMinimumSize(QSize(80, 30))\n\n        self.verticalLayout.addWidget(self.applyButton)\n\n        self.removeButton = QPushButton(self.centralwidget)\n        self.removeButton.setObjectName(u\"removeButton\")\n        self.removeButton.setMinimumSize(QSize(80, 30))\n\n        self.verticalLayout.addWidget(self.removeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.verticalLayout.addWidget(self.closeButton)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionauto.setText(QCoreApplication.translate(\"MainWindow\", u\"auto\", None))\n        self.actionja.setText(QCoreApplication.translate(\"MainWindow\", u\"ja\", None))\n        self.actionen.setText(QCoreApplication.translate(\"MainWindow\", u\"en\", None))\n        self.applyButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u9069\\u7528\", None))\n        self.removeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u53d6\\u308a\\u9664\\u304f\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/pivot_tool/__init__.py",
    "content": "from .pivot_tool import (\n    run,\n    MainWindow,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/pivot_tool/pivot_tool.py",
    "content": "import enum\nimport sys\nimport functools\nfrom PySide6.QtCore import (\n    Qt, QSize,\n)\nfrom PySide6.QtGui import QDoubleValidator, QIcon\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import config\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_fusion.core import (\n    operator as op,\n)\nfrom rs_fusion.tool.pivot_tool.pivot_tool_ui import Ui_MainWindow\n\nAPP_NAME = 'PivotTool'\n\n\nclass V(enum.Enum):\n    N = 0\n    C = 1\n    S = 2\n\n\nclass H(enum.Enum):\n    W = 0\n    C = 1\n    E = 2\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n            | Qt.MSWindowsFixedSizeDialogHint\n        )\n        self.resize(100, 100)\n\n        self.fusion = fusion\n\n        #\n        self.ui.xLineEdit.setText(str(0.5))\n        self.ui.yLineEdit.setText(str(0.5))\n        self.ui.xLineEdit.setValidator(QDoubleValidator())\n        self.ui.yLineEdit.setValidator(QDoubleValidator())\n\n        # icon\n        icon_dir = config.ROOT_PATH.joinpath('data', 'image', 'icon', 'pivot')\n        nw_icon = QIcon(str(icon_dir.joinpath('nw.svg')))\n        n_icon = QIcon(str(icon_dir.joinpath('n.svg')))\n        ne_icon = QIcon(str(icon_dir.joinpath('ne.svg')))\n        w_icon = QIcon(str(icon_dir.joinpath('w.svg')))\n        center_icon = QIcon(str(icon_dir.joinpath('center.svg')))\n        e_icon = QIcon(str(icon_dir.joinpath('e.svg')))\n        sw_icon = QIcon(str(icon_dir.joinpath('sw.svg')))\n        s_icon = QIcon(str(icon_dir.joinpath('s.svg')))\n        se_icon = QIcon(str(icon_dir.joinpath('se.svg')))\n        self.ui.nwButton.setIcon(nw_icon)\n        self.ui.nButton.setIcon(n_icon)\n        self.ui.neButton.setIcon(ne_icon)\n        self.ui.wButton.setIcon(w_icon)\n        self.ui.centerButton.setIcon(center_icon)\n        self.ui.eButton.setIcon(e_icon)\n        self.ui.swButton.setIcon(sw_icon)\n        self.ui.sButton.setIcon(s_icon)\n        self.ui.seButton.setIcon(se_icon)\n        self.ui.nwButton.setIconSize(QSize(40, 40))\n        self.ui.nButton.setIconSize(QSize(40, 40))\n        self.ui.neButton.setIconSize(QSize(40, 40))\n        self.ui.wButton.setIconSize(QSize(40, 40))\n        self.ui.centerButton.setIconSize(QSize(40, 40))\n        self.ui.eButton.setIconSize(QSize(40, 40))\n        self.ui.swButton.setIconSize(QSize(40, 40))\n        self.ui.sButton.setIconSize(QSize(40, 40))\n        self.ui.seButton.setIconSize(QSize(40, 40))\n\n        # button\n        self.ui.setButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.neButton.clicked.connect(\n            functools.partial(self.set_pivot, V.N, H.E)\n        )\n        self.ui.nButton.clicked.connect(\n            functools.partial(self.set_pivot, V.N, H.C)\n        )\n        self.ui.nwButton.clicked.connect(\n            functools.partial(self.set_pivot, V.N, H.W)\n        )\n        self.ui.eButton.clicked.connect(\n            functools.partial(self.set_pivot, V.C, H.E)\n        )\n        self.ui.centerButton.clicked.connect(\n            functools.partial(self.set_pivot, V.C, H.C)\n        )\n        self.ui.wButton.clicked.connect(\n            functools.partial(self.set_pivot, V.C, H.W)\n        )\n        self.ui.seButton.clicked.connect(\n            functools.partial(self.set_pivot, V.S, H.E)\n        )\n        self.ui.sButton.clicked.connect(\n            functools.partial(self.set_pivot, V.S, H.C)\n        )\n        self.ui.swButton.clicked.connect(\n            functools.partial(self.set_pivot, V.S, H.W)\n        )\n        self.ui.setButton.clicked.connect(\n            functools.partial(self.set_pivot, None, None)\n        )\n        # align\n        self.ui.alignLButton.clicked.connect(\n            functools.partial(self.align_pivot, op.AlignType2D.L)\n        )\n        self.ui.alignVCButton.clicked.connect(\n            functools.partial(self.align_pivot, op.AlignType2D.VC)\n        )\n        self.ui.alignRButton.clicked.connect(\n            functools.partial(self.align_pivot, op.AlignType2D.R)\n        )\n        self.ui.alignTButton.clicked.connect(\n            functools.partial(self.align_pivot, op.AlignType2D.T)\n        )\n        self.ui.alignHCButton.clicked.connect(\n            functools.partial(self.align_pivot, op.AlignType2D.HC)\n        )\n        self.ui.alignBButton.clicked.connect(\n            functools.partial(self.align_pivot, op.AlignType2D.B)\n        )\n        # ui\n        self.ui.xIsLockCheckBox.stateChanged.connect(self.x_lock_changed)\n        self.ui.yIsLockCheckBox.stateChanged.connect(self.y_lock_changed)\n        #\n        self.ui.minimizeButton.clicked.connect(functools.partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def x_lock_changed(self):\n        self.ui.xLineEdit.setEnabled(not self.ui.xIsLockCheckBox.isChecked())\n        self.ui.alignRButton.setEnabled(not self.ui.xIsLockCheckBox.isChecked())\n        self.ui.alignVCButton.setEnabled(not self.ui.xIsLockCheckBox.isChecked())\n        self.ui.alignLButton.setEnabled(not self.ui.xIsLockCheckBox.isChecked())\n\n    def y_lock_changed(self):\n        self.ui.yLineEdit.setEnabled(not self.ui.yIsLockCheckBox.isChecked())\n        self.ui.alignTButton.setEnabled(not self.ui.yIsLockCheckBox.isChecked())\n        self.ui.alignHCButton.setEnabled(not self.ui.yIsLockCheckBox.isChecked())\n        self.ui.alignBButton.setEnabled(not self.ui.yIsLockCheckBox.isChecked())\n\n    def set_pivot(self, v: V, h: H) -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            print('Fusion Pageで実行してください。')\n            return\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            print('コンポジションが見付かりません。')\n            return\n\n        x_attr = 'TOOLI_ImageWidth'\n        y_attr = 'TOOLI_ImageHeight'\n\n        tools = comp.GetToolList(True)\n\n        comp.Lock()\n        comp.StartUndo('RS Set Pivot')\n        for tool in tools.values():\n            pvt = tool.GetInput('Pivot', comp.CurrentTime)\n            if pvt is None:\n                continue\n\n            # input number\n            if None in [v, h]:\n                tool.Pivot[comp.CurrentTime] = {\n                    1: pvt[1] if self.ui.xIsLockCheckBox.isChecked() else float(self.ui.xLineEdit.text()),\n                    2: pvt[2] if self.ui.yIsLockCheckBox.isChecked() else float(self.ui.yLineEdit.text()),\n                }\n                continue\n\n            # input\n            inp = tool.FindMainInput(1)\n            if inp is None:\n                continue\n            attr = tool.GetAttrs()\n            if x_attr not in attr.keys() or y_attr not in attr.keys():\n                continue\n\n            x_size = tool.GetAttrs()[x_attr]\n            y_size = tool.GetAttrs()[y_attr]\n            outp = inp.GetConnectedOutput()\n            if None in (outp, x_size, y_size):\n                continue\n            dod = outp.GetDoD()\n            if dod is None:\n                dod = {1: 0, 2: 0, 3: x_size, 4: y_size}\n            x, y = 0, 0\n            if h == H.W:\n                x = dod[1] / x_size\n            elif h == H.C:\n                x = (dod[1] + dod[3]) / (2 * x_size)\n            elif h == H.E:\n                x = dod[3] / x_size\n            if v == V.S:\n                y = dod[2] / y_size\n            elif v == V.C:\n                y = (dod[2] + dod[4]) / (2 * y_size)\n            elif v == V.N:\n                y = dod[4] / y_size\n\n            tool.Pivot[comp.CurrentTime] = {\n                1: pvt[1] if self.ui.xIsLockCheckBox.isChecked() else x,\n                2: pvt[2] if self.ui.yIsLockCheckBox.isChecked() else y,\n            }\n\n        comp.EndUndo(True)\n        comp.Unlock()\n\n    def align_pivot(self, align_type: op.AlignType2D) -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve and resolve.GetCurrentPage() != 'fusion':\n            print('Fusion Pageで実行してください。')\n            return\n\n        # comp check\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            print('コンポジションが見付かりません。')\n            return\n        op.align2d(comp, 'Pivot', align_type)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run(None)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/pivot_tool/pivot_tool.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>167</width>\n    <height>434</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n    <property name=\"spacing\">\n     <number>0</number>\n    </property>\n    <property name=\"leftMargin\">\n     <number>0</number>\n    </property>\n    <property name=\"topMargin\">\n     <number>0</number>\n    </property>\n    <property name=\"rightMargin\">\n     <number>0</number>\n    </property>\n    <property name=\"bottomMargin\">\n     <number>0</number>\n    </property>\n    <item>\n     <widget class=\"QWidget\" name=\"widget\" native=\"true\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"minimumSize\">\n       <size>\n        <width>167</width>\n        <height>380</height>\n       </size>\n      </property>\n      <widget class=\"QGroupBox\" name=\"groupBox\">\n       <property name=\"geometry\">\n        <rect>\n         <x>0</x>\n         <y>0</y>\n         <width>167</width>\n         <height>175</height>\n        </rect>\n       </property>\n       <property name=\"sizePolicy\">\n        <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n         <horstretch>0</horstretch>\n         <verstretch>0</verstretch>\n        </sizepolicy>\n       </property>\n       <property name=\"minimumSize\">\n        <size>\n         <width>167</width>\n         <height>175</height>\n        </size>\n       </property>\n       <property name=\"title\">\n        <string/>\n       </property>\n       <layout class=\"QGridLayout\" name=\"gridLayout\">\n        <property name=\"leftMargin\">\n         <number>6</number>\n        </property>\n        <property name=\"topMargin\">\n         <number>6</number>\n        </property>\n        <property name=\"rightMargin\">\n         <number>6</number>\n        </property>\n        <property name=\"bottomMargin\">\n         <number>6</number>\n        </property>\n        <item row=\"0\" column=\"0\">\n         <widget class=\"QPushButton\" name=\"nwButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n         </widget>\n        </item>\n        <item row=\"0\" column=\"1\">\n         <widget class=\"QPushButton\" name=\"nButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n         </widget>\n        </item>\n        <item row=\"0\" column=\"2\">\n         <widget class=\"QPushButton\" name=\"neButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"0\">\n         <widget class=\"QPushButton\" name=\"wButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"1\">\n         <widget class=\"QPushButton\" name=\"centerButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"2\">\n         <widget class=\"QPushButton\" name=\"eButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n         </widget>\n        </item>\n        <item row=\"2\" column=\"0\">\n         <widget class=\"QPushButton\" name=\"swButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n         </widget>\n        </item>\n        <item row=\"2\" column=\"1\">\n         <widget class=\"QPushButton\" name=\"sButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n         </widget>\n        </item>\n        <item row=\"2\" column=\"2\">\n         <widget class=\"QPushButton\" name=\"seButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QGroupBox\" name=\"groupBox_2\">\n       <property name=\"geometry\">\n        <rect>\n         <x>0</x>\n         <y>295</y>\n         <width>167</width>\n         <height>84</height>\n        </rect>\n       </property>\n       <property name=\"sizePolicy\">\n        <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n         <horstretch>0</horstretch>\n         <verstretch>0</verstretch>\n        </sizepolicy>\n       </property>\n       <property name=\"title\">\n        <string/>\n       </property>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n        <item>\n         <layout class=\"QGridLayout\" name=\"gridLayout_2\" columnstretch=\"1,0,0\">\n          <item row=\"1\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_2\">\n            <property name=\"text\">\n             <string>Y</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"0\" column=\"2\" rowspan=\"2\">\n           <widget class=\"QPushButton\" name=\"setButton\">\n            <property name=\"sizePolicy\">\n             <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n              <horstretch>0</horstretch>\n              <verstretch>0</verstretch>\n             </sizepolicy>\n            </property>\n            <property name=\"minimumSize\">\n             <size>\n              <width>50</width>\n              <height>50</height>\n             </size>\n            </property>\n            <property name=\"maximumSize\">\n             <size>\n              <width>50</width>\n              <height>50</height>\n             </size>\n            </property>\n            <property name=\"text\">\n             <string>Set</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"0\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label\">\n            <property name=\"text\">\n             <string>X</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"0\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"xLineEdit\"/>\n          </item>\n          <item row=\"1\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"yLineEdit\"/>\n          </item>\n         </layout>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QGroupBox\" name=\"groupBox_3\">\n       <property name=\"geometry\">\n        <rect>\n         <x>0</x>\n         <y>175</y>\n         <width>167</width>\n         <height>120</height>\n        </rect>\n       </property>\n       <property name=\"sizePolicy\">\n        <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n         <horstretch>0</horstretch>\n         <verstretch>0</verstretch>\n        </sizepolicy>\n       </property>\n       <property name=\"minimumSize\">\n        <size>\n         <width>167</width>\n         <height>120</height>\n        </size>\n       </property>\n       <property name=\"title\">\n        <string/>\n       </property>\n       <layout class=\"QGridLayout\" name=\"gridLayout_3\">\n        <property name=\"leftMargin\">\n         <number>6</number>\n        </property>\n        <property name=\"topMargin\">\n         <number>6</number>\n        </property>\n        <property name=\"rightMargin\">\n         <number>6</number>\n        </property>\n        <property name=\"bottomMargin\">\n         <number>6</number>\n        </property>\n        <item row=\"0\" column=\"0\">\n         <widget class=\"QPushButton\" name=\"alignLButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n          <property name=\"styleSheet\">\n           <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n          </property>\n          <property name=\"text\">\n           <string>⇤</string>\n          </property>\n         </widget>\n        </item>\n        <item row=\"0\" column=\"1\">\n         <widget class=\"QPushButton\" name=\"alignVCButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>16</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n          <property name=\"styleSheet\">\n           <string notr=\"true\">font: 16pt &quot;メイリオ&quot;;</string>\n          </property>\n          <property name=\"text\">\n           <string>┃</string>\n          </property>\n         </widget>\n        </item>\n        <item row=\"0\" column=\"2\">\n         <widget class=\"QPushButton\" name=\"alignRButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n          <property name=\"styleSheet\">\n           <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n          </property>\n          <property name=\"text\">\n           <string>⇥</string>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"0\">\n         <widget class=\"QPushButton\" name=\"alignTButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n          <property name=\"styleSheet\">\n           <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n          </property>\n          <property name=\"text\">\n           <string>⤒</string>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"1\">\n         <widget class=\"QPushButton\" name=\"alignHCButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>16</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n          <property name=\"styleSheet\">\n           <string notr=\"true\">font: 16pt &quot;メイリオ&quot;;</string>\n          </property>\n          <property name=\"text\">\n           <string>━</string>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"2\">\n         <widget class=\"QPushButton\" name=\"alignBButton\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"minimumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>45</width>\n            <height>45</height>\n           </size>\n          </property>\n          <property name=\"font\">\n           <font>\n            <family>メイリオ</family>\n            <pointsize>24</pointsize>\n            <italic>false</italic>\n            <bold>false</bold>\n           </font>\n          </property>\n          <property name=\"styleSheet\">\n           <string notr=\"true\">font:24pt &quot;メイリオ&quot;;</string>\n          </property>\n          <property name=\"text\">\n           <string>⤓</string>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n     </widget>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>0</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n      <item>\n       <widget class=\"QCheckBox\" name=\"xIsLockCheckBox\">\n        <property name=\"text\">\n         <string>Lock X</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QCheckBox\" name=\"yIsLockCheckBox\">\n        <property name=\"text\">\n         <string>Lock Y</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_3\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <property name=\"spacing\">\n       <number>2</number>\n      </property>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/pivot_tool/pivot_tool_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'pivot_tool.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QGridLayout, QGroupBox,\n    QHBoxLayout, QLabel, QLineEdit, QMainWindow,\n    QPushButton, QSizePolicy, QSpacerItem, QToolButton,\n    QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(167, 434)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_2 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_2.setSpacing(0)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)\n        self.widget = QWidget(self.centralwidget)\n        self.widget.setObjectName(u\"widget\")\n        sizePolicy = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.widget.sizePolicy().hasHeightForWidth())\n        self.widget.setSizePolicy(sizePolicy)\n        self.widget.setMinimumSize(QSize(167, 380))\n        self.groupBox = QGroupBox(self.widget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.groupBox.setGeometry(QRect(0, 0, 167, 175))\n        sizePolicy.setHeightForWidth(self.groupBox.sizePolicy().hasHeightForWidth())\n        self.groupBox.setSizePolicy(sizePolicy)\n        self.groupBox.setMinimumSize(QSize(167, 175))\n        self.gridLayout = QGridLayout(self.groupBox)\n        self.gridLayout.setObjectName(u\"gridLayout\")\n        self.gridLayout.setContentsMargins(6, 6, 6, 6)\n        self.nwButton = QPushButton(self.groupBox)\n        self.nwButton.setObjectName(u\"nwButton\")\n        sizePolicy.setHeightForWidth(self.nwButton.sizePolicy().hasHeightForWidth())\n        self.nwButton.setSizePolicy(sizePolicy)\n        self.nwButton.setMinimumSize(QSize(45, 45))\n        self.nwButton.setMaximumSize(QSize(45, 45))\n        font = QFont()\n        font.setFamilies([u\"\\u30e1\\u30a4\\u30ea\\u30aa\"])\n        font.setPointSize(24)\n        font.setBold(False)\n        font.setItalic(False)\n        self.nwButton.setFont(font)\n\n        self.gridLayout.addWidget(self.nwButton, 0, 0, 1, 1)\n\n        self.nButton = QPushButton(self.groupBox)\n        self.nButton.setObjectName(u\"nButton\")\n        sizePolicy.setHeightForWidth(self.nButton.sizePolicy().hasHeightForWidth())\n        self.nButton.setSizePolicy(sizePolicy)\n        self.nButton.setMinimumSize(QSize(45, 45))\n        self.nButton.setMaximumSize(QSize(45, 45))\n        self.nButton.setFont(font)\n\n        self.gridLayout.addWidget(self.nButton, 0, 1, 1, 1)\n\n        self.neButton = QPushButton(self.groupBox)\n        self.neButton.setObjectName(u\"neButton\")\n        sizePolicy.setHeightForWidth(self.neButton.sizePolicy().hasHeightForWidth())\n        self.neButton.setSizePolicy(sizePolicy)\n        self.neButton.setMinimumSize(QSize(45, 45))\n        self.neButton.setMaximumSize(QSize(45, 45))\n        self.neButton.setFont(font)\n\n        self.gridLayout.addWidget(self.neButton, 0, 2, 1, 1)\n\n        self.wButton = QPushButton(self.groupBox)\n        self.wButton.setObjectName(u\"wButton\")\n        sizePolicy.setHeightForWidth(self.wButton.sizePolicy().hasHeightForWidth())\n        self.wButton.setSizePolicy(sizePolicy)\n        self.wButton.setMinimumSize(QSize(45, 45))\n        self.wButton.setMaximumSize(QSize(45, 45))\n        self.wButton.setFont(font)\n\n        self.gridLayout.addWidget(self.wButton, 1, 0, 1, 1)\n\n        self.centerButton = QPushButton(self.groupBox)\n        self.centerButton.setObjectName(u\"centerButton\")\n        sizePolicy.setHeightForWidth(self.centerButton.sizePolicy().hasHeightForWidth())\n        self.centerButton.setSizePolicy(sizePolicy)\n        self.centerButton.setMinimumSize(QSize(45, 45))\n        self.centerButton.setMaximumSize(QSize(45, 45))\n        self.centerButton.setFont(font)\n\n        self.gridLayout.addWidget(self.centerButton, 1, 1, 1, 1)\n\n        self.eButton = QPushButton(self.groupBox)\n        self.eButton.setObjectName(u\"eButton\")\n        sizePolicy.setHeightForWidth(self.eButton.sizePolicy().hasHeightForWidth())\n        self.eButton.setSizePolicy(sizePolicy)\n        self.eButton.setMinimumSize(QSize(45, 45))\n        self.eButton.setMaximumSize(QSize(45, 45))\n        self.eButton.setFont(font)\n\n        self.gridLayout.addWidget(self.eButton, 1, 2, 1, 1)\n\n        self.swButton = QPushButton(self.groupBox)\n        self.swButton.setObjectName(u\"swButton\")\n        sizePolicy.setHeightForWidth(self.swButton.sizePolicy().hasHeightForWidth())\n        self.swButton.setSizePolicy(sizePolicy)\n        self.swButton.setMinimumSize(QSize(45, 45))\n        self.swButton.setMaximumSize(QSize(45, 45))\n        self.swButton.setFont(font)\n\n        self.gridLayout.addWidget(self.swButton, 2, 0, 1, 1)\n\n        self.sButton = QPushButton(self.groupBox)\n        self.sButton.setObjectName(u\"sButton\")\n        sizePolicy.setHeightForWidth(self.sButton.sizePolicy().hasHeightForWidth())\n        self.sButton.setSizePolicy(sizePolicy)\n        self.sButton.setMinimumSize(QSize(45, 45))\n        self.sButton.setMaximumSize(QSize(45, 45))\n        self.sButton.setFont(font)\n\n        self.gridLayout.addWidget(self.sButton, 2, 1, 1, 1)\n\n        self.seButton = QPushButton(self.groupBox)\n        self.seButton.setObjectName(u\"seButton\")\n        sizePolicy.setHeightForWidth(self.seButton.sizePolicy().hasHeightForWidth())\n        self.seButton.setSizePolicy(sizePolicy)\n        self.seButton.setMinimumSize(QSize(45, 45))\n        self.seButton.setMaximumSize(QSize(45, 45))\n        self.seButton.setFont(font)\n\n        self.gridLayout.addWidget(self.seButton, 2, 2, 1, 1)\n\n        self.groupBox_2 = QGroupBox(self.widget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        self.groupBox_2.setGeometry(QRect(0, 295, 167, 84))\n        sizePolicy.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy)\n        self.verticalLayout = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.gridLayout_2 = QGridLayout()\n        self.gridLayout_2.setObjectName(u\"gridLayout_2\")\n        self.label_2 = QLabel(self.groupBox_2)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.gridLayout_2.addWidget(self.label_2, 1, 0, 1, 1)\n\n        self.setButton = QPushButton(self.groupBox_2)\n        self.setButton.setObjectName(u\"setButton\")\n        sizePolicy.setHeightForWidth(self.setButton.sizePolicy().hasHeightForWidth())\n        self.setButton.setSizePolicy(sizePolicy)\n        self.setButton.setMinimumSize(QSize(50, 50))\n        self.setButton.setMaximumSize(QSize(50, 50))\n\n        self.gridLayout_2.addWidget(self.setButton, 0, 2, 2, 1)\n\n        self.label = QLabel(self.groupBox_2)\n        self.label.setObjectName(u\"label\")\n\n        self.gridLayout_2.addWidget(self.label, 0, 0, 1, 1)\n\n        self.xLineEdit = QLineEdit(self.groupBox_2)\n        self.xLineEdit.setObjectName(u\"xLineEdit\")\n\n        self.gridLayout_2.addWidget(self.xLineEdit, 0, 1, 1, 1)\n\n        self.yLineEdit = QLineEdit(self.groupBox_2)\n        self.yLineEdit.setObjectName(u\"yLineEdit\")\n\n        self.gridLayout_2.addWidget(self.yLineEdit, 1, 1, 1, 1)\n\n        self.gridLayout_2.setColumnStretch(0, 1)\n\n        self.verticalLayout.addLayout(self.gridLayout_2)\n\n        self.groupBox_3 = QGroupBox(self.widget)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.groupBox_3.setGeometry(QRect(0, 175, 167, 120))\n        sizePolicy.setHeightForWidth(self.groupBox_3.sizePolicy().hasHeightForWidth())\n        self.groupBox_3.setSizePolicy(sizePolicy)\n        self.groupBox_3.setMinimumSize(QSize(167, 120))\n        self.gridLayout_3 = QGridLayout(self.groupBox_3)\n        self.gridLayout_3.setObjectName(u\"gridLayout_3\")\n        self.gridLayout_3.setContentsMargins(6, 6, 6, 6)\n        self.alignLButton = QPushButton(self.groupBox_3)\n        self.alignLButton.setObjectName(u\"alignLButton\")\n        sizePolicy.setHeightForWidth(self.alignLButton.sizePolicy().hasHeightForWidth())\n        self.alignLButton.setSizePolicy(sizePolicy)\n        self.alignLButton.setMinimumSize(QSize(45, 45))\n        self.alignLButton.setMaximumSize(QSize(45, 45))\n        self.alignLButton.setFont(font)\n        self.alignLButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_3.addWidget(self.alignLButton, 0, 0, 1, 1)\n\n        self.alignVCButton = QPushButton(self.groupBox_3)\n        self.alignVCButton.setObjectName(u\"alignVCButton\")\n        sizePolicy.setHeightForWidth(self.alignVCButton.sizePolicy().hasHeightForWidth())\n        self.alignVCButton.setSizePolicy(sizePolicy)\n        self.alignVCButton.setMinimumSize(QSize(45, 45))\n        self.alignVCButton.setMaximumSize(QSize(45, 45))\n        font1 = QFont()\n        font1.setFamilies([u\"\\u30e1\\u30a4\\u30ea\\u30aa\"])\n        font1.setPointSize(16)\n        font1.setBold(False)\n        font1.setItalic(False)\n        self.alignVCButton.setFont(font1)\n        self.alignVCButton.setStyleSheet(u\"font: 16pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_3.addWidget(self.alignVCButton, 0, 1, 1, 1)\n\n        self.alignRButton = QPushButton(self.groupBox_3)\n        self.alignRButton.setObjectName(u\"alignRButton\")\n        sizePolicy.setHeightForWidth(self.alignRButton.sizePolicy().hasHeightForWidth())\n        self.alignRButton.setSizePolicy(sizePolicy)\n        self.alignRButton.setMinimumSize(QSize(45, 45))\n        self.alignRButton.setMaximumSize(QSize(45, 45))\n        self.alignRButton.setFont(font)\n        self.alignRButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_3.addWidget(self.alignRButton, 0, 2, 1, 1)\n\n        self.alignTButton = QPushButton(self.groupBox_3)\n        self.alignTButton.setObjectName(u\"alignTButton\")\n        sizePolicy.setHeightForWidth(self.alignTButton.sizePolicy().hasHeightForWidth())\n        self.alignTButton.setSizePolicy(sizePolicy)\n        self.alignTButton.setMinimumSize(QSize(45, 45))\n        self.alignTButton.setMaximumSize(QSize(45, 45))\n        self.alignTButton.setFont(font)\n        self.alignTButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_3.addWidget(self.alignTButton, 1, 0, 1, 1)\n\n        self.alignHCButton = QPushButton(self.groupBox_3)\n        self.alignHCButton.setObjectName(u\"alignHCButton\")\n        sizePolicy.setHeightForWidth(self.alignHCButton.sizePolicy().hasHeightForWidth())\n        self.alignHCButton.setSizePolicy(sizePolicy)\n        self.alignHCButton.setMinimumSize(QSize(45, 45))\n        self.alignHCButton.setMaximumSize(QSize(45, 45))\n        self.alignHCButton.setFont(font1)\n        self.alignHCButton.setStyleSheet(u\"font: 16pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_3.addWidget(self.alignHCButton, 1, 1, 1, 1)\n\n        self.alignBButton = QPushButton(self.groupBox_3)\n        self.alignBButton.setObjectName(u\"alignBButton\")\n        sizePolicy.setHeightForWidth(self.alignBButton.sizePolicy().hasHeightForWidth())\n        self.alignBButton.setSizePolicy(sizePolicy)\n        self.alignBButton.setMinimumSize(QSize(45, 45))\n        self.alignBButton.setMaximumSize(QSize(45, 45))\n        self.alignBButton.setFont(font)\n        self.alignBButton.setStyleSheet(u\"font:24pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n\n        self.gridLayout_3.addWidget(self.alignBButton, 1, 2, 1, 1)\n\n\n        self.verticalLayout_2.addWidget(self.widget)\n\n        self.verticalSpacer = QSpacerItem(20, 0, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_2.addItem(self.verticalSpacer)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.xIsLockCheckBox = QCheckBox(self.centralwidget)\n        self.xIsLockCheckBox.setObjectName(u\"xIsLockCheckBox\")\n\n        self.horizontalLayout_3.addWidget(self.xIsLockCheckBox)\n\n        self.yIsLockCheckBox = QCheckBox(self.centralwidget)\n        self.yIsLockCheckBox.setObjectName(u\"yIsLockCheckBox\")\n\n        self.horizontalLayout_3.addWidget(self.yIsLockCheckBox)\n\n        self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_3)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_3)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(2)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox.setTitle(\"\")\n        self.groupBox_2.setTitle(\"\")\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Y\", None))\n        self.setButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"X\", None))\n        self.groupBox_3.setTitle(\"\")\n        self.alignLButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u21e4\", None))\n        self.alignVCButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2503\", None))\n        self.alignRButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u21e5\", None))\n        self.alignTButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2912\", None))\n        self.alignHCButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2501\", None))\n        self.alignBButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2913\", None))\n        self.xIsLockCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Lock X\", None))\n        self.yIsLockCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Lock Y\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/psd2tatie/__init__.py",
    "content": "from .psd2tatie import (\n    run,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/psd2tatie/importer.py",
    "content": "from pathlib import Path\nfrom rs_fusion.core import (\n    pose,\n)\n\n\nclass Importer:\n    def __init__(\n            self,\n            comp,\n            root_xf,\n            other_data: dict,\n            eye_data: dict,\n            mouth_data: dict,\n            front_data: dict,\n            close_layer: str,\n            a_layer: str,\n            i_layer: str,\n            u_layer: str,\n            e_layer: str,\n            o_layer: str,\n            n_layer: str,\n            parts_data: dict,\n            canvas_width: int,\n            canvas_height: int,\n    ):\n        self.comp = comp\n        self.flow = comp.CurrentFrame.FlowView\n        self.root_xf = root_xf\n\n        self.other_data = other_data\n        self.eye_data = eye_data\n        self.mouth_data = mouth_data\n        self.front_data = front_data\n        self.parts_data = parts_data\n\n        self.canvas_width = canvas_width\n        self.canvas_height = canvas_height\n\n        self.close_layer = close_layer\n        self.close_node = None\n        self.a_layer = a_layer\n        self.a_node = None\n        self.i_layer = i_layer\n        self.i_node = None\n        self.u_layer = u_layer\n        self.u_node = None\n        self.e_layer = e_layer\n        self.e_node = None\n        self.o_layer = o_layer\n        self.o_node = None\n        self.n_layer = n_layer\n        self.n_node = None\n\n        self.X_OFFSET = 1\n        self.Y_OFFSET = 4\n\n        self.btn_size: float = 0.25\n\n        self.blank_node = None\n\n        self.tree_data = None\n        self.json_data = None\n\n    def set_pos(self, node, pos_x, pos_y):\n        _x, _y = self.flow.GetPosTable(node).values()\n        x = _x if pos_x is None else pos_x * self.X_OFFSET\n        y = _y if pos_y is None else pos_y * self.Y_OFFSET\n        self.flow.SetPos(node, x, y)\n\n    def set_x(self, node, x):\n        self.set_pos(node, x, None)\n\n    def set_y(self, node, y):\n        self.set_pos(node, None, y)\n\n    @staticmethod\n    def set_orange(node):\n        node.TileColor = {\n            '__flags': 256,\n            'R': 0.92156862745098,\n            'G': 0.431372549019608,\n            'B': 0,\n        }\n\n    @staticmethod\n    def uc_button(mg, node, page, layer_name, width):\n        if node is None:\n            lua = [\n                'local mg = comp:FindTool(\"%s\")' % mg.Name,\n                'mg.Foreground = nil',\n            ]\n        else:\n            lua = [\n                'local mg = comp:FindTool(\"%s\")' % mg.Name,\n                'local node = comp:FindTool(\"%s\")' % node.Name,\n                'mg:ConnectInput(\"Foreground\", node)',\n                'mg.Center:HideViewControls()',\n                'mg.Angle:HideViewControls()',\n                'mg.Size:HideViewControls()',\n            ]\n        return {\n            'LINKS_Name': layer_name,\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ButtonControl',\n            'INP_Integer': False,\n            'BTNCS_Execute': '\\n'.join(lua),\n            'INP_External': False,\n            'ICS_ControlPage': page,\n            'ICD_Width': width,\n        }\n\n    def setup_base_node(self):\n        pos_x = 0\n        pos_y = 0\n\n        # bg\n        bg_x = pos_x - 2\n        bg_y = pos_y - 1\n        bg = self.add_tool('Background', bg_x, bg_y)\n        bg.UseFrameFormatSettings = 0\n        bg.Width = self.canvas_width\n        bg.Height = self.canvas_height\n        bg.TopLeftAlpha = 0\n        bg.Depth = 1  # 8bit int\n\n        # set domain\n        node_x = pos_x - 2\n        node = self.add_tool('SetDomain', node_x, pos_y)\n        node.Mode = 'Set'\n        node.Left = 0\n        node.Bottom = 0\n        node.Right = 0\n        node.Top = 0\n        node.ConnectInput('Input', bg)\n\n        # node\n        self.blank_node = node\n\n    def add_tool(self, tool_name, pos_x, pos_y):\n        node = self.comp.AddTool(tool_name, pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        return node\n\n    def add_blank(self, pos_x, pos_y):\n        node = self.add_tool('Fuse.Wireless', pos_x, pos_y)\n        node.ConnectInput('Input', self.blank_node)\n        return node\n\n    def add_layer(self, pos_x, pos_y, layer_name):\n        data = self.parts_data[layer_name]\n        if data['path'] is None or data['path'] == '':\n            return self.add_blank(pos_x, pos_y)\n\n        ld = self.add_tool('Loader', pos_x, pos_y - 1)\n        ld.Clip[1] = self.comp.ReverseMapPath(data['path'].replace('/', '\\\\'))\n        ld.Loop[1] = 1\n        # ld.Clip1.PNGFormat.PostMultiply = 0\n        ld.GlobalIn = -1000\n        ld.GlobalOut = -1000\n\n        offset_x = data['offset'][0] + data['size'][0] - self.canvas_width / 2.0\n        offset_y = - data['offset'][1] + self.canvas_height / 2.0\n\n        node = self.add_tool('Transform', pos_x, pos_y)\n        node.Width = data['size'][0]\n        node.Height = data['size'][1]\n        node.Center = (\n            offset_x / data['size'][0],\n            offset_y / data['size'][1],\n        )\n        ss = layer_name.split('.')\n        node.SetAttrs({'TOOLS_Name': ss[-1]})\n        node.ConnectInput('Input', ld)\n\n        if layer_name == self.close_layer:\n            self.close_node = node\n        if layer_name == self.a_layer:\n            self.a_node = node\n        if layer_name == self.i_layer:\n            self.i_node = node\n        if layer_name == self.u_layer:\n            self.u_node = node\n        if layer_name == self.e_layer:\n            self.e_node = node\n        if layer_name == self.o_layer:\n            self.o_node = node\n        if layer_name == self.n_layer:\n            self.n_node = node\n        return node\n\n    def add_node(self, pos_x, pos_y, data, name, uc):\n        pos_x += 1\n        xf = self.add_tool('Transform', pos_x, pos_y)\n        xf.SetAttrs({'TOOLS_Name': name})\n        wire = self.add_blank(pos_x, pos_y - 1)\n        pos_x += 1\n\n        pos_y -= 2\n\n        # data sort\n        a_data = {}\n        b_data = {}\n        c_data = {}\n        for layer_name, layer in data.items():\n            _name = layer_name.split('.')[-1]\n            if _name.startswith('*'):\n                b_data[layer_name] = layer\n            else:\n                if len(b_data) == 0:\n                    a_data[layer_name] = layer\n                else:\n                    c_data[layer_name] = layer\n        _data = a_data | b_data | c_data\n\n        # main\n        pre_node = wire\n        a_mg = None\n        page_name = 'ポーズ'\n        name_list = []\n        user_controls = {}\n        user_controls2 = {}\n        uc_list = []\n        for i, (layer_name, layer) in enumerate(_data.items()):\n            layer_name_en: str = layer['name_en']\n            visible: bool = layer['visible']\n            uc_name = 'N' + str(i).zfill(3) + '_' + layer_name_en\n\n            # add loader\n            if 'data' in layer:\n                node, pos_x, _uc, _name_list = self.add_node(\n                    pos_x, pos_y - 2, layer['data'], layer_name, {},\n                )\n                uc_list.append(_uc)\n                name_list += _name_list\n            else:\n                node = self.add_layer(pos_x, pos_y, layer_name)\n\n            # mg\n            _name = layer_name.split('.')[-1]\n            if _name.startswith('*'):\n                if a_mg is None:\n                    a_mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y + 1) * self.Y_OFFSET)\n                    a_mg.SetAttrs({'TOOLS_Name': xf.Name + '_MG'})\n                    a_mg.ConnectInput('Background', pre_node)\n                    name_list.append(a_mg.Name)\n                else:\n                    self.set_x(a_mg, pos_x)\n                if visible or a_mg.Foreground.GetConnectedOutput() is None:\n                    a_mg.ConnectInput('Foreground', node)\n                pre_node = a_mg\n                if not _name.startswith('!'):\n                    user_controls[uc_name + str(pos_x)] = self.uc_button(\n                        a_mg, node, page_name, _name, self.btn_size\n                    )\n            else:\n                mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y + 1) * self.Y_OFFSET)\n                mg.SetAttrs({'TOOLS_Name': _name + '_MG'})\n                name_list.append(mg.Name)\n                mg.ConnectInput('Background', pre_node)\n                if visible or _name.startswith('!'):\n                    mg.ConnectInput('Foreground', node)\n                pre_node = mg\n                if not _name.startswith('!'):\n                    user_controls2[uc_name + '_hide_' + str(pos_x)] = self.uc_button(\n                        mg, None, page_name, _name + ' hide', 0.5\n                    )\n                    user_controls2[uc_name + '_show_' + str(pos_x)] = self.uc_button(\n                        mg, node, page_name, _name + ' show', 0.5\n                    )\n            pos_x += 1\n\n        #\n        for k, v in user_controls2.items():\n            user_controls[k] = v\n        user_controls['Grp_' + xf.Name] = {\n            'LINKS_Name': name.replace('!', '').replace('*', ''),\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'LabelControl',\n            'LBLC_DropDownButton': True,\n            'LBLC_NumInputs': len(user_controls),\n            'INP_Default': 1,\n            'INP_External': False,\n            'INP_Passive': True,\n            'ICS_ControlPage': page_name,\n        }\n        for _uc in uc_list:\n            uc.update(_uc)\n        uc.update(user_controls)\n        pos_x -= 1\n        xf.ConnectInput('Input', pre_node)\n        self.set_x(xf, pos_x)\n\n        return xf, pos_x, uc, name_list\n\n    def set_mouth_scale(self):\n        xf = self.comp.FindTool('MouthScale')\n        center_list = []\n        lst = []\n        lst.append(self.comp.FindTool('A_Mrg'))\n        lst.append(self.comp.FindTool('I_Mrg'))\n        lst.append(self.comp.FindTool('U_Mrg'))\n        lst.append(self.comp.FindTool('E_Mrg'))\n        lst.append(self.comp.FindTool('O_Mrg'))\n        lst.append(self.comp.FindTool('N_Mrg'))\n        for node in lst:\n            outp = node.FindMainOutput(1)\n            img = outp.GetValue()\n            dw = img.DataWindow\n            if dw is not None:\n                center_x = (dw[1] + dw[3]) / 2\n                center_y = (dw[2] + dw[4]) / 2\n                center_list.append((center_x, center_y))\n        if len(center_list) == 0:\n            xf.Pivot = (0.5, 0.5)\n        else:\n            center_x = sum(x for x, _ in center_list) / len(center_list)\n            center_y = sum(y for _, y in center_list) / len(center_list)\n            xf.Pivot = (center_x / self.canvas_width, center_y / self.canvas_height)\n\n    def make(self):\n        self.setup_base_node()\n        name_list = []\n        uc_dict = {}\n        other_xf, pas_x, _uc, _name_list = self.add_node(\n            0, 0, self.other_data, 'BaseGrp', {},\n        )\n        name_list += _name_list\n        uc_dict.update(_uc)\n        mouth_xf, pas_x, _uc, _name_list = self.add_node(\n            pas_x + 1, 0, self.mouth_data, 'MouthGrp', _uc,\n        )\n        name_list += _name_list\n        uc_dict.update(_uc)\n        eye_xf, pas_x, _uc, _name_list = self.add_node(\n            pas_x + 1, 0, self.eye_data, 'EyeGrp', _uc,\n        )\n        name_list += _name_list\n        uc_dict.update(_uc)\n        front_xf, pas_x, _uc, _name_list = self.add_node(\n            pas_x + 1, 0, self.front_data, 'FrontGrp', _uc,\n        )\n        name_list += _name_list\n        uc_dict.update(_uc)\n\n        # link\n        link_dct = {\n            'BASE_LINK': other_xf,\n            'MOUSE_LINK': mouth_xf,\n            'EYE_LINK': eye_xf,\n            'FRONT_LINK': front_xf,\n            'BLANK_LINK': self.blank_node,\n            'Closed': self.close_node,\n            'A': self.a_node,\n            'I': self.i_node,\n            'U': self.u_node,\n            'E': self.e_node,\n            'O': self.o_node,\n            'N': self.n_node,\n        }\n        for k, v in link_dct.items():\n            _node = self.comp.FindTool(k)\n            _node.ConnectInput('Input', v)\n\n        # set mouth scale\n        self.set_mouth_scale()\n\n        # xf\n        # uc = {'__flags': 2097152}  # 順番を保持するフラグ\n        uc = pose.get_uc(None)\n        for k, v in reversed(list(uc_dict.items())):\n            if isinstance(v, dict):\n                if 'INPID_InputControl' in v and v['INPID_InputControl'] == 'LabelControl':\n                    if 'LBLC_NumInputs' in v and v['LBLC_NumInputs'] == 0:\n                        continue\n            uc[k] = v\n\n        self.root_xf.UserControls = uc\n        self.root_xf = self.root_xf.Refresh()\n        self.set_orange(self.root_xf)\n\n        self.root_xf.Comments = '\\n'.join(reversed(name_list))\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/psd2tatie/importer_exr.py",
    "content": "from pathlib import Path\nfrom rs_fusion.core import (\n    pose,\n)\n\n\nclass Importer:\n    def __init__(\n            self,\n            comp,\n            root_xf,\n            other_data: dict,\n            eye_data: dict,\n            mouth_data: dict,\n            front_data: dict,\n            close_layer: str,\n            a_layer: str,\n            i_layer: str,\n            u_layer: str,\n            e_layer: str,\n            o_layer: str,\n            n_layer: str,\n            exr_path: Path,\n    ):\n        self.comp = comp\n        self.flow = comp.CurrentFrame.FlowView\n        self.root_xf = root_xf\n\n        self.other_data = other_data\n        self.eye_data = eye_data\n        self.mouth_data = mouth_data\n        self.front_data = front_data\n        self.exr_path = exr_path\n\n        self.close_layer = close_layer\n        self.close_node = None\n        self.a_layer = a_layer\n        self.a_node = None\n        self.i_layer = i_layer\n        self.i_node = None\n        self.u_layer = u_layer\n        self.u_node = None\n        self.e_layer = e_layer\n        self.e_node = None\n        self.o_layer = o_layer\n        self.o_node = None\n        self.n_layer = n_layer\n        self.n_node = None\n\n        self.size_x = 0\n        self.size_y = 0\n\n        self.X_OFFSET = 1\n        self.Y_OFFSET = 4\n\n        self.btn_size: float = 0.25\n\n        self.exr_node = None\n        self.blank_node = None\n\n        self.layer_list: list[str] = []\n        self.tree_data = None\n        self.json_data = None\n\n    def set_pos(self, node, pos_x, pos_y):\n        _x, _y = self.flow.GetPosTable(node).values()\n        x = _x if pos_x is None else pos_x * self.X_OFFSET\n        y = _y if pos_y is None else pos_y * self.Y_OFFSET\n        self.flow.SetPos(node, x, y)\n\n    def set_x(self, node, x):\n        self.set_pos(node, x, None)\n\n    def set_y(self, node, y):\n        self.set_pos(node, None, y)\n\n    @staticmethod\n    def set_orange(node):\n        node.TileColor = {\n            '__flags': 256,\n            'R': 0.92156862745098,\n            'G': 0.431372549019608,\n            'B': 0,\n        }\n\n    @staticmethod\n    def uc_button(mg, node, page, layer_name, width):\n        if node is None:\n            lua = [\n                'local mg = comp:FindTool(\"%s\")' % mg.Name,\n                'mg.Foreground = nil',\n            ]\n        else:\n            lua = [\n                'local mg = comp:FindTool(\"%s\")' % mg.Name,\n                'local node = comp:FindTool(\"%s\")' % node.Name,\n                'mg:ConnectInput(\"Foreground\", node)',\n                'mg.Center:HideViewControls()',\n                'mg.Angle:HideViewControls()',\n                'mg.Size:HideViewControls()',\n            ]\n        return {\n            'LINKS_Name': layer_name,\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ButtonControl',\n            'INP_Integer': False,\n            'BTNCS_Execute': '\\n'.join(lua),\n            'INP_External': False,\n            'ICS_ControlPage': page,\n            'ICD_Width': width,\n        }\n\n    def setup_base_node(self):\n        pos_x = 0\n        pos_y = 0\n        # exr\n        exr_x = pos_x - 1\n        exr = self.add_tool('Loader', exr_x, pos_y)\n        exr.Clip[1] = self.comp.ReverseMapPath(str(self.exr_path).replace('/', '\\\\'))\n        exr.Loop[1] = 1\n        exr.GlobalIn = -1000\n        exr.GlobalOut = -1000\n\n        # node\n        self.exr_node = exr\n\n        # layer\n        outp = exr.FindMainOutput(1)\n        lst = list(outp.GetLayerList().values())\n        if '' in lst:\n            lst.remove('')\n        self.layer_list = lst\n\n        # get image size\n        img = outp.GetValue()\n        self.size_x = img.Width\n        self.size_y = img.Height\n\n        # bg\n        bg_x = pos_x - 2\n        bg_y = pos_y - 1\n        bg = self.add_tool('Background', bg_x, bg_y)\n        bg.UseFrameFormatSettings = 0\n        bg.Width = self.size_x\n        bg.Height = self.size_y\n        bg.TopLeftAlpha = 0\n        bg.Depth = 3  # 16bit floating point\n\n        # set domain\n        node_x = pos_x - 2\n        node = self.add_tool('SetDomain', node_x, pos_y)\n        node.Mode = 'Set'\n        node.Left = 0\n        node.Bottom = 0\n        node.Right = 0\n        node.Top = 0\n        node.ConnectInput('Input', bg)\n\n        # node\n        self.blank_node = node\n\n    def add_tool(self, tool_name, pos_x, pos_y):\n        node = self.comp.AddTool(tool_name, pos_x * self.X_OFFSET, pos_y * self.Y_OFFSET)\n        return node\n\n    def add_blank(self, pos_x, pos_y):\n        node = self.add_tool('Fuse.Wireless', pos_x, pos_y)\n        node.ConnectInput('Input', self.blank_node)\n        return node\n\n    def add_layer(self, pos_x, pos_y, layer_name):\n        node = self.add_tool('Fuse.Wireless', pos_x, pos_y)\n        ss = layer_name.split('.')\n        node.SetAttrs({'TOOLS_Name': ss[-1]})\n        node.ConnectInput('Input', self.exr_node)\n        node.Input_LayerSelect = layer_name\n\n        if layer_name == self.close_layer:\n            self.close_node = node\n        elif layer_name == self.a_layer:\n            self.a_node = node\n        elif layer_name == self.i_layer:\n            self.i_node = node\n        elif layer_name == self.u_layer:\n            self.u_node = node\n        elif layer_name == self.e_layer:\n            self.e_node = node\n        elif layer_name == self.o_layer:\n            self.o_node = node\n        elif layer_name == self.n_layer:\n            self.n_node = node\n        return node\n\n    def add_node(self, pos_x, pos_y, data, name, uc):\n        pos_x += 1\n        xf = self.add_tool('Transform', pos_x, pos_y)\n        xf.SetAttrs({'TOOLS_Name': name})\n        wire = self.add_blank(pos_x, pos_y - 1)\n        pos_x += 1\n\n        pos_y -= 2\n\n        # data sort\n        a_data = {}\n        b_data = {}\n        c_data = {}\n        for layer_name, layer in data.items():\n            _name = layer_name.split('.')[-1]\n            if _name.startswith('*'):\n                b_data[layer_name] = layer\n            else:\n                if len(b_data) == 0:\n                    a_data[layer_name] = layer\n                else:\n                    c_data[layer_name] = layer\n        _data = a_data | b_data | c_data\n\n        # main\n        pre_node = wire\n        a_mg = None\n        page_name = 'ポーズ'\n        name_list = []\n        user_controls = {}\n        user_controls2 = {}\n        uc_list = []\n        for i, (layer_name, layer) in enumerate(_data.items()):\n            layer_name_en: str = layer['name_en']\n            visible: bool = layer['visible']\n            uc_name = 'N' + str(i).zfill(3) + '_' + layer_name_en\n\n            # add loader\n            if 'data' in layer:\n                node, pos_x, _uc, _name_list = self.add_node(\n                    pos_x, pos_y - 1, layer['data'], layer_name, {},\n                )\n                uc_list.append(_uc)\n                name_list += _name_list\n            else:\n                node = self.add_layer(pos_x, pos_y, layer_name)\n\n            # mg\n            _name = layer_name.split('.')[-1]\n            if _name.startswith('*'):\n                if a_mg is None:\n                    a_mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y + 1) * self.Y_OFFSET)\n                    a_mg.SetAttrs({'TOOLS_Name': xf.Name + '_MG'})\n                    a_mg.ConnectInput('Background', pre_node)\n                    name_list.append(a_mg.Name)\n                else:\n                    self.set_x(a_mg, pos_x)\n                if visible or a_mg.Foreground.GetConnectedOutput() is None:\n                    a_mg.ConnectInput('Foreground', node)\n                pre_node = a_mg\n                if not _name.startswith('!'):\n                    user_controls[uc_name + str(pos_x)] = self.uc_button(\n                        a_mg, node, page_name, _name, self.btn_size\n                    )\n            else:\n                mg = self.comp.AddTool('Merge', pos_x * self.X_OFFSET, (pos_y + 1) * self.Y_OFFSET)\n                mg.SetAttrs({'TOOLS_Name': _name + '_MG'})\n                name_list.append(mg.Name)\n                mg.ConnectInput('Background', pre_node)\n                if visible or _name.startswith('!'):\n                    mg.ConnectInput('Foreground', node)\n                pre_node = mg\n                if not _name.startswith('!'):\n                    user_controls2[uc_name + '_hide_' + str(pos_x)] = self.uc_button(\n                        mg, None, page_name, _name + ' hide', 0.5\n                    )\n                    user_controls2[uc_name + '_show_' + str(pos_x)] = self.uc_button(\n                        mg, node, page_name, _name + ' show', 0.5\n                    )\n            pos_x += 1\n\n        #\n        for k, v in user_controls2.items():\n            user_controls[k] = v\n        user_controls['Grp_' + xf.Name] = {\n            'LINKS_Name': name.replace('!', '').replace('*', ''),\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'LabelControl',\n            'LBLC_DropDownButton': True,\n            'LBLC_NumInputs': len(user_controls),\n            'INP_Default': 1,\n            'INP_External': False,\n            'INP_Passive': True,\n            'ICS_ControlPage': page_name,\n        }\n        for _uc in uc_list:\n            uc.update(_uc)\n        uc.update(user_controls)\n        pos_x -= 1\n        xf.ConnectInput('Input', pre_node)\n        self.set_x(xf, pos_x)\n\n        return xf, pos_x, uc, name_list\n\n    def set_mouth_scale(self):\n        xf = self.comp.FindTool('MouthScale')\n        center_list = []\n        for node in [\n            self.a_node, self.i_node, self.u_node,\n            self.e_node, self.o_node, self.n_node\n        ]:\n            outp = node.FindMainOutput(1)\n            img = outp.GetValue()\n            dw = img.DataWindow\n            if dw is not None:\n                center_x = (dw[1] + dw[3]) / 2\n                center_y = (dw[2] + dw[4]) / 2\n                center_list.append((center_x, center_y))\n        if len(center_list) == 0:\n            xf.Pivot = (0.5, 0.5)\n        else:\n            center_x = sum(x for x, _ in center_list) / len(center_list)\n            center_y = sum(y for _, y in center_list) / len(center_list)\n            xf.Pivot = (center_x / self.size_x, center_y / self.size_y)\n\n    def make(self):\n        self.setup_base_node()\n        name_list = []\n        uc_dict = {}\n        other_xf, pas_x, _uc, _name_list = self.add_node(\n            0, 0, self.other_data, 'BaseGrp', {},\n        )\n        name_list += _name_list\n        uc_dict.update(_uc)\n        mouth_xf, pas_x, _uc, _name_list = self.add_node(\n            pas_x + 1, 0, self.mouth_data, 'MouthGrp', _uc,\n        )\n        name_list += _name_list\n        uc_dict.update(_uc)\n        eye_xf, pas_x, _uc, _name_list = self.add_node(\n            pas_x + 1, 0, self.eye_data, 'EyeGrp', _uc,\n        )\n        name_list += _name_list\n        uc_dict.update(_uc)\n        front_xf, pas_x, _uc, _name_list = self.add_node(\n            pas_x + 1, 0, self.front_data, 'FrontGrp', _uc,\n        )\n        name_list += _name_list\n        uc_dict.update(_uc)\n\n        # link\n        link_dct = {\n            'BASE_LINK': other_xf,\n            'MOUSE_LINK': mouth_xf,\n            'EYE_LINK': eye_xf,\n            'FRONT_LINK': front_xf,\n            'Closed': self.close_node,\n            'A': self.a_node,\n            'I': self.i_node,\n            'U': self.u_node,\n            'E': self.e_node,\n            'O': self.o_node,\n            'N': self.n_node,\n        }\n        for k, v in link_dct.items():\n            _node = self.comp.FindTool(k)\n            _node.ConnectInput('Input', v)\n\n        # set mouth scale\n        self.set_mouth_scale()\n\n        # xf\n        # uc = {'__flags': 2097152}  # 順番を保持するフラグ\n        uc = pose.get_uc(None)\n        for k, v in reversed(list(uc_dict.items())):\n            if isinstance(v, dict):\n                if 'INPID_InputControl' in v and v['INPID_InputControl'] == 'LabelControl':\n                    if 'LBLC_NumInputs' in v and v['LBLC_NumInputs'] == 0:\n                        continue\n            uc[k] = v\n\n        self.root_xf.UserControls = uc\n        self.root_xf = self.root_xf.Refresh()\n        self.set_orange(self.root_xf)\n\n        self.root_xf.Comments = '\\n'.join(reversed(name_list))\n\n        return self.exr_node\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/psd2tatie/macro_builder.py",
    "content": "import json\nfrom pathlib import Path\n\nfrom rs.core import config\nfrom rs_fusion.tool.make_macro import macro\n\nDATA_PATH = config.DATA_PATH.joinpath('app', 'Psd2Tatie')\nMAIN_OUTPUT_PATH = DATA_PATH.joinpath('main_output.json')\nBEFORE_INPUT_PATH = DATA_PATH.joinpath('before_input.json')\nAFTER_INPUT_PATH = DATA_PATH.joinpath('after_input.json')\n\n\nclass MacroBuilder:\n    def __init__(self, comp):\n        self.comp = comp\n        self.flow = comp.CurrentFrame.FlowView\n\n    def read_node(self) -> list[dict]:\n        # main\n        tool = self.comp.FindTool('Root')\n\n        input_list = []\n        # page\n        page_names: dict = tool.GetControlPageNames()\n        inp_dict: dict = tool.GetInputList()\n        page_name = 'ポーズ'\n        for inp in inp_dict.values():\n            attrs = inp.GetAttrs()\n            name = inp.Name\n            if 'INPS_IC_Name' in attrs:\n                name = attrs['INPS_IC_Name']\n            control_group = 0\n            if 'INPI_IC_ControlGroup' in attrs:\n                control_group = int(attrs['INPI_IC_ControlGroup'])\n            if attrs['INPI_IC_ControlPage'] not in page_names.keys():\n                continue\n            if page_name != page_names[attrs['INPI_IC_ControlPage']]:\n                continue\n\n            input_list.append({\n                'id': inp.ID,\n                'node': tool.Name,\n                'name': name,\n                'control_group': control_group,\n                'option01': '',\n                'option02': '',\n                'option03': '',\n            })\n        return input_list\n\n    def build(self, macro_name: str, macro_path: Path):\n        main_output_list = json.loads(MAIN_OUTPUT_PATH.read_text(encoding='utf-8'))\n        before_input_list = json.loads(BEFORE_INPUT_PATH.read_text(encoding='utf-8'))\n        after_input_list = json.loads(AFTER_INPUT_PATH.read_text(encoding='utf-8'))\n\n        input_list = before_input_list + self.read_node() + after_input_list\n\n        # output\n        output_list = []\n        for dct in main_output_list:\n            output_list.append({\n                'id': dct['id'],\n                'node': dct['node'],\n            })\n\n        # main input\n        main_in_list = []\n\n        # control groupの数字が被らないようにNode毎にoffsetを設定\n        cg_offset_dict = {}\n        for dct in input_list:\n            if dct['node'] in cg_offset_dict:\n                if cg_offset_dict[dct['node']] >= dct['control_group']:\n                    continue\n            cg_offset_dict[dct['node']] = dct['control_group']\n        _pre_max = 0\n        for key in cg_offset_dict.keys():\n            _tmp = cg_offset_dict[key]\n            cg_offset_dict[key] = _pre_max\n            _pre_max += _tmp\n\n        # get input\n        in_list = []\n        for dct in input_list:\n            dct: dict\n            name = None\n            value = None\n            control_group = None\n\n            tool = self.comp.FindTool(dct['node'])\n            if tool is not None:\n                _v = tool.GetInput(dct['id'], self.comp.CurrentTime)\n                if type(_v) == float:\n                    value = _v\n            if dct['id'] != dct['name']:\n                name = dct['name']\n            if dct['control_group'] != 0:\n                control_group = dct['control_group'] + cg_offset_dict[dct['node']]\n            in_list.append({\n                'id': dct['id'],\n                'node': dct['node'],\n                'name': name,\n                'value': value,\n                'control_group': control_group,\n                'option01': dct['option01'].strip(),\n                'option02': dct['option02'].strip(),\n                'option03': dct['option03'].strip(),\n            })\n\n        # select node\n        for _tool in list(self.comp.GetToolList().values()):\n            self.flow.Select(_tool, True)\n\n        #\n        m = '\\n'.join([\n            macro.get_header(macro_name, True),\n            macro.get_input(main_in_list, in_list),\n            macro.get_output(output_list),\n            macro.get_footer(),\n        ])\n\n        # build\n        self.comp.Execute(macro.get_save_script(\n            str(macro_path),\n            macro_name,\n            '\\n'.join([\n                macro.get_header(macro_name, True),\n                macro.get_input(main_in_list, in_list),\n                macro.get_output(output_list),\n                macro.get_footer(),\n            ]),\n        ))\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/psd2tatie/psd2tatie.py",
    "content": "from functools import partial\n\nimport dataclasses\nimport sys\nfrom pathlib import Path\n\nimport OpenEXR\nimport numpy as np\nimport pykakasi\nfrom PySide6.QtCore import (\n    Qt, QSize,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QMessageBox,\n    QFileDialog,\n    QHeaderView,\n)\n\nfrom PySide6.QtGui import (\n    QColor,\n    QStandardItemModel, QStandardItem, QPixmap, QIcon,\n)\nfrom psd_tools import PSDImage\nfrom PIL import Image\nfrom PIL.ImageQt import ImageQt\nfrom psd_tools.constants import ChannelID\n\nfrom rs.core import (\n    config,\n    util,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n    log,\n)\n\nfrom rs_fusion.core import (\n    operator as op,\n)\n\nfrom rs_fusion.tool.psd2tatie.importer import Importer\nfrom rs_fusion.tool.psd2tatie.macro_builder import MacroBuilder\nfrom rs_fusion.tool.psd2tatie.psd2tatie_ui import Ui_MainWindow\n\nAPP_NAME = 'Psd to 立ち絵'\n\nAIUEO_TEMPLATE_PATH = config.DATA_PATH.joinpath('app', 'Psd2Tatie', 'AIUEO_Template.setting')\n\nICON_SIZE = 48\nEYE_COLOR = QColor(0, 114, 184)\nMOUTH_COLOR = QColor(0, 121, 30)\nREMOVE_COLOR = QColor(104, 104, 104)\nFRONTMOST_COLOR = QColor(159, 125, 0)\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    psd_path: str = ''\n    dst_path: str = ''\n    use_clear: bool = True\n    eye_close: str = ''\n    mouth_a: str = ''\n    mouth_i: str = ''\n    mouth_u: str = ''\n    mouth_e: str = ''\n    mouth_o: str = ''\n    mouth_n: str = ''\n    eye_list: list[str] = dataclasses.field(default_factory=list)\n    mouth_list: list[str] = dataclasses.field(default_factory=list)\n    remove_list: list[str] = dataclasses.field(default_factory=list)\n    front_list: list[str] = dataclasses.field(default_factory=list)\n\n\ndef rename_layer(layer, s):\n    if s == '':\n        s = layer.name\n    else:\n        s = s + '.' + layer.name\n    if layer.is_group():\n        for child in layer:\n            rename_layer(child, s)\n    else:\n        layer.name = s\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(750, 1000)\n\n        self.fusion = fusion\n\n        self.psd = None\n        self.canvas_width = 0\n        self.canvas_height = 0\n        self.info_data = None\n        self.layer_list = []\n\n        # tree\n        self.tree = self.ui.treeView\n        self.tree.setHeaderHidden(True)\n        self.tree.setIconSize(QSize(ICON_SIZE, ICON_SIZE))\n        self.tree.setEditTriggers(QHeaderView.NoEditTriggers)\n        self.tree.setSelectionMode(self.tree.SelectionMode.ExtendedSelection)\n        self.tree.setSelectionBehavior(self.tree.SelectionBehavior.SelectRows)\n        self.tree.setRootIsDecorated(False)\n        self.tree.setUniformRowHeights(True)\n        self.model = QStandardItemModel()\n        self.tree.setModel(self.model)\n        self.selection_model = self.tree.selectionModel()\n\n        header = self.tree.header()\n        header.setSectionResizeMode(1, header.ResizeMode.Stretch)\n\n        # button\n        self.ui.convertButton.setStyleSheet(appearance.other_stylesheet)\n\n        # event\n        self.ui.psdLineEdit.textChanged.connect(self.load_psd)\n\n        self.ui.psdToolButton.clicked.connect(self.psdToolButton_clicked)\n        self.ui.dstToolButton.clicked.connect(self.dstToolButton_clicked)\n\n        self.ui.convertButton.clicked.connect(self.conv)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        self.ui.actionOpen.triggered.connect(self.open)\n        self.ui.actionSave.triggered.connect(self.save)\n        self.ui.actionExit.triggered.connect(self.close)\n\n        self.ui.setEyetButton.clicked.connect(self.set_eye)\n        self.ui.setMouthButton.clicked.connect(self.set_mouth)\n        self.ui.setFrontmostButton.clicked.connect(self.set_frontmost)\n        self.ui.setRemoveButton.clicked.connect(self.set_remove)\n        self.ui.clearButton.clicked.connect(self.clear_status)\n\n        self.ui.setCloseToolButton.clicked.connect(\n            partial(self.set_combo_box_current_text, self.ui.closeComboBox)\n        )\n        self.ui.setAToolButton.clicked.connect(\n            partial(self.set_combo_box_current_text, self.ui.aComboBox)\n        )\n        self.ui.setIToolButton.clicked.connect(\n            partial(self.set_combo_box_current_text, self.ui.iComboBox)\n        )\n        self.ui.setUToolButton.clicked.connect(\n            partial(self.set_combo_box_current_text, self.ui.uComboBox)\n        )\n        self.ui.setEToolButton.clicked.connect(\n            partial(self.set_combo_box_current_text, self.ui.eComboBox)\n        )\n        self.ui.setOToolButton.clicked.connect(\n            partial(self.set_combo_box_current_text, self.ui.oComboBox)\n        )\n        self.ui.setNToolButton.clicked.connect(\n            partial(self.set_combo_box_current_text, self.ui.nComboBox)\n        )\n\n        self.ui.actionPSD.triggered.connect(self.open_psd_dir)\n        self.ui.actionGenerators_Dir_User.triggered.connect(partial(\n            self.open_dir,\n            config.RESOLVE_USER_PATH.joinpath('Templates', 'Edit', 'Generators'),\n        ))\n\n    def make_tree_data(self, layer_list: list[str]) -> dict:\n        dct = {}\n        for layer in layer_list:\n            ss = layer.split('.')\n            pre_dct = dct\n            for i, name in enumerate(ss):\n                # image layer\n                if i == len(ss) - 1:\n                    if layer not in pre_dct:\n                        pre_dct[layer] = {}\n                    continue\n                # group layer\n                if name not in pre_dct:\n                    pre_dct[name] = {}\n                if 'data' not in pre_dct[name]:\n                    pre_dct[name]['data'] = {}\n                pre_dct = pre_dct[name]['data']\n\n        def set_attrs(_dct: dict, info_data: dict) -> None:\n            for k, v in _dct.items():\n                _info_data = info_data.get(k, {})\n                if isinstance(v, dict):\n                    v['name_en'] = _info_data.get('name_en', k)\n                    v['visible'] = _info_data.get('visible', True)\n                    if 'data' in v:\n                        set_attrs(v['data'], _info_data.get('data', {}))\n\n        set_attrs(dct, self.info_data)\n        return dct\n\n    def save_thumbnail(self, config_data: ConfigData):\n        self.add2log('Making thumbnail...')\n        # 104x58のサムネイルを保存\n        # 下をクロップ\n        ref_height = self.canvas_width * 58 // 104\n        ref_width = self.canvas_height * 104 // 58\n        if self.canvas_height > ref_height:\n            viewport = (0, 0, self.canvas_width, ref_height)\n        else:\n            viewport = (0, 0, ref_width, self.canvas_height)\n\n        self.add2log('Compositing PSD image...')\n        base_img = self.psd.composite(viewport=viewport, color=(0.5, 0.5, 0.5))\n        if base_img is None:\n            self.add2log('[ERROR] Failed to composite PSD image', log.ERROR_COLOR)\n            return\n\n        # サイズを変更\n        self.add2log('Resizing thumbnail image...')\n        thumbnail_img = base_img.resize((104, 58))\n        if thumbnail_img is None:\n            self.add2log('[ERROR] Failed to resize thumbnail image', log.ERROR_COLOR)\n        # 保存先のパスを決定\n        psd_path = Path(config_data.psd_path)\n        thumbnail_path = psd_path.with_suffix('.png')\n        # サムネイルを保存\n        thumbnail_img.save(thumbnail_path, format='PNG', compress_level=6)\n        self.add2log('Thumbnail saved: %s' % str(thumbnail_path).replace('\\\\', '/'))\n\n    def save_png(self, output_dir: Path, config_data: ConfigData) -> dict:\n\n        # レイヤーデータを収集\n        parts_data = {}\n\n        for layer in self.psd:\n            if layer.is_group():\n                continue\n            if layer.name in config_data.remove_list:\n                continue\n\n            if layer.size[0] == 0 or layer.size[1] == 0:\n                parts_data[layer.name] = {\n                    'path': None,\n                    'size': layer.size,\n                    'bbox': layer.bbox,\n                    'offset': layer.offset,\n                }\n                continue\n\n            # pil image\n            img = Image.new(\"RGBA\", layer.size, (0, 0, 0, 0))\n            layer_img = layer.topil()\n            if layer_img is not None:\n                # img.paste(layer_img, (0, 0), mask=layer_img)\n                img.paste(layer_img, (0, 0))\n\n            # filename\n            name: str = layer.name.strip().translate(str.maketrans('*\\\\/:?\"<>|', '-________', ''))\n            if name == '':\n                name = '_none_'\n            if name[-1].isdigit():\n                name += '_'\n            png_path = output_dir.joinpath(f'{name}.png')\n            for i in range(1, 100):\n                if png_path.is_file():\n                    png_path = output_dir.joinpath(f'{name}_{i}_.png')\n                else:\n                    break\n\n            # save image\n            # todo:compress_levelを変更してパフォーマンスをチェック\n            # compress_levelは0-9で、0が圧縮なし、9が最大圧縮\n            # defaultは6\n            # えーーなんでオプション付けると色変わるの？オプションはpathのみなら正しいっぽい\n            # img.save(png_path, format='PNG', compress_level=6)\n            img.save(png_path)\n            self.add2log('Save PNG: ' + str(png_path).replace(\"\\\\\", \"/\"))\n\n            #\n            parts_data[layer.name] = {\n                'path': str(png_path).replace('\\\\', '/'),\n                'size': layer.size,\n                'bbox': layer.bbox,\n                'offset': layer.offset,\n            }\n\n        return parts_data\n\n    def save_exr(self, exr_path: Path, config_data: ConfigData) -> None:\n        # レイヤーデータを収集\n        parts_data = []\n\n        for layer in self.psd:\n            if layer.is_group():\n                continue\n            if layer.name in config_data.remove_list:\n                continue\n            # レイヤーのバウンディングボックスを取得\n            bbox = layer.bbox\n            layer_width = bbox[2] - bbox[0]\n            layer_height = bbox[3] - bbox[1]\n\n            if layer_width == 0 or layer_height == 0:\n                continue  # サイズが0の場合はスキップ\n\n            # レイヤー名を取得\n            layer_name = layer.name.replace(\" \", \"_\").replace(\"/\", \"_\")  # 不正文字対策\n\n            # 各チャンネルのデータを取得\n            red = np.array(layer.topil(ChannelID.CHANNEL_0)) / 255.0\n            green = np.array(layer.topil(ChannelID.CHANNEL_1)) / 255.0\n            blue = np.array(layer.topil(ChannelID.CHANNEL_2)) / 255.0\n            alpha = np.array(layer.topil(ChannelID.TRANSPARENCY_MASK)) / 255.0\n\n            # チャンネルデータを準備\n            channels = {\n                'R': (red * alpha).astype(np.float16),\n                'G': (green * alpha).astype(np.float16),\n                'B': (blue * alpha).astype(np.float16),\n                'A': alpha.astype(np.float16),\n            }\n\n            # header\n            header = {\n                'name': layer_name,\n                'dataWindow': (\n                    np.array([bbox[0], bbox[1]], dtype=np.int32),\n                    np.array([bbox[2] - 1, bbox[3] - 1], dtype=np.int32)\n                ),\n                'displayWindow': (\n                    np.array([0, 0], dtype=np.int32),\n                    np.array([self.canvas_width - 1, self.canvas_height - 1], dtype=np.int32)\n                ),\n            }\n            # part\n            part = OpenEXR.Part(header, channels)\n\n            # パート情報を保存\n            parts_data.append(part)\n\n        if not parts_data:\n            self.add2log(\n                '[ERROR]No valid layers found in the PSD file.',\n                log.ERROR_COLOR\n            )\n            return\n        f = OpenEXR.File(parts_data)\n        f.write(str(exr_path))\n\n        self.add2log('Save EXR: %s' % str(exr_path).replace('\\\\', '/'))\n\n    def conv(self):\n        self.ui.logTextEdit.clear()\n        self.add2log('Convert PSD to 立ち絵')\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            self.add2log('[ERROR] Not in Fusion page', log.ERROR_COLOR)\n            return\n\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            self.add2log('[ERROR] No current composition', log.ERROR_COLOR)\n            return\n\n        tools = list(comp.GetToolList().values())\n        if len(tools) > 0:\n            self.add2log('[ERROR] Please delete all tools in the current composition', log.ERROR_COLOR)\n            return\n\n        data = self.get_data()\n        if data.psd_path == '':\n            self.add2log('[ERROR] Please select PSD file', log.ERROR_COLOR)\n            return\n        psd_path = Path(data.psd_path)\n        if not psd_path.is_file():\n            self.add2log(f'[ERROR] PSD file does not exist:\\n{psd_path}', log.ERROR_COLOR)\n            return\n        if data.dst_path == '':\n            self.add2log('[ERROR] Please select output directory', log.ERROR_COLOR)\n            return\n        dst_path = Path(data.dst_path)\n        if not dst_path.is_dir():\n            self.add2log(f'[ERROR] Output directory does not exist:\\n{dst_path}', log.ERROR_COLOR)\n            return\n\n        if data.eye_close == '':\n            self.add2log('[ERROR] Please select eye close layer', log.ERROR_COLOR)\n            return\n        if data.mouth_a == '':\n            self.add2log('[ERROR] Please select mouth A layer', log.ERROR_COLOR)\n            return\n        if data.mouth_i == '':\n            self.add2log('[ERROR] Please select mouth I layer', log.ERROR_COLOR)\n            return\n        if data.mouth_u == '':\n            self.add2log('[ERROR] Please select mouth U layer', log.ERROR_COLOR)\n            return\n        if data.mouth_e == '':\n            self.add2log('[ERROR] Please select mouth E layer', log.ERROR_COLOR)\n            return\n        if data.mouth_o == '':\n            self.add2log('[ERROR] Please select mouth O layer', log.ERROR_COLOR)\n            return\n        if data.mouth_n == '':\n            self.add2log('[ERROR] Please select mouth N layer', log.ERROR_COLOR)\n            return\n\n        # save thumbnail\n        self.save_thumbnail(data)\n\n        # OpenEXR\n        # exr_path = psd_path.with_suffix('.exr')\n        # self.save_exr(exr_path, config_data=data)\n        # if not exr_path.is_file():\n        #     self.add2log(f'[ERROR] Failed to save EXR file:\\n{exr_path}', log.ERROR_COLOR)\n        #     return\n\n        # png export\n        out_dir = dst_path.joinpath(psd_path.stem)\n        if out_dir.is_dir():\n            if data.use_clear:\n                self.add2log('Clear output directory: %s' % str(out_dir).replace('\\\\', '/'))\n                for item in out_dir.iterdir():\n                    if item.is_file() and item.suffix.lower() == '.png':\n                        item.unlink()\n\n        if not out_dir.is_dir():\n            out_dir.mkdir(parents=True, exist_ok=True)\n        parts_data = self.save_png(out_dir, config_data=data)\n\n        # tree data\n        other_list = []\n        eye_list = []\n        mouth_list = []\n        front_list = []\n        for layer in reversed(self.layer_list):\n            if layer in data.eye_list:\n                eye_list.append(layer)\n                continue\n            if layer in data.mouth_list:\n                mouth_list.append(layer)\n                continue\n            if layer in data.front_list:\n                front_list.append(layer)\n                continue\n            if layer in data.remove_list:\n                continue\n            other_list.append(layer)\n        other_tree_data = self.make_tree_data(other_list)\n        eye_tree_data = self.make_tree_data(eye_list)\n        mouth_tree_data = self.make_tree_data(mouth_list)\n        front_tree_data = self.make_tree_data(front_list)\n\n        # main\n        flow = comp.CurrentFrame.FlowView\n        comp.Lock()\n        comp.StartUndo('RS Builder')\n\n        # load template\n        self.add2log('Load Template...')\n        dummy_tool = comp.AddTool('Background', 0, 20)  # 位置決め用\n        flow.Select(dummy_tool)\n        aiueo_template = bmd.readfile(str(AIUEO_TEMPLATE_PATH))\n        comp.Paste(aiueo_template)\n        dummy_tool.Delete()\n        self.add2log('Template loaded')\n\n        # node\n        root_xf = comp.FindTool('Root')\n\n        # import\n        self.add2log('Importing layers...')\n        importer = Importer(\n            comp,\n            root_xf=root_xf,\n            other_data=other_tree_data,\n            eye_data=eye_tree_data,\n            mouth_data=mouth_tree_data,\n            front_data=front_tree_data,\n            close_layer=data.eye_close,\n            a_layer=data.mouth_a,\n            i_layer=data.mouth_i,\n            u_layer=data.mouth_u,\n            e_layer=data.mouth_e,\n            o_layer=data.mouth_o,\n            n_layer=data.mouth_n,\n            parts_data=parts_data,\n            canvas_width=self.canvas_width,\n            canvas_height=self.canvas_height,\n        )\n        importer.make()\n        self.add2log('Import completed')\n\n        # macro\n        self.add2log('Saving macro...')\n        macro_path = psd_path.with_suffix('.setting')\n        macro_builder = MacroBuilder(comp)\n        macro_builder.build('Template', macro_path)\n        self.add2log(f'Macro saved: {macro_path}')\n\n        # end\n        comp.EndUndo(True)\n        comp.Unlock()\n        self.add2log('Done!')\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n    def psdToolButton_clicked(self) -> None:\n        w = self.ui.psdLineEdit\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Select PSD File',\n            w.text(),\n            'PSD File (*.psd)',\n        )\n        if path != '':\n            w.setText(path)\n\n    def dstToolButton_clicked(self) -> None:\n        w = self.ui.dstLineEdit\n        path = QFileDialog.getExistingDirectory(\n            self,\n            'Select Directory',\n            w.text(),\n        )\n        if path != '':\n            w.setText(path)\n\n    def set_combo_box_current_text(self, w):\n        indexes = self.selection_model.selectedRows()\n        if len(indexes) == 0:\n            return\n        row = indexes[0].row()\n        index = self.model.index(row, 1)\n        item = self.model.itemFromIndex(index)\n        if item is not None:\n            w.setCurrentText(item.text())\n\n    def set_layer_status(self, status: str, color):\n        indexes = self.selection_model.selectedRows()\n        for index in indexes:\n            item = self.model.itemFromIndex(index)\n            if item is not None:\n                item.setText(status)\n                item.setBackground(color)\n\n    def set_frontmost(self):\n        self.set_layer_status('F', FRONTMOST_COLOR)\n\n    def set_eye(self):\n        self.set_layer_status('E', EYE_COLOR)\n\n    def set_mouth(self):\n        self.set_layer_status('M', MOUTH_COLOR)\n\n    def set_remove(self):\n        self.set_layer_status('R', REMOVE_COLOR)\n\n    def clear_status(self):\n        self.set_layer_status('', appearance.palette.base().color())\n\n    def set_data(self, c: ConfigData):\n        self.ui.psdLineEdit.setText(c.psd_path)\n        self.ui.dstLineEdit.setText(c.dst_path)\n        self.ui.clearPngCheckBox.setChecked(c.use_clear)\n        self.ui.closeComboBox.setCurrentText(c.eye_close)\n        self.ui.aComboBox.setCurrentText(c.mouth_a)\n        self.ui.iComboBox.setCurrentText(c.mouth_i)\n        self.ui.uComboBox.setCurrentText(c.mouth_u)\n        self.ui.eComboBox.setCurrentText(c.mouth_e)\n        self.ui.oComboBox.setCurrentText(c.mouth_o)\n        self.ui.nComboBox.setCurrentText(c.mouth_n)\n        for i in range(0, self.model.rowCount()):\n            s_item = self.model.item(i, 0)\n            if s_item is None:\n                continue\n            item = self.model.item(i, 1)\n            if item is None:\n                continue\n            if item.text() in c.eye_list:\n                s_item.setText('E')\n                s_item.setBackground(EYE_COLOR)\n            elif item.text() in c.mouth_list:\n                s_item.setText('M')\n                s_item.setBackground(QColor(MOUTH_COLOR))\n            elif item.text() in c.remove_list:\n                s_item.setText('R')\n                s_item.setBackground(REMOVE_COLOR)\n            elif item.text() in c.front_list:\n                s_item.setText('F')\n                s_item.setBackground(FRONTMOST_COLOR)\n\n        return c\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.psd_path = self.ui.psdLineEdit.text().strip().replace('\\\\', '/')\n        c.dst_path = self.ui.dstLineEdit.text().strip().replace('\\\\', '/')\n        c.use_clear = self.ui.clearPngCheckBox.isChecked()\n        c.eye_close = self.ui.closeComboBox.currentText()\n        c.mouth_a = self.ui.aComboBox.currentText()\n        c.mouth_i = self.ui.iComboBox.currentText()\n        c.mouth_u = self.ui.uComboBox.currentText()\n        c.mouth_e = self.ui.eComboBox.currentText()\n        c.mouth_o = self.ui.oComboBox.currentText()\n        c.mouth_n = self.ui.nComboBox.currentText()\n        c.eye_list = []\n        c.mouth_list = []\n        c.remove_list = []\n        c.front_list = []\n        for i in range(0, self.model.rowCount()):\n            s_item = self.model.item(i, 0)\n            if s_item is None:\n                continue\n            item = self.model.item(i, 1)\n            if item is None:\n                continue\n            if s_item.text() == 'E':\n                c.eye_list.append(item.text())\n            elif s_item.text() == 'M':\n                c.mouth_list.append(item.text())\n            elif s_item.text() == 'R':\n                c.remove_list.append(item.text())\n            elif s_item.text() == 'F':\n                c.front_list.append(item.text())\n        return c\n\n    def open(self) -> None:\n        dir_path = Path(self.ui.psdLineEdit.text().strip()).parent\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Open File',\n            str(dir_path),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            if not file_path.is_file():\n                return\n            c = self.get_data()\n            c.load(file_path)\n            if c.psd_path != '':\n                psd_path = Path(c.psd_path)\n                if not psd_path.is_file():\n                    r = QMessageBox.question(\n                        self,\n                        'Warning:  %s' % str(psd_path),\n                        f'Warning:  {str(psd_path)} is not found\\n\\nSelect it?',\n                        QMessageBox.StandardButton.Yes | QMessageBox.StandardButton.No\n                    )\n                    if r == QMessageBox.StandardButton.Yes:\n                        psd_path, _ = QFileDialog.getOpenFileName(\n                            self,\n                            'Select PSD File',\n                            str(psd_path.parent),\n                            'PSD File (*.psd)',\n                        )\n                        if psd_path != '':\n                            c.psd_path = psd_path\n                        else:\n                            return\n                    else:\n                        self.add2log(f'[ERROR] PSD file does not exist:\\n{psd_path}', log.ERROR_COLOR)\n                        return\n\n            self.set_data(c)\n\n    def save(self) -> None:\n        dir_path = Path(self.ui.psdLineEdit.text().strip()).parent\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            str(dir_path),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            c = self.get_data()\n            c.save(file_path)\n\n    def clear(self):\n        self.psd = None\n        self.info_data = None\n        self.canvas_width = 0\n        self.canvas_height = 0\n        self.model.clear()\n        self.layer_list.clear()\n        ws = [\n            self.ui.closeComboBox,\n            self.ui.aComboBox,\n            self.ui.iComboBox,\n            self.ui.uComboBox,\n            self.ui.eComboBox,\n            self.ui.oComboBox,\n            self.ui.nComboBox,\n        ]\n        for w in ws:\n            w.clear()\n\n    def set_combobox(self) -> None:\n        lst = [''] + self.layer_list\n        ws = [\n            self.ui.closeComboBox,\n            self.ui.aComboBox,\n            self.ui.iComboBox,\n            self.ui.uComboBox,\n            self.ui.eComboBox,\n            self.ui.oComboBox,\n            self.ui.nComboBox,\n        ]\n        for w in ws:\n            w.clear()\n            w.addItems(lst)\n\n    def set_layer_data(self, psd):\n        # layer list\n        for layer in reversed(list(psd.descendants())):\n            if layer.is_group():\n                continue\n            self.layer_list.append(layer.name)\n\n        # ui\n        for layer in reversed(list(psd.descendants())):\n            if layer.is_group():\n                continue\n            s_item = QStandardItem('')\n            item = QStandardItem(layer.name)\n            # サムネイルを設定\n            img = layer.topil()\n            if img is not None:\n                length = max(img.size)\n                scale = ICON_SIZE / length\n                layer_img = img.resize((int(img.width * scale), int(img.height * scale)))\n                img = Image.new(\"RGB\", (ICON_SIZE, ICON_SIZE), (128, 128, 128))\n                img.paste(\n                    layer_img,\n                    ((ICON_SIZE - layer_img.width) // 2, (ICON_SIZE - layer_img.height) // 2),\n                    mask=layer_img,\n                )\n                img_qt = ImageQt(img)\n                pixmap = QPixmap(img_qt)\n                item.setIcon(QIcon(pixmap))\n            #\n            self.model.appendRow([s_item, item])\n        self.tree.setColumnWidth(0, ICON_SIZE)\n\n    def get_layer_info(self, group):\n        kakasi = pykakasi.kakasi()\n        kakasi.setMode('H', 'a')\n        kakasi.setMode('K', 'a')\n        kakasi.setMode('J', 'a')\n        conversion = kakasi.getConverter()\n        dct = {}\n        for layer in group:\n            layer_name: str = layer.name\n            ss: list[str] = layer_name.split('.')\n            layer_name_en = ''.join(filter(str.isalnum, conversion.do(ss[-1])))\n            if len(layer_name_en) == 0:\n                layer_name_en = ''.join(filter(lambda s: s not in '!@#$%^&*()-=+\\\\|`~[]{};\\':\",./<>?', ss[-1]))\n            if len(layer_name_en) == 0:\n                layer_name_en = 'none'\n            _dct = {\n                'name_en': layer_name_en,\n                'visible': layer.is_visible(),\n            }\n            if layer.is_group():\n                _dct['data'] = self.get_layer_info(layer)\n            dct[layer_name] = _dct\n        return dct\n\n    def load_psd(self):\n        self.ui.logTextEdit.clear()\n        psd_path = Path(self.ui.psdLineEdit.text().strip())\n        if self.psd is not None:\n            self.clear()\n\n        if not psd_path.is_file():\n            return\n\n        # PSDファイルを読み込む\n        self.add2log(f'Loading PSD file: {psd_path}')\n        psd = PSDImage.open(str(psd_path))\n\n        # キャンバスの解像度を取得\n        self.canvas_width, self.canvas_height = psd.size\n\n        # 色深度\n        color_depth = psd.depth\n        if color_depth not in [8, ]:\n            self.add2log(\n                f\"[ERROR] Unsupported color depth: {color_depth}. Only 8 bits are supported.\",\n                log.ERROR_COLOR,\n            )\n            return\n\n        # .\"を全角に変換\n        for layer in psd.descendants():\n            layer.name = layer.name.strip().replace('.', '．').replace('\"', '”')\n\n        # rename layers\n        for layer in psd:\n            if layer.is_group():\n                rename_layer(layer, '')\n\n        # レイヤー情報を収集\n        self.info_data = self.get_layer_info(psd)\n\n        # グループレイヤーを解除\n        for layer in reversed(list(psd.descendants())):\n            if layer.is_group():\n                continue\n            layer.move_to_group(psd)\n\n        # グループレイヤーを削除\n        for layer in reversed(list(psd.descendants())):\n            if layer.is_group():\n                layer.delete_layer()\n\n        # rev\n        for layer in reversed(list(psd.descendants())):\n            layer.move_to_group(psd)\n\n        self.set_layer_data(psd)\n        self.set_combobox()\n        self.psd = psd\n        self.add2log(f'PSD loaded: {psd_path}')\n\n    def open_psd_dir(self):\n        psd_path = Path(self.ui.psdLineEdit.text().strip())\n        if not psd_path.is_file():\n            self.add2log('[ERROR] PSD file does not exist:\\n%s' % psd_path, log.ERROR_COLOR)\n            return\n        self.open_dir(psd_path.parent)\n\n    def open_dir(self, d):\n        if not d.is_dir():\n            r = QMessageBox.warning(\n                self,\n                f'Warning:  {str(d)}', f'Directory does not exist:\\n{str(d)}\\n\\nCreate it?',\n                QMessageBox.StandardButton.Yes | QMessageBox.StandardButton.No\n            )\n            if r == QMessageBox.StandardButton.Yes:\n                d.mkdir(parents=True, exist_ok=True)\n            else:\n                return\n        util.open_directory(d)\n\n    def closeEvent(self, event):\n        super().closeEvent(event)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/psd2tatie/psd2tatie.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>676</width>\n    <height>916</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"fileGroupBox\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Maximum\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>File</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <item>\n        <layout class=\"QFormLayout\" name=\"formLayout\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_2\">\n           <property name=\"text\">\n            <string>PSD</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n           <property name=\"spacing\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QLineEdit\" name=\"psdLineEdit\"/>\n           </item>\n           <item>\n            <widget class=\"QToolButton\" name=\"psdToolButton\">\n             <property name=\"text\">\n              <string>...</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_9\">\n           <property name=\"text\">\n            <string>PNG save loc.</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n           <property name=\"spacing\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QLineEdit\" name=\"dstLineEdit\"/>\n           </item>\n           <item>\n            <widget class=\"QToolButton\" name=\"dstToolButton\">\n             <property name=\"text\">\n              <string>...</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <widget class=\"QCheckBox\" name=\"clearPngCheckBox\">\n         <property name=\"text\">\n          <string>Clear old PNG files</string>\n         </property>\n         <property name=\"checked\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QSplitter\" name=\"splitter\">\n      <property name=\"orientation\">\n       <enum>Qt::Orientation::Vertical</enum>\n      </property>\n      <widget class=\"QGroupBox\" name=\"groupBox\">\n       <property name=\"title\">\n        <string>Setting</string>\n       </property>\n       <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n        <item>\n         <widget class=\"QTreeView\" name=\"treeView\">\n          <property name=\"editTriggers\">\n           <set>QAbstractItemView::EditTrigger::NoEditTriggers</set>\n          </property>\n          <property name=\"selectionMode\">\n           <enum>QAbstractItemView::SelectionMode::ExtendedSelection</enum>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n          <item>\n           <widget class=\"QGroupBox\" name=\"groupBox_4\">\n            <property name=\"title\">\n             <string/>\n            </property>\n            <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n             <item>\n              <widget class=\"QPushButton\" name=\"setFrontmostButton\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>100</width>\n                 <height>40</height>\n                </size>\n               </property>\n               <property name=\"styleSheet\">\n                <string notr=\"true\">background: rgb(159, 125, 0); color: rgb(255, 255, 255)</string>\n               </property>\n               <property name=\"text\">\n                <string>Frontmost</string>\n               </property>\n              </widget>\n             </item>\n             <item>\n              <widget class=\"QPushButton\" name=\"setEyetButton\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>100</width>\n                 <height>40</height>\n                </size>\n               </property>\n               <property name=\"styleSheet\">\n                <string notr=\"true\">background: rgb(0, 114, 184); color: rgb(255, 255, 255)</string>\n               </property>\n               <property name=\"text\">\n                <string>Eye</string>\n               </property>\n              </widget>\n             </item>\n             <item>\n              <widget class=\"QPushButton\" name=\"setMouthButton\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>100</width>\n                 <height>40</height>\n                </size>\n               </property>\n               <property name=\"styleSheet\">\n                <string notr=\"true\">background: rgb(0, 121, 30); color: rgb(255, 255, 255)</string>\n               </property>\n               <property name=\"text\">\n                <string>Mouth</string>\n               </property>\n              </widget>\n             </item>\n             <item>\n              <widget class=\"QPushButton\" name=\"setRemoveButton\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>100</width>\n                 <height>40</height>\n                </size>\n               </property>\n               <property name=\"styleSheet\">\n                <string notr=\"true\">background: rgb(104, 104, 104); color: rgb(255, 255, 255)</string>\n               </property>\n               <property name=\"text\">\n                <string>Remove</string>\n               </property>\n              </widget>\n             </item>\n             <item>\n              <spacer name=\"verticalSpacer_2\">\n               <property name=\"orientation\">\n                <enum>Qt::Orientation::Vertical</enum>\n               </property>\n               <property name=\"sizeType\">\n                <enum>QSizePolicy::Policy::Fixed</enum>\n               </property>\n               <property name=\"sizeHint\" stdset=\"0\">\n                <size>\n                 <width>20</width>\n                 <height>20</height>\n                </size>\n               </property>\n              </spacer>\n             </item>\n             <item>\n              <widget class=\"QPushButton\" name=\"clearButton\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>100</width>\n                 <height>40</height>\n                </size>\n               </property>\n               <property name=\"text\">\n                <string>Clear</string>\n               </property>\n              </widget>\n             </item>\n            </layout>\n           </widget>\n          </item>\n          <item>\n           <widget class=\"QGroupBox\" name=\"groupBox_3\">\n            <property name=\"title\">\n             <string>Eye</string>\n            </property>\n            <layout class=\"QGridLayout\" name=\"gridLayout\">\n             <item row=\"0\" column=\"0\">\n              <widget class=\"QLabel\" name=\"label_7\">\n               <property name=\"text\">\n                <string>Close</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"0\" column=\"1\">\n              <widget class=\"QComboBox\" name=\"closeComboBox\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>120</width>\n                 <height>0</height>\n                </size>\n               </property>\n              </widget>\n             </item>\n             <item row=\"0\" column=\"2\">\n              <widget class=\"QToolButton\" name=\"setCloseToolButton\">\n               <property name=\"text\">\n                <string>Set</string>\n               </property>\n              </widget>\n             </item>\n            </layout>\n           </widget>\n          </item>\n          <item>\n           <widget class=\"QGroupBox\" name=\"groupBox_2\">\n            <property name=\"title\">\n             <string>Mouth</string>\n            </property>\n            <layout class=\"QGridLayout\" name=\"gridLayout_2\">\n             <item row=\"0\" column=\"0\">\n              <widget class=\"QLabel\" name=\"label\">\n               <property name=\"text\">\n                <string>A</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"0\" column=\"1\">\n              <widget class=\"QComboBox\" name=\"aComboBox\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>120</width>\n                 <height>0</height>\n                </size>\n               </property>\n              </widget>\n             </item>\n             <item row=\"0\" column=\"2\">\n              <widget class=\"QToolButton\" name=\"setAToolButton\">\n               <property name=\"text\">\n                <string>Set</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"1\" column=\"0\">\n              <widget class=\"QLabel\" name=\"label_3\">\n               <property name=\"text\">\n                <string>I</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"1\" column=\"1\">\n              <widget class=\"QComboBox\" name=\"iComboBox\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>120</width>\n                 <height>0</height>\n                </size>\n               </property>\n              </widget>\n             </item>\n             <item row=\"1\" column=\"2\">\n              <widget class=\"QToolButton\" name=\"setIToolButton\">\n               <property name=\"text\">\n                <string>Set</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"2\" column=\"0\">\n              <widget class=\"QLabel\" name=\"label_4\">\n               <property name=\"text\">\n                <string>U</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"2\" column=\"1\">\n              <widget class=\"QComboBox\" name=\"uComboBox\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>120</width>\n                 <height>0</height>\n                </size>\n               </property>\n              </widget>\n             </item>\n             <item row=\"2\" column=\"2\">\n              <widget class=\"QToolButton\" name=\"setUToolButton\">\n               <property name=\"text\">\n                <string>Set</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"3\" column=\"0\">\n              <widget class=\"QLabel\" name=\"label_5\">\n               <property name=\"text\">\n                <string>E</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"3\" column=\"1\">\n              <widget class=\"QComboBox\" name=\"eComboBox\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>120</width>\n                 <height>0</height>\n                </size>\n               </property>\n              </widget>\n             </item>\n             <item row=\"3\" column=\"2\">\n              <widget class=\"QToolButton\" name=\"setEToolButton\">\n               <property name=\"text\">\n                <string>Set</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"4\" column=\"0\">\n              <widget class=\"QLabel\" name=\"label_6\">\n               <property name=\"text\">\n                <string>O</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"4\" column=\"1\">\n              <widget class=\"QComboBox\" name=\"oComboBox\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>120</width>\n                 <height>0</height>\n                </size>\n               </property>\n              </widget>\n             </item>\n             <item row=\"4\" column=\"2\">\n              <widget class=\"QToolButton\" name=\"setOToolButton\">\n               <property name=\"text\">\n                <string>Set</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"5\" column=\"0\">\n              <widget class=\"QLabel\" name=\"label_8\">\n               <property name=\"text\">\n                <string>N</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"5\" column=\"1\">\n              <widget class=\"QComboBox\" name=\"nComboBox\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>120</width>\n                 <height>0</height>\n                </size>\n               </property>\n              </widget>\n             </item>\n             <item row=\"5\" column=\"2\">\n              <widget class=\"QToolButton\" name=\"setNToolButton\">\n               <property name=\"text\">\n                <string>Set</string>\n               </property>\n              </widget>\n             </item>\n            </layout>\n           </widget>\n          </item>\n          <item>\n           <spacer name=\"verticalSpacer\">\n            <property name=\"orientation\">\n             <enum>Qt::Orientation::Vertical</enum>\n            </property>\n            <property name=\"sizeHint\" stdset=\"0\">\n             <size>\n              <width>20</width>\n              <height>0</height>\n             </size>\n            </property>\n           </spacer>\n          </item>\n         </layout>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QGroupBox\" name=\"logGroupBox\">\n       <property name=\"sizePolicy\">\n        <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n         <horstretch>0</horstretch>\n         <verstretch>0</verstretch>\n        </sizepolicy>\n       </property>\n       <property name=\"title\">\n        <string>Log</string>\n       </property>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\n        <item>\n         <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Preferred\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"lineWrapMode\">\n           <enum>QTextEdit::LineWrapMode::NoWrap</enum>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Orientation::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"convertButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>convert</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menuBar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>676</width>\n     <height>33</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuFile\">\n    <property name=\"title\">\n     <string>File</string>\n    </property>\n    <addaction name=\"actionOpen\"/>\n    <addaction name=\"actionSave\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionExit\"/>\n   </widget>\n   <widget class=\"QMenu\" name=\"menuDirectory\">\n    <property name=\"title\">\n     <string>Directory</string>\n    </property>\n    <addaction name=\"actionPSD\"/>\n    <addaction name=\"actionGenerators_Dir_User\"/>\n   </widget>\n   <addaction name=\"menuFile\"/>\n   <addaction name=\"menuDirectory\"/>\n  </widget>\n  <action name=\"actionOpen\">\n   <property name=\"text\">\n    <string>Open</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+O</string>\n   </property>\n  </action>\n  <action name=\"actionSave\">\n   <property name=\"text\">\n    <string>Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+S</string>\n   </property>\n  </action>\n  <action name=\"actionExit\">\n   <property name=\"text\">\n    <string>Exit</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Q</string>\n   </property>\n  </action>\n  <action name=\"actionPSD\">\n   <property name=\"text\">\n    <string>PSD</string>\n   </property>\n  </action>\n  <action name=\"actionGenerators_Dir_User\">\n   <property name=\"text\">\n    <string>Generators Dir (User)</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/psd2tatie/psd2tatie_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'psd2tatie.ui'\n##\n## Created by: Qt User Interface Compiler version 6.9.1\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QCheckBox, QComboBox,\n    QFormLayout, QGridLayout, QGroupBox, QHBoxLayout,\n    QHeaderView, QLabel, QLineEdit, QMainWindow,\n    QMenu, QMenuBar, QPushButton, QSizePolicy,\n    QSpacerItem, QSplitter, QTextEdit, QToolButton,\n    QTreeView, QVBoxLayout, QWidget)\n\nfrom rs.gui.log import LogTextEdit\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(676, 916)\n        self.actionOpen = QAction(MainWindow)\n        self.actionOpen.setObjectName(u\"actionOpen\")\n        self.actionSave = QAction(MainWindow)\n        self.actionSave.setObjectName(u\"actionSave\")\n        self.actionExit = QAction(MainWindow)\n        self.actionExit.setObjectName(u\"actionExit\")\n        self.actionPSD = QAction(MainWindow)\n        self.actionPSD.setObjectName(u\"actionPSD\")\n        self.actionGenerators_Dir_User = QAction(MainWindow)\n        self.actionGenerators_Dir_User.setObjectName(u\"actionGenerators_Dir_User\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_4 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.fileGroupBox = QGroupBox(self.centralwidget)\n        self.fileGroupBox.setObjectName(u\"fileGroupBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Maximum)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.fileGroupBox.sizePolicy().hasHeightForWidth())\n        self.fileGroupBox.setSizePolicy(sizePolicy)\n        self.verticalLayout_2 = QVBoxLayout(self.fileGroupBox)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label_2 = QLabel(self.fileGroupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(0, QFormLayout.ItemRole.LabelRole, self.label_2)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.psdLineEdit = QLineEdit(self.fileGroupBox)\n        self.psdLineEdit.setObjectName(u\"psdLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.psdLineEdit)\n\n        self.psdToolButton = QToolButton(self.fileGroupBox)\n        self.psdToolButton.setObjectName(u\"psdToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.psdToolButton)\n\n\n        self.formLayout.setLayout(0, QFormLayout.ItemRole.FieldRole, self.horizontalLayout_2)\n\n        self.label_9 = QLabel(self.fileGroupBox)\n        self.label_9.setObjectName(u\"label_9\")\n\n        self.formLayout.setWidget(1, QFormLayout.ItemRole.LabelRole, self.label_9)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setSpacing(0)\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.dstLineEdit = QLineEdit(self.fileGroupBox)\n        self.dstLineEdit.setObjectName(u\"dstLineEdit\")\n\n        self.horizontalLayout_4.addWidget(self.dstLineEdit)\n\n        self.dstToolButton = QToolButton(self.fileGroupBox)\n        self.dstToolButton.setObjectName(u\"dstToolButton\")\n\n        self.horizontalLayout_4.addWidget(self.dstToolButton)\n\n\n        self.formLayout.setLayout(1, QFormLayout.ItemRole.FieldRole, self.horizontalLayout_4)\n\n\n        self.verticalLayout_2.addLayout(self.formLayout)\n\n        self.clearPngCheckBox = QCheckBox(self.fileGroupBox)\n        self.clearPngCheckBox.setObjectName(u\"clearPngCheckBox\")\n        self.clearPngCheckBox.setChecked(True)\n\n        self.verticalLayout_2.addWidget(self.clearPngCheckBox)\n\n\n        self.verticalLayout_4.addWidget(self.fileGroupBox)\n\n        self.splitter = QSplitter(self.centralwidget)\n        self.splitter.setObjectName(u\"splitter\")\n        self.splitter.setOrientation(Qt.Orientation.Vertical)\n        self.groupBox = QGroupBox(self.splitter)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.horizontalLayout = QHBoxLayout(self.groupBox)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.treeView = QTreeView(self.groupBox)\n        self.treeView.setObjectName(u\"treeView\")\n        self.treeView.setEditTriggers(QAbstractItemView.EditTrigger.NoEditTriggers)\n        self.treeView.setSelectionMode(QAbstractItemView.SelectionMode.ExtendedSelection)\n\n        self.horizontalLayout.addWidget(self.treeView)\n\n        self.verticalLayout_3 = QVBoxLayout()\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.groupBox_4 = QGroupBox(self.groupBox)\n        self.groupBox_4.setObjectName(u\"groupBox_4\")\n        self.verticalLayout = QVBoxLayout(self.groupBox_4)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.setFrontmostButton = QPushButton(self.groupBox_4)\n        self.setFrontmostButton.setObjectName(u\"setFrontmostButton\")\n        self.setFrontmostButton.setMinimumSize(QSize(100, 40))\n        self.setFrontmostButton.setStyleSheet(u\"background: rgb(159, 125, 0); color: rgb(255, 255, 255)\")\n\n        self.verticalLayout.addWidget(self.setFrontmostButton)\n\n        self.setEyetButton = QPushButton(self.groupBox_4)\n        self.setEyetButton.setObjectName(u\"setEyetButton\")\n        self.setEyetButton.setMinimumSize(QSize(100, 40))\n        self.setEyetButton.setStyleSheet(u\"background: rgb(0, 114, 184); color: rgb(255, 255, 255)\")\n\n        self.verticalLayout.addWidget(self.setEyetButton)\n\n        self.setMouthButton = QPushButton(self.groupBox_4)\n        self.setMouthButton.setObjectName(u\"setMouthButton\")\n        self.setMouthButton.setMinimumSize(QSize(100, 40))\n        self.setMouthButton.setStyleSheet(u\"background: rgb(0, 121, 30); color: rgb(255, 255, 255)\")\n\n        self.verticalLayout.addWidget(self.setMouthButton)\n\n        self.setRemoveButton = QPushButton(self.groupBox_4)\n        self.setRemoveButton.setObjectName(u\"setRemoveButton\")\n        self.setRemoveButton.setMinimumSize(QSize(100, 40))\n        self.setRemoveButton.setStyleSheet(u\"background: rgb(104, 104, 104); color: rgb(255, 255, 255)\")\n\n        self.verticalLayout.addWidget(self.setRemoveButton)\n\n        self.verticalSpacer_2 = QSpacerItem(20, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)\n\n        self.verticalLayout.addItem(self.verticalSpacer_2)\n\n        self.clearButton = QPushButton(self.groupBox_4)\n        self.clearButton.setObjectName(u\"clearButton\")\n        self.clearButton.setMinimumSize(QSize(100, 40))\n\n        self.verticalLayout.addWidget(self.clearButton)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox_4)\n\n        self.groupBox_3 = QGroupBox(self.groupBox)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.gridLayout = QGridLayout(self.groupBox_3)\n        self.gridLayout.setObjectName(u\"gridLayout\")\n        self.label_7 = QLabel(self.groupBox_3)\n        self.label_7.setObjectName(u\"label_7\")\n\n        self.gridLayout.addWidget(self.label_7, 0, 0, 1, 1)\n\n        self.closeComboBox = QComboBox(self.groupBox_3)\n        self.closeComboBox.setObjectName(u\"closeComboBox\")\n        self.closeComboBox.setMinimumSize(QSize(120, 0))\n\n        self.gridLayout.addWidget(self.closeComboBox, 0, 1, 1, 1)\n\n        self.setCloseToolButton = QToolButton(self.groupBox_3)\n        self.setCloseToolButton.setObjectName(u\"setCloseToolButton\")\n\n        self.gridLayout.addWidget(self.setCloseToolButton, 0, 2, 1, 1)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox_3)\n\n        self.groupBox_2 = QGroupBox(self.groupBox)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        self.gridLayout_2 = QGridLayout(self.groupBox_2)\n        self.gridLayout_2.setObjectName(u\"gridLayout_2\")\n        self.label = QLabel(self.groupBox_2)\n        self.label.setObjectName(u\"label\")\n\n        self.gridLayout_2.addWidget(self.label, 0, 0, 1, 1)\n\n        self.aComboBox = QComboBox(self.groupBox_2)\n        self.aComboBox.setObjectName(u\"aComboBox\")\n        self.aComboBox.setMinimumSize(QSize(120, 0))\n\n        self.gridLayout_2.addWidget(self.aComboBox, 0, 1, 1, 1)\n\n        self.setAToolButton = QToolButton(self.groupBox_2)\n        self.setAToolButton.setObjectName(u\"setAToolButton\")\n\n        self.gridLayout_2.addWidget(self.setAToolButton, 0, 2, 1, 1)\n\n        self.label_3 = QLabel(self.groupBox_2)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.gridLayout_2.addWidget(self.label_3, 1, 0, 1, 1)\n\n        self.iComboBox = QComboBox(self.groupBox_2)\n        self.iComboBox.setObjectName(u\"iComboBox\")\n        self.iComboBox.setMinimumSize(QSize(120, 0))\n\n        self.gridLayout_2.addWidget(self.iComboBox, 1, 1, 1, 1)\n\n        self.setIToolButton = QToolButton(self.groupBox_2)\n        self.setIToolButton.setObjectName(u\"setIToolButton\")\n\n        self.gridLayout_2.addWidget(self.setIToolButton, 1, 2, 1, 1)\n\n        self.label_4 = QLabel(self.groupBox_2)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.gridLayout_2.addWidget(self.label_4, 2, 0, 1, 1)\n\n        self.uComboBox = QComboBox(self.groupBox_2)\n        self.uComboBox.setObjectName(u\"uComboBox\")\n        self.uComboBox.setMinimumSize(QSize(120, 0))\n\n        self.gridLayout_2.addWidget(self.uComboBox, 2, 1, 1, 1)\n\n        self.setUToolButton = QToolButton(self.groupBox_2)\n        self.setUToolButton.setObjectName(u\"setUToolButton\")\n\n        self.gridLayout_2.addWidget(self.setUToolButton, 2, 2, 1, 1)\n\n        self.label_5 = QLabel(self.groupBox_2)\n        self.label_5.setObjectName(u\"label_5\")\n\n        self.gridLayout_2.addWidget(self.label_5, 3, 0, 1, 1)\n\n        self.eComboBox = QComboBox(self.groupBox_2)\n        self.eComboBox.setObjectName(u\"eComboBox\")\n        self.eComboBox.setMinimumSize(QSize(120, 0))\n\n        self.gridLayout_2.addWidget(self.eComboBox, 3, 1, 1, 1)\n\n        self.setEToolButton = QToolButton(self.groupBox_2)\n        self.setEToolButton.setObjectName(u\"setEToolButton\")\n\n        self.gridLayout_2.addWidget(self.setEToolButton, 3, 2, 1, 1)\n\n        self.label_6 = QLabel(self.groupBox_2)\n        self.label_6.setObjectName(u\"label_6\")\n\n        self.gridLayout_2.addWidget(self.label_6, 4, 0, 1, 1)\n\n        self.oComboBox = QComboBox(self.groupBox_2)\n        self.oComboBox.setObjectName(u\"oComboBox\")\n        self.oComboBox.setMinimumSize(QSize(120, 0))\n\n        self.gridLayout_2.addWidget(self.oComboBox, 4, 1, 1, 1)\n\n        self.setOToolButton = QToolButton(self.groupBox_2)\n        self.setOToolButton.setObjectName(u\"setOToolButton\")\n\n        self.gridLayout_2.addWidget(self.setOToolButton, 4, 2, 1, 1)\n\n        self.label_8 = QLabel(self.groupBox_2)\n        self.label_8.setObjectName(u\"label_8\")\n\n        self.gridLayout_2.addWidget(self.label_8, 5, 0, 1, 1)\n\n        self.nComboBox = QComboBox(self.groupBox_2)\n        self.nComboBox.setObjectName(u\"nComboBox\")\n        self.nComboBox.setMinimumSize(QSize(120, 0))\n\n        self.gridLayout_2.addWidget(self.nComboBox, 5, 1, 1, 1)\n\n        self.setNToolButton = QToolButton(self.groupBox_2)\n        self.setNToolButton.setObjectName(u\"setNToolButton\")\n\n        self.gridLayout_2.addWidget(self.setNToolButton, 5, 2, 1, 1)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox_2)\n\n        self.verticalSpacer = QSpacerItem(20, 0, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)\n\n        self.verticalLayout_3.addItem(self.verticalSpacer)\n\n\n        self.horizontalLayout.addLayout(self.verticalLayout_3)\n\n        self.splitter.addWidget(self.groupBox)\n        self.logGroupBox = QGroupBox(self.splitter)\n        self.logGroupBox.setObjectName(u\"logGroupBox\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.logGroupBox.sizePolicy().hasHeightForWidth())\n        self.logGroupBox.setSizePolicy(sizePolicy1)\n        self.verticalLayout_5 = QVBoxLayout(self.logGroupBox)\n        self.verticalLayout_5.setObjectName(u\"verticalLayout_5\")\n        self.logTextEdit = LogTextEdit(self.logGroupBox)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy2)\n        self.logTextEdit.setLineWrapMode(QTextEdit.LineWrapMode.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout_5.addWidget(self.logTextEdit)\n\n        self.splitter.addWidget(self.logGroupBox)\n\n        self.verticalLayout_4.addWidget(self.splitter)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer)\n\n        self.convertButton = QPushButton(self.centralwidget)\n        self.convertButton.setObjectName(u\"convertButton\")\n        self.convertButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_3.addWidget(self.convertButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_3.addWidget(self.closeButton)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout_3)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menuBar = QMenuBar(MainWindow)\n        self.menuBar.setObjectName(u\"menuBar\")\n        self.menuBar.setGeometry(QRect(0, 0, 676, 33))\n        self.menuFile = QMenu(self.menuBar)\n        self.menuFile.setObjectName(u\"menuFile\")\n        self.menuDirectory = QMenu(self.menuBar)\n        self.menuDirectory.setObjectName(u\"menuDirectory\")\n        MainWindow.setMenuBar(self.menuBar)\n\n        self.menuBar.addAction(self.menuFile.menuAction())\n        self.menuBar.addAction(self.menuDirectory.menuAction())\n        self.menuFile.addAction(self.actionOpen)\n        self.menuFile.addAction(self.actionSave)\n        self.menuFile.addSeparator()\n        self.menuFile.addAction(self.actionExit)\n        self.menuDirectory.addAction(self.actionPSD)\n        self.menuDirectory.addAction(self.actionGenerators_Dir_User)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionOpen.setText(QCoreApplication.translate(\"MainWindow\", u\"Open\", None))\n#if QT_CONFIG(shortcut)\n        self.actionOpen.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+O\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave.setText(QCoreApplication.translate(\"MainWindow\", u\"Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionExit.setText(QCoreApplication.translate(\"MainWindow\", u\"Exit\", None))\n#if QT_CONFIG(shortcut)\n        self.actionExit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Q\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionPSD.setText(QCoreApplication.translate(\"MainWindow\", u\"PSD\", None))\n        self.actionGenerators_Dir_User.setText(QCoreApplication.translate(\"MainWindow\", u\"Generators Dir (User)\", None))\n        self.fileGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"PSD\", None))\n        self.psdToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label_9.setText(QCoreApplication.translate(\"MainWindow\", u\"PNG save loc.\", None))\n        self.dstToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.clearPngCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Clear old PNG files\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Setting\", None))\n        self.groupBox_4.setTitle(\"\")\n        self.setFrontmostButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Frontmost\", None))\n        self.setEyetButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Eye\", None))\n        self.setMouthButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Mouth\", None))\n        self.setRemoveButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Remove\", None))\n        self.clearButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Clear\", None))\n        self.groupBox_3.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Eye\", None))\n        self.label_7.setText(QCoreApplication.translate(\"MainWindow\", u\"Close\", None))\n        self.setCloseToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Mouth\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"A\", None))\n        self.setAToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"I\", None))\n        self.setIToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.label_4.setText(QCoreApplication.translate(\"MainWindow\", u\"U\", None))\n        self.setUToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.label_5.setText(QCoreApplication.translate(\"MainWindow\", u\"E\", None))\n        self.setEToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.label_6.setText(QCoreApplication.translate(\"MainWindow\", u\"O\", None))\n        self.setOToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.label_8.setText(QCoreApplication.translate(\"MainWindow\", u\"N\", None))\n        self.setNToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Set\", None))\n        self.logGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Log\", None))\n        self.convertButton.setText(QCoreApplication.translate(\"MainWindow\", u\"convert\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n        self.menuFile.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n        self.menuDirectory.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Directory\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/psd2tatie/tree.py",
    "content": "from PySide6.QtCore import Qt\nfrom PySide6.QtGui import (\n    QStandardItemModel,\n    QKeySequence,\n)\nfrom PySide6.QtWidgets import (\n    QAction,\n    QComboBox,\n    QMenu,\n    QStyledItemDelegate,\n    QTreeView,\n)\n\n\nclass TreeModel(QStandardItemModel):\n    def data(self, index, role=Qt.DisplayRole):\n        if index.column() == 3:\n            if role == Qt.TextAlignmentRole:\n                return Qt.AlignCenter | Qt.AlignVCenter\n        return super(TreeModel, self).data(index, role)\n\n\n# class TreeDelegate(QStyledItemDelegate):\n#     def __init__(self, parent):\n#         super(TreeDelegate, self).__init__(parent)\n#         self._parent = parent\n#\n#     def setModelData(self, editor, model, index):\n#         super(TreeDelegate, self).setModelData(editor, model, index)\n\n\nclass TreeView(QTreeView):\n    def __init__(self, parent=None):\n        super(TreeView, self).__init__(parent)\n        self.setModel(TreeModel())\n        # self.setItemDelegateForColumn(3, TreeDelegate(self))\n        self.hideColumn(1)\n\n        # context menu\n        # self.setContextMenuPolicy(Qt.CustomContextMenu)\n        # self.customContextMenuRequested.connect(self.contextMenu)\n        # # action\n        # self.actionCopyComment = QAction('Copy Comment', self)\n        # self.actionCopyComment.setShortcut(QKeySequence('Ctrl+C'))\n\n    # def keyPressEvent(self, event):\n    #     key = event.key()\n    #     mod = event.modifiers()\n    #\n    #     if mod == Qt.ControlModifier and key == Qt.Key_C:\n    #         self.actionCopyComment.trigger()\n    #         return\n    #\n    #     super(TreeView, self).keyPressEvent(event)\n    #\n    # def contextMenu(self, pos):\n    #     menu = QMenu(self)\n    #     menu.addAction(self.actionCopyComment)\n    #     menu.exec_(self.mapToGlobal(pos))\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/separate_layers/__init__.py",
    "content": "from .separate_layers import (\n    run,\n    MainWindow,\n)"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/separate_layers/separate_layers.py",
    "content": "import sys\nimport functools\nfrom PySide6.QtCore import (\n    Qt,\n)\n\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core.operator import to_int\nfrom rs_fusion.tool.separate_layers.separate_layers_ui import Ui_MainWindow\n\nAPP_NAME = 'Separate Layers'\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n            | Qt.MSWindowsFixedSizeDialogHint\n        )\n        self.resize(180, 50)\n\n        self.fusion = fusion\n\n        # button\n        self.ui.layerMuxerButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.wirelessLinkButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.layerMuxerButton.clicked.connect(functools.partial(self.separate, 'LayerMuxer'))\n        self.ui.wirelessLinkButton.clicked.connect(functools.partial(self.separate, 'Fuse.Wireless'))\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n\n    def separate(self, tool_type: str = 'LayerMuxer') -> None:\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            return\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            return\n        # tools\n        tools = list(comp.GetToolList(True).values())\n        if len(tools) == 0:\n            tool = comp.ActiveTool\n        else:\n            tool = tools[0]\n        if tool is None:\n            return\n        # output\n        outp = tool.FindMainOutput(1)\n        if outp is None:\n            return\n\n        # layer\n        layer_list = list(outp.GetLayerList().values())\n\n        # flow\n        flow = comp.CurrentFrame.FlowView\n        _x, _y = flow.GetPosTable(tool).values()\n        _x = to_int(_x)\n        _y = to_int(_y)\n\n        # start\n        comp.Lock()\n        comp.StartUndo('RS Separate Layers')\n\n        for i, layer_name in enumerate(layer_list):\n            if layer_name == '':\n                continue\n            node = comp.AddTool(tool_type, _x + i - 1, _y + 4)\n            node.SetAttrs({'TOOLS_Name': layer_name})\n            # LayerMuxer\n            if tool_type == 'LayerMuxer':\n                node.Image2.ConnectTo(outp)\n                node.Layer = layer_name\n            # Wireless Link\n            elif tool_type == 'Fuse.Wireless':\n                node.Input.ConnectTo(outp)\n                node.Input_LayerSelect = layer_name\n\n        # end\n        comp.EndUndo(True)\n        comp.Unlock()\n\n    def show(self) -> None:\n        super().show()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/separate_layers/separate_layers.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>168</width>\n    <height>120</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QPushButton\" name=\"layerMuxerButton\">\n      <property name=\"minimumSize\">\n       <size>\n        <width>100</width>\n        <height>30</height>\n       </size>\n      </property>\n      <property name=\"text\">\n       <string>Layer Muxer</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QPushButton\" name=\"wirelessLinkButton\">\n      <property name=\"minimumSize\">\n       <size>\n        <width>100</width>\n        <height>30</height>\n       </size>\n      </property>\n      <property name=\"text\">\n       <string>Wireless Link</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QPushButton\" name=\"closeButton\">\n      <property name=\"minimumSize\">\n       <size>\n        <width>80</width>\n        <height>30</height>\n       </size>\n      </property>\n      <property name=\"text\">\n       <string>close</string>\n      </property>\n     </widget>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/separate_layers/separate_layers_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'separate_layers.ui'\n##\n## Created by: Qt User Interface Compiler version 6.9.1\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QMainWindow, QPushButton, QSizePolicy,\n    QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(168, 120)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.layerMuxerButton = QPushButton(self.centralwidget)\n        self.layerMuxerButton.setObjectName(u\"layerMuxerButton\")\n        self.layerMuxerButton.setMinimumSize(QSize(100, 30))\n\n        self.verticalLayout.addWidget(self.layerMuxerButton)\n\n        self.wirelessLinkButton = QPushButton(self.centralwidget)\n        self.wirelessLinkButton.setObjectName(u\"wirelessLinkButton\")\n        self.wirelessLinkButton.setMinimumSize(QSize(100, 30))\n\n        self.verticalLayout.addWidget(self.wirelessLinkButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.verticalLayout.addWidget(self.closeButton)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.layerMuxerButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Layer Muxer\", None))\n        self.wirelessLinkButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Wireless Link\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/set_number/__init__.py",
    "content": ""
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/tatie/__init__.py",
    "content": "from .tatie import (\n    run,\n)\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/tatie/tatie.py",
    "content": "from functools import partial\n\nimport dataclasses\nimport sys\nfrom pathlib import Path\nfrom enum import IntEnum\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QMessageBox,\n    QButtonGroup,\n)\n\nfrom rs.core import (\n    config,\n    util,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_fusion.core import (\n    operator as op,\n    pose,\n)\nfrom rs_fusion.tool.tatie.tatie_ui import Ui_MainWindow\n\nAPP_NAME = '立ち絵アシスタント'\n\n\nclass CtrlID(IntEnum):\n    CHECKBOX = 0\n    COMBOBOX = 1\n    SLIDER = 2\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    post_multiply: bool = False\n    ctrl_type: int = 1\n    ctrl_name: str = 'Select'\n    page_name: str = 'User'\n    width: int = 1920\n    height: int = 1080\n\n\ndef uc_button(node_a, node_b, page, layer_name, width, hide_list=None) -> dict:\n    if hide_list is None:\n        hide_list = []\n    inp = node_a.FindMainInput(1)\n    if node_b is None:\n        lua = [\n            'local node = comp:FindTool(\"%s\")' % node_a.Name,\n            'node.%s = nil' % inp.ID,\n        ]\n    else:\n        lua = [\n            'local _a = comp:FindTool(\"%s\")' % node_a.Name,\n            'local _b = comp:FindTool(\"%s\")' % node_b.Name,\n            '_a:ConnectInput(\"%s\", _b)' % inp.ID,\n        ]\n        if len(hide_list) > 0:\n            lua.append('if _a.ParentTool then')\n            for x in hide_list:\n                lua.append('_a.%s:HideViewControls()' % x)\n            lua.append('end')\n    return {\n        'LINKS_Name': layer_name,\n        'LINKID_DataType': 'Number',\n        'INPID_InputControl': 'ButtonControl',\n        'INP_Integer': False,\n        'BTNCS_Execute': '\\n'.join(lua),\n        'INP_External': False,\n        'ICS_ControlPage': page,\n        'ICD_Width': width,\n    }\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(450, 250)\n\n        self.fusion = fusion\n        # button group\n        self.button_group = QButtonGroup()\n        self.button_group.addButton(self.ui.chkRadioButton, CtrlID.CHECKBOX)\n        self.button_group.addButton(self.ui.cmbRadioButton, CtrlID.COMBOBOX)\n        self.button_group.addButton(self.ui.sldRadioButton, CtrlID.SLIDER)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # tab\n        self.ui.tabWidget.setCurrentIndex(0)\n\n        # button\n        self.ui.openDirButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.openSampleButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.loaderButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.margeButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.dissolveButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.switchButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.addButtonButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.addPoseToolsButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.openSiteButton.clicked.connect(partial(\n            util.open_url,\n            'https://www.steakunderwater.com/VFXPedia/96.0.243.189/indexae7c.html',\n        ))\n        self.ui.openDirButton.clicked.connect(partial(\n            self.open_dir,\n            config.RESOLVE_USER_PATH.joinpath('Templates', 'Edit', 'Generators'),\n        ))  # FusionでもResolveへ入れる。\n\n        self.ui.openSampleButton.clicked.connect(partial(\n            self.open_dir,\n            config.ROOT_PATH.joinpath('Templates', 'Edit', 'Generators'),\n        ))\n        user_path = config.get_user_path(self.fusion.GetResolve() is not None)\n        self.ui.openFuseDirButton.clicked.connect(partial(\n            self.open_dir,\n            user_path.joinpath('Fuses'),\n        ))\n        self.ui.loaderButton.clicked.connect(self.make_loader)\n        self.ui.addPoseToolsButton.clicked.connect(self.add_pose_tools)\n        self.ui.margeButton.clicked.connect(self.marge)\n        self.ui.dissolveButton.clicked.connect(self.dissolve)\n        self.ui.switchButton.clicked.connect(self.switch_fuse)\n        self.ui.addButtonButton.clicked.connect(self.add_button)\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def open_dir(self, d):\n        if not d.is_dir():\n            r = QMessageBox.warning(\n                self,\n                f'Warning:  {str(d)}', f'ディレクトリが見つかりません。\\n{str(d)}\\n作成しますか？',\n                QMessageBox.StandardButton.Yes | QMessageBox.StandardButton.No\n            )\n            if r == QMessageBox.StandardButton.Yes:\n                d.mkdir(parents=True, exist_ok=True)\n            else:\n                return\n        util.open_directory(d)\n\n    def check_page(self):\n        resolve = self.fusion.GetResolve()\n        if resolve is not None and resolve.GetCurrentPage() != 'fusion':\n            QMessageBox.warning(self, 'Warning', 'Fusion Pageで実行してください。')\n            return False\n        return True\n\n    def get_comp(self):\n        if not self.check_page():\n            return None\n        comp = self.fusion.CurrentComp\n        if comp is None:\n            QMessageBox.warning(self, 'Warning', 'コンポジションが見付かりません。')\n            return None\n        return comp\n\n    def make_loader(self):\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # data\n        data = self.get_data()\n        op.loader(comp, data.post_multiply)\n        print('Done!')\n\n    def get_tools(self, comp):\n        tools = list(comp.GetToolList(True).values())\n        if len(tools) == 0:\n            QMessageBox.warning(self, 'Warning', 'ノードを選択してください。')\n            return None\n        return tools\n\n    def switch_fuse(self):\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # tools\n        tools = self.get_tools(comp)\n        if tools is None:\n            return\n        if len(tools) > 64:\n            QMessageBox.warning(self, 'Warning', '選択数を64個以下にしてください。')\n            return\n        flow = comp.CurrentFrame.FlowView\n        tools.sort(key=lambda x: list(flow.GetPosTable(x).values())[0])\n\n        # data\n        data = self.get_data()\n\n        # undo\n        comp.Lock()\n        comp.StartUndo('RS SwitchFuse')\n\n        # Fuse.Switch\n        _x, _y = flow.GetPosTable(tools[len(tools) - 1]).values()\n        sw = comp.AddTool('Fuse.Switch', _x, _y + 4)\n\n        # user_controls\n        user_controls = {}\n        ctrl_name = 'SW_ComboBox'\n        user_controls[ctrl_name] = {\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'ComboControl',\n            'LINKS_Name': data.ctrl_name,\n            'INP_Integer': True,\n            'INP_Default': 0,\n            'ICS_ControlPage': data.page_name,\n        }\n        for i, layer in enumerate(tools):\n            layer_name: str = layer.Name\n            if layer.ID == 'Loader':\n                layer_name = Path(layer.Clip[1]).stem.strip()\n            sw.ConnectInput('Input%d' % (i + 1), layer)\n            dct = user_controls[ctrl_name]\n            dct[i + 1] = {'CCS_AddString': '%s' % layer_name}\n        # xf\n        uc = {'__flags': 2097152}  # 順番を保持するフラグ\n        for k, v in list(user_controls.items()):\n            uc[k] = v\n        sw.UserControls = uc\n        sw.Which.SetExpression('%s + 1' % ctrl_name)\n        sw.Refresh()\n\n        # end\n        comp.EndUndo(True)\n        comp.Unlock()\n        print('Done!')\n\n    def marge(self):\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # tools\n        tools = self.get_tools(comp)\n        if tools is None:\n            return\n\n        flow = comp.CurrentFrame.FlowView\n        tools.sort(key=lambda x: list(flow.GetPosTable(x).values())[0])\n\n        # data\n        data = self.get_data()\n\n        # undo\n        comp.Lock()\n        comp.StartUndo('RS Marge')\n\n        # XF\n        _x, _y = flow.GetPosTable(tools[len(tools) - 1]).values()\n        xf = comp.AddTool('Transform', round(_x) + 1, round(_y) + 4)\n\n        # BG\n        _x, _y = flow.GetPosTable(tools[0]).values()\n        bg = comp.AddTool('Background', round(_x) - 1, round(_y) + 4)\n        bg.UseFrameFormatSettings = 0\n        bg.Width = data.width\n        bg.Height = data.height\n        bg.TopLeftAlpha = 0\n        bg.Depth = 1\n\n        pre_node = bg\n\n        # user_controls\n        user_controls = {}\n        ctrl_name = 'RS_ComboBox'\n        if data.ctrl_type == CtrlID.COMBOBOX:\n            user_controls[ctrl_name] = {\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'ComboControl',\n                'LINKS_Name': data.ctrl_name,\n                'INP_Integer': True,\n                'INP_Default': 0,\n                'ICS_ControlPage': data.page_name,\n            }\n        elif data.ctrl_type == CtrlID.SLIDER:\n            ctrl_name = 'RS_Slider'\n            user_controls[ctrl_name] = {\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'SliderControl',\n                'LINKS_Name': data.ctrl_name,\n                'INP_Integer': True,\n                'INP_Default': 0,\n                'INP_MinScale': 0,\n                'INP_MaxScale': len(tools) - 1,\n                'ICS_ControlPage': data.page_name,\n            }\n\n        for i, layer in enumerate(tools):\n            layer_name: str = layer.Name\n            if layer.ID == 'Loader':\n                layer_name = Path(layer.Clip[1]).stem.strip()\n            _x, _y = flow.GetPosTable(layer).values()\n            mg = comp.AddTool('Merge', round(_x), round(_y) + 4)\n            mg.ConnectInput('Foreground', layer)\n            mg.ConnectInput('Background', pre_node)\n            if data.ctrl_type == CtrlID.COMBOBOX:\n                dct = user_controls[ctrl_name]\n                dct[i + 1] = {'CCS_AddString': '%s' % layer_name}\n                mg.Blend.SetExpression('iif(%s.%s == %d, 1, 0)' % (xf.Name, ctrl_name, i))\n            elif data.ctrl_type == CtrlID.SLIDER:\n                mg.Blend.SetExpression('iif(%s.%s == %d, 1, 0)' % (xf.Name, ctrl_name, i))\n            else:\n                uc_name = 'N' + str(i).zfill(3) + '_' + layer.Name\n                user_controls[uc_name] = {\n                    'LINKID_DataType': 'Number',\n                    'INPID_InputControl': 'CheckboxControl',\n                    'LINKS_Name': layer_name,\n                    'INP_Integer': True,\n                    'CBC_TriState': False,\n                    'INP_Default': 1,\n                    'ICS_ControlPage': data.page_name,\n                    # 'ICS_ControlPage': 'Controls',\n                }\n                mg.Blend.SetExpression('%s.%s' % (xf.Name, uc_name))\n            pre_node = mg\n        # xf\n        xf.ConnectInput('Input', pre_node)\n        uc = {'__flags': 2097152}  # 順番を保持するフラグ\n        for k, v in list(user_controls.items()):\n            uc[k] = v\n        xf.UserControls = uc\n        xf.Refresh()\n\n        # end\n        comp.EndUndo(True)\n        comp.Unlock()\n        print('Done!')\n\n    def dissolve(self):\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # tools\n        tools = self.get_tools(comp)\n        if tools is None:\n            return\n\n        flow = comp.CurrentFrame.FlowView\n        tools.sort(key=lambda x: list(flow.GetPosTable(x).values())[0])\n\n        # data\n        data = self.get_data()\n\n        # undo\n        comp.Lock()\n        comp.StartUndo('RS Dissolve')\n\n        # XF\n        _x, _y = flow.GetPosTable(tools[len(tools) - 1]).values()\n        xf = comp.AddTool('Transform', _x + 1, _y + 4)\n\n        pre_node = None\n\n        # user_controls\n        user_controls = {data.ctrl_name: {\n            'LINKID_DataType': 'Number',\n            'INPID_InputControl': 'SliderControl',\n            'LINKS_Name': data.ctrl_name,\n            'INP_Integer': False,\n            'INP_Default': 0,\n            'ICS_ControlPage': data.page_name,\n        }}\n\n        for i, layer in enumerate(tools):\n            if pre_node is None:\n                pre_node = layer\n                continue\n            num = len(tools) - i\n\n            _x, _y = flow.GetPosTable(layer).values()\n            dx = comp.AddTool('Dissolve', _x, _y + 4)\n            dx.ConnectInput('Foreground', pre_node)\n            dx.ConnectInput('Background', layer)\n\n            uc_name = 'Threshold_' + str(num).zfill(3)\n            user_controls[uc_name] = {\n                'LINKID_DataType': 'Number',\n                'INPID_InputControl': 'SliderControl',\n                'LINKS_Name': uc_name,\n                'INP_Integer': False,\n                'INP_Default': (1 / len(tools)) * num,\n                'ICS_ControlPage': data.page_name,\n            }\n            dx.Mix.SetExpression('iif(%s.%s >= %s.%s, 1, 0)' % (\n                xf.Name,\n                data.ctrl_name,\n                xf.Name,\n                uc_name,\n            ))\n            pre_node = dx\n\n        # xf\n        xf.ConnectInput('Input', pre_node)\n        uc = {'__flags': 2097152}  # 順番を保持するフラグ\n        for k, v in list(user_controls.items()):\n            uc[k] = v\n        xf.UserControls = uc\n        xf.Refresh()\n\n        # end\n        comp.EndUndo(True)\n        comp.Unlock()\n        print('Done!')\n\n    def add_button(self):\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # tools\n        tools = self.get_tools(comp)\n        if tools is None:\n            return\n\n        flow = comp.CurrentFrame.FlowView\n        tools.sort(key=lambda x: list(flow.GetPosTable(x).values())[0])\n\n        # data\n        data = self.get_data()\n\n        # undo\n        comp.Lock()\n        comp.StartUndo('RS Button')\n\n        # XF\n        _x, _y = flow.GetPosTable(tools[len(tools) - 1]).values()\n        xf = comp.AddTool('Transform', _x, _y + 4)\n        xf.SetAttrs({'TOOLS_Name': data.page_name + 'Selector'})\n        xf.ConnectInput('Input', tools[0])\n\n        # user_controls\n        user_controls = {}\n        for i, layer in enumerate(tools):\n            layer_name: str = layer.Name\n            if layer.ID == 'Loader':\n                layer_name = Path(layer.Clip[1]).stem.strip()\n            uc_name = 'N' + str(i).zfill(3) + '_' + layer.Name\n            user_controls[uc_name] = uc_button(xf, layer, data.page_name, layer_name, 1.0, [\n                'Center',\n                'Pivot',\n                'Angle',\n                'Size',\n                'Aspect',\n                'XSize',\n                'YSize',\n            ])\n\n        # xf\n        uc = {'__flags': 2097152}  # 順番を保持するフラグ\n        for k, v in list(user_controls.items()):\n            uc[k] = v\n        xf.UserControls = uc\n        xf.Refresh()\n\n        # end\n        comp.EndUndo(True)\n        comp.Unlock()\n        print('Done!')\n\n    def add_pose_tools(self):\n        comp = self.get_comp()\n        if comp is None:\n            return\n\n        # tool\n        tools = self.get_tools(comp)\n        if tools is None:\n            return\n        tool = tools[0]\n\n        # user_controls\n        user_controls = pose.get_uc('Controls')\n        # undo\n        comp.Lock()\n        comp.StartUndo('RS Button')\n\n        # set user_controls\n        tool.UserControls = user_controls\n        comp.Copy(tool)\n        tool.Delete()\n        comp.Paste()\n\n        # end\n        comp.EndUndo(True)\n        comp.Unlock()\n        QMessageBox.information(self, \"Info\", 'Done!')\n        print('Done!')\n\n    def set_data(self, c: ConfigData):\n        self.ui.multiplyCheckBox.setChecked(c.post_multiply)\n        self.button_group.button(c.ctrl_type).setChecked(True)\n        self.ui.ctrlNameLineEdit.setText(c.ctrl_name)\n        self.ui.pageNameLineEdit.setText(c.page_name)\n        self.ui.widthSpinBox.setValue(c.width)\n        self.ui.heightSpinBox.setValue(c.height)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.post_multiply = self.ui.multiplyCheckBox.isChecked()\n        c.ctrl_type = self.button_group.checkedId()\n        c.ctrl_name = self.ui.ctrlNameLineEdit.text().strip()\n        if c.ctrl_name == '':\n            c.ctrl_name = 'Select'\n        c.page_name = self.ui.pageNameLineEdit.text().strip()\n        if c.page_name == '':\n            c.page_name = 'User'\n        c.width = self.ui.widthSpinBox.value()\n        c.height = self.ui.heightSpinBox.value()\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/tatie/tatie.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>437</width>\n    <height>568</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_7\">\n      <item>\n       <widget class=\"QPushButton\" name=\"openDirButton\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Generators テンプレートフォルダを開く</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"openSampleButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string> りぞりぷとサンプルフォルダを開く </string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>読み込み(Loader)</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"QCheckBox\" name=\"multiplyCheckBox\">\n         <property name=\"text\">\n          <string>Post-Multiply by Alpha</string>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QPushButton\" name=\"loaderButton\">\n         <property name=\"minimumSize\">\n          <size>\n           <width>80</width>\n           <height>30</height>\n          </size>\n         </property>\n         <property name=\"text\">\n          <string>読み込み</string>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_5\">\n      <property name=\"title\">\n       <string>立ち絵マクロ用</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_9\">\n       <item>\n        <widget class=\"QPushButton\" name=\"addPoseToolsButton\">\n         <property name=\"minimumSize\">\n          <size>\n           <width>80</width>\n           <height>30</height>\n          </size>\n         </property>\n         <property name=\"text\">\n          <string>ポーズ関連ツール追加</string>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"title\">\n       <string>合成</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <item>\n        <layout class=\"QFormLayout\" name=\"formLayout\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_4\">\n           <property name=\"text\">\n            <string>ページ名</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"pageNameLineEdit\"/>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label\">\n           <property name=\"text\">\n            <string>パラメータ名</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <widget class=\"QLineEdit\" name=\"ctrlNameLineEdit\"/>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <widget class=\"QTabWidget\" name=\"tabWidget\">\n         <property name=\"currentIndex\">\n          <number>0</number>\n         </property>\n         <widget class=\"QWidget\" name=\"tab_2\">\n          <attribute name=\"title\">\n           <string>マージ</string>\n          </attribute>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_7\">\n           <item>\n            <widget class=\"QGroupBox\" name=\"groupBox_3\">\n             <property name=\"title\">\n              <string>BG</string>\n             </property>\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n              <item>\n               <widget class=\"QLabel\" name=\"label_2\">\n                <property name=\"text\">\n                 <string>幅</string>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <widget class=\"QSpinBox\" name=\"widthSpinBox\">\n                <property name=\"minimumSize\">\n                 <size>\n                  <width>100</width>\n                  <height>0</height>\n                 </size>\n                </property>\n                <property name=\"alignment\">\n                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n                </property>\n                <property name=\"minimum\">\n                 <number>1</number>\n                </property>\n                <property name=\"maximum\">\n                 <number>999999</number>\n                </property>\n                <property name=\"displayIntegerBase\">\n                 <number>10</number>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <spacer name=\"horizontalSpacer_3\">\n                <property name=\"orientation\">\n                 <enum>Qt::Horizontal</enum>\n                </property>\n                <property name=\"sizeType\">\n                 <enum>QSizePolicy::Fixed</enum>\n                </property>\n                <property name=\"sizeHint\" stdset=\"0\">\n                 <size>\n                  <width>20</width>\n                  <height>20</height>\n                 </size>\n                </property>\n               </spacer>\n              </item>\n              <item>\n               <widget class=\"QLabel\" name=\"label_3\">\n                <property name=\"text\">\n                 <string>高さ</string>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <widget class=\"QSpinBox\" name=\"heightSpinBox\">\n                <property name=\"minimumSize\">\n                 <size>\n                  <width>100</width>\n                  <height>0</height>\n                 </size>\n                </property>\n                <property name=\"alignment\">\n                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n                </property>\n                <property name=\"minimum\">\n                 <number>1</number>\n                </property>\n                <property name=\"maximum\">\n                 <number>999999</number>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <spacer name=\"horizontalSpacer_4\">\n                <property name=\"orientation\">\n                 <enum>Qt::Horizontal</enum>\n                </property>\n                <property name=\"sizeHint\" stdset=\"0\">\n                 <size>\n                  <width>8</width>\n                  <height>20</height>\n                 </size>\n                </property>\n               </spacer>\n              </item>\n             </layout>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QGroupBox\" name=\"groupBox_4\">\n             <property name=\"title\">\n              <string>コントローラ タイプ</string>\n             </property>\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n              <item>\n               <widget class=\"QRadioButton\" name=\"chkRadioButton\">\n                <property name=\"text\">\n                 <string>チェックボックス</string>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <widget class=\"QRadioButton\" name=\"cmbRadioButton\">\n                <property name=\"text\">\n                 <string>コンボボックス</string>\n                </property>\n                <property name=\"checked\">\n                 <bool>true</bool>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <widget class=\"QRadioButton\" name=\"sldRadioButton\">\n                <property name=\"text\">\n                 <string>スライダー</string>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <spacer name=\"horizontalSpacer_5\">\n                <property name=\"orientation\">\n                 <enum>Qt::Horizontal</enum>\n                </property>\n                <property name=\"sizeHint\" stdset=\"0\">\n                 <size>\n                  <width>90</width>\n                  <height>20</height>\n                 </size>\n                </property>\n               </spacer>\n              </item>\n             </layout>\n            </widget>\n           </item>\n           <item>\n            <spacer name=\"verticalSpacer_3\">\n             <property name=\"orientation\">\n              <enum>Qt::Vertical</enum>\n             </property>\n             <property name=\"sizeHint\" stdset=\"0\">\n              <size>\n               <width>20</width>\n               <height>10</height>\n              </size>\n             </property>\n            </spacer>\n           </item>\n           <item>\n            <widget class=\"QPushButton\" name=\"margeButton\">\n             <property name=\"minimumSize\">\n              <size>\n               <width>80</width>\n               <height>30</height>\n              </size>\n             </property>\n             <property name=\"text\">\n              <string>マージ</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n         <widget class=\"QWidget\" name=\"tab_3\">\n          <attribute name=\"title\">\n           <string>ディゾルブ</string>\n          </attribute>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\n           <item>\n            <spacer name=\"verticalSpacer_2\">\n             <property name=\"orientation\">\n              <enum>Qt::Vertical</enum>\n             </property>\n             <property name=\"sizeHint\" stdset=\"0\">\n              <size>\n               <width>20</width>\n               <height>114</height>\n              </size>\n             </property>\n            </spacer>\n           </item>\n           <item>\n            <widget class=\"QPushButton\" name=\"dissolveButton\">\n             <property name=\"minimumSize\">\n              <size>\n               <width>100</width>\n               <height>40</height>\n              </size>\n             </property>\n             <property name=\"text\">\n              <string>ディゾルブ</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n         <widget class=\"QWidget\" name=\"tab_4\">\n          <attribute name=\"title\">\n           <string>SwitchFuse</string>\n          </attribute>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n           <item>\n            <layout class=\"QHBoxLayout\" name=\"horizontalLayout_8\">\n             <item>\n              <widget class=\"QPushButton\" name=\"openSiteButton\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>100</width>\n                 <height>40</height>\n                </size>\n               </property>\n               <property name=\"text\">\n                <string> ダウンロードページを開く </string>\n               </property>\n              </widget>\n             </item>\n             <item>\n              <widget class=\"QPushButton\" name=\"openFuseDirButton\">\n               <property name=\"minimumSize\">\n                <size>\n                 <width>100</width>\n                 <height>40</height>\n                </size>\n               </property>\n               <property name=\"text\">\n                <string> インストールフォルダを開く </string>\n               </property>\n              </widget>\n             </item>\n            </layout>\n           </item>\n           <item>\n            <spacer name=\"verticalSpacer\">\n             <property name=\"orientation\">\n              <enum>Qt::Vertical</enum>\n             </property>\n             <property name=\"sizeHint\" stdset=\"0\">\n              <size>\n               <width>20</width>\n               <height>66</height>\n              </size>\n             </property>\n            </spacer>\n           </item>\n           <item>\n            <widget class=\"QPushButton\" name=\"switchButton\">\n             <property name=\"minimumSize\">\n              <size>\n               <width>100</width>\n               <height>40</height>\n              </size>\n             </property>\n             <property name=\"text\">\n              <string>SwitchFuse</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n         <widget class=\"QWidget\" name=\"tab_5\">\n          <attribute name=\"title\">\n           <string>ボタン切り替え</string>\n          </attribute>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_8\">\n           <item>\n            <spacer name=\"verticalSpacer_4\">\n             <property name=\"orientation\">\n              <enum>Qt::Vertical</enum>\n             </property>\n             <property name=\"sizeHint\" stdset=\"0\">\n              <size>\n               <width>20</width>\n               <height>114</height>\n              </size>\n             </property>\n            </spacer>\n           </item>\n           <item>\n            <widget class=\"QPushButton\" name=\"addButtonButton\">\n             <property name=\"minimumSize\">\n              <size>\n               <width>100</width>\n               <height>40</height>\n              </size>\n             </property>\n             <property name=\"text\">\n              <string>ボタン切り替え</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>13</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/fusion/python/rs_fusion/tool/tatie/tatie_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'tatie.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QFormLayout, QGroupBox,\n    QHBoxLayout, QLabel, QLineEdit, QMainWindow,\n    QPushButton, QRadioButton, QSizePolicy, QSpacerItem,\n    QSpinBox, QTabWidget, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(437, 568)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_3 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.horizontalLayout_7 = QHBoxLayout()\n        self.horizontalLayout_7.setObjectName(u\"horizontalLayout_7\")\n        self.openDirButton = QPushButton(self.centralwidget)\n        self.openDirButton.setObjectName(u\"openDirButton\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.openDirButton.sizePolicy().hasHeightForWidth())\n        self.openDirButton.setSizePolicy(sizePolicy)\n        self.openDirButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_7.addWidget(self.openDirButton)\n\n        self.openSampleButton = QPushButton(self.centralwidget)\n        self.openSampleButton.setObjectName(u\"openSampleButton\")\n        self.openSampleButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_7.addWidget(self.openSampleButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_7)\n\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout = QVBoxLayout(self.groupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.multiplyCheckBox = QCheckBox(self.groupBox)\n        self.multiplyCheckBox.setObjectName(u\"multiplyCheckBox\")\n\n        self.verticalLayout.addWidget(self.multiplyCheckBox)\n\n        self.loaderButton = QPushButton(self.groupBox)\n        self.loaderButton.setObjectName(u\"loaderButton\")\n        self.loaderButton.setMinimumSize(QSize(80, 30))\n\n        self.verticalLayout.addWidget(self.loaderButton)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox)\n\n        self.groupBox_5 = QGroupBox(self.centralwidget)\n        self.groupBox_5.setObjectName(u\"groupBox_5\")\n        self.verticalLayout_9 = QVBoxLayout(self.groupBox_5)\n        self.verticalLayout_9.setObjectName(u\"verticalLayout_9\")\n        self.addPoseToolsButton = QPushButton(self.groupBox_5)\n        self.addPoseToolsButton.setObjectName(u\"addPoseToolsButton\")\n        self.addPoseToolsButton.setMinimumSize(QSize(80, 30))\n\n        self.verticalLayout_9.addWidget(self.addPoseToolsButton)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox_5)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label_4 = QLabel(self.groupBox_2)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label_4)\n\n        self.pageNameLineEdit = QLineEdit(self.groupBox_2)\n        self.pageNameLineEdit.setObjectName(u\"pageNameLineEdit\")\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.pageNameLineEdit)\n\n        self.label = QLabel(self.groupBox_2)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label)\n\n        self.ctrlNameLineEdit = QLineEdit(self.groupBox_2)\n        self.ctrlNameLineEdit.setObjectName(u\"ctrlNameLineEdit\")\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.ctrlNameLineEdit)\n\n\n        self.verticalLayout_2.addLayout(self.formLayout)\n\n        self.tabWidget = QTabWidget(self.groupBox_2)\n        self.tabWidget.setObjectName(u\"tabWidget\")\n        self.tab_2 = QWidget()\n        self.tab_2.setObjectName(u\"tab_2\")\n        self.verticalLayout_7 = QVBoxLayout(self.tab_2)\n        self.verticalLayout_7.setObjectName(u\"verticalLayout_7\")\n        self.groupBox_3 = QGroupBox(self.tab_2)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.horizontalLayout = QHBoxLayout(self.groupBox_3)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.label_2 = QLabel(self.groupBox_3)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.horizontalLayout.addWidget(self.label_2)\n\n        self.widthSpinBox = QSpinBox(self.groupBox_3)\n        self.widthSpinBox.setObjectName(u\"widthSpinBox\")\n        self.widthSpinBox.setMinimumSize(QSize(100, 0))\n        self.widthSpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.widthSpinBox.setMinimum(1)\n        self.widthSpinBox.setMaximum(999999)\n        self.widthSpinBox.setDisplayIntegerBase(10)\n\n        self.horizontalLayout.addWidget(self.widthSpinBox)\n\n        self.horizontalSpacer_3 = QSpacerItem(20, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer_3)\n\n        self.label_3 = QLabel(self.groupBox_3)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.horizontalLayout.addWidget(self.label_3)\n\n        self.heightSpinBox = QSpinBox(self.groupBox_3)\n        self.heightSpinBox.setObjectName(u\"heightSpinBox\")\n        self.heightSpinBox.setMinimumSize(QSize(100, 0))\n        self.heightSpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.heightSpinBox.setMinimum(1)\n        self.heightSpinBox.setMaximum(999999)\n\n        self.horizontalLayout.addWidget(self.heightSpinBox)\n\n        self.horizontalSpacer_4 = QSpacerItem(8, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer_4)\n\n\n        self.verticalLayout_7.addWidget(self.groupBox_3)\n\n        self.groupBox_4 = QGroupBox(self.tab_2)\n        self.groupBox_4.setObjectName(u\"groupBox_4\")\n        self.horizontalLayout_4 = QHBoxLayout(self.groupBox_4)\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.chkRadioButton = QRadioButton(self.groupBox_4)\n        self.chkRadioButton.setObjectName(u\"chkRadioButton\")\n\n        self.horizontalLayout_4.addWidget(self.chkRadioButton)\n\n        self.cmbRadioButton = QRadioButton(self.groupBox_4)\n        self.cmbRadioButton.setObjectName(u\"cmbRadioButton\")\n        self.cmbRadioButton.setChecked(True)\n\n        self.horizontalLayout_4.addWidget(self.cmbRadioButton)\n\n        self.sldRadioButton = QRadioButton(self.groupBox_4)\n        self.sldRadioButton.setObjectName(u\"sldRadioButton\")\n\n        self.horizontalLayout_4.addWidget(self.sldRadioButton)\n\n        self.horizontalSpacer_5 = QSpacerItem(90, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer_5)\n\n\n        self.verticalLayout_7.addWidget(self.groupBox_4)\n\n        self.verticalSpacer_3 = QSpacerItem(20, 10, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_7.addItem(self.verticalSpacer_3)\n\n        self.margeButton = QPushButton(self.tab_2)\n        self.margeButton.setObjectName(u\"margeButton\")\n        self.margeButton.setMinimumSize(QSize(80, 30))\n\n        self.verticalLayout_7.addWidget(self.margeButton)\n\n        self.tabWidget.addTab(self.tab_2, \"\")\n        self.tab_3 = QWidget()\n        self.tab_3.setObjectName(u\"tab_3\")\n        self.verticalLayout_5 = QVBoxLayout(self.tab_3)\n        self.verticalLayout_5.setObjectName(u\"verticalLayout_5\")\n        self.verticalSpacer_2 = QSpacerItem(20, 114, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_5.addItem(self.verticalSpacer_2)\n\n        self.dissolveButton = QPushButton(self.tab_3)\n        self.dissolveButton.setObjectName(u\"dissolveButton\")\n        self.dissolveButton.setMinimumSize(QSize(100, 40))\n\n        self.verticalLayout_5.addWidget(self.dissolveButton)\n\n        self.tabWidget.addTab(self.tab_3, \"\")\n        self.tab_4 = QWidget()\n        self.tab_4.setObjectName(u\"tab_4\")\n        self.verticalLayout_4 = QVBoxLayout(self.tab_4)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.horizontalLayout_8 = QHBoxLayout()\n        self.horizontalLayout_8.setObjectName(u\"horizontalLayout_8\")\n        self.openSiteButton = QPushButton(self.tab_4)\n        self.openSiteButton.setObjectName(u\"openSiteButton\")\n        self.openSiteButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_8.addWidget(self.openSiteButton)\n\n        self.openFuseDirButton = QPushButton(self.tab_4)\n        self.openFuseDirButton.setObjectName(u\"openFuseDirButton\")\n        self.openFuseDirButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_8.addWidget(self.openFuseDirButton)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout_8)\n\n        self.verticalSpacer = QSpacerItem(20, 66, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_4.addItem(self.verticalSpacer)\n\n        self.switchButton = QPushButton(self.tab_4)\n        self.switchButton.setObjectName(u\"switchButton\")\n        self.switchButton.setMinimumSize(QSize(100, 40))\n\n        self.verticalLayout_4.addWidget(self.switchButton)\n\n        self.tabWidget.addTab(self.tab_4, \"\")\n        self.tab_5 = QWidget()\n        self.tab_5.setObjectName(u\"tab_5\")\n        self.verticalLayout_8 = QVBoxLayout(self.tab_5)\n        self.verticalLayout_8.setObjectName(u\"verticalLayout_8\")\n        self.verticalSpacer_4 = QSpacerItem(20, 114, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_8.addItem(self.verticalSpacer_4)\n\n        self.addButtonButton = QPushButton(self.tab_5)\n        self.addButtonButton.setObjectName(u\"addButtonButton\")\n        self.addButtonButton.setMinimumSize(QSize(100, 40))\n\n        self.verticalLayout_8.addWidget(self.addButtonButton)\n\n        self.tabWidget.addTab(self.tab_5, \"\")\n\n        self.verticalLayout_2.addWidget(self.tabWidget)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox_2)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.horizontalSpacer = QSpacerItem(13, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_2.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_2.addWidget(self.closeButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_2)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        self.tabWidget.setCurrentIndex(0)\n\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.openDirButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Generators \\u30c6\\u30f3\\u30d7\\u30ec\\u30fc\\u30c8\\u30d5\\u30a9\\u30eb\\u30c0\\u3092\\u958b\\u304f\", None))\n        self.openSampleButton.setText(QCoreApplication.translate(\"MainWindow\", u\" \\u308a\\u305e\\u308a\\u3077\\u3068\\u30b5\\u30f3\\u30d7\\u30eb\\u30d5\\u30a9\\u30eb\\u30c0\\u3092\\u958b\\u304f \", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u8aad\\u307f\\u8fbc\\u307f(Loader)\", None))\n        self.multiplyCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Post-Multiply by Alpha\", None))\n        self.loaderButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u8aad\\u307f\\u8fbc\\u307f\", None))\n        self.groupBox_5.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u7acb\\u3061\\u7d75\\u30de\\u30af\\u30ed\\u7528\", None))\n        self.addPoseToolsButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30dd\\u30fc\\u30ba\\u95a2\\u9023\\u30c4\\u30fc\\u30eb\\u8ffd\\u52a0\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u5408\\u6210\", None))\n        self.label_4.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30da\\u30fc\\u30b8\\u540d\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30d1\\u30e9\\u30e1\\u30fc\\u30bf\\u540d\", None))\n        self.groupBox_3.setTitle(QCoreApplication.translate(\"MainWindow\", u\"BG\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5e45\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u9ad8\\u3055\", None))\n        self.groupBox_4.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30b3\\u30f3\\u30c8\\u30ed\\u30fc\\u30e9 \\u30bf\\u30a4\\u30d7\", None))\n        self.chkRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30c1\\u30a7\\u30c3\\u30af\\u30dc\\u30c3\\u30af\\u30b9\", None))\n        self.cmbRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30b3\\u30f3\\u30dc\\u30dc\\u30c3\\u30af\\u30b9\", None))\n        self.sldRadioButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30b9\\u30e9\\u30a4\\u30c0\\u30fc\", None))\n        self.margeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30de\\u30fc\\u30b8\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QCoreApplication.translate(\"MainWindow\", u\"\\u30de\\u30fc\\u30b8\", None))\n        self.dissolveButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30c7\\u30a3\\u30be\\u30eb\\u30d6\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_3), QCoreApplication.translate(\"MainWindow\", u\"\\u30c7\\u30a3\\u30be\\u30eb\\u30d6\", None))\n        self.openSiteButton.setText(QCoreApplication.translate(\"MainWindow\", u\" \\u30c0\\u30a6\\u30f3\\u30ed\\u30fc\\u30c9\\u30da\\u30fc\\u30b8\\u3092\\u958b\\u304f \", None))\n        self.openFuseDirButton.setText(QCoreApplication.translate(\"MainWindow\", u\" \\u30a4\\u30f3\\u30b9\\u30c8\\u30fc\\u30eb\\u30d5\\u30a9\\u30eb\\u30c0\\u3092\\u958b\\u304f \", None))\n        self.switchButton.setText(QCoreApplication.translate(\"MainWindow\", u\"SwitchFuse\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_4), QCoreApplication.translate(\"MainWindow\", u\"SwitchFuse\", None))\n        self.addButtonButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30dc\\u30bf\\u30f3\\u5207\\u308a\\u66ff\\u3048\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_5), QCoreApplication.translate(\"MainWindow\", u\"\\u30dc\\u30bf\\u30f3\\u5207\\u308a\\u66ff\\u3048\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/__init__.py",
    "content": ""
  },
  {
    "path": "app/resolve/python/rs_resolve/__init__.py",
    "content": ""
  },
  {
    "path": "app/resolve/python/rs_resolve/core/__init__.py",
    "content": "from typing import Optional\n\n\ndef timecode2Frame(tc: str, fps):\n    int_fps = {\n        23: 24,\n        29: 30,\n        47: 48,\n        59: 60,\n        95: 96,\n        119: 120,\n    }\n    if fps in int_fps.keys():\n        fps = int_fps[fps]\n    is_DF = False\n    if ';' in tc:\n        is_DF = True\n        tc = tc.replace(';', ':')\n    t = tc.split(':')\n    h = int(t[0])\n    m = int(t[1]) + (h * 60)\n    s = int(t[2]) + (m * 60)\n    f = int(t[3]) + (s * fps)\n    drop_frames = 0\n    if is_DF:\n        _f = fps / 15\n        drop_frames = _f * (m - (m // 10))\n    return f - drop_frames\n\n\ndef get_currentframe(timeline):\n    tc: str = timeline.GetCurrentTimecode()\n    fps = int(timeline.GetSetting('timelineFrameRate'))\n    return timecode2Frame(tc, fps)\n\n\ndef set_currentframe(timeline, frame):\n    timeline.SetCurrentTimecode(str(frame))\n\n\ndef get_fps(timeline):\n    fps = int(timeline.GetSetting('timelineFrameRate'))\n    float_fps = {\n        23: 23.976,\n        29: 29.97,\n        47: 47.952,\n        59: 59.94,\n        95: 95.904,\n        119: 119.88,\n    }\n    if fps in float_fps.keys():\n        fps = float_fps[fps]\n    return fps\n\n\ndef track_name2index(timeline, track_type, name):\n    for i in range(1, timeline.GetTrackCount(track_type) + 1):\n        if timeline.GetTrackName(track_type, i) == name:\n            return i\n    return 0\n\n\ndef get_track_names(timeline, track_type):\n    r = []\n    for i in range(1, timeline.GetTrackCount(track_type) + 1):\n        r.append(timeline.GetTrackName(track_type, i))\n    return r\n\n\ndef get_item(timeline, track_type, index, frame=None):\n    if frame is None:\n        frame = get_currentframe(timeline)\n    lst = timeline.GetItemListInTrack(track_type, index)\n    if lst is None:\n        return None\n    for item in lst:\n        if item.GetStart() <= frame < item.GetEnd():\n            return item\n    return None\n\n\ndef get_track_item_count(timeline, track_type, index):\n    lst = timeline.GetItemListInTrack(track_type, index)\n    if lst is None:\n        return 0\n    return len(lst)\n\n\nclass Appender:\n    def __init__(self, resolve, media_pool):\n        self.media_pool = media_pool\n        self.ver19_1_or_later = False\n        version = resolve.GetVersion()\n        major_version = version[0]\n        minor_version = version[1]\n        patch_version = version[2]\n        if major_version > 19:  # 19.1から仕様変更？\n            self.ver19_1_or_later = True\n        elif version == 19:\n            if minor_version >= 1:\n                self.ver19_1_or_later = True\n\n    def append2timeline(\n            self, item,\n            duration: Optional[int] = None,\n            media_type: Optional[int] = None,\n            track_index: Optional[int] = None,\n            record_frame: Optional[int] = None\n    ):\n        data = {\n            'mediaPoolItem': item,\n        }\n        if duration is not None:\n            offset = 1 if self.ver19_1_or_later else 0\n            data['startFrame'] = 0\n            data['endFrame'] = duration - offset\n        if media_type is not None:\n            data['mediaType'] = media_type\n        if track_index is not None:\n            data['trackIndex'] = track_index\n        if record_frame is not None:\n            data['recordFrame'] = record_frame\n        return self.media_pool.AppendToTimeline([data])[0]\n\n\nclass LockOtherTrack:\n    def __init__(self, timeline, index, track_type='video', enable=True):\n        self.timeline = timeline\n        self.index = index\n        self.track_type = track_type\n        self.enable = enable\n        self.__lock_state = {}\n        self.__TYPE_LIST = ['video', 'audio', 'subtitle']\n        for _track_type in self.__TYPE_LIST:\n            self.__lock_state[_track_type] = {}\n\n    def __enter__(self):\n        if self.enable:\n            for _track_type in self.__TYPE_LIST:\n                for i in range(1, self.timeline.GetTrackCount(_track_type) + 1):\n                    self.__lock_state[_track_type][i] = self.timeline.GetIsTrackLocked(_track_type, i)\n                    if i == self.index and _track_type == self.track_type:\n                        self.timeline.SetTrackLock(_track_type, i, False)\n                    else:\n                        self.timeline.SetTrackLock(_track_type, i, True)\n        return self\n\n    def __exit__(self, exc_type, exc_val, exc_tb):\n        if self.enable:\n            for _track_type in self.__TYPE_LIST:\n                for i in range(1, self.timeline.GetTrackCount(_track_type) + 1):\n                    self.timeline.SetTrackLock(_track_type, i, self.__lock_state[_track_type][i])\n\n\nif __name__ == '__main__':\n    def test(tc: str, fps, frames):\n        r = timecode2Frame(tc, fps)\n        comment = '%s  %s %d==%d' % (tc, str(fps), frames, r)\n        assert r == frames, comment\n\n\n    test('01:00:00:00', 16, 57600)\n    test('01:00:00:00', 18, 64800)\n    test('01:00:00:00', 23, 86400)\n    test('01:00:00:00', 24, 86400)\n    test('01:00:00:00', 25, 90000)\n    test('01:00:00:00', 29, 108000)\n    test('01:00:00;00', 29, 107892)\n    test('01:00:00:00', 30, 108000)\n    test('01:00:00:00', 47, 172800)\n    test('01:00:00:00', 48, 172800)\n    test('01:00:00:00', 50, 180000)\n    test('01:00:00:00', 59, 216000)\n    test('01:00:00;00', 59, 215784)\n    test('01:00:00:00', 60, 216000)\n    test('01:00:00:00', 72, 259200)\n    test('01:00:00:00', 95, 345600)\n    test('01:00:00:00', 96, 345600)\n    test('01:00:00:00', 100, 360000)\n    test('01:00:00:00', 119, 432000)\n    test('01:00:00;00', 119, 431568)\n    test('01:00:00:00', 120, 432000)\n    print('OK')\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/core/shortcut.py",
    "content": "import dataclasses\nfrom pathlib import Path\n\nimport pyautogui\n\nfrom rs.core import config, util\n\nCONFIG_FILE: Path = config.CONFIG_DIR.joinpath('Shortcut.json')\n\n\n@dataclasses.dataclass\nclass Data(config.Data):\n    key_razor: tuple = ('ctrl', 'b') if not util.IS_MAC else ('command', 'b')\n    key_deselect_all: tuple = ('ctrl', 'shift', 'a') if not util.IS_MAC else ('command', 'shift', 'a')\n    key_active_timeline_panel: tuple = ('ctrl', '4') if not util.IS_MAC else ('command', '4')\n\n    def razor(self):\n        pyautogui.hotkey(*self.key_razor)\n\n    def deselect_all(self):\n        pyautogui.hotkey(*self.key_deselect_all)\n\n    def active_timeline_panel(self):\n        pyautogui.hotkey(*self.key_active_timeline_panel)\n\n    def load(self, path: Path) -> None:\n        super().load(path)\n        self.key_razor = tuple(self.key_razor)\n        self.key_deselect_all = tuple(self.key_deselect_all)\n        self.key_active_timeline_panel = tuple(self.key_active_timeline_panel)\n\n\nif __name__ == '__main__':\n    org_data = Data()\n    if CONFIG_FILE.exists():\n        org_data.load(CONFIG_FILE)\n    config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n\n    # save\n    data = Data()\n    data.key_razor = ('ctrl', 'a')\n    data.save(CONFIG_FILE)\n    print('data:', data)\n\n    # load\n    data2 = Data()\n    data2.load(CONFIG_FILE)\n    print('data2:', data2)\n\n    #\n    org_data.save(CONFIG_FILE)\n    print('org_data:', org_data)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/gui/__init__.py",
    "content": "import subprocess\n\nfrom rs.core import util\n\nif util.IS_MAC:\n    def get_resolve_window(pj_name):\n        return None\nelse:\n    import pywinctl\n\n\n    def get_resolve_window(pj_name):\n        for t in pywinctl.getAllTitles():\n            flag = t.startswith('DaVinci Resolve') and t.endswith(pj_name)\n            flag = flag or t.startswith('DaVinci Resolve by Blackmagic Design')\n            if flag:\n                return pywinctl.getWindowsWithTitle(t)[0]\n        return None\n\n\ndef activate_window(w):\n    if not util.IS_MAC:\n        w.activate()\n    else:\n        subprocess.run([\n            'osascript',\n            '-e',\n            'tell application \"DaVinci Resolve\" to activate',\n        ])\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/gui/shortcut/__init__.py",
    "content": ""
  },
  {
    "path": "app/resolve/python/rs_resolve/gui/shortcut/shortcut.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>331</width>\n    <height>156</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <layout class=\"QGridLayout\" name=\"gridLayout\">\n      <item row=\"1\" column=\"1\">\n       <widget class=\"QLineEdit\" name=\"deselectAllLineEdit\"/>\n      </item>\n      <item row=\"2\" column=\"0\">\n       <widget class=\"QLabel\" name=\"label_3\">\n        <property name=\"text\">\n         <string>Active Panel Selection\n-&gt; Timeline</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"1\">\n       <widget class=\"QLineEdit\" name=\"razorLineEdit\"/>\n      </item>\n      <item row=\"1\" column=\"0\">\n       <widget class=\"QLabel\" name=\"label_2\">\n        <property name=\"text\">\n         <string>Deselect All</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"0\">\n       <widget class=\"QLabel\" name=\"label\">\n        <property name=\"text\">\n         <string>Razor</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"2\" column=\"1\">\n       <widget class=\"QLineEdit\" name=\"activeTimelinePanelLineEdit\"/>\n      </item>\n      <item row=\"0\" column=\"2\">\n       <widget class=\"QPushButton\" name=\"razorTestButton\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Minimum\" vsizetype=\"Fixed\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"minimumSize\">\n         <size>\n          <width>0</width>\n          <height>0</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Test</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"2\" column=\"2\">\n       <widget class=\"QPushButton\" name=\"activeTimelinePanelTestButton\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Minimum\" vsizetype=\"Fixed\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"text\">\n         <string>Test</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"2\">\n       <widget class=\"QPushButton\" name=\"deselectAllTestButton\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Minimum\" vsizetype=\"Fixed\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"text\">\n         <string>Test</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>0</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"setButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>set</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"cancelButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>cancel</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/gui/shortcut/shortcut_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'shortcut.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QGridLayout, QHBoxLayout, QLabel,\n    QLineEdit, QMainWindow, QPushButton, QSizePolicy,\n    QSpacerItem, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(331, 156)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.gridLayout = QGridLayout()\n        self.gridLayout.setObjectName(u\"gridLayout\")\n        self.deselectAllLineEdit = QLineEdit(self.centralwidget)\n        self.deselectAllLineEdit.setObjectName(u\"deselectAllLineEdit\")\n\n        self.gridLayout.addWidget(self.deselectAllLineEdit, 1, 1, 1, 1)\n\n        self.label_3 = QLabel(self.centralwidget)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.gridLayout.addWidget(self.label_3, 2, 0, 1, 1)\n\n        self.razorLineEdit = QLineEdit(self.centralwidget)\n        self.razorLineEdit.setObjectName(u\"razorLineEdit\")\n\n        self.gridLayout.addWidget(self.razorLineEdit, 0, 1, 1, 1)\n\n        self.label_2 = QLabel(self.centralwidget)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.gridLayout.addWidget(self.label_2, 1, 0, 1, 1)\n\n        self.label = QLabel(self.centralwidget)\n        self.label.setObjectName(u\"label\")\n\n        self.gridLayout.addWidget(self.label, 0, 0, 1, 1)\n\n        self.activeTimelinePanelLineEdit = QLineEdit(self.centralwidget)\n        self.activeTimelinePanelLineEdit.setObjectName(u\"activeTimelinePanelLineEdit\")\n\n        self.gridLayout.addWidget(self.activeTimelinePanelLineEdit, 2, 1, 1, 1)\n\n        self.razorTestButton = QPushButton(self.centralwidget)\n        self.razorTestButton.setObjectName(u\"razorTestButton\")\n        sizePolicy = QSizePolicy(QSizePolicy.Minimum, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.razorTestButton.sizePolicy().hasHeightForWidth())\n        self.razorTestButton.setSizePolicy(sizePolicy)\n        self.razorTestButton.setMinimumSize(QSize(0, 0))\n\n        self.gridLayout.addWidget(self.razorTestButton, 0, 2, 1, 1)\n\n        self.activeTimelinePanelTestButton = QPushButton(self.centralwidget)\n        self.activeTimelinePanelTestButton.setObjectName(u\"activeTimelinePanelTestButton\")\n        sizePolicy.setHeightForWidth(self.activeTimelinePanelTestButton.sizePolicy().hasHeightForWidth())\n        self.activeTimelinePanelTestButton.setSizePolicy(sizePolicy)\n\n        self.gridLayout.addWidget(self.activeTimelinePanelTestButton, 2, 2, 1, 1)\n\n        self.deselectAllTestButton = QPushButton(self.centralwidget)\n        self.deselectAllTestButton.setObjectName(u\"deselectAllTestButton\")\n        sizePolicy.setHeightForWidth(self.deselectAllTestButton.sizePolicy().hasHeightForWidth())\n        self.deselectAllTestButton.setSizePolicy(sizePolicy)\n\n        self.gridLayout.addWidget(self.deselectAllTestButton, 1, 2, 1, 1)\n\n\n        self.verticalLayout.addLayout(self.gridLayout)\n\n        self.verticalSpacer = QSpacerItem(20, 0, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout.addItem(self.verticalSpacer)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.setButton = QPushButton(self.centralwidget)\n        self.setButton.setObjectName(u\"setButton\")\n        self.setButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.setButton)\n\n        self.cancelButton = QPushButton(self.centralwidget)\n        self.cancelButton.setObjectName(u\"cancelButton\")\n        self.cancelButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.cancelButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"Active Panel Selection\\n\"\n\"-> Timeline\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Deselect All\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Razor\", None))\n        self.razorTestButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Test\", None))\n        self.activeTimelinePanelTestButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Test\", None))\n        self.deselectAllTestButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Test\", None))\n        self.setButton.setText(QCoreApplication.translate(\"MainWindow\", u\"set\", None))\n        self.cancelButton.setText(QCoreApplication.translate(\"MainWindow\", u\"cancel\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/gui/shortcut/shortcut_window.py",
    "content": "import sys\nimport time\n\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_resolve.core import (\n    shortcut as sc,\n)\n\nfrom rs_resolve.gui.shortcut.shortcut_ui import Ui_MainWindow\nfrom rs_resolve.gui import (\n    get_resolve_window,\n    activate_window,\n)\n\nAPP_NAME = 'Shortcut'\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(500, 100)\n        self.fusion = fusion\n\n        # style sheet\n        self.ui.razorTestButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.deselectAllTestButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.activeTimelinePanelTestButton.setStyleSheet(appearance.other_stylesheet)\n\n        self.ui.setButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n        self.ui.razorTestButton.clicked.connect(self.razor_test)\n        self.ui.deselectAllTestButton.clicked.connect(self.deselect_all_test)\n        self.ui.activeTimelinePanelTestButton.clicked.connect(self.active_timeline_panel_test)\n\n        self.ui.cancelButton.clicked.connect(self.close)\n        self.ui.setButton.clicked.connect(self.set_shortcut)\n\n        #\n        self.ui.setButton.setFocus()\n\n    def get_resolve_window(self):\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            print('Project not found.')\n            return None\n        return get_resolve_window(project.GetName())\n\n    def activate_resolve(self):\n        w = self.get_resolve_window()\n        activate_window(w)\n        time.sleep(0.1)\n\n    def razor_test(self):\n        c = self.get_data()\n        self.activate_resolve()\n        c.razor()\n\n    def deselect_all_test(self):\n        c = self.get_data()\n        self.activate_resolve()\n        c.deselect_all()\n\n    def active_timeline_panel_test(self):\n        c = self.get_data()\n        self.activate_resolve()\n        c.active_timeline_panel()\n\n    def set_data(self, c: sc.Data):\n        self.ui.razorLineEdit.setText(' '.join(c.key_razor))\n        self.ui.deselectAllLineEdit.setText(' '.join(c.key_deselect_all))\n        self.ui.activeTimelinePanelLineEdit.setText(' '.join(c.key_active_timeline_panel))\n\n    def get_data(self) -> sc.Data:\n        c = sc.Data()\n        c.key_razor = p.pipe(\n            self.ui.razorLineEdit.text().split(),\n            p.map(p.call.lower()),\n            tuple,\n        )\n        c.key_deselect_all = p.pipe(\n            self.ui.deselectAllLineEdit.text().split(),\n            p.map(p.call.lower()),\n            tuple,\n        )\n        c.key_active_timeline_panel = p.pipe(\n            self.ui.activeTimelinePanelLineEdit.text().split(),\n            p.map(p.call.lower()),\n            tuple,\n        )\n        return c\n\n    def load_config(self) -> None:\n        c = sc.Data()\n        if sc.CONFIG_FILE.is_file():\n            c.load(sc.CONFIG_FILE)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(sc.CONFIG_FILE)\n\n    def set_shortcut(self):\n        self.save_config()\n        self.close()\n\n    def show(self) -> None:\n        self.load_config()\n        super().show()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run(None)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/__init__.py",
    "content": ""
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/copy_text_plus/__init__.py",
    "content": "from .copy_text_plus import (\n    run,\n)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/copy_text_plus/copy_text_plus.py",
    "content": "from pathlib import Path\n\nimport sys\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QFileDialog,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    lang,\n)\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_resolve.core import (\n    track_name2index,\n    get_item,\n)\nfrom rs_resolve.tool.copy_text_plus.copy_text_plus_ui import Ui_MainWindow\n\nAPP_NAME = 'Copy TextPlus'\n\n\ndef get_track_names(timeline, track_type):\n    r = []\n    for i in range(1, timeline.GetTrackCount(track_type) + 1):\n        r.append(timeline.GetTrackName(track_type, i))\n    return r\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(250, 400)\n        self.fusion = fusion\n\n        # config\n        self.config_dir: Path = config.CONFIG_DIR.joinpath('PasteTool')\n        self.config_dir.mkdir(parents=True, exist_ok=True)\n        self.default_file: Path = self.config_dir.joinpath('default_CopyTextplus.txt')\n        if not self.default_file.exists():\n            self.default_file.write_text('StyledText\\nWidth\\nHeight\\nUseFrameFormatSettings', encoding='utf-8')\n        self.ui.plainTextEdit.setPlainText(\n            self.default_file.read_text(encoding='utf-8')\n        )\n\n        # combobox\n        for w in [self.ui.sourceComboBox, self.ui.destinationComboBox]:\n            m = QStringListModel()\n            w.setModel(m)\n\n        # style sheet\n        self.ui.updateButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.copyButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.swapButton.clicked.connect(self.swap_track)\n        self.ui.updateButton.clicked.connect(self.update_track)\n\n        self.ui.loadButton.clicked.connect(self.load_txt)\n        self.ui.saveButton.clicked.connect(self.save_txt)\n\n        self.ui.copyButton.clicked.connect(self.copy)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n        self.update_track()\n        self.ui.closeButton.setFocus()\n\n    @staticmethod\n    def get_text_plus(item):\n        if item.GetFusionCompCount() == 0:\n            print('FusionComp not found.')\n            return\n        comp = item.GetFusionCompByIndex(1)\n        lst = comp.GetToolList(False, 'TextPlus')\n        if not lst[1]:\n            print('TextPlus Node not found.')\n            return\n        return lst[1]\n\n    def copy(self) -> None:\n        resolve = self.fusion.GetResolve()\n        page = resolve.GetCurrentPage()\n        if page not in ['edit', 'cut']:\n            return\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            print('Project not found.')\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            print('Timeline not found.')\n            return\n\n        src_index = track_name2index(timeline, 'video', self.ui.sourceComboBox.currentText())\n        dst_index = track_name2index(timeline, 'video', self.ui.destinationComboBox.currentText())\n\n        if src_index == 0 or dst_index == 0:\n            print('Track not found.')\n            return\n        if src_index == dst_index:\n            print('Source and destination tracks are the same.')\n            return\n\n        src_item = get_item(timeline, 'video', src_index)\n        if src_item is None:\n            print('Video clip not found on source track.')\n            return\n        if src_item.GetFusionCompCount() == 0:\n            print('FusionComp not found on source track..')\n            return\n        src_comp = src_item.GetFusionCompByIndex(1)\n        src_lst = src_comp.GetToolList(False, 'TextPlus')\n        if not src_lst[1]:\n            print('TextPlus Node not found on source track.')\n            return\n        src_tp = src_lst[1]\n        src_sf = src_item.GetStart()\n        src_ef = src_item.GetEnd()\n\n        dst_items = []\n        for item in timeline.GetItemListInTrack('video', dst_index):\n            if item.GetStart() < src_ef and src_sf < item.GetEnd():\n                dst_items.append(item)\n\n        param_list = p.pipe(\n            self.ui.plainTextEdit.toPlainText().splitlines(),\n            p.map(p.call.strip()),\n            p.filter(lambda x: x != ''),\n            list,\n        )\n\n        # main\n        for item in dst_items:\n            if item.GetFusionCompCount() == 0:\n                continue\n            comp = item.GetFusionCompByIndex(1)\n            lst = comp.GetToolList(False, 'TextPlus')\n            if not lst[1]:\n                continue\n            tp = lst[1]\n            comp.StartUndo('Copy TextPlus')\n            comp.Lock()\n            src_st = src_tp.SaveSettings()\n            dst_st = tp.SaveSettings()\n            for param in param_list:\n                if param in dst_st['Tools'][tp.Name]['Inputs']:\n                    src_st['Tools'][src_tp.Name]['Inputs'][param] = dst_st['Tools'][tp.Name]['Inputs'][param]\n                else:\n                    src_st['Tools'][src_tp.Name]['Inputs'].pop(param, None)\n            tp.LoadSettings(src_st)\n            comp.Unlock()\n            comp.EndUndo(True)\n\n        # end\n        print('Done!')\n\n    def swap_track(self) -> None:\n        src_text = self.ui.sourceComboBox.currentText()\n        dst_text = self.ui.destinationComboBox.currentText()\n        self.ui.sourceComboBox.setCurrentText(dst_text)\n        self.ui.destinationComboBox.setCurrentText(src_text)\n\n    def update_track(self) -> None:\n        src_m: QStringListModel = self.ui.sourceComboBox.model()\n        dst_m: QStringListModel = self.ui.destinationComboBox.model()\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            print('Project not found.')\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            print('Timeline not found.')\n            return\n        if timeline is None:\n            src_m.setStringList([])\n            dst_m.setStringList([])\n            return\n\n        # video\n        lst = get_track_names(timeline, 'video')\n        src_m.setStringList(lst)\n        dst_m.setStringList(lst)\n\n    def load_txt(self):\n        file_name = QFileDialog.getOpenFileName(self, 'Open file', str(self.config_dir), 'Text files (*.txt)')[0]\n        if file_name == '':\n            return\n        self.ui.plainTextEdit.setPlainText(\n            Path(file_name).read_text(encoding='utf-8')\n        )\n\n    def save_txt(self):\n        file_name = QFileDialog.getSaveFileName(self, 'Save file', str(self.config_dir), 'Text files (*.txt)')[0]\n        if file_name == '':\n            return\n        Path(file_name).write_text(\n            self.ui.plainTextEdit.toPlainText(),\n            encoding='utf-8',\n        )\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/copy_text_plus/copy_text_plus.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>358</width>\n    <height>417</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"trackGroupBox\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Fixed\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>Video Track</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\" stretch=\"1,0\">\n         <item>\n          <layout class=\"QFormLayout\" name=\"formLayout\">\n           <item row=\"0\" column=\"0\">\n            <widget class=\"QLabel\" name=\"label\">\n             <property name=\"text\">\n              <string>Source</string>\n             </property>\n            </widget>\n           </item>\n           <item row=\"0\" column=\"1\">\n            <widget class=\"QComboBox\" name=\"sourceComboBox\"/>\n           </item>\n           <item row=\"2\" column=\"0\">\n            <widget class=\"QLabel\" name=\"label_2\">\n             <property name=\"text\">\n              <string>Destination</string>\n             </property>\n            </widget>\n           </item>\n           <item row=\"2\" column=\"1\">\n            <widget class=\"QComboBox\" name=\"destinationComboBox\"/>\n           </item>\n           <item row=\"1\" column=\"1\">\n            <widget class=\"QPushButton\" name=\"swapButton\">\n             <property name=\"text\">\n              <string>▲▼</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"updateButton\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Minimum\" vsizetype=\"Minimum\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>50</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"toolTip\">\n            <string>トラック更新</string>\n           </property>\n           <property name=\"text\">\n            <string>update</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>exclusion</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <item>\n        <widget class=\"QPlainTextEdit\" name=\"plainTextEdit\"/>\n       </item>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n         <item>\n          <spacer name=\"horizontalSpacer_2\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>40</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"saveButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>80</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>save</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"loadButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>80</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>load</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"copyButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>トラック更新</string>\n        </property>\n        <property name=\"text\">\n         <string>copy</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/copy_text_plus/copy_text_plus_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'copy_text_plus.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QComboBox, QFormLayout, QGroupBox,\n    QHBoxLayout, QLabel, QMainWindow, QPlainTextEdit,\n    QPushButton, QSizePolicy, QSpacerItem, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(358, 417)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_3 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.trackGroupBox = QGroupBox(self.centralwidget)\n        self.trackGroupBox.setObjectName(u\"trackGroupBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.trackGroupBox.sizePolicy().hasHeightForWidth())\n        self.trackGroupBox.setSizePolicy(sizePolicy)\n        self.verticalLayout = QVBoxLayout(self.trackGroupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(self.trackGroupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label)\n\n        self.sourceComboBox = QComboBox(self.trackGroupBox)\n        self.sourceComboBox.setObjectName(u\"sourceComboBox\")\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.sourceComboBox)\n\n        self.label_2 = QLabel(self.trackGroupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(2, QFormLayout.LabelRole, self.label_2)\n\n        self.destinationComboBox = QComboBox(self.trackGroupBox)\n        self.destinationComboBox.setObjectName(u\"destinationComboBox\")\n\n        self.formLayout.setWidget(2, QFormLayout.FieldRole, self.destinationComboBox)\n\n        self.swapButton = QPushButton(self.trackGroupBox)\n        self.swapButton.setObjectName(u\"swapButton\")\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.swapButton)\n\n\n        self.horizontalLayout_2.addLayout(self.formLayout)\n\n        self.updateButton = QPushButton(self.trackGroupBox)\n        self.updateButton.setObjectName(u\"updateButton\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.updateButton.sizePolicy().hasHeightForWidth())\n        self.updateButton.setSizePolicy(sizePolicy1)\n        self.updateButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout_2.addWidget(self.updateButton)\n\n        self.horizontalLayout_2.setStretch(0, 1)\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n\n        self.verticalLayout_3.addWidget(self.trackGroupBox)\n\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.plainTextEdit = QPlainTextEdit(self.groupBox)\n        self.plainTextEdit.setObjectName(u\"plainTextEdit\")\n\n        self.verticalLayout_2.addWidget(self.plainTextEdit)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_2)\n\n        self.saveButton = QPushButton(self.groupBox)\n        self.saveButton.setObjectName(u\"saveButton\")\n        self.saveButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.saveButton)\n\n        self.loadButton = QPushButton(self.groupBox)\n        self.loadButton.setObjectName(u\"loadButton\")\n        self.loadButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.loadButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_3)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.copyButton = QPushButton(self.centralwidget)\n        self.copyButton.setObjectName(u\"copyButton\")\n        self.copyButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.copyButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.trackGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Video Track\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Source\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Destination\", None))\n        self.swapButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u25b2\\u25bc\", None))\n#if QT_CONFIG(tooltip)\n        self.updateButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u66f4\\u65b0\", None))\n#endif // QT_CONFIG(tooltip)\n        self.updateButton.setText(QCoreApplication.translate(\"MainWindow\", u\"update\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"exclusion\", None))\n        self.saveButton.setText(QCoreApplication.translate(\"MainWindow\", u\"save\", None))\n        self.loadButton.setText(QCoreApplication.translate(\"MainWindow\", u\"load\", None))\n#if QT_CONFIG(tooltip)\n        self.copyButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u66f4\\u65b0\", None))\n#endif // QT_CONFIG(tooltip)\n        self.copyButton.setText(QCoreApplication.translate(\"MainWindow\", u\"copy\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/playhead/__init__.py",
    "content": "from .playhead import (\n    run,\n)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/playhead/playhead.py",
    "content": "from functools import partial\n\nimport dataclasses\nimport sys\n\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow, QComboBox, QSpinBox,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_resolve.core import (\n    get_currentframe,\n)\nfrom rs_resolve.tool.playhead.playhead_ui import Ui_MainWindow\n\nAPP_NAME = 'Playhead'\n\n\ndef set_playhead(timeline, frame):\n    timeline.SetCurrentTimecode(str(\n        max(frame, timeline.GetStartFrame())\n    ))\n\n\ndef get_track_names(timeline, track_type):\n    r = []\n    for i in range(1, timeline.GetTrackCount(track_type) + 1):\n        r.append(timeline.GetTrackName(track_type, i))\n    return r\n\n\ndef track_name2index(timeline, track_type, name):\n    for i in range(1, timeline.GetTrackCount(track_type) + 1):\n        if timeline.GetTrackName(track_type, i) == name:\n            return i\n    return 0\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    num01: int = 5\n    num02: int = 15\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(200, 200)\n        self.fusion = fusion\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # combobox\n        for w in [self.ui.videoComboBox, self.ui.audioComboBox, self.ui.subtitleComboBox]:\n            m = QStringListModel()\n            w.setModel(m)\n\n        # style sheet\n        self.ui.updateButton.setStyleSheet(appearance.other_stylesheet)\n        for w in [\n            self.ui.n01LeftButton,\n            self.ui.n01RightButton,\n            self.ui.n02LeftButton,\n            self.ui.n02RightButton,\n            self.ui.vidioLeftButton,\n            self.ui.vidioRightButton,\n            self.ui.audioLeftButton,\n            self.ui.audioRightButton,\n            self.ui.subtitleLeftButton,\n            self.ui.subtitleRightButton,\n            self.ui.timelineLeftButton,\n            self.ui.timelineRightButton,\n        ]:\n            w.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n\n        self.ui.updateButton.clicked.connect(self.update_track)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        self.ui.minimizeButton.clicked.connect(partial(self.setWindowState, Qt.WindowMinimized))\n\n        self.ui.n01LeftButton.clicked.connect(partial(self.move_prev, self.ui.num01SpinBox))\n        self.ui.n01RightButton.clicked.connect(partial(self.move_next, self.ui.num01SpinBox))\n        self.ui.n02LeftButton.clicked.connect(partial(self.move_prev, self.ui.num02SpinBox))\n        self.ui.n02RightButton.clicked.connect(partial(self.move_next, self.ui.num02SpinBox))\n\n        self.ui.vidioLeftButton.clicked.connect(partial(\n            self.move_to_prev_item, 'video', self.ui.videoComboBox\n        ))\n        self.ui.vidioRightButton.clicked.connect(partial(\n            self.move_to_next_item, 'video', self.ui.videoComboBox\n        ))\n        self.ui.audioLeftButton.clicked.connect(partial(\n            self.move_to_prev_item, 'audio', self.ui.audioComboBox\n        ))\n        self.ui.audioRightButton.clicked.connect(partial(\n            self.move_to_next_item, 'audio', self.ui.audioComboBox\n        ))\n        self.ui.subtitleLeftButton.clicked.connect(partial(\n            self.move_to_prev_item, 'subtitle', self.ui.subtitleComboBox\n        ))\n        self.ui.subtitleRightButton.clicked.connect(partial(\n            self.move_to_next_item, 'subtitle', self.ui.subtitleComboBox\n        ))\n\n        self.ui.timelineLeftButton.clicked.connect(self.set_start)\n        self.ui.timelineRightButton.clicked.connect(self.set_end)\n\n        #\n        self.update_track()\n        self.ui.closeButton.setFocus()\n\n    def set_data(self, c: ConfigData):\n        self.ui.num01SpinBox.setValue(c.num01)\n        self.ui.num02SpinBox.setValue(c.num02)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.num01 = self.ui.num01SpinBox.value()\n        c.num02 = self.ui.num02SpinBox.value()\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n    def get_timeline(self):\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        timeline = project.GetCurrentTimeline()\n        return timeline\n\n    def move_to_prev_item(self, track_type: str, w: QComboBox):\n        timeline = self.get_timeline()\n        if timeline is None:\n            return\n\n        index = track_name2index(timeline, track_type, w.currentText())\n        frame = get_currentframe(timeline)\n        r = frame\n\n        for clip in timeline.GetItemListInTrack(track_type, index):\n            if clip.GetStart() < frame:\n                r = clip.GetStart()\n            else:\n                break\n            if clip.GetEnd() < frame:\n                r = clip.GetEnd()\n            else:\n                break\n        set_playhead(timeline, r)\n\n    def move_to_next_item(self, track_type: str, w: QComboBox):\n        timeline = self.get_timeline()\n        if timeline is None:\n            return\n\n        index = track_name2index(timeline, track_type, w.currentText())\n        frame = get_currentframe(timeline)\n        r = frame\n\n        for clip in timeline.GetItemListInTrack(track_type, index):\n            if clip.GetStart() > frame:\n                r = clip.GetStart()\n                break\n            if clip.GetEnd() > frame:\n                r = clip.GetEnd()\n                break\n        set_playhead(timeline, r)\n\n    def move_playhead(self, n):\n        timeline = self.get_timeline()\n        if timeline is None:\n            return\n\n        set_playhead(timeline, get_currentframe(timeline) + n)\n\n    def move_prev(self, w: QSpinBox):\n        self.move_playhead(-w.value())\n\n    def move_next(self, w: QSpinBox):\n        self.move_playhead(w.value())\n\n    def set_start(self):\n        timeline = self.get_timeline()\n        if timeline is None:\n            return\n\n        set_playhead(timeline, timeline.GetStartFrame())\n\n    def set_end(self):\n        timeline = self.get_timeline()\n        if timeline is None:\n            return\n\n        set_playhead(timeline, timeline.GetEndFrame())\n\n    def update_track(self) -> None:\n        v_m: QStringListModel = self.ui.videoComboBox.model()\n        a_m: QStringListModel = self.ui.audioComboBox.model()\n        s_m: QStringListModel = self.ui.subtitleComboBox.model()\n        timeline = self.get_timeline()\n        if timeline is None:\n            v_m.setStringList([])\n            a_m.setStringList([])\n            s_m.setStringList([])\n            return\n\n        # video\n        v_m.setStringList(get_track_names(timeline, 'video'))\n        if v_m.rowCount() == 0:\n            self.ui.videoComboBox.setEnabled(False)\n            self.ui.vidioLeftButton.setEnabled(False)\n            self.ui.vidioRightButton.setEnabled(False)\n        else:\n            self.ui.videoComboBox.setEnabled(True)\n            self.ui.vidioLeftButton.setEnabled(True)\n            self.ui.vidioRightButton.setEnabled(True)\n\n        # audio\n        a_m.setStringList(get_track_names(timeline, 'audio'))\n        if a_m.rowCount() == 0:\n            self.ui.audioComboBox.setEnabled(False)\n            self.ui.audioLeftButton.setEnabled(False)\n            self.ui.audioRightButton.setEnabled(False)\n        else:\n            self.ui.audioComboBox.setEnabled(True)\n            self.ui.audioLeftButton.setEnabled(True)\n            self.ui.audioRightButton.setEnabled(True)\n\n        # subtitle\n        s_m.setStringList(get_track_names(timeline, 'subtitle'))\n        if s_m.rowCount() == 0:\n            self.ui.subtitleComboBox.setEnabled(False)\n            self.ui.subtitleLeftButton.setEnabled(False)\n            self.ui.subtitleRightButton.setEnabled(False)\n        else:\n            self.ui.subtitleComboBox.setEnabled(True)\n            self.ui.subtitleLeftButton.setEnabled(True)\n            self.ui.subtitleRightButton.setEnabled(True)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/playhead/playhead.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>199</width>\n    <height>212</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <property name=\"spacing\">\n     <number>3</number>\n    </property>\n    <property name=\"leftMargin\">\n     <number>3</number>\n    </property>\n    <property name=\"topMargin\">\n     <number>3</number>\n    </property>\n    <property name=\"rightMargin\">\n     <number>3</number>\n    </property>\n    <property name=\"bottomMargin\">\n     <number>3</number>\n    </property>\n    <item>\n     <layout class=\"QGridLayout\" name=\"gridLayout\">\n      <item row=\"1\" column=\"0\">\n       <widget class=\"QSpinBox\" name=\"num02SpinBox\">\n        <property name=\"alignment\">\n         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n        </property>\n        <property name=\"maximum\">\n         <number>999999999</number>\n        </property>\n       </widget>\n      </item>\n      <item row=\"2\" column=\"1\">\n       <widget class=\"QToolButton\" name=\"subtitleLeftButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::LeftArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"n02RightButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::RightArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"2\" column=\"0\">\n       <widget class=\"QComboBox\" name=\"subtitleComboBox\"/>\n      </item>\n      <item row=\"0\" column=\"0\">\n       <widget class=\"QSpinBox\" name=\"num01SpinBox\">\n        <property name=\"alignment\">\n         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n        </property>\n        <property name=\"maximum\">\n         <number>999999999</number>\n        </property>\n       </widget>\n      </item>\n      <item row=\"4\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"audioRightButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::RightArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"3\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"vidioRightButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::RightArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"1\">\n       <widget class=\"QToolButton\" name=\"n01LeftButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::LeftArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"2\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"subtitleRightButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::RightArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"4\" column=\"1\">\n       <widget class=\"QToolButton\" name=\"audioLeftButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::LeftArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"1\">\n       <widget class=\"QToolButton\" name=\"n02LeftButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::LeftArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"3\" column=\"1\">\n       <widget class=\"QToolButton\" name=\"vidioLeftButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::LeftArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"4\" column=\"0\">\n       <widget class=\"QComboBox\" name=\"audioComboBox\"/>\n      </item>\n      <item row=\"0\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"n01RightButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::RightArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"3\" column=\"0\">\n       <widget class=\"QComboBox\" name=\"videoComboBox\"/>\n      </item>\n      <item row=\"5\" column=\"0\">\n       <widget class=\"QLabel\" name=\"label\">\n        <property name=\"text\">\n         <string>Timeline</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"5\" column=\"1\">\n       <widget class=\"QToolButton\" name=\"timelineLeftButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::LeftArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item row=\"5\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"timelineRightButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::RightArrow</enum>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>1</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <property name=\"spacing\">\n       <number>3</number>\n      </property>\n      <item>\n       <widget class=\"QPushButton\" name=\"updateButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>トラック更新</string>\n        </property>\n        <property name=\"text\">\n         <string>update</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/playhead/playhead_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'playhead.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QComboBox, QGridLayout, QHBoxLayout,\n    QLabel, QMainWindow, QPushButton, QSizePolicy,\n    QSpacerItem, QSpinBox, QToolButton, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(199, 212)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setSpacing(3)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.verticalLayout.setContentsMargins(3, 3, 3, 3)\n        self.gridLayout = QGridLayout()\n        self.gridLayout.setObjectName(u\"gridLayout\")\n        self.num02SpinBox = QSpinBox(self.centralwidget)\n        self.num02SpinBox.setObjectName(u\"num02SpinBox\")\n        self.num02SpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.num02SpinBox.setMaximum(999999999)\n\n        self.gridLayout.addWidget(self.num02SpinBox, 1, 0, 1, 1)\n\n        self.subtitleLeftButton = QToolButton(self.centralwidget)\n        self.subtitleLeftButton.setObjectName(u\"subtitleLeftButton\")\n        self.subtitleLeftButton.setArrowType(Qt.LeftArrow)\n\n        self.gridLayout.addWidget(self.subtitleLeftButton, 2, 1, 1, 1)\n\n        self.n02RightButton = QToolButton(self.centralwidget)\n        self.n02RightButton.setObjectName(u\"n02RightButton\")\n        self.n02RightButton.setArrowType(Qt.RightArrow)\n\n        self.gridLayout.addWidget(self.n02RightButton, 1, 2, 1, 1)\n\n        self.subtitleComboBox = QComboBox(self.centralwidget)\n        self.subtitleComboBox.setObjectName(u\"subtitleComboBox\")\n\n        self.gridLayout.addWidget(self.subtitleComboBox, 2, 0, 1, 1)\n\n        self.num01SpinBox = QSpinBox(self.centralwidget)\n        self.num01SpinBox.setObjectName(u\"num01SpinBox\")\n        self.num01SpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.num01SpinBox.setMaximum(999999999)\n\n        self.gridLayout.addWidget(self.num01SpinBox, 0, 0, 1, 1)\n\n        self.audioRightButton = QToolButton(self.centralwidget)\n        self.audioRightButton.setObjectName(u\"audioRightButton\")\n        self.audioRightButton.setArrowType(Qt.RightArrow)\n\n        self.gridLayout.addWidget(self.audioRightButton, 4, 2, 1, 1)\n\n        self.vidioRightButton = QToolButton(self.centralwidget)\n        self.vidioRightButton.setObjectName(u\"vidioRightButton\")\n        self.vidioRightButton.setArrowType(Qt.RightArrow)\n\n        self.gridLayout.addWidget(self.vidioRightButton, 3, 2, 1, 1)\n\n        self.n01LeftButton = QToolButton(self.centralwidget)\n        self.n01LeftButton.setObjectName(u\"n01LeftButton\")\n        self.n01LeftButton.setArrowType(Qt.LeftArrow)\n\n        self.gridLayout.addWidget(self.n01LeftButton, 0, 1, 1, 1)\n\n        self.subtitleRightButton = QToolButton(self.centralwidget)\n        self.subtitleRightButton.setObjectName(u\"subtitleRightButton\")\n        self.subtitleRightButton.setArrowType(Qt.RightArrow)\n\n        self.gridLayout.addWidget(self.subtitleRightButton, 2, 2, 1, 1)\n\n        self.audioLeftButton = QToolButton(self.centralwidget)\n        self.audioLeftButton.setObjectName(u\"audioLeftButton\")\n        self.audioLeftButton.setArrowType(Qt.LeftArrow)\n\n        self.gridLayout.addWidget(self.audioLeftButton, 4, 1, 1, 1)\n\n        self.n02LeftButton = QToolButton(self.centralwidget)\n        self.n02LeftButton.setObjectName(u\"n02LeftButton\")\n        self.n02LeftButton.setArrowType(Qt.LeftArrow)\n\n        self.gridLayout.addWidget(self.n02LeftButton, 1, 1, 1, 1)\n\n        self.vidioLeftButton = QToolButton(self.centralwidget)\n        self.vidioLeftButton.setObjectName(u\"vidioLeftButton\")\n        self.vidioLeftButton.setArrowType(Qt.LeftArrow)\n\n        self.gridLayout.addWidget(self.vidioLeftButton, 3, 1, 1, 1)\n\n        self.audioComboBox = QComboBox(self.centralwidget)\n        self.audioComboBox.setObjectName(u\"audioComboBox\")\n\n        self.gridLayout.addWidget(self.audioComboBox, 4, 0, 1, 1)\n\n        self.n01RightButton = QToolButton(self.centralwidget)\n        self.n01RightButton.setObjectName(u\"n01RightButton\")\n        self.n01RightButton.setArrowType(Qt.RightArrow)\n\n        self.gridLayout.addWidget(self.n01RightButton, 0, 2, 1, 1)\n\n        self.videoComboBox = QComboBox(self.centralwidget)\n        self.videoComboBox.setObjectName(u\"videoComboBox\")\n\n        self.gridLayout.addWidget(self.videoComboBox, 3, 0, 1, 1)\n\n        self.label = QLabel(self.centralwidget)\n        self.label.setObjectName(u\"label\")\n\n        self.gridLayout.addWidget(self.label, 5, 0, 1, 1)\n\n        self.timelineLeftButton = QToolButton(self.centralwidget)\n        self.timelineLeftButton.setObjectName(u\"timelineLeftButton\")\n        self.timelineLeftButton.setArrowType(Qt.LeftArrow)\n\n        self.gridLayout.addWidget(self.timelineLeftButton, 5, 1, 1, 1)\n\n        self.timelineRightButton = QToolButton(self.centralwidget)\n        self.timelineRightButton.setObjectName(u\"timelineRightButton\")\n        self.timelineRightButton.setArrowType(Qt.RightArrow)\n\n        self.gridLayout.addWidget(self.timelineRightButton, 5, 2, 1, 1)\n\n\n        self.verticalLayout.addLayout(self.gridLayout)\n\n        self.verticalSpacer = QSpacerItem(20, 1, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout.addItem(self.verticalSpacer)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(3)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.updateButton = QPushButton(self.centralwidget)\n        self.updateButton.setObjectName(u\"updateButton\")\n        self.updateButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.updateButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.subtitleLeftButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.n02RightButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.audioRightButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.vidioRightButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.n01LeftButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.subtitleRightButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.audioLeftButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.n02LeftButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.vidioLeftButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.n01RightButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Timeline\", None))\n        self.timelineLeftButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.timelineRightButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.updateButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u66f4\\u65b0\", None))\n#endif // QT_CONFIG(tooltip)\n        self.updateButton.setText(QCoreApplication.translate(\"MainWindow\", u\"update\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/subtitle2textPlus_typeB/__init__.py",
    "content": "from .subtitle2textPlus_typeB import (\n    run,\n)"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/subtitle2textPlus_typeB/subtitle2textPlus_typeB.py",
    "content": "import math\nfrom pathlib import Path\n\nimport dataclasses\nimport sys\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n)\nfrom PySide6.QtGui import QColor\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow, QFileDialog,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    lang,\n    util,\n)\nfrom rs.gui import (\n    appearance,\n    log,\n)\nfrom rs_fusion.core import ordered_dict_to_dict\n\nfrom rs_resolve.core import (\n    get_track_names,\n    track_name2index,\n    get_fps,\n    Appender,\n)\n\nfrom rs_resolve.tool.subtitle2textPlus_typeB.subtitle2textPlus_typeB_ui import Ui_MainWindow\n\nAPP_NAME = 'Subtitle2TextPlusTypeB'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    path: str = ''\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(150, 150)\n        self.fusion = fusion\n\n        # combobox\n        for w in [self.ui.videoComboBox, self.ui.subtitleComboBox]:\n            m = QStringListModel()\n            w.setModel(m)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        self.setting_folder_name: str = 'Subtitle2TextPlus'\n        self.text_plus_dir_name: str = '__RS_TextPlus_FPS__'\n        data_dir: Path = config.DATA_PATH.joinpath('app', 'VoiceDropper')\n        self.text_plus_drb: Path = data_dir.joinpath(self.text_plus_dir_name + '.drb')\n\n        # style sheet\n        # self.ui.settingFileToolButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.updateButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.convertButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.settingFileToolButton.clicked.connect(self.settingFileButton_clicked)\n        self.ui.updateButton.clicked.connect(self.update_track)\n        self.ui.convertButton.clicked.connect(self.convert)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n        self.make_setting_folder()\n        self.update_track()\n        self.ui.closeButton.setFocus()\n\n    def get_text_plus(self, item, text, st=None):\n        if item.GetFusionCompCount() == 0:\n            self.add2log('FusionComp not found.', log.ERROR_COLOR)\n            return\n        comp = item.GetFusionCompByIndex(1)\n        lst = comp.GetToolList(False, 'TextPlus')\n        if not lst[1]:\n            self.add2log('TextPlus Node not found.', log.ERROR_COLOR)\n            return\n        tool = lst[1]\n        comp.StartUndo('RS Jimaku')\n        comp.Lock()\n        tool.Font = 'Open Sans'\n        if st is not None:\n            tool.LoadSettings(st)\n        tool.StyledText = text\n        tool.UseFrameFormatSettings = 1\n        comp.Unlock()\n        comp.EndUndo(True)\n        return lst[1]\n\n    def convert(self) -> None:\n        self.ui.logTextEdit.clear()\n\n        data = self.get_data()\n\n        resolve = self.fusion.GetResolve()\n        page = resolve.GetCurrentPage()\n        if page not in ['edit', 'cut']:\n            return\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            self.add2log('Project not found.', log.ERROR_COLOR)\n            return\n        media_pool = project.GetMediaPool()\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            self.add2log('Timeline not found.', log.ERROR_COLOR)\n            return\n\n        # track\n        v_index = track_name2index(timeline, 'video', self.ui.videoComboBox.currentText())\n        s_index = track_name2index(timeline, 'subtitle', self.ui.subtitleComboBox.currentText())\n\n        if v_index == 0 or s_index == 0:\n            self.add2log('Track not found.', log.ERROR_COLOR)\n            return\n\n        # fps\n        fps = get_fps(timeline)\n\n        # media pool check\n        root_folder = media_pool.GetRootFolder()\n        setting_folder = None\n        text_plus_folder = None\n        for folder in root_folder.GetSubFolderList():\n            if folder.GetName() == self.setting_folder_name:\n                setting_folder = folder\n\n        if setting_folder is not None:\n            for folder in setting_folder.GetSubFolderList():\n                if folder.GetName() == self.text_plus_dir_name:\n                    text_plus_folder = folder\n                    break\n\n        if text_plus_folder is None:\n            self.add2log(\n                f'Not Found: MediaPool/{self.text_plus_dir_name}/{self.text_plus_dir_name}',\n                log.ERROR_COLOR,\n            )\n            return\n        text_template = None\n        for clip in text_plus_folder.GetClipList():\n            if clip.GetClipProperty('Clip Name') == f'TextPlus{fps}FPS':\n                text_template = clip\n                break\n\n        if text_template is None:\n            self.add2log(\n                f'Not Found: MediaPool/{self.text_plus_dir_name}/{self.text_plus_dir_name}/TextPlus{fps}FPS',\n                log.ERROR_COLOR,\n            )\n            return\n\n        # setting file\n        setting_file = None\n        st = None\n        if data.path != '':\n            setting_file = Path(data.path)\n            if not setting_file.is_file():\n                self.add2log('Setting File not found. Skipped.', log.WARNING_COLOR)\n            else:\n                st = ordered_dict_to_dict(bmd.readfile(data.path))\n                if st is None:\n                    self.add2log(f'Failed to read setting file:{data.path}', log.ERROR_COLOR)\n                    return\n\n        # main\n        self.add2log('Start: Convert')\n        appender = Appender(resolve, media_pool)\n        for item in timeline.GetItemListInTrack('subtitle', s_index):\n            sf = item.GetStart()\n            duration = math.ceil(item.GetDuration(True))\n            text = item.GetName()\n            text_plus = appender.append2timeline(\n                item=text_template,\n                duration=duration,\n                track_index=v_index,\n                media_type=1,\n                record_frame=sf,\n            )\n            if text_plus is None:\n                self.add2log('Insert Text Clip: Failed', log.ERROR_COLOR)\n                continue\n            tool = self.get_text_plus(text_plus, text, st)\n            if tool is None:\n                continue\n\n        # end\n        self.add2log('Done!')\n\n    def update_track(self) -> None:\n        v_m: QStringListModel = self.ui.videoComboBox.model()\n        s_m: QStringListModel = self.ui.subtitleComboBox.model()\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            self.add2log('Project not found.', log.ERROR_COLOR)\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            self.add2log('Timeline not found.', log.ERROR_COLOR)\n            return\n        if timeline is None:\n            v_m.setStringList([])\n            s_m.setStringList([])\n            return\n\n        # video\n        v_m.setStringList(get_track_names(timeline, 'video'))\n\n        # subtitle\n        s_m.setStringList(get_track_names(timeline, 'subtitle'))\n\n    def settingFileButton_clicked(self) -> None:\n        w = self.ui.settingFileLineEdit\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Select Setting File',\n            w.text(),\n            'Setting File (*.setting)',\n        )\n        if path != '':\n            w.setText(path)\n\n    def make_setting_folder(self):\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            return\n        media_pool = project.GetMediaPool()\n        root_folder = media_pool.GetRootFolder()\n        # store current folder\n        current_folder = media_pool.GetCurrentFolder()\n        # make folder\n        dropper_folder = None\n        for folder in root_folder.GetSubFolderList():\n            if folder.GetName() == self.setting_folder_name:\n                dropper_folder = folder\n                break\n        if dropper_folder is None:\n            dropper_folder = media_pool.AddSubFolder(root_folder, self.setting_folder_name)\n        # import text+\n        for folder in dropper_folder.GetSubFolderList():\n            if folder.GetName() == self.text_plus_dir_name:\n                return\n\n        media_pool.SetCurrentFolder(dropper_folder)\n        media_pool.ImportFolderFromFile(str(self.text_plus_drb))\n        # restore current folder\n        media_pool.SetCurrentFolder(current_folder)\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n    def set_data(self, c: ConfigData):\n        self.ui.settingFileLineEdit.setText(c.path)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.path = self.ui.settingFileLineEdit.text().strip()\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/subtitle2textPlus_typeB/subtitle2textPlus_typeB.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>341</width>\n    <height>372</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>Setting File</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n       <property name=\"leftMargin\">\n        <number>4</number>\n       </property>\n       <property name=\"topMargin\">\n        <number>4</number>\n       </property>\n       <property name=\"rightMargin\">\n        <number>4</number>\n       </property>\n       <property name=\"bottomMargin\">\n        <number>4</number>\n       </property>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n         <property name=\"spacing\">\n          <number>0</number>\n         </property>\n         <item>\n          <widget class=\"QLineEdit\" name=\"settingFileLineEdit\"/>\n         </item>\n         <item>\n          <widget class=\"QToolButton\" name=\"settingFileToolButton\">\n           <property name=\"text\">\n            <string>...</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"trackGroupBox\">\n      <property name=\"title\">\n       <string>Track</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <property name=\"leftMargin\">\n        <number>4</number>\n       </property>\n       <property name=\"topMargin\">\n        <number>4</number>\n       </property>\n       <property name=\"rightMargin\">\n        <number>4</number>\n       </property>\n       <property name=\"bottomMargin\">\n        <number>4</number>\n       </property>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\" stretch=\"1,0\">\n         <item>\n          <layout class=\"QFormLayout\" name=\"formLayout\">\n           <item row=\"0\" column=\"0\">\n            <widget class=\"QLabel\" name=\"label\">\n             <property name=\"text\">\n              <string>Subtitle</string>\n             </property>\n            </widget>\n           </item>\n           <item row=\"0\" column=\"1\">\n            <widget class=\"QComboBox\" name=\"subtitleComboBox\"/>\n           </item>\n           <item row=\"1\" column=\"0\">\n            <widget class=\"QLabel\" name=\"label_2\">\n             <property name=\"text\">\n              <string>Video</string>\n             </property>\n            </widget>\n           </item>\n           <item row=\"1\" column=\"1\">\n            <widget class=\"QComboBox\" name=\"videoComboBox\"/>\n           </item>\n          </layout>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"updateButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>50</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"toolTip\">\n            <string>トラック更新</string>\n           </property>\n           <property name=\"text\">\n            <string>update</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>Log</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <property name=\"leftMargin\">\n        <number>4</number>\n       </property>\n       <property name=\"topMargin\">\n        <number>4</number>\n       </property>\n       <property name=\"rightMargin\">\n        <number>4</number>\n       </property>\n       <property name=\"bottomMargin\">\n        <number>4</number>\n       </property>\n       <item>\n        <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"lineWrapMode\">\n          <enum>QTextEdit::NoWrap</enum>\n         </property>\n         <property name=\"readOnly\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"convertButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>トラック更新</string>\n        </property>\n        <property name=\"text\">\n         <string>convert</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/subtitle2textPlus_typeB/subtitle2textPlus_typeB_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'subtitle2textPlus_typeB.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QComboBox, QFormLayout, QGroupBox,\n    QHBoxLayout, QLabel, QLineEdit, QMainWindow,\n    QPushButton, QSizePolicy, QSpacerItem, QTextEdit,\n    QToolButton, QVBoxLayout, QWidget)\n\nfrom rs.gui.log import LogTextEdit\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(341, 372)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_4 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout_3 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.verticalLayout_3.setContentsMargins(4, 4, 4, 4)\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setSpacing(0)\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.settingFileLineEdit = QLineEdit(self.groupBox)\n        self.settingFileLineEdit.setObjectName(u\"settingFileLineEdit\")\n\n        self.horizontalLayout_3.addWidget(self.settingFileLineEdit)\n\n        self.settingFileToolButton = QToolButton(self.groupBox)\n        self.settingFileToolButton.setObjectName(u\"settingFileToolButton\")\n\n        self.horizontalLayout_3.addWidget(self.settingFileToolButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_3)\n\n\n        self.verticalLayout_4.addWidget(self.groupBox)\n\n        self.trackGroupBox = QGroupBox(self.centralwidget)\n        self.trackGroupBox.setObjectName(u\"trackGroupBox\")\n        self.verticalLayout = QVBoxLayout(self.trackGroupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.verticalLayout.setContentsMargins(4, 4, 4, 4)\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(self.trackGroupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label)\n\n        self.subtitleComboBox = QComboBox(self.trackGroupBox)\n        self.subtitleComboBox.setObjectName(u\"subtitleComboBox\")\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.subtitleComboBox)\n\n        self.label_2 = QLabel(self.trackGroupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_2)\n\n        self.videoComboBox = QComboBox(self.trackGroupBox)\n        self.videoComboBox.setObjectName(u\"videoComboBox\")\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.videoComboBox)\n\n\n        self.horizontalLayout_2.addLayout(self.formLayout)\n\n        self.updateButton = QPushButton(self.trackGroupBox)\n        self.updateButton.setObjectName(u\"updateButton\")\n        self.updateButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout_2.addWidget(self.updateButton)\n\n        self.horizontalLayout_2.setStretch(0, 1)\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n\n        self.verticalLayout_4.addWidget(self.trackGroupBox)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy)\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalLayout_2.setContentsMargins(4, 4, 4, 4)\n        self.logTextEdit = LogTextEdit(self.groupBox_2)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy1)\n        self.logTextEdit.setLineWrapMode(QTextEdit.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout_2.addWidget(self.logTextEdit)\n\n\n        self.verticalLayout_4.addWidget(self.groupBox_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.convertButton = QPushButton(self.centralwidget)\n        self.convertButton.setObjectName(u\"convertButton\")\n        self.convertButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.convertButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Setting File\", None))\n        self.settingFileToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.trackGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Track\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Subtitle\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Video\", None))\n#if QT_CONFIG(tooltip)\n        self.updateButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u66f4\\u65b0\", None))\n#endif // QT_CONFIG(tooltip)\n        self.updateButton.setText(QCoreApplication.translate(\"MainWindow\", u\"update\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Log\", None))\n#if QT_CONFIG(tooltip)\n        self.convertButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u66f4\\u65b0\", None))\n#endif // QT_CONFIG(tooltip)\n        self.convertButton.setText(QCoreApplication.translate(\"MainWindow\", u\"convert\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/subtitle2text_plus/__init__.py",
    "content": "from .subtitle2text_plus import (\n    run,\n)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/subtitle2text_plus/subtitle2text_plus.py",
    "content": "import time\nfrom pathlib import Path\n\nimport dataclasses\nimport sys\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    lang,\n    util,\n)\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_resolve.core import (\n    get_currentframe,\n    LockOtherTrack,\n    shortcut,\n)\nfrom rs_resolve.gui import (\n    get_resolve_window,\n    activate_window,\n)\nfrom rs_resolve.gui.shortcut.shortcut_window import MainWindow as ShortcutWindow\nfrom rs_resolve.tool.subtitle2text_plus.subtitle2text_plus_ui import Ui_MainWindow\n\nAPP_NAME = 'Subtitle2TextPlus'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    wait_time: float = 0.01\n    color: str = 'Blue'\n    use_auto_lock: bool = True\n\n\ndef get_track_names(timeline, track_type):\n    r = []\n    for i in range(1, timeline.GetTrackCount(track_type) + 1):\n        r.append(timeline.GetTrackName(track_type, i))\n    return r\n\n\ndef track_name2index(timeline, track_type, name):\n    for i in range(1, timeline.GetTrackCount(track_type) + 1):\n        if timeline.GetTrackName(track_type, i) == name:\n            return i\n    return 0\n\n\ndef get_video_item(timeline, index):\n    frame = get_currentframe(timeline)\n    for item in timeline.GetItemListInTrack('video', index):\n        if item.GetStart() <= frame < item.GetEnd():\n            return item\n    return None\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(150, 150)\n        self.fusion = fusion\n\n        # translate\n        self.lang_code: lang.Code = lang.load()\n        self.translate()\n\n        # combobox\n        for w in [self.ui.videoComboBox, self.ui.subtitleComboBox]:\n            m = QStringListModel()\n            w.setModel(m)\n        m = QStringListModel(config.COLOR_LIST)\n        self.ui.colorComboBox.setModel(m)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # window\n        self.shortcut_window = ShortcutWindow(self, self.fusion)\n\n        # style sheet\n        self.ui.shortcutButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.updateButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.convertButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.shortcutButton.clicked.connect(self.shortcut_window.show)\n        self.ui.updateButton.clicked.connect(self.update_track)\n        self.ui.convertButton.clicked.connect(self.convert)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n        self.update_track()\n        self.ui.closeButton.setFocus()\n\n    def translate(self) -> None:\n        if self.lang_code == lang.Code.en:\n            self.ui.settingGroupBox.setTitle('Setting')\n            self.ui.trackGroupBox.setTitle('Track')\n            self.ui.clipCplorLabel.setText('Clip Color')\n            self.ui.waitLabel.setText('Wait Time')\n\n    def get_text_plus(self, item):\n        if item.GetFusionCompCount() == 0:\n            print(\n                'FusionComp not found.'\n                if self.lang_code == lang.Code.en else\n                'FusionCompが見付かりません。'\n            )\n            return\n        comp = item.GetFusionCompByIndex(1)\n        lst = comp.GetToolList(False, 'TextPlus')\n        if not lst[1]:\n            print(\n                'TextPlus Node not found.'\n                if self.lang_code == lang.Code.en else\n                'TextPlus Nodeが見付かりません。'\n            )\n            return\n        return lst[1]\n\n    def convert(self) -> None:\n        data = self.get_data()\n\n        resolve = self.fusion.GetResolve()\n        page = resolve.GetCurrentPage()\n        if page not in ['edit', 'cut']:\n            return\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            print(\n                'Project not found.'\n                if self.lang_code == lang.Code.en else\n                'Projectが見付かりません。'\n            )\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            print(\n                'Timeline not found.'\n                if self.lang_code == lang.Code.en else\n                'Timelineが見付かりません。'\n            )\n            return\n\n        v_index = track_name2index(timeline, 'video', self.ui.videoComboBox.currentText())\n        s_index = track_name2index(timeline, 'subtitle', self.ui.subtitleComboBox.currentText())\n\n        if v_index == 0 or s_index == 0:\n            print(\n                'Track not found.'\n                if self.lang_code == lang.Code.en else\n                '選択したトラックが見付かりません。'\n            )\n            return\n\n        v_item = get_video_item(timeline, v_index)\n        if v_item is None:\n            print(\n                'Video clip not found.'\n                if self.lang_code == lang.Code.en else\n                'ビデオクリップが見付かりません。'\n            )\n            return\n        v_sf = v_item.GetStart()\n        v_ef = v_item.GetEnd()\n\n        subtitle_items = []\n        for item in timeline.GetItemListInTrack('subtitle', s_index):\n            if item.GetStart() < v_ef and v_sf < item.GetEnd():\n                subtitle_items.append(item)\n\n        w = get_resolve_window(project.GetName())\n        if w is None and not util.IS_MAC:\n            print(\n                'DaVinci Resolve window not found.'\n                if self.lang_code == lang.Code.en else\n                'DaVinci ResolveのWindowが見付かりません。'\n            )\n            return\n\n        # clear text+\n        _node = self.get_text_plus(v_item)\n        if _node is None:\n            return\n        _node.StyledText = ''\n\n        with LockOtherTrack(timeline, v_index, track_type='video', enable=data.use_auto_lock):\n            sc = shortcut.Data()\n            if shortcut.CONFIG_FILE.is_file():\n                sc.load(shortcut.CONFIG_FILE)\n\n            # main\n            for item in subtitle_items:\n                sf = max([item.GetStart(), v_sf])\n                ef = min([item.GetEnd(), v_ef])\n                cf = int((sf + ef) / 2)\n                text = item.GetName()\n                # split\n                activate_window(w)\n                sc.active_timeline_panel()\n                sc.deselect_all()\n                for n in [sf, ef]:\n                    timeline.SetCurrentTimecode(str(n))\n                    activate_window(w)\n                    sc.razor()\n                    time.sleep(data.wait_time)\n                # setup\n                timeline.SetCurrentTimecode(str(cf))\n                time.sleep(data.wait_time / 2)\n                for clip in timeline.GetItemListInTrack('video', v_index):\n                    if clip.GetStart() < cf < clip.GetEnd():\n                        # set styled text\n                        tool = self.get_text_plus(clip)\n                        if tool is None:\n                            break\n                        tool.StyledText = text\n                        tool.Comments = ''\n                        clip.SetClipColor(data.color)\n                        break\n\n        # delete empty text+\n        del_list = []\n        for clip in timeline.GetItemListInTrack('video', v_index):\n            if clip.GetStart() < v_ef and v_sf < clip.GetEnd():\n                tool = self.get_text_plus(clip)\n                if tool is None:\n                    continue\n                if tool.GetInput('StyledText', 0) == '':\n                    del_list.append(clip)\n        timeline.DeleteClips(del_list, False)\n\n        # end\n        print('Done!')\n\n    def update_track(self) -> None:\n        v_m: QStringListModel = self.ui.videoComboBox.model()\n        s_m: QStringListModel = self.ui.subtitleComboBox.model()\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            print(\n                'Project not found.'\n                if self.lang_code == lang.Code.en else\n                'Projectが見付かりません。'\n            )\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            print(\n                'Timeline not found.'\n                if self.lang_code == lang.Code.en else\n                'Timelineが見付かりません。'\n            )\n            return\n        if timeline is None:\n            v_m.setStringList([])\n            s_m.setStringList([])\n            return\n\n        # video\n        v_m.setStringList(get_track_names(timeline, 'video'))\n\n        # subtitle\n        s_m.setStringList(get_track_names(timeline, 'subtitle'))\n\n    def set_data(self, c: ConfigData):\n        self.ui.waitTimeSpinBox.setValue(c.wait_time)\n        self.ui.colorComboBox.setCurrentText(c.color)\n        self.ui.autoLockCheckBox.setChecked(c.use_auto_lock)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.wait_time = self.ui.waitTimeSpinBox.value()\n        c.color = self.ui.colorComboBox.currentText()\n        c.use_auto_lock = self.ui.autoLockCheckBox.isChecked()\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/subtitle2text_plus/subtitle2text_plus.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>217</width>\n    <height>302</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"settingGroupBox\">\n      <property name=\"title\">\n       <string>設定</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n       <item>\n        <layout class=\"QFormLayout\" name=\"formLayout_2\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"waitLabel\">\n           <property name=\"text\">\n            <string>待ち時間(秒)</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <widget class=\"QDoubleSpinBox\" name=\"waitTimeSpinBox\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"maximum\">\n            <double>999.990000000000009</double>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QLabel\" name=\"clipCplorLabel\">\n           <property name=\"text\">\n            <string>クリップカラー</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <widget class=\"QComboBox\" name=\"colorComboBox\"/>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <widget class=\"QCheckBox\" name=\"autoLockCheckBox\">\n         <property name=\"text\">\n          <string>Auto Lock</string>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QPushButton\" name=\"shortcutButton\">\n         <property name=\"text\">\n          <string>shortcut</string>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"trackGroupBox\">\n      <property name=\"title\">\n       <string>トラック</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\" stretch=\"1,0\">\n         <item>\n          <layout class=\"QFormLayout\" name=\"formLayout\">\n           <item row=\"0\" column=\"0\">\n            <widget class=\"QLabel\" name=\"label\">\n             <property name=\"text\">\n              <string>Subtitle</string>\n             </property>\n            </widget>\n           </item>\n           <item row=\"0\" column=\"1\">\n            <widget class=\"QComboBox\" name=\"subtitleComboBox\"/>\n           </item>\n           <item row=\"1\" column=\"0\">\n            <widget class=\"QLabel\" name=\"label_2\">\n             <property name=\"text\">\n              <string>Video</string>\n             </property>\n            </widget>\n           </item>\n           <item row=\"1\" column=\"1\">\n            <widget class=\"QComboBox\" name=\"videoComboBox\"/>\n           </item>\n          </layout>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"updateButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>50</width>\n             <height>30</height>\n            </size>\n           </property>\n           <property name=\"toolTip\">\n            <string>トラック更新</string>\n           </property>\n           <property name=\"text\">\n            <string>update</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>0</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"convertButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>トラック更新</string>\n        </property>\n        <property name=\"text\">\n         <string>convert</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/subtitle2text_plus/subtitle2text_plus_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'subtitle2text_plus.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QComboBox, QDoubleSpinBox,\n    QFormLayout, QGroupBox, QHBoxLayout, QLabel,\n    QMainWindow, QPushButton, QSizePolicy, QSpacerItem,\n    QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(217, 302)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_2 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.settingGroupBox = QGroupBox(self.centralwidget)\n        self.settingGroupBox.setObjectName(u\"settingGroupBox\")\n        self.verticalLayout_3 = QVBoxLayout(self.settingGroupBox)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.formLayout_2 = QFormLayout()\n        self.formLayout_2.setObjectName(u\"formLayout_2\")\n        self.waitLabel = QLabel(self.settingGroupBox)\n        self.waitLabel.setObjectName(u\"waitLabel\")\n\n        self.formLayout_2.setWidget(0, QFormLayout.LabelRole, self.waitLabel)\n\n        self.waitTimeSpinBox = QDoubleSpinBox(self.settingGroupBox)\n        self.waitTimeSpinBox.setObjectName(u\"waitTimeSpinBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.waitTimeSpinBox.sizePolicy().hasHeightForWidth())\n        self.waitTimeSpinBox.setSizePolicy(sizePolicy)\n        self.waitTimeSpinBox.setMaximum(999.990000000000009)\n\n        self.formLayout_2.setWidget(0, QFormLayout.FieldRole, self.waitTimeSpinBox)\n\n        self.clipCplorLabel = QLabel(self.settingGroupBox)\n        self.clipCplorLabel.setObjectName(u\"clipCplorLabel\")\n\n        self.formLayout_2.setWidget(1, QFormLayout.LabelRole, self.clipCplorLabel)\n\n        self.colorComboBox = QComboBox(self.settingGroupBox)\n        self.colorComboBox.setObjectName(u\"colorComboBox\")\n\n        self.formLayout_2.setWidget(1, QFormLayout.FieldRole, self.colorComboBox)\n\n\n        self.verticalLayout_3.addLayout(self.formLayout_2)\n\n        self.autoLockCheckBox = QCheckBox(self.settingGroupBox)\n        self.autoLockCheckBox.setObjectName(u\"autoLockCheckBox\")\n\n        self.verticalLayout_3.addWidget(self.autoLockCheckBox)\n\n        self.shortcutButton = QPushButton(self.settingGroupBox)\n        self.shortcutButton.setObjectName(u\"shortcutButton\")\n\n        self.verticalLayout_3.addWidget(self.shortcutButton)\n\n\n        self.verticalLayout_2.addWidget(self.settingGroupBox)\n\n        self.trackGroupBox = QGroupBox(self.centralwidget)\n        self.trackGroupBox.setObjectName(u\"trackGroupBox\")\n        self.verticalLayout = QVBoxLayout(self.trackGroupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(self.trackGroupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label)\n\n        self.subtitleComboBox = QComboBox(self.trackGroupBox)\n        self.subtitleComboBox.setObjectName(u\"subtitleComboBox\")\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.subtitleComboBox)\n\n        self.label_2 = QLabel(self.trackGroupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_2)\n\n        self.videoComboBox = QComboBox(self.trackGroupBox)\n        self.videoComboBox.setObjectName(u\"videoComboBox\")\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.videoComboBox)\n\n\n        self.horizontalLayout_2.addLayout(self.formLayout)\n\n        self.updateButton = QPushButton(self.trackGroupBox)\n        self.updateButton.setObjectName(u\"updateButton\")\n        self.updateButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout_2.addWidget(self.updateButton)\n\n        self.horizontalLayout_2.setStretch(0, 1)\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n\n        self.verticalLayout_2.addWidget(self.trackGroupBox)\n\n        self.verticalSpacer = QSpacerItem(20, 0, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_2.addItem(self.verticalSpacer)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.convertButton = QPushButton(self.centralwidget)\n        self.convertButton.setObjectName(u\"convertButton\")\n        self.convertButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.convertButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.settingGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u8a2d\\u5b9a\", None))\n        self.waitLabel.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5f85\\u3061\\u6642\\u9593(\\u79d2)\", None))\n        self.clipCplorLabel.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30af\\u30ea\\u30c3\\u30d7\\u30ab\\u30e9\\u30fc\", None))\n        self.autoLockCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Auto Lock\", None))\n        self.shortcutButton.setText(QCoreApplication.translate(\"MainWindow\", u\"shortcut\", None))\n        self.trackGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Subtitle\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Video\", None))\n#if QT_CONFIG(tooltip)\n        self.updateButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u66f4\\u65b0\", None))\n#endif // QT_CONFIG(tooltip)\n        self.updateButton.setText(QCoreApplication.translate(\"MainWindow\", u\"update\", None))\n#if QT_CONFIG(tooltip)\n        self.convertButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u66f4\\u65b0\", None))\n#endif // QT_CONFIG(tooltip)\n        self.convertButton.setText(QCoreApplication.translate(\"MainWindow\", u\"convert\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/tatie_anim/__init__.py",
    "content": "from .tatie_anim import (\n    run,\n)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/tatie_anim/tatie_anim.py",
    "content": "import sys\nfrom functools import partial\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n    QItemSelectionModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_resolve.core import get_currentframe\nfrom rs_resolve.tool.tatie_anim.tatie_anim_ui import Ui_MainWindow\n\nAPP_NAME = '立ち絵アニメ'\n\n\ndef select(v, names):\n    m: QStringListModel = v.model()\n    sm = v.selectionModel()\n    sm.clear()\n    ss = m.stringList()\n    for name in names:\n        if name in ss:\n            i = m.match(m.index(0, 0), Qt.DisplayRole, name)[0]\n            sm.setCurrentIndex(\n                i,\n                QItemSelectionModel.SelectionFlag.SelectCurrent | QItemSelectionModel.SelectionFlag.Rows\n            )\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(250, 250)\n\n        self.fusion = fusion\n\n        self.copy_anim_script = config.DATA_PATH.joinpath('lua', 'copy_anim.lua').read_text(encoding='utf-8')\n\n        # list view\n        m = QStringListModel()\n        m.setStringList(p.pipe(\n            range(1, 21),\n            p.map(str),\n            list,\n        ))\n        self.ui.videoIndexListView.setModel(m)\n\n        # button\n        self.ui.refreshButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.copyButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.copyButton.setText('copy(β版)')\n\n        # event\n        self.ui.refreshButton.clicked.connect(self.refresh)\n        self.ui.copyButton.clicked.connect(self.copy)\n        self.ui.closeButton.clicked.connect(self.close)\n        self.ui.minimizeButton.clicked.connect(partial(self.setWindowState, Qt.WindowMinimized))\n\n        #\n        select(self.ui.videoIndexListView, ['1'])\n\n    def refresh(self):\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            print('Projectが見付かりません。')\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            print('Timelineが見付かりません。')\n            return\n        index = self.get_index()\n        if index is None:\n            print('indexを選択してください。')\n            return\n        item = self.get_item(timeline, index)\n        if item is None:\n            print('VideoItemが見付かりません。')\n            return\n        if item.GetFusionCompCount() == 0:\n            print('FusionCompが見付かりません。')\n            return\n        comp = item.GetFusionCompByIndex(1)\n        comp.StartUndo('RS Refresh')\n        tool_list = comp.GetToolList(False, 'Fuse.RS_GlobalStart')\n        for _key in tool_list.keys():\n            tool_list[_key].Refresh()\n        comp.EndUndo(True)\n\n    def copy(self):\n        index = self.get_index()\n        if index is None:\n            print('indexを選択してください。')\n            return\n        self.fusion.Execute('\\n'.join([\n            self.copy_anim_script,\n            'copyAnim(%d)' % index,\n        ]))\n\n    def get_timeline(self):\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            return None, 'Projectが見付かりません。'\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            return None, 'Timelineが見付かりません。'\n        return timeline, ''\n\n    def get_index(self):\n        v = self.ui.videoIndexListView\n        m: QStringListModel = v.model()\n        indexes = p.pipe(\n            v.selectionModel().selectedIndexes(),\n            p.map(m.data),\n            p.map(str),\n            p.map(int),\n            list,\n        )\n        if len(indexes) == 0:\n            return None\n\n        return indexes[0]\n\n    @staticmethod\n    def get_item(timeline, index):\n        frame = get_currentframe(timeline)\n        for item in timeline.GetItemListInTrack('video', index):\n            if item.GetStart() <= frame < item.GetEnd():\n                return item\n        return None\n\n    @staticmethod\n    def get_items(timeline, index, sf, ef):\n        items = []\n        all_items = timeline.GetItemListInTrack('video', index)\n        if all_items is None:\n            return items\n        for item in timeline.GetItemListInTrack('video', index):\n            if item.GetStart() < ef and sf < item.GetEnd():\n                items.append(item)\n        return items\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/tatie_anim/tatie_anim.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>236</width>\n    <height>233</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Preferred\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"minimumSize\">\n       <size>\n        <width>30</width>\n        <height>0</height>\n       </size>\n      </property>\n      <property name=\"title\">\n       <string>index</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <property name=\"leftMargin\">\n        <number>0</number>\n       </property>\n       <property name=\"topMargin\">\n        <number>0</number>\n       </property>\n       <property name=\"rightMargin\">\n        <number>0</number>\n       </property>\n       <property name=\"bottomMargin\">\n        <number>0</number>\n       </property>\n       <item>\n        <widget class=\"QListView\" name=\"videoIndexListView\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"minimumSize\">\n          <size>\n           <width>0</width>\n           <height>0</height>\n          </size>\n         </property>\n         <property name=\"baseSize\">\n          <size>\n           <width>0</width>\n           <height>0</height>\n          </size>\n         </property>\n         <property name=\"editTriggers\">\n          <set>QAbstractItemView::NoEditTriggers</set>\n         </property>\n         <property name=\"selectionMode\">\n          <enum>QAbstractItemView::ExtendedSelection</enum>\n         </property>\n         <property name=\"selectionBehavior\">\n          <enum>QAbstractItemView::SelectRows</enum>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n      <item>\n       <widget class=\"QGroupBox\" name=\"groupBox\">\n        <property name=\"title\">\n         <string>コマンド</string>\n        </property>\n        <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n         <item>\n          <widget class=\"QPushButton\" name=\"copyButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>100</width>\n             <height>40</height>\n            </size>\n           </property>\n           <property name=\"toolTip\">\n            <string>閉じる</string>\n           </property>\n           <property name=\"text\">\n            <string>copy</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"refreshButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>100</width>\n             <height>40</height>\n            </size>\n           </property>\n           <property name=\"toolTip\">\n            <string>閉じる</string>\n           </property>\n           <property name=\"text\">\n            <string>refresh</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"verticalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Vertical</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>20</width>\n          <height>40</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n        <item>\n         <widget class=\"QToolButton\" name=\"minimizeButton\">\n          <property name=\"minimumSize\">\n           <size>\n            <width>40</width>\n            <height>40</height>\n           </size>\n          </property>\n          <property name=\"toolTip\">\n           <string>最小化</string>\n          </property>\n          <property name=\"text\">\n           <string>...</string>\n          </property>\n          <property name=\"arrowType\">\n           <enum>Qt::DownArrow</enum>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QPushButton\" name=\"closeButton\">\n          <property name=\"minimumSize\">\n           <size>\n            <width>100</width>\n            <height>40</height>\n           </size>\n          </property>\n          <property name=\"toolTip\">\n           <string>閉じる</string>\n          </property>\n          <property name=\"text\">\n           <string>close</string>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/tatie_anim/tatie_anim_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'tatie_anim.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QGroupBox, QHBoxLayout,\n    QListView, QMainWindow, QPushButton, QSizePolicy,\n    QSpacerItem, QToolButton, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(236, 233)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.horizontalLayout_2 = QHBoxLayout(self.centralwidget)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        sizePolicy = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Preferred)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy)\n        self.groupBox_2.setMinimumSize(QSize(30, 0))\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)\n        self.videoIndexListView = QListView(self.groupBox_2)\n        self.videoIndexListView.setObjectName(u\"videoIndexListView\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.videoIndexListView.sizePolicy().hasHeightForWidth())\n        self.videoIndexListView.setSizePolicy(sizePolicy1)\n        self.videoIndexListView.setMinimumSize(QSize(0, 0))\n        self.videoIndexListView.setBaseSize(QSize(0, 0))\n        self.videoIndexListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.videoIndexListView.setSelectionMode(QAbstractItemView.ExtendedSelection)\n        self.videoIndexListView.setSelectionBehavior(QAbstractItemView.SelectRows)\n\n        self.verticalLayout_2.addWidget(self.videoIndexListView)\n\n\n        self.horizontalLayout_2.addWidget(self.groupBox_2)\n\n        self.verticalLayout_3 = QVBoxLayout()\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout = QVBoxLayout(self.groupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.copyButton = QPushButton(self.groupBox)\n        self.copyButton.setObjectName(u\"copyButton\")\n        self.copyButton.setMinimumSize(QSize(100, 40))\n\n        self.verticalLayout.addWidget(self.copyButton)\n\n        self.refreshButton = QPushButton(self.groupBox)\n        self.refreshButton.setObjectName(u\"refreshButton\")\n        self.refreshButton.setMinimumSize(QSize(100, 40))\n\n        self.verticalLayout.addWidget(self.refreshButton)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox)\n\n        self.verticalSpacer = QSpacerItem(20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_3.addItem(self.verticalSpacer)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(40, 40))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout)\n\n\n        self.horizontalLayout_2.addLayout(self.verticalLayout_3)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"index\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30b3\\u30de\\u30f3\\u30c9\", None))\n#if QT_CONFIG(tooltip)\n        self.copyButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.copyButton.setText(QCoreApplication.translate(\"MainWindow\", u\"copy\", None))\n#if QT_CONFIG(tooltip)\n        self.refreshButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.refreshButton.setText(QCoreApplication.translate(\"MainWindow\", u\"refresh\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/text_plus2srt/__init__.py",
    "content": "from .text_plus2srt import (\n    run,\n)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/text_plus2srt/text_plus2srt.py",
    "content": "import math\nfrom pathlib import Path\n\nimport sys\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n)\nfrom PySide6.QtGui import QColor\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QFileDialog,\n)\n\nfrom rs.core import (\n    pipe as p,\n    lang,\n    util,\n)\nfrom rs.gui import (\n    appearance,\n    log,\n)\n\nfrom rs_resolve.core import (\n    get_fps,\n    get_track_names,\n    track_name2index,\n)\n\nfrom rs_resolve.tool.text_plus2srt.text_plus2srt_ui import Ui_MainWindow\n\nAPP_NAME = 'TextPlus2SRT'\n\n\ndef to_time(fps, frame) -> str:\n    float_sec = frame / fps\n    sec = math.floor(float_sec)\n    ms = round((float_sec - sec) * 1000)\n    minute, sec = divmod(sec, 60)\n    hour, minute = divmod(minute, 60)\n    return '%02d:%02d:%02d,%03d' % (hour, minute, sec, ms)\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(250, 50)\n        self.fusion = fusion\n\n        # lang\n        self.lang_code: lang.Code = lang.load()\n\n        # combobox\n        w = self.ui.videoComboBox\n        m = QStringListModel()\n        w.setModel(m)\n\n        # style sheet\n        self.ui.updateButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.saveButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n        self.ui.updateButton.clicked.connect(self.update_track)\n        self.ui.saveButton.clicked.connect(self.save)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        #\n        self.update_track()\n        self.ui.closeButton.setFocus()\n\n    def save(self) -> None:\n        self.ui.logTextEdit.clear()\n        # dialog\n        type_name = 'srt'\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'save as',\n            '',\n            f'{type_name.upper()} File (*.{type_name.lower()})',\n        )\n        if path == '':\n            return\n\n        srt_file = Path(path)\n\n        resolve = self.fusion.GetResolve()\n        page = resolve.GetCurrentPage()\n        if page not in ['edit', 'cut']:\n            return\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            self.add2log(\n                'Project not found.'\n                if self.lang_code == lang.Code.en else\n                'Projectが見付かりません。',\n                log.ERROR_COLOR,\n            )\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            self.add2log(\n                'Timeline not found.'\n                if self.lang_code == lang.Code.en else\n                'Timelineが見付かりません。',\n                log.ERROR_COLOR,\n            )\n            return\n\n        index = track_name2index(timeline, 'video', self.ui.videoComboBox.currentText())\n\n        if index == 0:\n            self.add2log(\n                'Track not found.'\n                if self.lang_code == lang.Code.en else\n                '選択したトラックが見付かりません。',\n                log.ERROR_COLOR,\n            )\n            return\n\n        # start\n        self.add2log('Processing...')\n\n        start_frame = timeline.GetStartFrame()\n        fps = get_fps(timeline)\n        data_list = []\n        for i, item in enumerate(timeline.GetItemListInTrack('video', index)):\n            if item.GetFusionCompCount() == 0:\n                continue\n            comp = item.GetFusionCompByIndex(1)\n            lst = comp.GetToolList(False, 'TextPlus')\n            if not lst:\n                continue\n            if not lst[1]:\n                continue\n            s_text = to_time(fps, item.GetStart() - start_frame)\n            e_text = to_time(fps, item.GetEnd() - start_frame)\n            text = lst[1].GetInput('StyledText', 0)\n            lst = [\n                str(i + 1),\n                s_text + ' --> ' + e_text,\n                text,\n            ]\n            data_list.append('\\n'.join(lst))\n        srt = '\\n\\n'.join(data_list)\n\n        util.write_text(srt_file, srt)\n\n        # end\n        self.add2log('Done!')\n\n    def update_track(self) -> None:\n        m: QStringListModel = self.ui.videoComboBox.model()\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            self.add2log(\n                'Project not found.'\n                if self.lang_code == lang.Code.en else\n                'Projectが見付かりません。',\n                log.ERROR_COLOR,\n            )\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            self.add2log(\n                'Timeline not found.'\n                if self.lang_code == lang.Code.en else\n                'Timelineが見付かりません。',\n                log.ERROR_COLOR,\n            )\n            return\n        if timeline is None:\n            m.setStringList([])\n            return\n\n        # video\n        m.setStringList(get_track_names(timeline, 'video'))\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/text_plus2srt/text_plus2srt.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>289</width>\n    <height>233</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n      <item>\n       <widget class=\"QLabel\" name=\"label_2\">\n        <property name=\"text\">\n         <string>Video Track</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QComboBox\" name=\"videoComboBox\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"updateButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>トラック更新</string>\n        </property>\n        <property name=\"text\">\n         <string>update</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>Log</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <item>\n        <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"lineWrapMode\">\n          <enum>QTextEdit::NoWrap</enum>\n         </property>\n         <property name=\"readOnly\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"saveButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>トラック更新</string>\n        </property>\n        <property name=\"text\">\n         <string>save</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/text_plus2srt/text_plus2srt_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'text_plus2srt.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QComboBox, QGroupBox, QHBoxLayout,\n    QLabel, QMainWindow, QPushButton, QSizePolicy,\n    QSpacerItem, QTextEdit, QVBoxLayout, QWidget)\n\nfrom rs.gui.log import LogTextEdit\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(289, 233)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.label_2 = QLabel(self.centralwidget)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.horizontalLayout_2.addWidget(self.label_2)\n\n        self.videoComboBox = QComboBox(self.centralwidget)\n        self.videoComboBox.setObjectName(u\"videoComboBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.videoComboBox.sizePolicy().hasHeightForWidth())\n        self.videoComboBox.setSizePolicy(sizePolicy)\n\n        self.horizontalLayout_2.addWidget(self.videoComboBox)\n\n        self.updateButton = QPushButton(self.centralwidget)\n        self.updateButton.setObjectName(u\"updateButton\")\n        self.updateButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout_2.addWidget(self.updateButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy1)\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.logTextEdit = LogTextEdit(self.groupBox_2)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy2)\n        self.logTextEdit.setLineWrapMode(QTextEdit.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout_2.addWidget(self.logTextEdit)\n\n\n        self.verticalLayout.addWidget(self.groupBox_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.saveButton = QPushButton(self.centralwidget)\n        self.saveButton.setObjectName(u\"saveButton\")\n        self.saveButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.saveButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(50, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Video Track\", None))\n#if QT_CONFIG(tooltip)\n        self.updateButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u66f4\\u65b0\", None))\n#endif // QT_CONFIG(tooltip)\n        self.updateButton.setText(QCoreApplication.translate(\"MainWindow\", u\"update\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Log\", None))\n#if QT_CONFIG(tooltip)\n        self.saveButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u66f4\\u65b0\", None))\n#endif // QT_CONFIG(tooltip)\n        self.saveButton.setText(QCoreApplication.translate(\"MainWindow\", u\"save\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_bin_assistant/__init__.py",
    "content": "from .voice_bin_assistant import (\n    run,\n)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_bin_assistant/voice_bin_assistant.py",
    "content": "from functools import partial\n\nimport dataclasses\nimport sys\nimport time\n\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n)\nfrom PySide6.QtGui import (\n    QColor,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    voice_bin_process,\n    util,\n)\nfrom rs.gui import (\n    appearance,\n    log,\n)\n\nfrom rs_resolve.core import (\n    get_currentframe,\n    get_fps,\n    track_name2index,\n    get_track_names,\n)\nfrom rs_resolve.gui import (\n    get_resolve_window,\n    activate_window,\n)\nfrom rs_resolve.tool.voice_bin_assistant.voice_bin_assistant_ui import Ui_MainWindow\n\nAPP_NAME = 'VoiceBinアシスタント'\n\n\ndef get_index(timeline, track_type, v):\n    m: QStringListModel = v.model()\n    names = p.pipe(\n        v.selectionModel().selectedIndexes(),\n        p.map(m.data),\n        p.map(str),\n        list,\n    )\n    if len(names) == 0:\n        return 0\n\n    return track_name2index(timeline, track_type, names[0])\n\n\ndef get_video_item(timeline, index):\n    frame = get_currentframe(timeline)\n    for item in timeline.GetItemListInTrack('video', index):\n        if item.GetStart() <= frame < item.GetEnd():\n            return item\n    return None\n\n\ndef get_text(item) -> str:\n    if item.GetFusionCompCount() == 0:\n        return ''\n    comp = item.GetFusionCompByIndex(1)\n    lst = comp.GetToolList(False, 'TextPlus')\n\n    if len(lst) == 0:\n        return ''\n    return lst[1].GetInput('StyledText')\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    import_wait: float = 0.1\n    wave_offset: int = 15\n    refer_track: bool = False\n\n    tatie_wait: float = 2.0\n    rebuild_script: bool = True\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(380, 700)\n        self.fusion = fusion\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # list\n        for w in [self.ui.videoListView, self.ui.audioListView]:\n            m = QStringListModel()\n            w.setModel(m)\n\n        # style sheet\n        self.ui.importButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.textPlusButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.tatieButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.textPlusTatieButton.setStyleSheet(appearance.in_stylesheet)\n\n        self.ui.copyTextButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n        self.ui.importButton.clicked.connect(self.import_wave)\n        self.ui.textPlusButton.clicked.connect(partial(self.split_and_setup, True, False))\n        self.ui.tatieButton.clicked.connect(partial(self.split_and_setup, False, True))\n        self.ui.textPlusTatieButton.clicked.connect(partial(self.split_and_setup, True, True))\n        self.ui.closeButton.clicked.connect(self.close)\n\n        self.ui.updateTrackButton.clicked.connect(self.update_track)\n        self.ui.copyTextButton.clicked.connect(self.copy_text)\n\n        #\n        self.ui.closeButton.setFocus()\n        self.update_track()\n\n    def set_data(self, c: ConfigData):\n        self.ui.importWaitSpinBox.setValue(c.import_wait)\n        self.ui.offsetSpinBox.setValue(c.wave_offset)\n        self.ui.referTrackCheckBox.setChecked(c.refer_track)\n\n        self.ui.tatieWaitSpinBox.setValue(c.tatie_wait)\n        self.ui.rebuildCheckBox.setChecked(c.rebuild_script)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.import_wait = self.ui.importWaitSpinBox.value()\n        c.wave_offset = self.ui.offsetSpinBox.value()\n        c.refer_track = self.ui.referTrackCheckBox.isChecked()\n\n        c.tatie_wait = self.ui.tatieWaitSpinBox.value()\n        c.rebuild_script = self.ui.rebuildCheckBox.isChecked()\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n    def update_track(self) -> None:\n        v_m: QStringListModel = self.ui.videoListView.model()\n        a_m: QStringListModel = self.ui.audioListView.model()\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            v_m.setStringList([])\n            a_m.setStringList([])\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            v_m.setStringList([])\n            a_m.setStringList([])\n            return\n        v_m.setStringList(get_track_names(timeline, 'video'))\n        a_m.setStringList(get_track_names(timeline, 'audio'))\n\n    def copy_text(self):\n        self.ui.logTextEdit.clear()\n\n        # get data\n        resolve = self.fusion.GetResolve()\n        page = resolve.GetCurrentPage()\n        if page not in ['edit', 'cut']:\n            return\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            self.add2log('Projectが見付かりません。')\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            self.add2log('Timelineが見付かりません。')\n            return\n\n        index = get_index(timeline, 'video', self.ui.videoListView)\n\n        if index == 0:\n            self.add2log('選択したトラックが見付かりません。')\n            return\n\n        # text\n        frame = get_currentframe(timeline)\n        text = p.pipe(\n            timeline.GetItemListInTrack('video', index),\n            p.filter(lambda i: frame <= i.GetStart()),\n            p.map(get_text),\n            p.map(p.call.replace('\\n', '')),\n            list,\n            '\\n'.join,\n        )\n\n        # copy\n        QApplication.clipboard().setText(text)\n        self.add2log(text)\n\n    def import_wave(self) -> None:\n        import pyautogui\n        from collections import deque\n        filenames = QFileDialog.getOpenFileNames(\n            self,\n            'Open File',\n            None,\n            'Wave File (*.wav);;All File (*.*)'\n        )[0]\n\n        self.ui.logTextEdit.clear()\n\n        # get data\n        resolve = self.fusion.GetResolve()\n        page = resolve.GetCurrentPage()\n        if page not in ['edit', 'cut']:\n            return\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            self.add2log('Projectが見付かりません。')\n            return\n        mediapool = project.GetMediaPool()\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            self.add2log('Timelineが見付かりません。')\n            return\n\n        w = get_resolve_window(project.GetName())\n        if w is None and not util.IS_MAC:\n            self.add2log('DaVinci ResolveのWindowが見付かりません。')\n            return\n\n        data = self.get_data()\n\n        # Queue\n        que = deque()\n        if data.refer_track:\n            index = get_index(timeline, 'video', self.ui.videoListView)\n            if index == 0:\n                self.add2log('選択したトラックが見付かりません。')\n                return\n            frame = get_currentframe(timeline)\n            p.pipe(\n                timeline.GetItemListInTrack('video', index),\n                p.filter(lambda i: frame <= i.GetStart()),\n                p.iter(lambda i: que.append(i.GetStart())),\n            )\n            timeline.SetCurrentTimecode(str(que.popleft()))\n\n        # main\n        for f in filenames:\n\n            # import\n            pool_item = mediapool.ImportMedia([f])[0]\n            if pool_item.GetClipProperty('Usage') == '0':\n                mediapool.DeleteClips([pool_item])  # Media Poolで選択状態にするため、削除して読み直す。\n                mediapool.ImportMedia([f])[0]\n                activate_window(w)\n                pyautogui.hotkey('f10')\n                time.sleep(data.import_wait)\n                if len(que) == 0:\n                    frame = get_currentframe(timeline)\n                    timeline.SetCurrentTimecode(str(frame + data.wave_offset))\n                else:\n                    timeline.SetCurrentTimecode(str(que.popleft()))\n                self.add2log('Import: ' + str(f))\n            else:\n                self.add2log('すでに使われています。スキップします。: ' + str(f))\n\n        # end\n        self.add2log('Done!')\n\n    def split_and_setup(self, use_text_plus: bool, use_tatie: bool) -> None:\n        import pyautogui\n        self.ui.logTextEdit.clear()\n\n        # get data\n        resolve = self.fusion.GetResolve()\n        page = resolve.GetCurrentPage()\n        if page not in ['edit', 'cut']:\n            return\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            self.add2log('Projectが見付かりません。')\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            self.add2log('Timelineが見付かりません。')\n            return\n\n        fps = get_fps(timeline)\n        v_index = get_index(timeline, 'video', self.ui.videoListView)\n        a_index = get_index(timeline, 'audio', self.ui.audioListView)\n\n        if v_index == 0 or a_index == 0:\n            self.add2log('選択したトラックが見付かりません。')\n            return\n\n        v_item = get_video_item(timeline, v_index)\n        if v_item is None:\n            self.add2log('ビデオクリップが見付かりません。')\n            return\n        v_sf = v_item.GetStart()\n        v_ef = v_item.GetEnd()\n\n        audio_items = []\n        for item in timeline.GetItemListInTrack('audio', a_index):\n            if item.GetStart() < v_ef and v_sf < item.GetEnd():\n                audio_items.append(item)\n\n        w = get_resolve_window(project.GetName())\n        if w is None and not util.IS_MAC:\n            self.add2log('DaVinci ResolveのWindowが見付かりません。')\n            return\n\n        data = self.get_data()\n\n        # main\n        cmd_dir: Path = config.CONFIG_DIR.joinpath('VoiceBin', 'Scripts')\n        cmd_dir.mkdir(parents=True, exist_ok=True)\n        for item in audio_items:\n            sf = max([item.GetStart(), v_sf])\n            ef = min([item.GetEnd(), v_ef])\n            cf = int((sf + ef) / 2)\n            f = Path(item.GetMediaPoolItem().GetClipProperty('File Path'))\n            # make script\n            if data.rebuild_script:\n                voice_bin_process.del_script(f)\n            voice_bin_process.run(f, fps)\n\n            text_lua = f.parent.joinpath(f.stem + '.lua')\n            tatie_lua = f.parent.joinpath(f.stem + '.tatie.lua')\n            # split\n            self.add2log(f.stem)\n            activate_window(w)\n            pyautogui.hotkey('ctrl', 'shift', 'a')\n            for n in [sf, ef]:\n                timeline.SetCurrentTimecode(str(n))\n                activate_window(w)\n                pyautogui.hotkey('ctrl', 'b')\n                time.sleep(data.tatie_wait)\n            # setup\n            timeline.SetCurrentTimecode(str(cf))\n            if use_text_plus and text_lua.is_file():\n                self.fusion.Execute(text_lua.read_text(encoding='utf-8'))\n            if use_tatie and tatie_lua.is_file():\n                self.fusion.Execute(tatie_lua.read_text(encoding='utf-8'))\n            time.sleep(data.tatie_wait / 2.0)\n\n        # end\n        self.add2log('Done!')\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_bin_assistant/voice_bin_assistant.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>367</width>\n    <height>665</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_6\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>読み込み</string>\n      </property>\n      <layout class=\"QFormLayout\" name=\"formLayout\">\n       <item row=\"0\" column=\"0\">\n        <widget class=\"QLabel\" name=\"label\">\n         <property name=\"text\">\n          <string>待ち時間</string>\n         </property>\n        </widget>\n       </item>\n       <item row=\"0\" column=\"1\">\n        <widget class=\"QDoubleSpinBox\" name=\"importWaitSpinBox\"/>\n       </item>\n       <item row=\"1\" column=\"0\">\n        <widget class=\"QLabel\" name=\"label_2\">\n         <property name=\"text\">\n          <string>間隔(フレーム)</string>\n         </property>\n        </widget>\n       </item>\n       <item row=\"1\" column=\"1\">\n        <widget class=\"QSpinBox\" name=\"offsetSpinBox\"/>\n       </item>\n       <item row=\"2\" column=\"1\">\n        <widget class=\"QCheckBox\" name=\"referTrackCheckBox\">\n         <property name=\"text\">\n          <string>ビデオトラックを参照する</string>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_3\">\n      <property name=\"title\">\n       <string>TEXT+ 立ち絵</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n       <item>\n        <layout class=\"QFormLayout\" name=\"formLayout_2\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_3\">\n           <property name=\"text\">\n            <string>待ち時間</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <widget class=\"QDoubleSpinBox\" name=\"tatieWaitSpinBox\"/>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <widget class=\"QCheckBox\" name=\"rebuildCheckBox\">\n         <property name=\"text\">\n          <string>毎回スクリプトを作る</string>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_6\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Preferred\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>トラック選択</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\" stretch=\"0,0\">\n         <item>\n          <widget class=\"QGroupBox\" name=\"groupBox_4\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>30</width>\n             <height>0</height>\n            </size>\n           </property>\n           <property name=\"title\">\n            <string>ビデオ トラック</string>\n           </property>\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n            <property name=\"leftMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"topMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"rightMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"bottomMargin\">\n             <number>0</number>\n            </property>\n            <item>\n             <widget class=\"QListView\" name=\"videoListView\">\n              <property name=\"sizePolicy\">\n               <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n                <horstretch>0</horstretch>\n                <verstretch>0</verstretch>\n               </sizepolicy>\n              </property>\n              <property name=\"minimumSize\">\n               <size>\n                <width>0</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"baseSize\">\n               <size>\n                <width>0</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"editTriggers\">\n               <set>QAbstractItemView::NoEditTriggers</set>\n              </property>\n              <property name=\"selectionBehavior\">\n               <enum>QAbstractItemView::SelectRows</enum>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QGroupBox\" name=\"groupBox_5\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>30</width>\n             <height>0</height>\n            </size>\n           </property>\n           <property name=\"title\">\n            <string>オーディオ トラック</string>\n           </property>\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n            <property name=\"leftMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"topMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"rightMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"bottomMargin\">\n             <number>0</number>\n            </property>\n            <item>\n             <widget class=\"QListView\" name=\"audioListView\">\n              <property name=\"sizePolicy\">\n               <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n                <horstretch>0</horstretch>\n                <verstretch>0</verstretch>\n               </sizepolicy>\n              </property>\n              <property name=\"minimumSize\">\n               <size>\n                <width>0</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"baseSize\">\n               <size>\n                <width>1</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"editTriggers\">\n               <set>QAbstractItemView::NoEditTriggers</set>\n              </property>\n              <property name=\"selectionBehavior\">\n               <enum>QAbstractItemView::SelectRows</enum>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </widget>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n         <item>\n          <widget class=\"QPushButton\" name=\"copyTextButton\">\n           <property name=\"text\">\n            <string>TEXT+ コピー</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_2\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>40</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"updateTrackButton\">\n           <property name=\"text\">\n            <string>トラック 更新</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>ログ</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"lineWrapMode\">\n          <enum>QTextEdit::NoWrap</enum>\n         </property>\n         <property name=\"readOnly\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"textPlusButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>TEXT+</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"tatieButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>立ち絵</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"textPlusTatieButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>TEXT+ 立ち絵</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n      <item>\n       <widget class=\"QPushButton\" name=\"importButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>読み込み(wav)</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_3\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_bin_assistant/voice_bin_assistant_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'voice_bin_assistant.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QCheckBox, QDoubleSpinBox,\n    QFormLayout, QGroupBox, QHBoxLayout, QLabel,\n    QListView, QMainWindow, QPushButton, QSizePolicy,\n    QSpacerItem, QSpinBox, QTextEdit, QVBoxLayout,\n    QWidget)\n\nfrom rs.gui.log import LogTextEdit\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(367, 665)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_6 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_6.setObjectName(u\"verticalLayout_6\")\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.formLayout = QFormLayout(self.groupBox)\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(self.groupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label)\n\n        self.importWaitSpinBox = QDoubleSpinBox(self.groupBox)\n        self.importWaitSpinBox.setObjectName(u\"importWaitSpinBox\")\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.importWaitSpinBox)\n\n        self.label_2 = QLabel(self.groupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_2)\n\n        self.offsetSpinBox = QSpinBox(self.groupBox)\n        self.offsetSpinBox.setObjectName(u\"offsetSpinBox\")\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.offsetSpinBox)\n\n        self.referTrackCheckBox = QCheckBox(self.groupBox)\n        self.referTrackCheckBox.setObjectName(u\"referTrackCheckBox\")\n\n        self.formLayout.setWidget(2, QFormLayout.FieldRole, self.referTrackCheckBox)\n\n\n        self.verticalLayout_6.addWidget(self.groupBox)\n\n        self.groupBox_3 = QGroupBox(self.centralwidget)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.verticalLayout_4 = QVBoxLayout(self.groupBox_3)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.formLayout_2 = QFormLayout()\n        self.formLayout_2.setObjectName(u\"formLayout_2\")\n        self.label_3 = QLabel(self.groupBox_3)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.formLayout_2.setWidget(0, QFormLayout.LabelRole, self.label_3)\n\n        self.tatieWaitSpinBox = QDoubleSpinBox(self.groupBox_3)\n        self.tatieWaitSpinBox.setObjectName(u\"tatieWaitSpinBox\")\n\n        self.formLayout_2.setWidget(0, QFormLayout.FieldRole, self.tatieWaitSpinBox)\n\n\n        self.verticalLayout_4.addLayout(self.formLayout_2)\n\n        self.rebuildCheckBox = QCheckBox(self.groupBox_3)\n        self.rebuildCheckBox.setObjectName(u\"rebuildCheckBox\")\n\n        self.verticalLayout_4.addWidget(self.rebuildCheckBox)\n\n\n        self.verticalLayout_6.addWidget(self.groupBox_3)\n\n        self.groupBox_6 = QGroupBox(self.centralwidget)\n        self.groupBox_6.setObjectName(u\"groupBox_6\")\n        sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Preferred)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox_6.sizePolicy().hasHeightForWidth())\n        self.groupBox_6.setSizePolicy(sizePolicy)\n        self.verticalLayout_5 = QVBoxLayout(self.groupBox_6)\n        self.verticalLayout_5.setObjectName(u\"verticalLayout_5\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.groupBox_4 = QGroupBox(self.groupBox_6)\n        self.groupBox_4.setObjectName(u\"groupBox_4\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Preferred)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.groupBox_4.sizePolicy().hasHeightForWidth())\n        self.groupBox_4.setSizePolicy(sizePolicy1)\n        self.groupBox_4.setMinimumSize(QSize(30, 0))\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_4)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)\n        self.videoListView = QListView(self.groupBox_4)\n        self.videoListView.setObjectName(u\"videoListView\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.videoListView.sizePolicy().hasHeightForWidth())\n        self.videoListView.setSizePolicy(sizePolicy2)\n        self.videoListView.setMinimumSize(QSize(0, 0))\n        self.videoListView.setBaseSize(QSize(0, 0))\n        self.videoListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.videoListView.setSelectionBehavior(QAbstractItemView.SelectRows)\n\n        self.verticalLayout_2.addWidget(self.videoListView)\n\n\n        self.horizontalLayout_2.addWidget(self.groupBox_4)\n\n        self.groupBox_5 = QGroupBox(self.groupBox_6)\n        self.groupBox_5.setObjectName(u\"groupBox_5\")\n        sizePolicy1.setHeightForWidth(self.groupBox_5.sizePolicy().hasHeightForWidth())\n        self.groupBox_5.setSizePolicy(sizePolicy1)\n        self.groupBox_5.setMinimumSize(QSize(30, 0))\n        self.verticalLayout_3 = QVBoxLayout(self.groupBox_5)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)\n        self.audioListView = QListView(self.groupBox_5)\n        self.audioListView.setObjectName(u\"audioListView\")\n        sizePolicy2.setHeightForWidth(self.audioListView.sizePolicy().hasHeightForWidth())\n        self.audioListView.setSizePolicy(sizePolicy2)\n        self.audioListView.setMinimumSize(QSize(0, 0))\n        self.audioListView.setBaseSize(QSize(1, 0))\n        self.audioListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.audioListView.setSelectionBehavior(QAbstractItemView.SelectRows)\n\n        self.verticalLayout_3.addWidget(self.audioListView)\n\n\n        self.horizontalLayout_2.addWidget(self.groupBox_5)\n\n\n        self.verticalLayout_5.addLayout(self.horizontalLayout_2)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.copyTextButton = QPushButton(self.groupBox_6)\n        self.copyTextButton.setObjectName(u\"copyTextButton\")\n\n        self.horizontalLayout_4.addWidget(self.copyTextButton)\n\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer_2)\n\n        self.updateTrackButton = QPushButton(self.groupBox_6)\n        self.updateTrackButton.setObjectName(u\"updateTrackButton\")\n\n        self.horizontalLayout_4.addWidget(self.updateTrackButton)\n\n\n        self.verticalLayout_5.addLayout(self.horizontalLayout_4)\n\n\n        self.verticalLayout_6.addWidget(self.groupBox_6)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        sizePolicy3 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy3.setHorizontalStretch(0)\n        sizePolicy3.setVerticalStretch(0)\n        sizePolicy3.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy3)\n        self.verticalLayout = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.logTextEdit = LogTextEdit(self.groupBox_2)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy2.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy2)\n        self.logTextEdit.setLineWrapMode(QTextEdit.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout.addWidget(self.logTextEdit)\n\n\n        self.verticalLayout_6.addWidget(self.groupBox_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.textPlusButton = QPushButton(self.centralwidget)\n        self.textPlusButton.setObjectName(u\"textPlusButton\")\n        self.textPlusButton.setMinimumSize(QSize(100, 30))\n\n        self.horizontalLayout.addWidget(self.textPlusButton)\n\n        self.tatieButton = QPushButton(self.centralwidget)\n        self.tatieButton.setObjectName(u\"tatieButton\")\n        self.tatieButton.setMinimumSize(QSize(100, 30))\n\n        self.horizontalLayout.addWidget(self.tatieButton)\n\n        self.textPlusTatieButton = QPushButton(self.centralwidget)\n        self.textPlusTatieButton.setObjectName(u\"textPlusTatieButton\")\n        self.textPlusTatieButton.setMinimumSize(QSize(100, 30))\n\n        self.horizontalLayout.addWidget(self.textPlusTatieButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n\n        self.verticalLayout_6.addLayout(self.horizontalLayout)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.importButton = QPushButton(self.centralwidget)\n        self.importButton.setObjectName(u\"importButton\")\n        self.importButton.setMinimumSize(QSize(100, 30))\n\n        self.horizontalLayout_3.addWidget(self.importButton)\n\n        self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_3)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 30))\n\n        self.horizontalLayout_3.addWidget(self.closeButton)\n\n\n        self.verticalLayout_6.addLayout(self.horizontalLayout_3)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u8aad\\u307f\\u8fbc\\u307f\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5f85\\u3061\\u6642\\u9593\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u9593\\u9694(\\u30d5\\u30ec\\u30fc\\u30e0)\", None))\n        self.referTrackCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30d3\\u30c7\\u30aa\\u30c8\\u30e9\\u30c3\\u30af\\u3092\\u53c2\\u7167\\u3059\\u308b\", None))\n        self.groupBox_3.setTitle(QCoreApplication.translate(\"MainWindow\", u\"TEXT+ \\u7acb\\u3061\\u7d75\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5f85\\u3061\\u6642\\u9593\", None))\n        self.rebuildCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u6bce\\u56de\\u30b9\\u30af\\u30ea\\u30d7\\u30c8\\u3092\\u4f5c\\u308b\", None))\n        self.groupBox_6.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u9078\\u629e\", None))\n        self.groupBox_4.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30d3\\u30c7\\u30aa \\u30c8\\u30e9\\u30c3\\u30af\", None))\n        self.groupBox_5.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30aa\\u30fc\\u30c7\\u30a3\\u30aa \\u30c8\\u30e9\\u30c3\\u30af\", None))\n        self.copyTextButton.setText(QCoreApplication.translate(\"MainWindow\", u\"TEXT+ \\u30b3\\u30d4\\u30fc\", None))\n        self.updateTrackButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30c3\\u30af \\u66f4\\u65b0\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30ed\\u30b0\", None))\n        self.textPlusButton.setText(QCoreApplication.translate(\"MainWindow\", u\"TEXT+\", None))\n        self.tatieButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u7acb\\u3061\\u7d75\", None))\n        self.textPlusTatieButton.setText(QCoreApplication.translate(\"MainWindow\", u\"TEXT+ \\u7acb\\u3061\\u7d75\", None))\n        self.importButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u8aad\\u307f\\u8fbc\\u307f(wav)\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_dropper/__init__.py",
    "content": "from .voice_dropper import (\n    run,\n)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_dropper/lip_sync_window.py",
    "content": "import dataclasses\nimport sys\n\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs_resolve.core import (\n    track_name2index,\n    get_track_names,\n)\nfrom rs_resolve.gui.shortcut.shortcut_window import MainWindow as ShortcutWindow\nfrom rs_resolve.tool.voice_dropper.lip_sync_window_ui import Ui_MainWindow\n\nAPP_NAME = 'lipSyncWindow'\n\n\ndef get_index(timeline, track_type, v):\n    m: QStringListModel = v.model()\n    names = p.pipe(\n        v.selectionModel().selectedIndexes(),\n        p.map(m.data),\n        p.map(str),\n        list,\n    )\n    if len(names) == 0:\n        return 0\n\n    return track_name2index(timeline, track_type, names[0])\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    time_out: float = 5.0\n    use_auto_lock: bool = True\n    use_delete: bool = False\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(300, 300)\n        self.fusion = fusion\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n\n        # list\n        for w in [self.ui.videoListView, self.ui.audioListView]:\n            m = QStringListModel()\n            w.setModel(m)\n\n        # window\n        self.shortcut_window = ShortcutWindow(self, self.fusion)\n\n        # style sheet\n        self.ui.shortcutButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.applyButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.shortcutButton.clicked.connect(self.shortcut_window.show)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        self.ui.updateTrackButton.clicked.connect(self.update_track)\n\n        #\n        self.ui.closeButton.setFocus()\n        self.update_track()\n\n    def update_track(self) -> None:\n        v_m: QStringListModel = self.ui.videoListView.model()\n        a_m: QStringListModel = self.ui.audioListView.model()\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            v_m.setStringList([])\n            a_m.setStringList([])\n            return\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            v_m.setStringList([])\n            a_m.setStringList([])\n            return\n        v_m.setStringList(get_track_names(timeline, 'video'))\n        a_m.setStringList(get_track_names(timeline, 'audio'))\n\n    def set_data(self, c: ConfigData):\n        self.ui.tatieTimeOutSpinBox.setValue(c.time_out)\n        self.ui.autoLockCheckBox.setChecked(c.use_auto_lock)\n        self.ui.useDeleteCheckBox.setChecked(c.use_delete)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.time_out = self.ui.tatieTimeOutSpinBox.value()\n        c.use_auto_lock = self.ui.autoLockCheckBox.isChecked()\n        c.use_delete = self.ui.useDeleteCheckBox.isChecked()\n        return c\n\n    def get_video_track_index(self, timeline):\n        return get_index(timeline, 'video', self.ui.videoListView)\n\n    def get_audio_track_index(self, timeline):\n        return get_index(timeline, 'audio', self.ui.audioListView)\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n    def show(self) -> None:\n        self.load_config()\n        super().show()\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_dropper/lip_sync_window.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>272</width>\n    <height>313</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <layout class=\"QFormLayout\" name=\"formLayout_2\">\n      <item row=\"0\" column=\"0\">\n       <widget class=\"QLabel\" name=\"label_3\">\n        <property name=\"text\">\n         <string>time out</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"1\">\n       <widget class=\"QDoubleSpinBox\" name=\"tatieTimeOutSpinBox\"/>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"QCheckBox\" name=\"autoLockCheckBox\">\n      <property name=\"text\">\n       <string>Auto Lock</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QCheckBox\" name=\"useDeleteCheckBox\">\n      <property name=\"text\">\n       <string>音声がない部分の立ち絵を削除</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QPushButton\" name=\"shortcutButton\">\n      <property name=\"text\">\n       <string>shortcut</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_6\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Preferred\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string/>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\" stretch=\"0,0\">\n         <item>\n          <widget class=\"QGroupBox\" name=\"groupBox_4\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>30</width>\n             <height>0</height>\n            </size>\n           </property>\n           <property name=\"title\">\n            <string>Video Track</string>\n           </property>\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n            <property name=\"leftMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"topMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"rightMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"bottomMargin\">\n             <number>0</number>\n            </property>\n            <item>\n             <widget class=\"QListView\" name=\"videoListView\">\n              <property name=\"sizePolicy\">\n               <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n                <horstretch>0</horstretch>\n                <verstretch>0</verstretch>\n               </sizepolicy>\n              </property>\n              <property name=\"minimumSize\">\n               <size>\n                <width>0</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"baseSize\">\n               <size>\n                <width>0</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"editTriggers\">\n               <set>QAbstractItemView::NoEditTriggers</set>\n              </property>\n              <property name=\"selectionBehavior\">\n               <enum>QAbstractItemView::SelectRows</enum>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QGroupBox\" name=\"groupBox_5\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Preferred\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"minimumSize\">\n            <size>\n             <width>30</width>\n             <height>0</height>\n            </size>\n           </property>\n           <property name=\"title\">\n            <string>Audio Track</string>\n           </property>\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n            <property name=\"leftMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"topMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"rightMargin\">\n             <number>0</number>\n            </property>\n            <property name=\"bottomMargin\">\n             <number>0</number>\n            </property>\n            <item>\n             <widget class=\"QListView\" name=\"audioListView\">\n              <property name=\"sizePolicy\">\n               <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n                <horstretch>0</horstretch>\n                <verstretch>0</verstretch>\n               </sizepolicy>\n              </property>\n              <property name=\"minimumSize\">\n               <size>\n                <width>0</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"baseSize\">\n               <size>\n                <width>1</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"editTriggers\">\n               <set>QAbstractItemView::NoEditTriggers</set>\n              </property>\n              <property name=\"selectionBehavior\">\n               <enum>QAbstractItemView::SelectRows</enum>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </widget>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n         <item>\n          <spacer name=\"horizontalSpacer_2\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>40</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"updateTrackButton\">\n           <property name=\"text\">\n            <string>update</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"applyButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>apply</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_dropper/lip_sync_window_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'lip_sync_window.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QCheckBox, QDoubleSpinBox,\n    QFormLayout, QGroupBox, QHBoxLayout, QLabel,\n    QListView, QMainWindow, QPushButton, QSizePolicy,\n    QSpacerItem, QVBoxLayout, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(272, 313)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.formLayout_2 = QFormLayout()\n        self.formLayout_2.setObjectName(u\"formLayout_2\")\n        self.label_3 = QLabel(self.centralwidget)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.formLayout_2.setWidget(0, QFormLayout.LabelRole, self.label_3)\n\n        self.tatieTimeOutSpinBox = QDoubleSpinBox(self.centralwidget)\n        self.tatieTimeOutSpinBox.setObjectName(u\"tatieTimeOutSpinBox\")\n\n        self.formLayout_2.setWidget(0, QFormLayout.FieldRole, self.tatieTimeOutSpinBox)\n\n\n        self.verticalLayout.addLayout(self.formLayout_2)\n\n        self.autoLockCheckBox = QCheckBox(self.centralwidget)\n        self.autoLockCheckBox.setObjectName(u\"autoLockCheckBox\")\n\n        self.verticalLayout.addWidget(self.autoLockCheckBox)\n\n        self.useDeleteCheckBox = QCheckBox(self.centralwidget)\n        self.useDeleteCheckBox.setObjectName(u\"useDeleteCheckBox\")\n\n        self.verticalLayout.addWidget(self.useDeleteCheckBox)\n\n        self.shortcutButton = QPushButton(self.centralwidget)\n        self.shortcutButton.setObjectName(u\"shortcutButton\")\n\n        self.verticalLayout.addWidget(self.shortcutButton)\n\n        self.groupBox_6 = QGroupBox(self.centralwidget)\n        self.groupBox_6.setObjectName(u\"groupBox_6\")\n        sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Preferred)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox_6.sizePolicy().hasHeightForWidth())\n        self.groupBox_6.setSizePolicy(sizePolicy)\n        self.verticalLayout_5 = QVBoxLayout(self.groupBox_6)\n        self.verticalLayout_5.setObjectName(u\"verticalLayout_5\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.groupBox_4 = QGroupBox(self.groupBox_6)\n        self.groupBox_4.setObjectName(u\"groupBox_4\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Preferred)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.groupBox_4.sizePolicy().hasHeightForWidth())\n        self.groupBox_4.setSizePolicy(sizePolicy1)\n        self.groupBox_4.setMinimumSize(QSize(30, 0))\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_4)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)\n        self.videoListView = QListView(self.groupBox_4)\n        self.videoListView.setObjectName(u\"videoListView\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.videoListView.sizePolicy().hasHeightForWidth())\n        self.videoListView.setSizePolicy(sizePolicy2)\n        self.videoListView.setMinimumSize(QSize(0, 0))\n        self.videoListView.setBaseSize(QSize(0, 0))\n        self.videoListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.videoListView.setSelectionBehavior(QAbstractItemView.SelectRows)\n\n        self.verticalLayout_2.addWidget(self.videoListView)\n\n\n        self.horizontalLayout_2.addWidget(self.groupBox_4)\n\n        self.groupBox_5 = QGroupBox(self.groupBox_6)\n        self.groupBox_5.setObjectName(u\"groupBox_5\")\n        sizePolicy1.setHeightForWidth(self.groupBox_5.sizePolicy().hasHeightForWidth())\n        self.groupBox_5.setSizePolicy(sizePolicy1)\n        self.groupBox_5.setMinimumSize(QSize(30, 0))\n        self.verticalLayout_3 = QVBoxLayout(self.groupBox_5)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)\n        self.audioListView = QListView(self.groupBox_5)\n        self.audioListView.setObjectName(u\"audioListView\")\n        sizePolicy2.setHeightForWidth(self.audioListView.sizePolicy().hasHeightForWidth())\n        self.audioListView.setSizePolicy(sizePolicy2)\n        self.audioListView.setMinimumSize(QSize(0, 0))\n        self.audioListView.setBaseSize(QSize(1, 0))\n        self.audioListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.audioListView.setSelectionBehavior(QAbstractItemView.SelectRows)\n\n        self.verticalLayout_3.addWidget(self.audioListView)\n\n\n        self.horizontalLayout_2.addWidget(self.groupBox_5)\n\n\n        self.verticalLayout_5.addLayout(self.horizontalLayout_2)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer_2)\n\n        self.updateTrackButton = QPushButton(self.groupBox_6)\n        self.updateTrackButton.setObjectName(u\"updateTrackButton\")\n\n        self.horizontalLayout_4.addWidget(self.updateTrackButton)\n\n\n        self.verticalLayout_5.addLayout(self.horizontalLayout_4)\n\n\n        self.verticalLayout.addWidget(self.groupBox_6)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.applyButton = QPushButton(self.centralwidget)\n        self.applyButton.setObjectName(u\"applyButton\")\n        self.applyButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.applyButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"time out\", None))\n        self.autoLockCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Auto Lock\", None))\n        self.useDeleteCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u97f3\\u58f0\\u304c\\u306a\\u3044\\u90e8\\u5206\\u306e\\u7acb\\u3061\\u7d75\\u3092\\u524a\\u9664\", None))\n        self.shortcutButton.setText(QCoreApplication.translate(\"MainWindow\", u\"shortcut\", None))\n        self.groupBox_6.setTitle(\"\")\n        self.groupBox_4.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Video Track\", None))\n        self.groupBox_5.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Audio Track\", None))\n        self.updateTrackButton.setText(QCoreApplication.translate(\"MainWindow\", u\"update\", None))\n        self.applyButton.setText(QCoreApplication.translate(\"MainWindow\", u\"apply\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_dropper/voice_dropper.py",
    "content": "import json\nimport math\nimport os\nfrom functools import partial\n\nimport dataclasses\nimport sys\nimport time\n\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n    Signal,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n)\nfrom PySide6.QtGui import (\n    QColor,\n)\n\nfrom watchdog.observers.polling import PollingObserver\nfrom watchdog.events import FileSystemEventHandler\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    util,\n    chara_data,\n    txt,\n    lab,\n)\nfrom rs.core.chara_data import CharaData\nfrom rs.gui.chara.chara import MainWindow as CharaWindow\n\nfrom rs.gui import (\n    appearance,\n    log,\n)\n\nfrom rs_fusion.core import (\n    ordered_dict_to_dict,\n    pose,\n)\nfrom rs_resolve.core import (\n    get_currentframe,\n    set_currentframe,\n    get_fps,\n    track_name2index,\n    get_item,\n    get_track_item_count,\n    LockOtherTrack,\n    shortcut,\n    Appender,\n)\nfrom rs_resolve.gui import (\n    get_resolve_window,\n    activate_window,\n)\nfrom rs_resolve.tool.voice_dropper.voice_dropper_ui import Ui_MainWindow\n\nAPP_NAME = 'Voice Dropper'\n\nSCRIPT_DIR: Path = config.ROOT_PATH.joinpath('data', 'app', 'VoiceDropper')\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    voice_dir: str = ''\n\n    time_out: int = 15\n    offset: int = 15\n    extend: int = 0\n    video_index: int = 1\n    audio_index: int = 1\n    make_text: bool = False\n    use_chara: bool = True\n\n\nclass WatchdogEvent(FileSystemEventHandler):\n    def __init__(self, sig):\n        super(WatchdogEvent, self).__init__()\n        self.modified: Signal = sig\n        self.created_lst = []\n\n    def on_created(self, event):\n        src_path = Path(event.src_path)\n        # print('created', src_path)\n        if src_path.suffix.lower() in ['.wav', ]:\n            self.created_lst.append(src_path)\n\n    def on_modified(self, event):\n        src_path = Path(event.src_path)\n        # print('modified', src_path)\n        if src_path.is_dir():\n            if len(self.created_lst) > 0:\n                self.modified.emit(self.created_lst.copy())\n                self.created_lst.clear()\n\n\nclass MainWindow(QMainWindow):\n    modified = Signal(list)\n\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(350, 650)\n        self.fusion = fusion\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        data_dir: Path = config.DATA_PATH.joinpath('app', 'VoiceDropper')\n        self.text_plus_dir_name: str = '__RS_TextPlus_FPS__'\n        self.text_plus_drb: Path = data_dir.joinpath(self.text_plus_dir_name + '.drb')\n        self.anim_setting: str = data_dir.joinpath('setting_base.txt').read_text(encoding='utf-8')\n        self.anim_setting_mm: str = data_dir.joinpath('setting_aiueo_mm.txt').read_text(encoding='utf-8')\n\n        # window\n        self.chara_window = CharaWindow(self)\n        self.lip_sync_window = None\n\n        # watcher\n        self.modified.connect(self.directory_changed, Qt.QueuedConnection)\n        self.__observer = PollingObserver()\n\n        # style sheet\n        self.ui.startButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.stopButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.importButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.lipSyncButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.charaButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n        self.ui.charaButton.clicked.connect(self.chara_window.show)\n\n        self.ui.startButton.clicked.connect(self.start)\n        self.ui.stopButton.clicked.connect(self.stop)\n\n        self.ui.importButton.clicked.connect(self.import_wave)\n        self.ui.lipSyncButton.clicked.connect(self.open_lip_sync_window)\n\n        self.ui.minimizeButton.clicked.connect(partial(self.setWindowState, Qt.WindowMinimized))\n        self.ui.closeButton.clicked.connect(self.close)\n\n        self.ui.voiceDirLineEdit.textChanged.connect(self.start)\n        self.ui.voiceDirToolButton.clicked.connect(self.voiceDirToolButton_clicked)\n        #\n        self.make_dropper_folder()\n        self.ui.closeButton.setFocus()\n        self.start()\n\n    def open_lip_sync_window(self):\n        if self.lip_sync_window is None:\n            from rs_resolve.tool.voice_dropper.lip_sync_window import MainWindow as LipSyncWindow\n            self.lip_sync_window = LipSyncWindow(self, self.fusion)\n            self.lip_sync_window.ui.applyButton.clicked.connect(self.lip_sync)\n        self.lip_sync_window.show()\n\n    def import_wave(self) -> None:\n        data = self.get_data()\n        filenames = QFileDialog.getOpenFileNames(\n            self,\n            'Open File',\n            data.voice_dir,\n            'Wave File (*.wav);;All File (*.*)'\n        )[0]\n\n        self.ui.logTextEdit.clear()\n        self.directory_changed(\n            p.pipe(\n                filenames,\n                p.map(Path),\n                list\n            )\n        )\n\n    def set_status_label(self):\n        w = self.ui.statusLabel\n        if self.__observer.is_alive():\n            w.setText(' 監視中 ')\n            w.setStyleSheet('color: white; background-color: green;')\n        else:\n            w.setText(' 停止中 ')\n            w.setStyleSheet('')\n\n    def start(self):\n        data = self.get_data()\n        if data.voice_dir == '':\n            return\n        path = Path(data.voice_dir)\n        if path.is_dir():\n            self.stop()\n            self.__observer = PollingObserver()\n            self.__observer.schedule(\n                WatchdogEvent(self.modified), path=str(path), recursive=True\n            )\n            self.__observer.start()\n        self.set_status_label()\n\n    def stop(self):\n        if self.__observer.is_alive():\n            self.__observer.stop()\n            self.__observer.join()\n        self.set_status_label()\n\n    def make_dropper_folder(self):\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            return\n        media_pool = project.GetMediaPool()\n        root_folder = media_pool.GetRootFolder()\n        # store current folder\n        current_folder = media_pool.GetCurrentFolder()\n        # make folder\n        dropper_folder = None\n        for folder in root_folder.GetSubFolderList():\n            if folder.GetName() == 'VoiceDropper':\n                dropper_folder = folder\n                break\n        if dropper_folder is None:\n            dropper_folder = media_pool.AddSubFolder(root_folder, 'VoiceDropper')\n        # import text+\n        for folder in dropper_folder.GetSubFolderList():\n            if folder.GetName() == self.text_plus_dir_name:\n                return\n\n        media_pool.SetCurrentFolder(dropper_folder)\n        media_pool.ImportFolderFromFile(str(self.text_plus_drb))\n        # restore current folder\n        media_pool.SetCurrentFolder(current_folder)\n\n    def directory_changed(self, created_lst):\n        use_watchdog = self.__observer.is_alive()\n        if use_watchdog:\n            self.stop()\n\n        self.voice_drop(created_lst)\n\n        if use_watchdog:\n            self.start()\n\n    @staticmethod\n    def setup_track(timeline, video_index, audio_index):\n        video_size = timeline.GetTrackCount('video')\n        audio_size = timeline.GetTrackCount('audio')\n        if video_index > video_size:\n            for i in range(video_index - video_size):\n                timeline.AddTrack('video')\n        if audio_index > audio_size:\n            for i in range(audio_index - audio_size):\n                timeline.AddTrack('audio', 'stereo')\n\n    def wave_check(self, f, start_time, step, time_out) -> bool:\n        self.add2log('waveファイルチェック:  Start')\n        while True:\n            if time.time() - start_time > time_out:\n                self.add2log('タイムアウト:ファイルが計算中ため、処理をスキップします。', log.ERROR_COLOR)\n                return False\n            try:\n                os.rename(str(f), str(f))\n                break\n            except OSError:\n                time.sleep(step)\n\n        self.add2log('waveファイルチェック:  OK')\n        return True\n\n    def import_wave2mediapool(self, media_pool, f: Path, start_time, step, time_out):\n        mi_list = media_pool.ImportMedia(str(f))\n        while True:\n            if time.time() - start_time > time_out:\n                self.add2log('タイムアウト:音声ファイルのインポートに失敗しました。', log.ERROR_COLOR)\n                return None\n            if len(mi_list) > 0:\n                break\n            else:\n                time.sleep(step)\n                mi_list = media_pool.ImportMedia(str(f))\n\n        return mi_list[0]\n\n    def insert_audio_clip(\n            self, media_pool, timeline,\n            mi, f: Path, audio_index: int, record_frame: int,\n            start_time, step, time_out\n    ):\n        self.add2log('Insert Audio Clip: Start')\n        audio_info = {\n            \"mediaPoolItem\": mi,\n            \"trackIndex\": audio_index,\n            \"recordFrame\": record_frame,\n        }\n        _cnt = get_track_item_count(timeline, 'audio', audio_index)\n        clip = media_pool.AppendToTimeline([audio_info])[0]\n        while True:\n            if time.time() - start_time > time_out:\n                self.add2log('タイムアウト:音声クリップの挿入に失敗しました。', log.ERROR_COLOR)\n                return None\n            time.sleep(step)\n            if get_track_item_count(timeline, 'audio', audio_index) == _cnt:\n                mi.ReplaceClip(str(f))\n                clip = media_pool.AppendToTimeline([audio_info])[0]\n            else:\n                break\n\n        self.add2log('Insert Audio Clip: Done')\n        return clip\n\n    def setup_text_plus(\n            self, clip,\n            ch_data: CharaData, txt_file: Path,\n            width: int, height: int,\n            make_text: bool\n    ) -> bool:\n        self.add2log('Text Setup: Start')\n        # text+用のテキストを読み込み\n        if not txt_file.is_file() and make_text:\n            self.add2log('テキストファイルを作成します。')\n            txt_file.write_text(QApplication.clipboard().text(), encoding='utf-8-sig')\n        t = util.str2lines(\n            txt.read(txt_file, ch_data.c_code),\n            ch_data.str_width * 2,\n        ) if txt_file.is_file() else ''\n\n        # comp\n        if clip.GetFusionCompCount() == 0:\n            self.add2log('FusionCompが見付かりません。', log.ERROR_COLOR)\n            return False\n        comp = clip.GetFusionCompByIndex(1)\n\n        # tool\n        lst = list(comp.GetToolList(False, 'TextPlus').values())\n        if len(lst) == 0:\n            self.add2log('Text+が見付かりません。', log.ERROR_COLOR)\n            return False\n        tool = lst[0]\n\n        # settings\n        st = ordered_dict_to_dict(bmd.readfile(str(ch_data.setting_file)))\n        if st is None:\n            self.add2log(f'settingファイルの読み込みに失敗しました。:{str(ch_data.setting_file)}', log.ERROR_COLOR)\n            return False\n\n        # apply\n        comp.StartUndo('RS Jimaku')\n        comp.Lock()\n        tool.LoadSettings(st)\n        tool.StyledText = t\n        tool.UseFrameFormatSettings = 0\n        tool.Width = width\n        tool.Height = height\n        comp.Unlock()\n        comp.EndUndo(True)\n        self.add2log('Text Setup: Done')\n        return True\n\n    def voice_drop(self, created_lst):\n        time_sta = time.time()\n        self.ui.logTextEdit.clear()\n        if len(created_lst) == 0:\n            return\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            self.add2log('Projectが見付かりません。', log.ERROR_COLOR)\n        media_pool = project.GetMediaPool()\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            self.add2log('Timelineが見付かりません。', log.ERROR_COLOR)\n            return\n        fps = get_fps(timeline)\n\n        root_folder = media_pool.GetRootFolder()\n        dropper_folder = None\n        text_plus_folder = None\n        voice_folder = None\n        for folder in root_folder.GetSubFolderList():\n            if folder.GetName() == 'VoiceDropper':\n                dropper_folder = folder\n            if folder.GetName() == 'Voice':\n                voice_folder = folder\n        if dropper_folder is not None:\n            for folder in dropper_folder.GetSubFolderList():\n                if folder.GetName() == self.text_plus_dir_name:\n                    text_plus_folder = folder\n                    break\n        if voice_folder is None:\n            voice_folder = media_pool.AddSubFolder(root_folder, \"Voice\")\n        media_pool.SetCurrentFolder(voice_folder)\n\n        if dropper_folder is None or text_plus_folder is None:\n            self.add2log(f'MediaPoolにVoiceDropper/{self.text_plus_dir_name}フォルダ見付かりません。', log.ERROR_COLOR)\n            return\n\n        text_template = None\n        for clip in text_plus_folder.GetClipList():\n            if clip.GetClipProperty('Clip Name') == f'TextPlus{fps}FPS':\n                text_template = clip\n                break\n\n        if text_template is None:\n            self.add2log(\n                f'MediaPoolにVoiceDropper/{self.text_plus_dir_name}/TextPlus{fps}FPSが見付かりません。',\n                log.ERROR_COLOR,\n            )\n            return\n        self.add2log('Use %s' % text_template.GetClipProperty('Clip Name'))\n\n        # get data\n        data = self.get_data()\n\n        # main\n        resolve.OpenPage('edit')\n        appender = Appender(resolve, media_pool)\n        for f in p.pipe(\n                created_lst,\n                p.filter(p.call.is_file()),\n                dict.fromkeys,\n                list,\n                sorted,\n        ):\n            f: Path\n            QApplication.processEvents()\n            self.add2log('Start: %s' % f.name)\n            current_frame = get_currentframe(timeline)\n\n            # キャラクター設定\n            ch_data = chara_data.from_file(f)\n\n            # トラック\n            audio_index = track_name2index(timeline, 'audio', ch_data.track_name + '_a')\n            if audio_index == 0 or not data.use_chara:\n                audio_index = data.audio_index\n            video_index = track_name2index(timeline, 'video', ch_data.track_name + '_t')\n            if video_index == 0 or not data.use_chara:\n                video_index = data.video_index\n\n            self.setup_track(timeline, video_index, audio_index)\n            if get_item(timeline, 'video', video_index, current_frame) is not None:\n                self.add2log('Videoトラックに既にアイテムが存在します。', log.ERROR_COLOR)\n                return\n            if get_item(timeline, 'audio', audio_index, current_frame) is not None:\n                self.add2log('Audioトラックに既にアイテムが存在します。', log.ERROR_COLOR)\n                return\n\n            # time out 設定\n            step = 0.2\n            start_time = time.time()\n\n            # ロック確認 VOICEPEAK用に出力待ち\n            if not self.wave_check(f, start_time, step, data.time_out):\n                continue\n\n            # import\n            mi = self.import_wave2mediapool(media_pool, f, start_time, step, data.time_out)\n            if mi is None:\n                continue\n\n            # 音声クリップの挿入\n            clip = self.insert_audio_clip(\n                media_pool, timeline,\n                mi, f, audio_index, current_frame,\n                start_time, step, data.time_out,\n            )\n            if clip is None:\n                continue\n\n            duration = math.ceil(clip.GetDuration(True))  # GetDuration(True)で少数対応なら少数が帰る\n\n            # Text+の挿入\n            self.add2log('Insert Text Clip: Start')\n\n            text_plus = appender.append2timeline(\n                item=text_template,\n                duration=duration + 1 + data.extend,\n                track_index=video_index,\n                media_type=1,\n                record_frame=current_frame,\n            )\n            if text_plus is None:\n                self.add2log('Insert Text Clip: Failed', log.ERROR_COLOR)\n                continue\n            self.add2log('Insert Text Clip: Done')\n\n            # Text+の設定\n            if not self.setup_text_plus(\n                    text_plus,\n                    ch_data,\n                    f.parent.joinpath(f.stem + '.txt'),\n                    int(timeline.GetSetting('timelineResolutionWidth')),\n                    int(timeline.GetSetting('timelineResolutionHeight')),\n                    data.make_text,\n            ):\n                continue\n\n            # カラー、リンク、プレイヘッド\n            if ch_data.color in config.COLOR_LIST:\n                text_plus.SetClipColor(ch_data.color)\n                clip.SetClipColor(ch_data.color)\n            timeline.SetClipsLinked([text_plus, clip], True)\n\n            set_currentframe(timeline, current_frame + duration + data.offset + data.extend)\n\n            # log\n            self.add2log('Import: ' + str(f))\n            self.add2log('')\n        # end\n        time_end = time.time()\n        self.add2log('Done! %fs' % (time_end - time_sta))\n\n    def cut_clip(self, w, timeline, index, sf, ef, wait, sc: shortcut.Data):\n        self.add2log('Cut Clip: Start')\n        activate_window(w)\n        sc.active_timeline_panel()\n        sc.deselect_all()\n\n        # cut list\n        clip = get_item(timeline, 'video', index, sf)\n        cut_lst = []\n        if clip.GetStart() != sf:\n            cut_lst.append(sf)\n        if clip.GetEnd() != ef:\n            cut_lst.append(ef)\n\n        # cut\n        for n in cut_lst:\n            set_currentframe(timeline, n)\n            activate_window(w)\n            _cnt = get_track_item_count(timeline, 'video', index)\n            start_time = time.time()\n            sc.razor()\n            while True:\n                if time.time() - start_time > wait:\n                    break\n                if get_track_item_count(timeline, 'video', index) > _cnt:\n                    break\n                time.sleep(0.1)\n        self.add2log('Cut Clip: Done')\n\n    def set_anim(self, comp, tool, ch_data, f, fps):\n        # get anim\n        self.add2log(f'Load Anim({ch_data.anim_type.strip().lower()}, {ch_data.anim_parameter}): Start')\n        lab_file = f.with_suffix('.lab')\n        anim = ''\n        offset = comp.GetAttrs()['COMPN_GlobalStart']\n        if ch_data.anim_type.strip().lower() == 'open':\n            anim = lab.wav2anim(f, fps, offset)\n        elif lab_file.is_file():\n            anim = lab.lab2anim(lab_file, fps, ch_data.anim_type.strip().lower(), offset)\n        else:\n            self.add2log(f'labファイルが見付かりません。{str(lab_file)}', log.ERROR_COLOR)\n            return\n\n        st = ordered_dict_to_dict(bmd.readstring(self.anim_setting % (\n            ch_data.anim_parameter,\n            ch_data.anim_parameter,\n            ch_data.anim_parameter,\n            anim,\n        )))\n        if st is None:\n            self.add2log('アニメーションの読み込みに失敗しました。', log.ERROR_COLOR)\n            return\n        self.add2log('Load Anim: Done')\n\n        # get anim tool list\n        _pram = ch_data.anim_parameter\n        tool_list = []\n        for v in tool.SaveSettings()['Tools'][tool.Name]['Inputs'].values():\n            if isinstance(v, dict) and '__ctor' in v.keys():\n                if v['__ctor'] == 'InstanceInput' and v['Source'] in [_pram]:\n                    tool_list.append(comp.FindTool(v['SourceOp']))\n\n        # set Lip Sync\n        self.add2log('Apply Anim: Start')\n        comp.StartUndo('RS Lip Sync')\n        comp.Lock()\n        for t in tool_list:\n            if t.GetAttrs()['TOOLB_Visible']:\n                comment = t.GetInput('Comments', comp.CurrentTime)\n                t.LoadSettings(st)\n                t.SetInput('Comments', comment, comp.CurrentTime)\n            else:\n                o_st = t.SaveSettings()\n                o_st['Tools']['MouthAnimBezierSpline'] = st['Tools']['MouthAnimBezierSpline']\n                o_st['Tools'][t.Name]['Inputs'][_pram] = st['Tools']['Ctrl']['Inputs'][_pram]\n                t.LoadSettings(o_st)\n        comp.Unlock()\n        comp.EndUndo(True)\n        self.add2log('Apply Anim: Done')\n\n    def set_anim_mm(self, comp, ch_data, f, fps):\n        # get anim\n        self.add2log(f'Load Anim({ch_data.anim_type.strip().lower()}, {ch_data.anim_parameter}): Start')\n        lab_file = f.with_suffix('.lab')\n        anim_list = []\n        ch_data.anim_type = ch_data.anim_type.strip().lower()\n        offset = comp.GetAttrs()['COMPN_GlobalStart']\n        if lab_file.is_file():\n            anim_list = lab.lab2anim_mm(lab_file, fps, ch_data.anim_type, offset)\n        else:\n            self.add2log(f'labファイルが見付かりません。{str(lab_file)}', log.ERROR_COLOR)\n            return\n        if len(anim_list) < 7:\n            self.add2log('アニメーションの読み込みに失敗しました。', log.ERROR_COLOR)\n            return\n\n        st = ordered_dict_to_dict(bmd.readstring(self.anim_setting_mm % tuple(anim_list[:7])))\n        if st is None:\n            self.add2log('アニメーションの読み込みに失敗しました。', log.ERROR_COLOR)\n            return\n\n        # scale anim\n        scale_st = None\n        if ch_data.anim_type == 'aiueo3':\n            scal_parm = 'Size'\n            if len(anim_list) > 7:\n                scale_st = ordered_dict_to_dict(bmd.readstring(self.anim_setting % (\n                    scal_parm,\n                    scal_parm,\n                    scal_parm,\n                    anim_list[7],\n                )))\n            if scale_st is None:\n                self.add2log('アニメーションの読み込みに失敗しました。', log.ERROR_COLOR)\n                return\n        self.add2log('Load Anim: Done')\n\n        # get anim tool list\n        tool_name = 'MouthAnim'\n        tool = comp.FindTool(tool_name)\n        if tool is None:\n            self.add2log('MultiMerge MouthAnimがありません。', log.ERROR_COLOR)\n            return\n        scale_tool = None\n        if ch_data.anim_type == 'aiueo3':\n            scale_tool_name = 'MouthScale'\n            scale_tool = comp.FindTool(scale_tool_name)\n            if scale_tool is None:\n                self.add2log('MouthScaleがありません。', log.ERROR_COLOR)\n                return\n\n        # set Lip Sync\n        self.add2log('Apply Anim(MultiMerge): Start')\n        comp.StartUndo('RS Lip Sync')\n        comp.Lock()\n        parm_name_list = [\n            'Comments',\n            'LayerName1',\n            'LayerName2',\n            'LayerName3',\n            'LayerName4',\n            'LayerName5',\n            'LayerName6',\n            'LayerName7',\n        ]\n        parm_dct = {}\n        for parm in parm_name_list:\n            parm_dct[parm] = tool.GetInput(parm, comp.CurrentTime)\n        tool.LoadSettings(st)\n        for parm in parm_name_list:\n            tool.SetInput(parm, parm_dct[parm], comp.CurrentTime)\n        # scale\n        if ch_data.anim_type == 'aiueo3':\n            comment = scale_tool.GetInput('Comments', comp.CurrentTime)\n            scale_tool.LoadSettings(scale_st)\n            scale_tool.SetInput('Comments', comment, comp.CurrentTime)\n\n        comp.Unlock()\n        comp.EndUndo(True)\n        self.add2log('Apply Anim: Done')\n\n    def set_anim_mm_o(self, comp, f, fps):\n        self.add2log('Load Anim(open, <MultiMerge>): Start')\n        # get anim tool list\n        tool_name = 'MouthOpenAnim'\n        tool = comp.FindTool(tool_name)\n        if tool is None:\n            self.add2log('MultiMerge MouthOpenAnimがありません。', log.ERROR_COLOR)\n            return\n        layer_max = int(tool.GetInput('M_Open', comp.CurrentTime))\n\n        # get anim\n        offset = comp.GetAttrs()['COMPN_GlobalStart']\n\n        st = ordered_dict_to_dict(bmd.readstring(\n            lab.wav2setting_mm(comp, f, fps, offset)\n        ))\n        if st is None:\n            self.add2log('アニメーションの読み込みに失敗しました。', log.ERROR_COLOR)\n            return\n\n        self.add2log('Load Anim: Done')\n\n        # set Lip Sync\n        self.add2log('Apply Anim(MultiMerge): Start')\n\n        # store\n        parm_name_list = p.pipe(\n            range(1, layer_max + 1),\n            p.map(lambda x: 'LayerName%d' % x),\n            list,\n        )\n        parm_name_list.append('Comments')\n        parm_dct = {}\n        for parm in parm_name_list:\n            parm_dct[parm] = tool.GetInput(parm, comp.CurrentTime)\n\n        # apply\n        comp.StartUndo('RS Lip Sync')\n        comp.Lock()\n\n        tool.LoadSettings(st)\n\n        # restore\n        for parm in parm_name_list:\n            tool.SetInput(parm, parm_dct[parm], comp.CurrentTime)\n\n        comp.Unlock()\n        comp.EndUndo(True)\n        self.add2log('Apply Anim: Done')\n\n    def lip_sync(self):\n        self.ui.logTextEdit.clear()\n\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            self.add2log('Projectが見付かりません。', log.ERROR_COLOR)\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            self.add2log('Timelineが見付かりません。', log.ERROR_COLOR)\n            return\n\n        fps = get_fps(timeline)\n        v_index = self.lip_sync_window.get_video_track_index(timeline)\n        a_index = self.lip_sync_window.get_audio_track_index(timeline)\n\n        if v_index == 0 or a_index == 0:\n            self.add2log('選択したトラックが見付かりません。', log.ERROR_COLOR)\n            return\n\n        v_item = get_item(timeline, 'video', v_index)\n        if v_item is None:\n            self.add2log('ビデオクリップが見付かりません。', log.ERROR_COLOR)\n            return\n        v_sf = v_item.GetStart()\n        v_ef = v_item.GetEnd()\n\n        audio_items = []\n        for item in timeline.GetItemListInTrack('audio', a_index):\n            if item.GetStart() < v_ef and v_sf < item.GetEnd():\n                audio_items.append(item)\n\n        w = get_resolve_window(project.GetName())\n        if w is None and not util.IS_MAC:\n            self.add2log('DaVinci ResolveのWindowが見付かりません。', log.ERROR_COLOR)\n            return\n        if util.IS_WIN:\n            self.setWindowState(Qt.WindowMinimized)  # windowsの場合、最小化しないとウィンドウがactiveにならないので、\n            self.setWindowState(Qt.WindowActive)  # 最小化してからactiveにする\n\n        # main\n        self.add2log('Start')\n        # config\n\n        data = self.lip_sync_window.get_data()\n\n        with LockOtherTrack(timeline, v_index, track_type='video', enable=data.use_auto_lock):\n            sc = shortcut.Data()\n            if shortcut.CONFIG_FILE.is_file():\n                sc.load(shortcut.CONFIG_FILE)\n            # main loop\n            for item in audio_items:\n                sf = max([item.GetStart(), v_sf])\n                ef = min([math.ceil(item.GetEnd(True)), v_ef])  # endが少数なら切り上げ\n                f = Path(item.GetMediaPoolItem().GetClipProperty('File Path'))\n                self.add2log('wav: ' + str(f))\n\n                # キャラクター設定\n                ch_data = chara_data.from_file(f)\n\n                # split\n                self.cut_clip(w, timeline, v_index, sf, ef, data.time_out, sc)\n\n                # get Macro Tool\n                tatie_clip = get_item(timeline, 'video', v_index, sf)\n                if tatie_clip is None:\n                    self.add2log('立ち絵ビデオクリップが見付かりません。', log.ERROR_COLOR)\n                    continue\n                if tatie_clip.GetFusionCompCount() == 0:\n                    self.add2log('Fusion Compが見付かりません。', log.ERROR_COLOR)\n                    continue\n                comp = tatie_clip.GetFusionCompByIndex(1)\n                tools = p.pipe(\n                    comp.GetToolList(False).values(),\n                    p.filter(lambda x: x.ID in ['MacroOperator', 'GroupOperator']),\n                    p.filter(lambda x: x.ParentTool is None),\n                    list,\n                )\n                if len(tools) == 0:\n                    self.add2log('MacroまたはGroupが見付かりません。', log.ERROR_COLOR)\n                    continue\n                tool = tools[0]\n\n                # set anim\n                if ch_data.anim_parameter == '<MultiMerge>':\n                    if ch_data.anim_type == 'open':\n                        self.set_anim_mm_o(comp, f, fps)\n                    else:\n                        self.set_anim_mm(comp, ch_data, f, fps)\n                else:\n                    self.set_anim(comp, tool, ch_data, f, fps)\n\n                # set color\n                tatie_clip.SetClipColor(ch_data.color)\n\n                # set pose\n                pf = Path(ch_data.pose_file)\n                if pf.is_file():\n                    self.add2log('Apply Pose: Start')\n                    text = pf.read_text(encoding='utf-8')\n                    try:\n                        lst = json.loads(text)\n                    except json.JSONDecodeError:\n                        self.add2log('Invalid JSON')\n                        continue\n                    if isinstance(lst, list):\n                        pose.apply(comp, lst)\n                        self.add2log('Apply Pose: Done')\n\n        # delete empty\n        if data.use_delete:\n            self.add2log('Delete: Start')\n            del_list = []\n            for clip in timeline.GetItemListInTrack('video', v_index):\n                if clip.GetStart() < v_ef and v_sf < clip.GetEnd():\n                    c_frame = clip.GetStart() + clip.GetDuration() // 2\n                    _wav = get_item(timeline, 'audio', a_index, c_frame)\n                    if _wav is None:\n                        del_list.append(clip)\n            timeline.DeleteClips(del_list, False)\n            self.add2log('Delete: Done')\n\n        # log\n        self.add2log('')\n        self.add2log('Done!')\n\n    def voiceDirToolButton_clicked(self) -> None:\n        w = self.ui.voiceDirLineEdit\n        path = QFileDialog.getExistingDirectory(\n            self,\n            'Select Directory',\n            w.text(),\n        )\n        if path != '':\n            w.setText(path)\n\n    def set_data(self, c: ConfigData):\n        self.ui.voiceDirLineEdit.setText(c.voice_dir)\n\n        self.ui.timeOutSpinBox.setValue(c.time_out)\n        self.ui.offsetSpinBox.setValue(c.offset)\n        self.ui.extendSpinBox.setValue(c.extend)\n        self.ui.videoIndexSpinBox.setValue(c.video_index)\n        self.ui.audioIndexSpinBox.setValue(c.audio_index)\n        self.ui.makeTextCheckBox.setChecked(c.make_text)\n        self.ui.useCharaCheckBox.setChecked(c.use_chara)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.voice_dir = self.ui.voiceDirLineEdit.text().strip()\n\n        c.time_out = self.ui.timeOutSpinBox.value()\n        c.offset = self.ui.offsetSpinBox.value()\n        c.extend = self.ui.extendSpinBox.value()\n        c.video_index = self.ui.videoIndexSpinBox.value()\n        c.audio_index = self.ui.audioIndexSpinBox.value()\n        c.make_text = self.ui.makeTextCheckBox.isChecked()\n        c.use_chara = self.ui.useCharaCheckBox.isChecked()\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_dropper/voice_dropper.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>340</width>\n    <height>604</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_3\">\n      <property name=\"title\">\n       <string>声フォルダ</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n         <item>\n          <widget class=\"QLineEdit\" name=\"voiceDirLineEdit\"/>\n         </item>\n         <item>\n          <widget class=\"QToolButton\" name=\"voiceDirToolButton\">\n           <property name=\"text\">\n            <string>...</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n         <item>\n          <widget class=\"QLabel\" name=\"statusLabel\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>0</width>\n             <height>0</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>停止中</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_2\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>40</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"startButton\">\n           <property name=\"text\">\n            <string>start</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"stopButton\">\n           <property name=\"text\">\n            <string>stop</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Maximum\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>読み込み</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n       <item>\n        <layout class=\"QFormLayout\" name=\"formLayout\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_5\">\n           <property name=\"text\">\n            <string>タイムアウト(秒)</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <widget class=\"QSpinBox\" name=\"timeOutSpinBox\">\n           <property name=\"maximum\">\n            <number>999</number>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_3\">\n           <property name=\"text\">\n            <string>間隔(フレーム)</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <widget class=\"QSpinBox\" name=\"offsetSpinBox\">\n           <property name=\"maximum\">\n            <number>999999999</number>\n           </property>\n          </widget>\n         </item>\n         <item row=\"2\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_6\">\n           <property name=\"text\">\n            <string>字幕延長(フレーム)</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"2\" column=\"1\">\n          <widget class=\"QSpinBox\" name=\"extendSpinBox\">\n           <property name=\"maximum\">\n            <number>999999999</number>\n           </property>\n          </widget>\n         </item>\n         <item row=\"3\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_4\">\n           <property name=\"text\">\n            <string>ビデオトラック</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"3\" column=\"1\">\n          <widget class=\"QSpinBox\" name=\"videoIndexSpinBox\">\n           <property name=\"minimum\">\n            <number>1</number>\n           </property>\n           <property name=\"maximum\">\n            <number>50</number>\n           </property>\n          </widget>\n         </item>\n         <item row=\"4\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label\">\n           <property name=\"text\">\n            <string>オーディオトラック</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"4\" column=\"1\">\n          <widget class=\"QSpinBox\" name=\"audioIndexSpinBox\">\n           <property name=\"minimum\">\n            <number>1</number>\n           </property>\n           <property name=\"maximum\">\n            <number>50</number>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <widget class=\"QCheckBox\" name=\"makeTextCheckBox\">\n         <property name=\"text\">\n          <string>テキストファイルがなければ、クリップボードから作る</string>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <widget class=\"QCheckBox\" name=\"useCharaCheckBox\">\n         <property name=\"text\">\n          <string>キャラクター設定を使って配置</string>\n         </property>\n        </widget>\n       </item>\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n         <item>\n          <spacer name=\"horizontalSpacer_3\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>40</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"charaButton\">\n           <property name=\"text\">\n            <string>キャラクター設定</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"groupBox_2\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>ログ</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"lineWrapMode\">\n          <enum>QTextEdit::NoWrap</enum>\n         </property>\n         <property name=\"readOnly\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"importButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>import</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"lipSyncButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>口パク</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"minimizeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>30</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>最小化</string>\n        </property>\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n        <property name=\"arrowType\">\n         <enum>Qt::DownArrow</enum>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"toolTip\">\n         <string>閉じる</string>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/voice_dropper/voice_dropper_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'voice_dropper.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QFormLayout, QGroupBox,\n    QHBoxLayout, QLabel, QLineEdit, QMainWindow,\n    QPushButton, QSizePolicy, QSpacerItem, QSpinBox,\n    QTextEdit, QToolButton, QVBoxLayout, QWidget)\n\nfrom rs.gui.log import LogTextEdit\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(340, 604)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_4 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.groupBox_3 = QGroupBox(self.centralwidget)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_3)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.voiceDirLineEdit = QLineEdit(self.groupBox_3)\n        self.voiceDirLineEdit.setObjectName(u\"voiceDirLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.voiceDirLineEdit)\n\n        self.voiceDirToolButton = QToolButton(self.groupBox_3)\n        self.voiceDirToolButton.setObjectName(u\"voiceDirToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.voiceDirToolButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_2)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.statusLabel = QLabel(self.groupBox_3)\n        self.statusLabel.setObjectName(u\"statusLabel\")\n        self.statusLabel.setMinimumSize(QSize(0, 0))\n\n        self.horizontalLayout_3.addWidget(self.statusLabel)\n\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_2)\n\n        self.startButton = QPushButton(self.groupBox_3)\n        self.startButton.setObjectName(u\"startButton\")\n\n        self.horizontalLayout_3.addWidget(self.startButton)\n\n        self.stopButton = QPushButton(self.groupBox_3)\n        self.stopButton.setObjectName(u\"stopButton\")\n\n        self.horizontalLayout_3.addWidget(self.stopButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_3)\n\n\n        self.verticalLayout_4.addWidget(self.groupBox_3)\n\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Maximum)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox.sizePolicy().hasHeightForWidth())\n        self.groupBox.setSizePolicy(sizePolicy)\n        self.verticalLayout_3 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label_5 = QLabel(self.groupBox)\n        self.label_5.setObjectName(u\"label_5\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label_5)\n\n        self.timeOutSpinBox = QSpinBox(self.groupBox)\n        self.timeOutSpinBox.setObjectName(u\"timeOutSpinBox\")\n        self.timeOutSpinBox.setMaximum(999)\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.timeOutSpinBox)\n\n        self.label_3 = QLabel(self.groupBox)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_3)\n\n        self.offsetSpinBox = QSpinBox(self.groupBox)\n        self.offsetSpinBox.setObjectName(u\"offsetSpinBox\")\n        self.offsetSpinBox.setMaximum(999999999)\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.offsetSpinBox)\n\n        self.label_6 = QLabel(self.groupBox)\n        self.label_6.setObjectName(u\"label_6\")\n\n        self.formLayout.setWidget(2, QFormLayout.LabelRole, self.label_6)\n\n        self.extendSpinBox = QSpinBox(self.groupBox)\n        self.extendSpinBox.setObjectName(u\"extendSpinBox\")\n        self.extendSpinBox.setMaximum(999999999)\n\n        self.formLayout.setWidget(2, QFormLayout.FieldRole, self.extendSpinBox)\n\n        self.label_4 = QLabel(self.groupBox)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.formLayout.setWidget(3, QFormLayout.LabelRole, self.label_4)\n\n        self.videoIndexSpinBox = QSpinBox(self.groupBox)\n        self.videoIndexSpinBox.setObjectName(u\"videoIndexSpinBox\")\n        self.videoIndexSpinBox.setMinimum(1)\n        self.videoIndexSpinBox.setMaximum(50)\n\n        self.formLayout.setWidget(3, QFormLayout.FieldRole, self.videoIndexSpinBox)\n\n        self.label = QLabel(self.groupBox)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(4, QFormLayout.LabelRole, self.label)\n\n        self.audioIndexSpinBox = QSpinBox(self.groupBox)\n        self.audioIndexSpinBox.setObjectName(u\"audioIndexSpinBox\")\n        self.audioIndexSpinBox.setMinimum(1)\n        self.audioIndexSpinBox.setMaximum(50)\n\n        self.formLayout.setWidget(4, QFormLayout.FieldRole, self.audioIndexSpinBox)\n\n\n        self.verticalLayout_3.addLayout(self.formLayout)\n\n        self.makeTextCheckBox = QCheckBox(self.groupBox)\n        self.makeTextCheckBox.setObjectName(u\"makeTextCheckBox\")\n\n        self.verticalLayout_3.addWidget(self.makeTextCheckBox)\n\n        self.useCharaCheckBox = QCheckBox(self.groupBox)\n        self.useCharaCheckBox.setObjectName(u\"useCharaCheckBox\")\n\n        self.verticalLayout_3.addWidget(self.useCharaCheckBox)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_4.addItem(self.horizontalSpacer_3)\n\n        self.charaButton = QPushButton(self.groupBox)\n        self.charaButton.setObjectName(u\"charaButton\")\n\n        self.horizontalLayout_4.addWidget(self.charaButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_4)\n\n\n        self.verticalLayout_4.addWidget(self.groupBox)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy1)\n        self.verticalLayout = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.logTextEdit = LogTextEdit(self.groupBox_2)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy2)\n        self.logTextEdit.setLineWrapMode(QTextEdit.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout.addWidget(self.logTextEdit)\n\n\n        self.verticalLayout_4.addWidget(self.groupBox_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.importButton = QPushButton(self.centralwidget)\n        self.importButton.setObjectName(u\"importButton\")\n        self.importButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.importButton)\n\n        self.lipSyncButton = QPushButton(self.centralwidget)\n        self.lipSyncButton.setObjectName(u\"lipSyncButton\")\n        self.lipSyncButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.lipSyncButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(self.centralwidget)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(30, 30))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.groupBox_3.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u58f0\\u30d5\\u30a9\\u30eb\\u30c0\", None))\n        self.voiceDirToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.statusLabel.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u505c\\u6b62\\u4e2d\", None))\n        self.startButton.setText(QCoreApplication.translate(\"MainWindow\", u\"start\", None))\n        self.stopButton.setText(QCoreApplication.translate(\"MainWindow\", u\"stop\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u8aad\\u307f\\u8fbc\\u307f\", None))\n        self.label_5.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30bf\\u30a4\\u30e0\\u30a2\\u30a6\\u30c8(\\u79d2)\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u9593\\u9694(\\u30d5\\u30ec\\u30fc\\u30e0)\", None))\n        self.label_6.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5b57\\u5e55\\u5ef6\\u9577(\\u30d5\\u30ec\\u30fc\\u30e0)\", None))\n        self.label_4.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30d3\\u30c7\\u30aa\\u30c8\\u30e9\\u30c3\\u30af\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30aa\\u30fc\\u30c7\\u30a3\\u30aa\\u30c8\\u30e9\\u30c3\\u30af\", None))\n        self.makeTextCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30c6\\u30ad\\u30b9\\u30c8\\u30d5\\u30a1\\u30a4\\u30eb\\u304c\\u306a\\u3051\\u308c\\u3070\\u3001\\u30af\\u30ea\\u30c3\\u30d7\\u30dc\\u30fc\\u30c9\\u304b\\u3089\\u4f5c\\u308b\", None))\n        self.useCharaCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30ad\\u30e3\\u30e9\\u30af\\u30bf\\u30fc\\u8a2d\\u5b9a\\u3092\\u4f7f\\u3063\\u3066\\u914d\\u7f6e\", None))\n        self.charaButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30ad\\u30e3\\u30e9\\u30af\\u30bf\\u30fc\\u8a2d\\u5b9a\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30ed\\u30b0\", None))\n        self.importButton.setText(QCoreApplication.translate(\"MainWindow\", u\"import\", None))\n        self.lipSyncButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u53e3\\u30d1\\u30af\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"MainWindow\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/youtube_chapter/__init__.py",
    "content": "from .youtube_chapter import (\n    run,\n)\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/youtube_chapter/youtube_chapter.py",
    "content": "import dataclasses\nimport sys\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n    QItemSelectionModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    lang,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs_resolve.core import get_fps\n\nfrom rs_resolve.tool.youtube_chapter.youtube_chapter_ui import Ui_MainWindow\n\nAPP_NAME = 'Youtubeチャプター'\nAPP_NAME_EN = 'YoutubeChapter'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    title: str = '目次'\n    delimiter: str = '-'\n    is_niconico: bool = False\n    color: str = 'Rose'\n\n\ndef select(v, names):\n    m: QStringListModel = v.model()\n    sm = v.selectionModel()\n    sm.clear()\n    ss = m.stringList()\n    for name in names:\n        if name in ss:\n            i = m.match(m.index(0, 0), Qt.DisplayRole, name)[0]\n            sm.setCurrentIndex(\n                i,\n                QItemSelectionModel.SelectionFlag.SelectCurrent | QItemSelectionModel.SelectionFlag.Rows\n            )\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None, fusion=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(450, 450)\n        self.fusion = fusion\n\n        # translate\n        self.lang_code: lang.Code = lang.load()\n        self.setWindowTitle('%s' % (APP_NAME if self.lang_code == lang.Code.ja else APP_NAME_EN))\n        self.translate()\n\n        # list view\n        m = QStringListModel()\n        m.setStringList(config.MARKER_COLOR_LIST)\n        self.ui.markerListView.setModel(m)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # button\n        self.ui.copyButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.makeButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.makeButton.clicked.connect(self.make)\n        self.ui.copyButton.clicked.connect(self.copy)\n        self.ui.closeButton.clicked.connect(self.close)\n\n    def translate(self) -> None:\n        if self.lang_code == lang.Code.en:\n            self.ui.titleLabel.setText('title')\n            self.ui.delimiterLabel.setText('delimiter')\n            self.ui.niconicoCheckBox.setText('add # for niconico')\n            self.ui.makeButton.setText('make')\n            self.ui.copyButton.setText('copy')\n            self.ui.closeButton.setText('close')\n\n    def make(self):\n        v = self.ui.chapterPlainTextEdit\n        data = self.get_data()\n        delim = (' %s ' % data.delimiter).replace('  ', ' ')\n        prefix = '#' if data.is_niconico else ''\n\n        resolve = self.fusion.GetResolve()\n        projectManager = resolve.GetProjectManager()\n\n        project = projectManager.GetCurrentProject()\n        if project is None:\n            if self.lang_code == lang.Code.en:\n                v.setPlainText('Project not found.')\n            else:\n                v.setPlainText('Projectが見付かりません。')\n            return\n\n        timeline = project.GetCurrentTimeline()\n        if timeline is None:\n            if self.lang_code == lang.Code.en:\n                v.setPlainText('Timeline not found.')\n            else:\n                v.setPlainText('Timelineが見付かりません。')\n            return\n\n        fps = get_fps(timeline)\n        m: dict = timeline.GetMarkers()\n\n        lst = [data.title]\n        for key in m:\n            if m[key]['color'] == data.color:\n                sec = round(key / fps)\n                minute, sec = divmod(sec, 60)\n                hour, minute = divmod(minute, 60)\n                tc = '%02d:%02d' % (minute, sec)\n                if hour > 0:\n                    tc = '%02d:%s' % (hour, tc)\n                if len(lst) == 1 and tc != '00:00':  # タイトルが入っているので  == 1\n                    lst.append(prefix + '00:00' + delim)\n                lst.append(prefix + tc + delim + m[key]['name'])\n\n        v.setPlainText('\\n'.join(lst))\n\n    def copy(self):\n        QApplication.clipboard().setText(self.ui.chapterPlainTextEdit.toPlainText())\n\n    def set_data(self, c: ConfigData):\n        self.ui.titleLineEdit.setText(c.title)\n        self.ui.delimiterLineEdit.setText(c.delimiter)\n        self.ui.niconicoCheckBox.setChecked(c.is_niconico)\n        select(self.ui.markerListView, [c.color])\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.title = self.ui.titleLineEdit.text().strip()\n        c.delimiter = self.ui.delimiterLineEdit.text().strip()\n        c.is_niconico = self.ui.niconicoCheckBox.isChecked()\n\n        # c.color\n        v = self.ui.markerListView\n        m: QStringListModel = v.model()\n        lst = v.selectionModel().selectedIndexes()\n        c.color = m.data(lst[0]) if len(lst) > 0 else ''\n\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.lang_code == lang.Code.en:\n            c.title = 'Chapter'\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run(fusion) -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow(fusion=fusion)\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/youtube_chapter/youtube_chapter.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>465</width>\n    <height>441</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\" stretch=\"1,2\">\n      <item>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n        <item>\n         <layout class=\"QFormLayout\" name=\"formLayout\">\n          <item row=\"0\" column=\"0\">\n           <widget class=\"QLabel\" name=\"titleLabel\">\n            <property name=\"text\">\n             <string>題名</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"0\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"titleLineEdit\"/>\n          </item>\n          <item row=\"1\" column=\"0\">\n           <widget class=\"QLabel\" name=\"delimiterLabel\">\n            <property name=\"text\">\n             <string>区切り文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"1\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"delimiterLineEdit\"/>\n          </item>\n         </layout>\n        </item>\n        <item>\n         <widget class=\"QCheckBox\" name=\"niconicoCheckBox\">\n          <property name=\"text\">\n           <string>ニコニコ動画用に#を付ける</string>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"title\">\n           <string>marker</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n           <property name=\"leftMargin\">\n            <number>0</number>\n           </property>\n           <property name=\"topMargin\">\n            <number>0</number>\n           </property>\n           <property name=\"rightMargin\">\n            <number>0</number>\n           </property>\n           <property name=\"bottomMargin\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QListView\" name=\"markerListView\">\n             <property name=\"baseSize\">\n              <size>\n               <width>0</width>\n               <height>0</height>\n              </size>\n             </property>\n             <property name=\"editTriggers\">\n              <set>QAbstractItemView::NoEditTriggers</set>\n             </property>\n             <property name=\"selectionBehavior\">\n              <enum>QAbstractItemView::SelectRows</enum>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n       </layout>\n      </item>\n      <item>\n       <widget class=\"QPlainTextEdit\" name=\"chapterPlainTextEdit\"/>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <property name=\"sizeConstraint\">\n       <enum>QLayout::SetDefaultConstraint</enum>\n      </property>\n      <item>\n       <spacer name=\"horizontalSpacer_2\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"makeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>生成</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"copyButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>コピー</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeType\">\n         <enum>QSizePolicy::Fixed</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>10</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "app/resolve/python/rs_resolve/tool/youtube_chapter/youtube_chapter_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'youtube_chapter.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QCheckBox, QFormLayout,\n    QGroupBox, QHBoxLayout, QLabel, QLayout,\n    QLineEdit, QListView, QMainWindow, QPlainTextEdit,\n    QPushButton, QSizePolicy, QSpacerItem, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(465, 441)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_3 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.verticalLayout_2 = QVBoxLayout()\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.titleLabel = QLabel(self.centralwidget)\n        self.titleLabel.setObjectName(u\"titleLabel\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.titleLabel)\n\n        self.titleLineEdit = QLineEdit(self.centralwidget)\n        self.titleLineEdit.setObjectName(u\"titleLineEdit\")\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.titleLineEdit)\n\n        self.delimiterLabel = QLabel(self.centralwidget)\n        self.delimiterLabel.setObjectName(u\"delimiterLabel\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.delimiterLabel)\n\n        self.delimiterLineEdit = QLineEdit(self.centralwidget)\n        self.delimiterLineEdit.setObjectName(u\"delimiterLineEdit\")\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.delimiterLineEdit)\n\n\n        self.verticalLayout_2.addLayout(self.formLayout)\n\n        self.niconicoCheckBox = QCheckBox(self.centralwidget)\n        self.niconicoCheckBox.setObjectName(u\"niconicoCheckBox\")\n\n        self.verticalLayout_2.addWidget(self.niconicoCheckBox)\n\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox.sizePolicy().hasHeightForWidth())\n        self.groupBox.setSizePolicy(sizePolicy)\n        self.verticalLayout = QVBoxLayout(self.groupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.verticalLayout.setContentsMargins(0, 0, 0, 0)\n        self.markerListView = QListView(self.groupBox)\n        self.markerListView.setObjectName(u\"markerListView\")\n        self.markerListView.setBaseSize(QSize(0, 0))\n        self.markerListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.markerListView.setSelectionBehavior(QAbstractItemView.SelectRows)\n\n        self.verticalLayout.addWidget(self.markerListView)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox)\n\n\n        self.horizontalLayout_2.addLayout(self.verticalLayout_2)\n\n        self.chapterPlainTextEdit = QPlainTextEdit(self.centralwidget)\n        self.chapterPlainTextEdit.setObjectName(u\"chapterPlainTextEdit\")\n\n        self.horizontalLayout_2.addWidget(self.chapterPlainTextEdit)\n\n        self.horizontalLayout_2.setStretch(0, 1)\n        self.horizontalLayout_2.setStretch(1, 2)\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalLayout.setSizeConstraint(QLayout.SetDefaultConstraint)\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer_2)\n\n        self.makeButton = QPushButton(self.centralwidget)\n        self.makeButton.setObjectName(u\"makeButton\")\n        self.makeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.makeButton)\n\n        self.copyButton = QPushButton(self.centralwidget)\n        self.copyButton.setObjectName(u\"copyButton\")\n        self.copyButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.copyButton)\n\n        self.horizontalSpacer = QSpacerItem(10, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.titleLabel.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u984c\\u540d\", None))\n        self.delimiterLabel.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u533a\\u5207\\u308a\\u6587\\u5b57\", None))\n        self.niconicoCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30cb\\u30b3\\u30cb\\u30b3\\u52d5\\u753b\\u7528\\u306b#\\u3092\\u4ed8\\u3051\\u308b\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"marker\", None))\n        self.makeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u751f\\u6210\", None))\n        self.copyButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30b3\\u30d4\\u30fc\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "bin/aquestalk_wrapper.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.aquestalk_wrapper import run\n\n    run()\n"
  },
  {
    "path": "bin/assistant_seika2wave.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.text2wave.assistant_seika2wave import run\n\n    run()\n"
  },
  {
    "path": "bin/characters.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.characters import run\n\n    run()\n"
  },
  {
    "path": "bin/disk_cache.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.disk_cache import run\n    run()\n"
  },
  {
    "path": "bin/install_script.py",
    "content": "import sys\nimport os\nfrom pathlib import Path\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\n\nif __name__ == \"__main__\":\n    import shutil\n\n    # C:\\ProgramData\\Blackmagic Design\\DaVinci Resolve\\Fusion\\Scripts\n    # %APPDATA%\\Blackmagic Design\\DaVinci Resolve\\Fusion\\Scripts\n    # C:\\ProgramData\\Blackmagic Design\\Fusion\\Scripts\n    # %APPDATA%\\Blackmagic Design\\Fusion\\Scripts\n    for f in p.pipe(\n            config.ROOT_PATH.joinpath('Scripts', 'Comp').iterdir(),\n            p.filter(p.call.is_file()),\n            p.filter(lambda x: x.suffix.lower() in ['.py', '.py2', '.py3']),\n    ):\n        shutil.copyfile(\n            f,\n            Path(os.path.expandvars('%APPDATA%')).joinpath(\n                'Blackmagic Design', 'Fusion', 'Scripts', 'Comp', f.name\n            ),\n        )\n"
  },
  {
    "path": "bin/launcher.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.launcher import run\n    run()\n"
  },
  {
    "path": "bin/macro2group.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.macro2group import run\n    run()\n"
  },
  {
    "path": "bin/psd2exr.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.psd2exr import run\n    run()\n"
  },
  {
    "path": "bin/psd_splitter.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.psd_splitter import run\n    run()\n"
  },
  {
    "path": "bin/resolve_launcher.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.resolve_launcher import run\n    run()\n"
  },
  {
    "path": "bin/run_fusion.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.resolve_launcher import run_fusion\n\n    run_fusion()\n"
  },
  {
    "path": "bin/run_resolve.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.resolve_launcher import run_resolve\n\n    run_resolve()\n"
  },
  {
    "path": "bin/script_launcher.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.script_launcher import run\n    run()\n"
  },
  {
    "path": "bin/softalk2wave.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.text2wave.softalk2wave import run\n    run()\n"
  },
  {
    "path": "bin/voice_bin.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.voice_bin import run\n    run()\n"
  },
  {
    "path": "bin/voice_sync.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.voice_sync import run\n    run()\n"
  },
  {
    "path": "bin/voicevox_sequencer.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.voicevox_sequencer import run\n    run()\n"
  },
  {
    "path": "bin/vtt2anim.py",
    "content": "import sys\nimport os\n\nlib_path = os.path.abspath(\n    os.path.join(os.path.dirname(__file__), '../library/python')\n)\nsys.path.append(lib_path)\n\nif __name__ == \"__main__\":\n    from rs.tool.vtt2anim import run\n    run()\n"
  },
  {
    "path": "data/app/DiskCache/script_base.txt",
    "content": "local function split(str, ts)\n    if ts == nil then\n        return {}\n    end\n    local t = {};\n    i = 1\n    for s in string.gmatch(str, \"([^\" .. ts .. \"]+)\") do\n        t[i] = s\n        i = i + 1\n    end\n    return t\nend\n\nlocal function getCurrentFrame(timeline)\n    local timecode = timeline:GetCurrentTimecode()\n    local fps = tonumber(timeline:GetSetting('timelineFrameRate'))\n    local intFps = {\n        [23] = 24,\n        [29] = 30,\n        [47] = 48,\n        [59] = 60,\n        [95] = 96,\n        [119] = 120,\n    }\n    if intFps[fps] then\n        fps = intFps[fps]\n    end\n    local isDF = false\n    if string.find(timecode, ';') ~= nil then\n        isDF = true\n        timecode = string.gsub(timecode, ';', ':')\n    end\n    local t = split(timecode, ':')\n    local h = tonumber(t[1])\n    local m = tonumber(t[2]) + (h * 60)\n    local s = tonumber(t[3]) + (m * 60)\n    local f = tonumber(t[4]) + (s * fps)\n    local drop_frames = 0\n    if isDF then\n        local _f = fps / 15\n        drop_frames = _f * (m - math.floor(m / 10))\n    end\n    return f - drop_frames\nend\n\nlocal function getItem(timeline, index)\n    local r\n    if not index then\n        return r\n    end\n    local currentFrame = getCurrentFrame(timeline)\n    for i, item in ipairs(timeline:GetItemListInTrack('video', index)) do\n        if item:GetStart() <= currentFrame and item:GetEnd() > currentFrame then\n            return item\n        end\n    end\n    return r\nend\n\nlocal function getItemByMarker(timeline, color,  index)\n    local items = {}\n    if not index or index > timeline:GetTrackCount('video') then\n        return items\n    end\n    local markers = {}\n    for k, v in pairs(timeline:GetMarkers()) do\n        if v['color'] == color then\n            local s = k + timeline:GetStartFrame()\n            local e = s + v['duration']\n            markers[#markers + 1] = {\n                ['s'] = s,\n                ['e'] = e\n            }\n        end\n    end\n    if #markers == 0 then\n        items[#items + 1] = getItem(timeline, index)\n    else\n        for i, item in ipairs(timeline:GetItemListInTrack('video', index)) do\n            for i2, marker in ipairs(markers) do\n                if item:GetStart() < marker['e'] and item:GetEnd() > marker['s'] then\n                    items[#items + 1] = item\n                    break\n                end\n            end\n        end\n    end\n    return items\nend\n\nlocal function cache(render, color, trackIndexes)\n    if resolve:GetCurrentPage() ~= 'edit' then\n        print('Edit Pageで実行してください。')\n        return\n    end\n    local projectManager = resolve:GetProjectManager()\n    local project = projectManager:GetCurrentProject()\n    if not project then\n        print('Projectが見付かりません。')\n        return\n    end\n    local timeline = project:GetCurrentTimeline()\n    if not timeline then\n        print('Timelineが見付かりません。')\n        return\n    end\n\n    local data = {}\n    for i, v in ipairs(trackIndexes) do\n        local items = getItemByMarker(timeline, color, v)\n        for i2, item in ipairs(items) do\n            if item:GetFusionCompCount() == 0 then\n                goto continue\n            end\n            local comp = item:GetFusionCompByIndex(1)\n            local lst = comp:GetToolList(false, 'MediaOut')\n            if not lst[1] then\n                goto continue\n            end\n            data[#data + 1] = {\n                ['item'] = item,\n                ['comp'] = comp,\n                ['tool'] = lst[1]\n            }\n            :: continue ::\n        end\n    end\n    if render then\n        resolve:OpenPage('fusion')\n    end\n    for i, d in ipairs(data) do\n        print('--------------------------------------------------------')\n        print(i .. '/' .. #data .. ': '\n                .. project:GetName()\n                .. ':'\n                .. timeline:GetName()\n                .. ':'\n                .. d.item:GetName()\n                .. ':'\n                .. d.item:GetStart()\n        )\n        d.tool.Output:ClearDiskCache()\n        if render then\n            local path = 'DiskCaches:\\\\'\n                    .. project:GetName()\n                    .. '\\\\'\n                    .. timeline:GetName()\n                    .. '\\\\'\n                    .. d.item:GetName()\n                    .. '_'\n                    .. d.item:GetStart()\n                    .. '\\\\'\n                    .. os.date('%y_%m_%d_%H_%M_%S')\n                    .. '\\\\'\n                    .. 'cache.0000.raw'\n            d.tool.Output:EnableDiskCache(\n                    true,\n                    path,\n                    false,\n                    false,\n                    true,\n                    true\n            )\n            local _ct = 0\n            while d.comp:GetAttrs()['COMPB_Rendering'] do\n                local ct = d.comp:GetAttrs()['COMPN_CurrentTime']\n                if _ct ~= ct then\n                    print(ct)\n                end\n                _ct = ct\n                local sec = tonumber(os.clock() + 1.0);\n                while (os.clock() < sec) do\n                end\n            end\n            print('Render end')\n\n        else\n            d.tool.Output:EnableDiskCache(\n                    false\n            )\n            print('Clear!')\n        end\n    end\n    if render then\n        resolve:OpenPage('edit')\n    end\n    print('--------------------------------------------------------')\n    print('Done!')\nend\n"
  },
  {
    "path": "data/app/Fusion.json",
    "content": "{\n  \"program\": \"bin\\\\python-3.10.11\\\\pythonw.exe\",\n  \"arg\": \"bin\\\\run_fusion.py\"\n}\n"
  },
  {
    "path": "data/app/Psd2Tatie/AIUEO_Template.setting",
    "content": "{\n\tTools = ordered() {\n\t\tBLANK_LINK = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 660, -346.5 } },\n\t\t},\n\t\tO = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 880, -346.5 } },\n\t\t},\n\t\tO_Mrg = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"BLANK_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"O\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 880, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tE_Mrg = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"BLANK_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"E\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 990, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tU_Mrg = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"BLANK_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"U\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1100, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tI_Mrg = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"BLANK_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"I\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1210, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tA_Mrg = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"BLANK_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"A\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1320, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tE = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 990, -346.5 } },\n\t\t},\n\t\tU = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1100, -346.5 } },\n\t\t},\n\t\tA = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1320, -346.5 } },\n\t\t},\n\t\tI = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1210, -346.5 } },\n\t\t},\n\t\tN_Mrg = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"BLANK_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"N\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tPerformDepthMerge = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1430, -214.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tInstance_MouthScale_5 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t},\n\t\t\t\tSettingsNest = Input {\n\t\t\t\t},\n\t\t\t\tTransformNest = Input {\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input {\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"O_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input {\n\t\t\t\t},\n\t\t\t\tFrameRenderScriptNest = Input {\n\t\t\t\t},\n\t\t\t\tStartRenderScripts = Input {\n\t\t\t\t},\n\t\t\t\tEndRenderScripts = Input {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 880, -82.5 } },\n\t\t},\n\t\tN = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1430, -346.5 } },\n\t\t},\n\t\tInstance_MouthScale_1 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t},\n\t\t\t\tSettingsNest = Input {\n\t\t\t\t},\n\t\t\t\tTransformNest = Input {\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input {\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"A_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input {\n\t\t\t\t},\n\t\t\t\tFrameRenderScriptNest = Input {\n\t\t\t\t},\n\t\t\t\tStartRenderScripts = Input {\n\t\t\t\t},\n\t\t\t\tEndRenderScripts = Input {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1320, -82.5 } },\n\t\t},\n\t\tInstance_MouthScale_4 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t},\n\t\t\t\tSettingsNest = Input {\n\t\t\t\t},\n\t\t\t\tTransformNest = Input {\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input {\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"E_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input {\n\t\t\t\t},\n\t\t\t\tFrameRenderScriptNest = Input {\n\t\t\t\t},\n\t\t\t\tStartRenderScripts = Input {\n\t\t\t\t},\n\t\t\t\tEndRenderScripts = Input {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 990, -82.5 } },\n\t\t},\n\t\tInstance_MouthScale_3 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t},\n\t\t\t\tSettingsNest = Input {\n\t\t\t\t},\n\t\t\t\tTransformNest = Input {\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input {\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"U_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input {\n\t\t\t\t},\n\t\t\t\tFrameRenderScriptNest = Input {\n\t\t\t\t},\n\t\t\t\tStartRenderScripts = Input {\n\t\t\t\t},\n\t\t\t\tEndRenderScripts = Input {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1100, -82.5 } },\n\t\t},\n\t\tInstance_MouthScale_2 = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t},\n\t\t\t\tSettingsNest = Input {\n\t\t\t\t},\n\t\t\t\tTransformNest = Input {\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input {\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"I_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input {\n\t\t\t\t},\n\t\t\t\tFrameRenderScriptNest = Input {\n\t\t\t\t},\n\t\t\t\tStartRenderScripts = Input {\n\t\t\t\t},\n\t\t\t\tEndRenderScripts = Input {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1210, -82.5 } },\n\t\t},\n\t\tInstance_MouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tSourceOp = \"MouthScale\",\n\t\t\tInputs = {\n\t\t\t\tEffectMask = Input {\n\t\t\t\t},\n\t\t\t\tSettingsNest = Input {\n\t\t\t\t},\n\t\t\t\tTransformNest = Input {\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input {\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"N_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tCommentsNest = Input {\n\t\t\t\t},\n\t\t\t\tFrameRenderScriptNest = Input {\n\t\t\t\t},\n\t\t\t\tStartRenderScripts = Input {\n\t\t\t\t},\n\t\t\t\tEndRenderScripts = Input {\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1430, -82.5 } },\n\t\t},\n\t\tMouthScale = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MouthBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1540, -82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tMouthBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"MOUSE_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1540, -346.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMOUSE_LINK = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1540, -478.5 } },\n\t\t},\n\t\tBASE_LINK = Fuse.Wireless {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 660, 82.5 } },\n\t\t},\n\t\tBodyBase = Transform {\n\t\t\tLocked = true,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"BASE_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 880, 82.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tMouthAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2,\n\t\t\t\t\t\t\t3,\n\t\t\t\t\t\t\t4,\n\t\t\t\t\t\t\t5,\n\t\t\t\t\t\t\t6,\n\t\t\t\t\t\t\t7\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"BodyBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input { Value = 0, },\n\t\t\t\t[\"Layer3.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input { Value = 0, },\n\t\t\t\t[\"Layer4.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input { Value = 0, },\n\t\t\t\t[\"Layer5.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input { Value = 0, },\n\t\t\t\t[\"Layer6.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_4\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input { Value = 0, },\n\t\t\t\t[\"Layer7.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Instance_MouthScale_5\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1210, 82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tClosed = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1815, -346.5 } },\n\t\t},\n\t\tEyeAnim = MultiMerge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tLayerOrder = Input { Value = ScriptVal { {\n\t\t\t\t\t\t\t[0] = 1,\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t} }, },\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"MouthAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\t[\"Layer1.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"EyeBase\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName1 = Input { Value = \"EyeBase \", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnimLayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\t[\"Layer2.Foreground\"] = Input {\n\t\t\t\t\tSourceOp = \"Closed\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"Closed\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"EyeAnimLayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1980, 82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\tBlink = {\n\t\t\t\t\tINP_MaxAllowed = 1000000,\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 500,\n\t\t\t\t\tINP_Default = 127,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Blink\"\n\t\t\t\t},\n\t\t\t\tClose = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MaxScale = 10,\n\t\t\t\t\tINP_Default = 4,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_MinAllowed = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"Close\",\n\t\t\t\t},\n\t\t\t\tOffset = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINP_MaxScale = 100,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tLINKS_Name = \"Offset\",\n\t\t\t\t},\n\t\t\t\tMake = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import apply_mm;apply_mm(comp,' .. tostring(tool:GetInput('Blink')) .. ','  .. tostring(tool:GetInput('Close')) .. ','  .. tostring(tool:GetInput('Offset')) .. ')')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Make Anim\",\n\t\t\t\t},\n\t\t\t\tDelete = {\n\t\t\t\t\tICD_Width = 0.5,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local tool = comp:FindTool('EyeAnim')\\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\\n\",\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"Delete Anim\",\n\t\t\t\t},\n\t\t\t\tat00 = {\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tLINKS_Name = \"ボタンを押さないと反映されません。\",\n\t\t\t\t},\n\t\t\t\tsp00 = {\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLBLC_DropDownButton = false,\n\t\t\t\t\tICS_ControlPage = \"目パチ\",\n\t\t\t\t\tINPID_InputControl = \"LabelControl\",\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKS_Name = \"\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tEyeAnimLayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 1, RH = { 41, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 0, LH = { 82, 0.333333333333333 }, RH = { 124.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 1, LH = { 125.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeAnimLayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 41, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },\n\t\t\t\t[123] = { 1, LH = { 82, 0.666666666666667 }, RH = { 124.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },\n\t\t\t\t[127] = { 0, LH = { 125.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }\n\t\t\t}\n\t\t},\n\t\tEyeBase = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"EYE_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1980, -346.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tEYE_LINK = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1980, -478.5 } },\n\t\t},\n\t\tFront_Mrg = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"EyeAnim\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"FrontMost\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 82.5 } },\n\t\t},\n\t\tRoot = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Front_Mrg\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 247.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\t[\"モーションなし\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"Root\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 379.5 } },\n\t\t},\n\t\tFrontMost = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFlattenTransform = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"FRONT_LINK\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -346.5 } },\n\t\t\tColors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }\n\t\t},\n\t\tFRONT_LINK = Fuse.Wireless {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, -478.5 } },\n\t\t},\n\t\t[\"荒ぶる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\" } }, },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 3080, 643.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2_1 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.03, },\n\t\t\t\t\t\ty = Input { Value = 0.03, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1_1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1_1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_Integer = false, LINKS_Name = \"x\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, y = { INP_Integer = false, LINKS_Name = \"y\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0.1, }, shake = { LINKS_Name = \"shake\", INPID_InputControl = \"OffsetControl\", LINKID_DataType = \"Point\", }, in_out = { INP_Integer = false, LINKS_Name = \"in_out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1_1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2_1Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, }\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2_1Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1_1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 1.5, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.03,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2_1.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.03,\n\t\t\t\t\t\t\tExpression = \"Transform1_2_1.y\",\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"パーターブ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"Perturb1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2420, 643.5 } },\n\t\t},\n\t\tPerturb1 = PerturbPoint {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tStrength = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tMotion_Str = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, }\n\t\t\t},\n\t\t},\n\t\tMotion_Speed = PublishNumber {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tValue = Input { Value = 1, }\n\t\t\t},\n\t\t},\n\t\t[\"横揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(v, 0.5)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1925, 643.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"ぽよ\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\" } }, },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tName = \"スピード\",\n\t\t\t\t\tPage = \"Controls\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\tSource = \"SecondOperand\",\n\t\t\t\t\tName = \"強さ\",\n\t\t\t\t\tDefault = 1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Pivot\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 1265, 643.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tNameSet = true,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\t\t\tAspect = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { speed = { LINKS_Name = \"speed\", INP_Integer = false, INP_MinAllowed = 0.00999999977648258, LINKID_DataType = \"Number\", INP_MinScale = 0.00999999977648258, INPID_InputControl = \"ScrewControl\", ICS_ControlPage = \"Controls\", INP_Default = 1, } }\n\t\t\t\t},\n\t\t\t\tCalculation1 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"Calculation2\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tSecondOperand = Input { Value = 1, },\n\t\t\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart\", }\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculation2 = Calculation {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tFirstOperand = Input {\n\t\t\t\t\t\t\tSourceOp = \"CalculationonCalculationonTransformAspectFirstOperand\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\t\t\tSecondOperand = Input { Value = 0.8, },\n\t\t\t\t\t\tFirstOperandTimeScale = Input { Expression = \"Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", }\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tCalculationonCalculationonTransformAspectFirstOperand = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },\n\t\t\t\t\t\t[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },\n\t\t\t\t\t\t[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },\n\t\t\t\t\t\t[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },\n\t\t\t\t\t\t[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },\n\t\t\t\t\t\t[20] = { 0, LH = { 19.3333333333333, 0 } }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"拡縮_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.504755282581476, 0.5 }, },\n\t\t\t\tSize = Input { Expression = \" v\", },\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"1 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 643.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"SliderControl\", LINKS_Name = \"bound\", }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", INP_Default = 0, INP_MinScale = 0, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { INPID_InputControl = \"SliderControl\", INP_Integer = false, LINKS_Name = \"v\", LINKID_DataType = \"Number\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t},\n\t\t[\"跳ねる_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1760, 643.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, INP_Default = 0, INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t},\n\t\t[\"リズム_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tPivot = Input { Value = { 0.5, 0 }, },\n\t\t\t\tAspect = Input {\n\t\t\t\t\tSourceOp = \"リズム_AspectAffset\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1595, 643.5 } },\n\t\t},\n\t\t[\"リズム_AspectAffset\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_ScaleAndTimeScaleForFPS\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 1, }\n\t\t\t},\n\t\t},\n\t\t[\"リズム_ScaleAndTimeScaleForFPS\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_Loop\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"30 / comp:GetPrefs().Comp.FrameFormat.Rate\", }\n\t\t\t},\n\t\t},\n\t\t[\"リズム_Loop\"] = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"リズム_LoopFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 9, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"- math.floor(time / Frame) * Frame\", },\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tFrame = Input {\n\t\t\t\t\tValue = 30,\n\t\t\t\t\tExpression = \"30 / Speed\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tUserControls = ordered() {\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tFrame = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tLINKS_Name = \"Frame\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t[\"リズム_LoopFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 105, Blue = 30 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },\n\t\t\t\t[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },\n\t\t\t\t[6] = { 0, LH = { 5, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"縦揺れ_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\tExpression = \"Point(0.5,v)\",\n\t\t\t\t},\n\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tbound = Input {\n\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tamplitude = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tout = Input {\n\t\t\t\t\tValue = 59,\n\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t},\n\t\t\t\tv = Input {\n\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2090, 643.5 } },\n\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 1, INP_Default = 0, }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", INP_Default = 0, INPID_InputControl = \"CheckboxControl\", LINKS_Name = \"Y\", } }\n\t\t},\n\t\t[\"ぴょん_Ctrl\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input {\n\t\t\t\t\tSourceOp = \"XYPath1_1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tspeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 1430, 643.5 } },\n\t\t\tUserControls = ordered() { speed = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", INPID_InputControl = \"ScrewControl\", INP_Default = 1, }, offset = { INP_Integer = true, INP_Default = 0, INPID_InputControl = \"ScrewControl\", INP_MinScale = 0, LINKID_DataType = \"Number\", INP_MaxScale = 500, LINKS_Name = \"offset\", } }\n\t\t},\n\t\tXYPath1_1 = XYPath {\n\t\t\tShowKeyPoints = false,\n\t\t\tDrawMode = \"ModifyOnly\",\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tX = Input { Value = 0.5, },\n\t\t\t\tY = Input {\n\t\t\t\t\tSourceOp = \"Calculation1_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tCalculation1_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation2_1_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeOffset = Input { Expression = \"-comp.GlobalStart - ぴょん_Ctrl.offset\", }\n\t\t\t},\n\t\t},\n\t\tCalculation2_1_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"Calculation4_1\",\n\t\t\t\t\tSource = \"Result\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input { Value = 0.5, },\n\t\t\t\tFirstOperandTimeScale = Input { Expression = \"ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate\", }\n\t\t\t},\n\t\t},\n\t\tCalculation4_1 = Calculation {\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tFirstOperand = Input {\n\t\t\t\t\tSourceOp = \"CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tOperator = Input { Value = 2, },\n\t\t\t\tSecondOperand = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand\"] = BezierSpline {\n\t\t\tSplineColor = { Red = 0, Green = 255, Blue = 0 },\n\t\t\tCtrlWZoom = false,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tKeyFrames = {\n\t\t\t\t[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },\n\t\t\t\t[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },\n\t\t\t\t[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },\n\t\t\t\t[30] = { 0, LH = { 27.4851924208954, 0 } }\n\t\t\t}\n\t\t},\n\t\t[\"跳ねる\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\" } }, },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 2585, 643.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.08, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"跳ねる_小\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\" } }, },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tMinScale = 0.0010000000475,\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_1_1\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 2750, 643.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_1_1 = Transform {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.5, 0.595105651629515 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295154,\n\t\t\t\t\t\t\tExpression = \"math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\\n\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 2, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.02, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.00100000004749745, INP_MinAllowed = 0.00100000004749745, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"\\nwidth\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_Integer = false, LINKS_Name = \"out\", INPID_InputControl = \"SliderControl\", LINKID_DataType = \"Number\", INP_MinScale = 0, INP_MaxScale = 1, INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"不安\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\" } }, },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"RandomSeed\",\n\t\t\t\t\tWidth = 1,\n\t\t\t\t\tDefault = 0,\n\t\t\t\t},\n\t\t\t\tInput4 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Randomize\",\n\t\t\t\t\tWidth = 0.385,\n\t\t\t\t},\n\t\t\t\tInput5 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\tSource = \"Smoothness\",\n\t\t\t\t\tDefault = 10,\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"x\",\n\t\t\t\t\tName = \"X\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"y\",\n\t\t\t\t\tName = \"Y\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_2\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 2915, 643.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 107.433, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_2 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.502997744173508, 0.497908177638071 },\n\t\t\t\t\t\t\tExpression = \"Point(0.5, 0.5) + shake * in_out\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tx = Input { Value = 0.01, },\n\t\t\t\t\t\ty = Input { Value = 0.01, },\n\t\t\t\t\t\tshake = Input {\n\t\t\t\t\t\t\tSourceOp = \"Shake1\",\n\t\t\t\t\t\t\tSource = \"Position\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tin_out = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyframeStretcher1\",\n\t\t\t\t\t\t\tSource = \"Result\",\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },\n\t\t\t\t\tUserControls = ordered() { x = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"x\", }, y = { INP_MinScale = 0, INP_Default = 0.1, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"y\", }, shake = { LINKS_Name = \"shake\", LINKID_DataType = \"Point\", INPID_InputControl = \"OffsetControl\", }, in_out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"in_out\", } }\n\t\t\t\t},\n\t\t\t\tKeyframeStretcher1 = KeyStretcherMod {\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tKeyframes = Input {\n\t\t\t\t\t\t\tSourceOp = \"KeyStretcheronTransform1_2Keyframes\",\n\t\t\t\t\t\t\tSource = \"Value\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tStretchStart = Input { Value = 10, },\n\t\t\t\t\t\tStretchEnd = Input { Value = 110, }\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tKeyStretcheronTransform1_2Keyframes = BezierSpline {\n\t\t\t\t\tSplineColor = { Red = 193, Green = 106, Blue = 231 },\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tKeyFrames = {\n\t\t\t\t\t\t[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },\n\t\t\t\t\t\t[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },\n\t\t\t\t\t\t[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },\n\t\t\t\t\t\t[120] = { 0, LH = { 116.666666666667, 0 } }\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tShake1 = Shake {\n\t\t\t\t\tFaster = true,\n\t\t\t\t\tCtrlWZoom = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tSmoothness = Input { Value = 2, },\n\t\t\t\t\t\tLockXY = Input { Value = 0, },\n\t\t\t\t\t\tXMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tXMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.x\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMinimum = Input {\n\t\t\t\t\t\t\tValue = -0.01,\n\t\t\t\t\t\t\tExpression = \"-Transform1_2.y\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tYMaximum = Input {\n\t\t\t\t\t\t\tValue = 0.01,\n\t\t\t\t\t\t\tExpression = \"Transform1_2.y\",\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t[\"震え\"] = GroupOperator {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\" } }, },\n\t\t\tInputs = ordered() {\n\t\t\t\tMainInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Input\",\n\t\t\t\t},\n\t\t\t\tInput1 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"speed\",\n\t\t\t\t\tDefault = 2,\n\t\t\t\t},\n\t\t\t\tInput2 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"amplitude\",\n\t\t\t\t\tDefault = 0.1,\n\t\t\t\t},\n\t\t\t\tInput3 = InstanceInput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Y\",\n\t\t\t\t\tDefault = 0,\n\t\t\t\t}\n\t\t\t},\n\t\t\tOutputs = {\n\t\t\t\tMainOutput1 = InstanceOutput {\n\t\t\t\t\tSourceOp = \"Transform1_3\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = GroupInfo {\n\t\t\t\tPos = { 3245, 643.5 },\n\t\t\t\tFlags = {\n\t\t\t\t\tAllowPan = false,\n\t\t\t\t\tForceAll = true,\n\t\t\t\t\tGridSnap = true,\n\t\t\t\t\tConnectedSnap = true,\n\t\t\t\t\tAutoSnap = true,\n\t\t\t\t\tRemoveRouters = true\n\t\t\t\t},\n\t\t\t\tSize = { 126, 109.359, 63, 24.2424 },\n\t\t\t\tDirection = \"Horizontal\",\n\t\t\t\tPipeStyle = \"Direct\",\n\t\t\t\tScale = 1,\n\t\t\t\tOffset = { 0, 0 }\n\t\t\t},\n\t\t\tTools = ordered() {\n\t\t\t\tTransform1_3 = Transform {\n\t\t\t\t\tCtrlWShown = false,\n\t\t\t\t\tInputs = {\n\t\t\t\t\t\tCenter = Input {\n\t\t\t\t\t\t\tValue = { 0.504755282581476, 0.5 },\n\t\t\t\t\t\t\tExpression = \"iif(Y == 0, Point(v, 0.5),Point(0.5,v))\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tReferenceSize = Input { Value = 1, },\n\t\t\t\t\t\tInput = Input {\n\t\t\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\t\t\tSource = \"Output\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tbound = Input {\n\t\t\t\t\t\t\tValue = 0.951056516295153,\n\t\t\t\t\t\t\tExpression = \"sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tspeed = Input { Value = 12, },\n\t\t\t\t\t\tamplitude = Input { Value = 0.005, },\n\t\t\t\t\t\tout = Input {\n\t\t\t\t\t\t\tValue = 59,\n\t\t\t\t\t\t\tExpression = \"comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\tv = Input {\n\t\t\t\t\t\t\tValue = 0.504755282581476,\n\t\t\t\t\t\t\tExpression = \"0.5 + amplitude * iif(time > out, 0,bound)\",\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\tViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },\n\t\t\t\t\tUserControls = ordered() { bound = { INP_Integer = false, LINKID_DataType = \"Number\", LINKS_Name = \"bound\", INPID_InputControl = \"SliderControl\", INP_Default = 0, }, speed = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 1, INP_MinScale = 0.001, INP_MinAllowed = 0.001, LINKID_DataType = \"Number\", LINKS_Name = \"speed\", }, width = { INP_MinScale = 0, LINKID_DataType = \"Number\", INP_Default = 0, INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"\\nwidth\", }, amplitude = { INP_MaxAllowed = 1000000, INP_Integer = false, INPID_InputControl = \"SliderControl\", INP_MaxScale = 1, INP_Default = 0, INP_MinScale = 0, INP_MinAllowed = -1000000, LINKID_DataType = \"Number\", LINKS_Name = \"amplitude\", }, out = { INP_MinScale = 0, INP_Default = 0, LINKID_DataType = \"Number\", INPID_InputControl = \"SliderControl\", INP_Integer = false, INP_MaxScale = 1, LINKS_Name = \"out\", }, v = { LINKID_DataType = \"Number\", INP_Integer = false, LINKS_Name = \"v\", INPID_InputControl = \"SliderControl\", }, Y = { CBC_TriState = false, INP_Integer = true, LINKID_DataType = \"Number\", LINKS_Name = \"Y\", INPID_InputControl = \"CheckboxControl\", INP_Default = 0, } }\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\tST_Background = Background {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\" } }, },\n\t\t\tInputs = {\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tTopLeftAlpha = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2090, 808.5 } },\n\t\t},\n\t\t[\"モーションSelector\"] = Transform {\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"モーションなし\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tSpeed = Input {\n\t\t\t\t\tSourceOp = \"Motion_Speed\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tStr = Input {\n\t\t\t\t\tSourceOp = \"Motion_Str\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 808.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },\n\t\t\tUserControls = ordered() {\n\t\t\t\t[\"N000_モーションなし\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"モーションなし\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"モーションなし\",\n\t\t\t\t},\n\t\t\t\t[\"N001_ぽよ\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぽよ\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぽよ\",\n\t\t\t\t},\n\t\t\t\t[\"N002_ぴょん_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"ぴょん_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"ぴょん_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N003_リズム_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"リズム_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"リズム_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N004_跳ねる_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N005_横揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"横揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"横揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N006_縦揺れ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"縦揺れ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"縦揺れ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N007_拡縮_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"拡縮_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"拡縮_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N008_パーターブ_Ctrl\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"パーターブ_Ctrl\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"パーターブ_Ctrl\",\n\t\t\t\t},\n\t\t\t\t[\"N009_跳ねる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる\",\n\t\t\t\t},\n\t\t\t\t[\"N010_跳ねる_小\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"跳ねる_小\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"跳ねる_小\",\n\t\t\t\t},\n\t\t\t\t[\"N011_不安\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"不安\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"不安\",\n\t\t\t\t},\n\t\t\t\t[\"N012_荒ぶる\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"荒ぶる\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"荒ぶる\",\n\t\t\t\t},\n\t\t\t\t[\"N013_震え\"] = {\n\t\t\t\t\tICD_Width = 1,\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tBTNCS_Execute = \"local _a = comp:FindTool(\\\"モーションSelector\\\")\\nlocal _b = comp:FindTool(\\\"震え\\\")\\n_a:ConnectInput(\\\"Input\\\", _b)\\nif _a.ParentTool then\\n_a.Center:HideViewControls()\\n_a.Pivot:HideViewControls()\\n_a.Angle:HideViewControls()\\n_a.Size:HideViewControls()\\n_a.Aspect:HideViewControls()\\n_a.XSize:HideViewControls()\\n_a.YSize:HideViewControls()\\nend\",\n\t\t\t\t\tICS_ControlPage = \"モーション\",\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tLINKS_Name = \"震え\",\n\t\t\t\t},\n\t\t\t\tSpeed = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Speed\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t},\n\t\t\t\tStr = {\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tLINKS_Name = \"Str\",\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 5,\n\t\t\t\t\tINP_Default = 1,\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tST_SetDomain = SetDomain {\n\t\t\tNameSet = true,\n\t\t\tCustomData = { Path = { Map = { [\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\" } }, },\n\t\t\tInputs = {\n\t\t\t\tMode = Input { Value = FuID { \"Set\" }, },\n\t\t\t\tRight = Input { Value = 0, },\n\t\t\t\tTop = Input { Value = 0, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Background\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2090, 940.5 } },\n\t\t},\n\t\tST_Merge = Merge {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tBackground = Input {\n\t\t\t\t\tSourceOp = \"ST_SetDomain\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tForeground = Input {\n\t\t\t\t\tSourceOp = \"モーションSelector\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t},\n\t\t\t\tPerformDepthMerge = Input { Value = 0, }\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 940.5 } },\n\t\t},\n\t\t[\"レイアウト\"] = Transform {\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"D:\\\\dev\\\\PycharmProjects\\\\Resolve_Script\\\\data\\\\app\\\\Psd2Tatie\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tCenter = Input { Value = { 0.85, 0.1 }, },\n\t\t\t\tInput = Input {\n\t\t\t\t\tSourceOp = \"ST_Merge\",\n\t\t\t\t\tSource = \"Output\",\n\t\t\t\t}\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 2255, 1072.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t}\n\t},\n\tActiveTool = \"BASE_LINK\"\n}"
  },
  {
    "path": "data/app/Psd2Tatie/after_input.json",
    "content": "[\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerOrder\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"Page=\\\"口パク\\\"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerSelection\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName1\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled1\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName2\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled2\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName3\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled3\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName4\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled4\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName5\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled5\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName6\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled6\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName7\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled7\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName8\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled8\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthScale\",\n    \"page\": \"Controls\",\n    \"id\": \"Size\",\n    \"name\": \"Size\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Blink\",\n    \"name\": \"Blink\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Close\",\n    \"name\": \"Close\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Offset\",\n    \"name\": \"Offset\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Make\",\n    \"name\": \"Make Anim\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Delete\",\n    \"name\": \"Delete Anim\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"at00\",\n    \"name\": \"ボタンを押さないと反映されません。\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerOrder\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerSelection\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName1\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled1\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName2\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled2\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName3\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled3\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  }\n]\n"
  },
  {
    "path": "data/app/Psd2Tatie/before_input.json",
    "content": "[\n  {\n    \"node\": \"Root\",\n    \"page\": \"User\",\n    \"id\": \"CopyPose\",\n    \"name\": \"Copy Pose\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Root\",\n    \"page\": \"User\",\n    \"id\": \"PastePose\",\n    \"name\": \"Paste Pose\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Root\",\n    \"page\": \"User\",\n    \"id\": \"SavePose\",\n    \"name\": \"Save Pose\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Root\",\n    \"page\": \"User\",\n    \"id\": \"LoadPose\",\n    \"name\": \"Load Pose\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Center\",\n    \"name\": \"Center\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Pivot\",\n    \"name\": \"Pivot\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"UseSizeAndAspect\",\n    \"name\": \"Use Size and Aspect\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Size\",\n    \"name\": \"Size\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Aspect\",\n    \"name\": \"Aspect\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"XSize\",\n    \"name\": \"X Size\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"YSize\",\n    \"name\": \"Y Size\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Angle\",\n    \"name\": \"Angle\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"FlipHoriz\",\n    \"name\": \"Flip Horizontal\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"FlipVert\",\n    \"name\": \"Flip Vertical\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Motion_Speed\",\n    \"page\": \"Controls\",\n    \"id\": \"Value\",\n    \"name\": \"スピード\",\n    \"control_group\": 0,\n    \"option01\": \"Page=\\\"モーション\\\"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Motion_Str\",\n    \"page\": \"Controls\",\n    \"id\": \"Value\",\n    \"name\": \"強さ\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N000_モーションなし\",\n    \"name\": \"モーションなし\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N001_ぽよ\",\n    \"name\": \"ぽよ\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N002_ぴょん_Ctrl\",\n    \"name\": \"ぴょん_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N003_リズム_Ctrl\",\n    \"name\": \"リズム_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N004_跳ねる_Ctrl\",\n    \"name\": \"跳ねる_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N005_横揺れ_Ctrl\",\n    \"name\": \"横揺れ_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N006_縦揺れ_Ctrl\",\n    \"name\": \"縦揺れ_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N007_拡縮_Ctrl\",\n    \"name\": \"拡縮_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N008_パーターブ_Ctrl\",\n    \"name\": \"パーターブ_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N009_跳ねる\",\n    \"name\": \"跳ねる\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N010_跳ねる_小\",\n    \"name\": \"跳ねる_小\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N011_不安\",\n    \"name\": \"不安\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N012_荒ぶる\",\n    \"name\": \"荒ぶる\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N013_震え\",\n    \"name\": \"震え\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  }\n]\n"
  },
  {
    "path": "data/app/Psd2Tatie/input_list.json",
    "content": "[\n  {\n    \"node\": \"Root\",\n    \"page\": \"User\",\n    \"id\": \"CopyPose\",\n    \"name\": \"Copy Pose\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Root\",\n    \"page\": \"User\",\n    \"id\": \"PastePose\",\n    \"name\": \"Paste Pose\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Root\",\n    \"page\": \"User\",\n    \"id\": \"SavePose\",\n    \"name\": \"Save Pose\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Root\",\n    \"page\": \"User\",\n    \"id\": \"LoadPose\",\n    \"name\": \"Load Pose\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Center\",\n    \"name\": \"Center\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Pivot\",\n    \"name\": \"Pivot\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"UseSizeAndAspect\",\n    \"name\": \"Use Size and Aspect\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Size\",\n    \"name\": \"Size\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Aspect\",\n    \"name\": \"Aspect\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"XSize\",\n    \"name\": \"X Size\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"YSize\",\n    \"name\": \"Y Size\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"Angle\",\n    \"name\": \"Angle\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"FlipHoriz\",\n    \"name\": \"Flip Horizontal\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"Controls\",\n    \"id\": \"FlipVert\",\n    \"name\": \"Flip Vertical\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Motion_Speed\",\n    \"page\": \"Controls\",\n    \"id\": \"Value\",\n    \"name\": \"スピード\",\n    \"control_group\": 0,\n    \"option01\": \"Page=\\\"モーション\\\"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"Motion_Str\",\n    \"page\": \"Controls\",\n    \"id\": \"Value\",\n    \"name\": \"強さ\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N000_モーションなし\",\n    \"name\": \"モーションなし\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N001_ぽよ\",\n    \"name\": \"ぽよ\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N002_ぴょん_Ctrl\",\n    \"name\": \"ぴょん_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N003_リズム_Ctrl\",\n    \"name\": \"リズム_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N004_跳ねる_Ctrl\",\n    \"name\": \"跳ねる_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N005_横揺れ_Ctrl\",\n    \"name\": \"横揺れ_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N006_縦揺れ_Ctrl\",\n    \"name\": \"縦揺れ_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N007_拡縮_Ctrl\",\n    \"name\": \"拡縮_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N008_パーターブ_Ctrl\",\n    \"name\": \"パーターブ_Ctrl\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N009_跳ねる\",\n    \"name\": \"跳ねる\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N010_跳ねる_小\",\n    \"name\": \"跳ねる_小\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N011_不安\",\n    \"name\": \"不安\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N012_荒ぶる\",\n    \"name\": \"荒ぶる\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"モーションSelector\",\n    \"page\": \"モーション\",\n    \"id\": \"N013_震え\",\n    \"name\": \"震え\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerOrder\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"Page=\\\"口パク\\\"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerSelection\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName1\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled1\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName2\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled2\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName3\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled3\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName4\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled4\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName5\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled5\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName6\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled6\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName7\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled7\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName8\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled8\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"MouthScale\",\n    \"page\": \"Controls\",\n    \"id\": \"Size\",\n    \"name\": \"Size\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Blink\",\n    \"name\": \"Blink\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Close\",\n    \"name\": \"Close\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Offset\",\n    \"name\": \"Offset\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Make\",\n    \"name\": \"Make Anim\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"Delete\",\n    \"name\": \"Delete Anim\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"目パチ\",\n    \"id\": \"at00\",\n    \"name\": \"ボタンを押さないと反映されません。\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerOrder\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerSelection\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName1\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled1\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName2\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled2\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerName3\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  },\n  {\n    \"node\": \"EyeAnim\",\n    \"page\": \"Merge\",\n    \"id\": \"LayerEnabled3\",\n    \"name\": \"Layer List\",\n    \"control_group\": 1,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  }\n]\n"
  },
  {
    "path": "data/app/Psd2Tatie/main_output.json",
    "content": "[\n  {\n    \"node\": \"レイアウト\",\n    \"page\": \"<Output>\",\n    \"id\": \"Output\",\n    \"name\": \"Output\",\n    \"control_group\": 0,\n    \"option01\": \"\",\n    \"option02\": \"\",\n    \"option03\": \"\"\n  }\n]\n"
  },
  {
    "path": "data/app/Resolve.json",
    "content": "{\n  \"program\": \"bin\\\\python-3.10.11\\\\pythonw.exe\",\n  \"arg\": \"bin\\\\run_resolve.py\"\n}\n"
  },
  {
    "path": "data/app/ResolveLauncher/set_pathmap.lua",
    "content": "local user_path = app:GetPrefs(\"Global.Paths.Map.UserPaths:\")\nif not user_path:find(\"%$%(RS_FUSION_USER_PATH%)\") then\n    user_path = user_path .. \";$(RS_FUSION_USER_PATH)\"\n    app:SetPrefs(\"Global.Paths.Map.UserPaths:\", user_path)\n    app:SavePrefs()\nend\nprint(\"Global.Paths.Map.UserPaths: \" .. user_path)\n"
  },
  {
    "path": "data/app/ScriptLauncher/script_base.txt",
    "content": "local function getToolName(st)\n    for key, v in pairs(st['Tools']) do\n        if (type(v) == 'table') and (v['Inputs'] ~= nil) then\n            return key\n        end\n    end\n    return nil\nend\n\nlocal function setDataForFusion(path, filter_list)\n    local tool_list = comp:GetToolList(true)\n    comp:StartUndo('RS Apply')\n    for i, v in ipairs(tool_list) do\n        local st = v:SaveSettings()\n        local f_st = bmd.readfile(path)\n        local f_name = getToolName(f_st)\n        for i2, key in ipairs(filter_list) do\n            f_st['Tools'][f_name]['Inputs'][key] = st['Tools'][v.Name]['Inputs'][key]\n            local tmp = f_st['Tools'][f_name]['Inputs'][key]\n            if (type(tmp) == 'table') and (tmp['SourceOp'] ~= nil) then\n                local src = tmp['SourceOp']\n                f_st['Tools'][src] = st['Tools'][src]\n            end\n        end\n        v:LoadSettings(f_st)\n    end\n    comp:EndUndo(true)\n    print('Done!: ' .. path)\nend\n\nlocal function setDataForResolve(path, filter_list, track_index)\n    local projectManager = resolve:GetProjectManager()\n    local project = projectManager:GetCurrentProject()\n    if not project then\n        print('Projectが見付かりません。')\n        return\n    end\n    local timeline = project:GetCurrentTimeline()\n    if not timeline then\n        print('Timelineが見付かりません。')\n        return\n    end\n    if timeline:GetTrackCount('video') < track_index then\n        print('Trackが見付かりません。')\n    end\n    local items = timeline:GetItemListInTrack('video', track_index)\n    for i, item in ipairs(items) do\n        if item:GetFusionCompCount() == 0 then\n            print('FusionCompが見付かりません。')\n            goto continue\n        end\n        local comp = item:GetFusionCompByIndex(1)\n        local lst = comp:GetToolList(false)\n        local tool\n        local tool_filter = {\n            ['MacroOperator'] = true,\n            ['GroupOperator'] = true,\n            ['TextPlus'] = true,\n            ['Background'] = true,\n        }\n        for i2, t in ipairs(lst) do\n            if tool_filter[t.ID] and not t.ParentTool then\n                tool = t\n                break\n            end\n        end\n        if not tool then\n            goto continue\n        end\n        comp:StartUndo('RS Apply')\n        comp:Lock()\n        local st = tool:SaveSettings()\n        local f_st = bmd.readfile(path)\n        local f_name = getToolName(f_st)\n        for i2, key in ipairs(filter_list) do\n            f_st['Tools'][f_name]['Inputs'][key] = st['Tools'][tool.Name]['Inputs'][key]\n            local tmp = f_st['Tools'][f_name]['Inputs'][key]\n            if (type(tmp) == 'table') and (tmp['SourceOp'] ~= nil) then\n                local src = tmp['SourceOp']\n                f_st['Tools'][src] = st['Tools'][src]\n            end\n        end\n        tool = tool:Refresh()\n        tool:LoadSettings(f_st)\n        comp:Unlock()\n        comp:EndUndo(true)\n        :: continue ::\n    end\n    print('Done!: ' .. path)\nend\n\nlocal function setData(path, filter_list, track_index)\n    if resolve and resolve:GetCurrentPage() ~= 'fusion' then\n        setDataForResolve(path, filter_list, track_index)\n    else\n        setDataForFusion(path, filter_list)\n    end\nend\n\nsetData(\n        '%s',\n        {\n%s\n        },\n        %d\n)\n\n"
  },
  {
    "path": "data/app/VoiceBin/chara.json",
    "content": "{\n  \"chara_list\": [\n    {\n      \"track_name\": \"ME\",\n      \"reg_exp\": \"^\\\\d+_四国めたん.+\",\n      \"color\": \"Violet\",\n      \"anim_type\": \"aiueo3\",\n      \"anim_parameter\": \"<MultiMerge>\",\n      \"_setting\": \"Preset\\\\TextPlus\\\\字幕_白_赤紫.setting\"\n    },\n    {\n      \"track_name\": \"ZU\",\n      \"reg_exp\": \"^\\\\d+_ずんだもん.+\",\n      \"color\": \"Olive\",\n      \"anim_type\": \"aiueo3\",\n      \"anim_parameter\": \"<MultiMerge>\",\n      \"_setting\": \"Preset\\\\TextPlus\\\\字幕_白_緑.setting\"\n    },\n    {\n      \"track_name\": \"TU\",\n      \"reg_exp\": \"^\\\\d+_春日部つむぎ.+\",\n      \"color\": \"Yellow\",\n      \"anim_type\": \"aiueo3\",\n      \"anim_parameter\": \"<MultiMerge>\",\n      \"_setting\": \"Preset\\\\TextPlus\\\\字幕_白_茶.setting\"\n    },\n    {\n      \"track_name\": \"USA\",\n      \"reg_exp\": \"^\\\\d+_中国うさぎ.+\",\n      \"color\": \"Pink\",\n      \"anim_type\": \"aiueo3\",\n      \"anim_parameter\": \"<MultiMerge>\",\n      \"_setting\": \"Preset\\\\TextPlus\\\\字幕_白_赤.setting\"\n    }\n  ]\n}"
  },
  {
    "path": "data/app/VoiceBin/tatie_script_base.lua",
    "content": "local function split(str, ts)\n    if ts == nil then\n        return {}\n    end\n    local t = {};\n    i = 1\n    for s in string.gmatch(str, \"([^\" .. ts .. \"]+)\") do\n        t[i] = s\n        i = i + 1\n    end\n    return t\nend\n\nlocal function getCurrentFrame(timeline)\n    local timecode = timeline:GetCurrentTimecode()\n    local fps = tonumber(timeline:GetSetting('timelineFrameRate'))\n    local intFps = {\n        [23] = 24,\n        [29] = 30,\n        [47] = 48,\n        [59] = 60,\n        [95] = 96,\n        [119] = 120,\n    }\n    if intFps[fps] then\n        fps = intFps[fps]\n    end\n    local isDF = false\n    if string.find(timecode, ';') ~= nil then\n        isDF = true\n        timecode = string.gsub(timecode, ';', ':')\n    end\n    local t = split(timecode, ':')\n    local h = tonumber(t[1])\n    local m = tonumber(t[2]) + (h * 60)\n    local s = tonumber(t[3]) + (m * 60)\n    local f = tonumber(t[4]) + (s * fps)\n    local drop_frames = 0\n    if isDF then\n        local _f = fps / 15\n        drop_frames = _f * (m - math.floor(m / 10))\n    end\n    return f - drop_frames\nend\n\nlocal function getTrackIndexByName(timeline, name)\n    local r = nil\n    local cnt = timeline:GetTrackCount('video')\n    if cnt == 0 then\n        return r\n    end\n    for i = 1, cnt do\n        if timeline:GetTrackName('video', i) == name then\n            r = i\n        end\n    end\n    return r\nend\n\nlocal function getItemByTrackName(timeline, name)\n    local r = timeline:GetCurrentVideoItem()\n    local index = getTrackIndexByName(timeline, name)\n    if not index then\n        print('Track not found: ' .. name)\n        print('Currentを使います。')\n        return r\n    end\n    local currentFrame = getCurrentFrame(timeline)\n    for i, item in ipairs(timeline:GetItemListInTrack('video', index)) do\n        if item:GetStart() < currentFrame and item:GetEnd() > currentFrame then\n            return item\n        end\n    end\n    print('Item not found: ' .. name)\n    print('Currentを使います。')\n    return r\nend\n\nlocal function setTatie(color, track_name, parameter_name, setting_path)\n    local projectManager = resolve:GetProjectManager()\n    local project = projectManager:GetCurrentProject()\n    if not project then\n        print('Projectが見付かりません。')\n        return\n    end\n    local timeline = project:GetCurrentTimeline()\n    if not timeline then\n        print('Timelineが見付かりません。')\n        return\n    end\n    local textPlus = getItemByTrackName(timeline, track_name)\n    if not textPlus then\n        print('VideoItemが見付かりません。')\n        return\n    end\n\n    if textPlus:GetFusionCompCount() == 0 then\n        print('FusionCompが見付かりません。')\n        return\n    end\n\n    local comp = textPlus:GetFusionCompByIndex(1)\n    local lst = comp:GetToolList(false)\n    local tool\n    local tool_filter = {\n        ['MacroOperator'] = true,\n        ['GroupOperator'] = true,\n    }\n    for i, t in ipairs(lst) do\n        if tool_filter[t.ID] and not t.ParentTool then\n            tool = t\n            break\n        end\n    end\n    if not tool then\n        print('Nodeが見付かりません。')\n        return\n    end\n\n    -- setting\n    local tool_lst = {}\n    tool_lst[#tool_lst + 1] = tool\n    local attr_filter = {\n        ['StyledText'] = true,\n        [parameter_name] = true,\n    }\n    for k, v in pairs(tool:SaveSettings()['Tools'][tool.Name]['Inputs']) do\n        if type(v) == 'table' and v['__ctor'] and v['__ctor'] == 'InstanceInput' then\n            if attr_filter[v['Source']] then\n                local _tool = comp:FindTool(v['SourceOp'])\n                tool_lst[#tool_lst + 1] = _tool\n            end\n        end\n    end\n    local f_st = bmd.readfile(setting_path)\n    if not f_st then\n        print('設定ファイルが見付かりません。')\n        print(setting_path)\n        return\n    end\n    local keys = f_st['Tools']['MouthAnimBezierSpline']['KeyFrames']\n    local new_keys = {}\n    local gs = comp:GetAttrs()['COMPN_GlobalStart']\n    for i, v in pairs(keys) do\n        local rh = v['RH']\n        local lh = v['LH']\n        if rh then\n            rh[1] = rh[1] + gs\n        end\n        if lh then\n            lh[1] = lh[1] + gs\n        end\n        new_keys[i + gs] = v\n    end\n    f_st['Tools']['MouthAnimBezierSpline']['KeyFrames'] = new_keys\n\n    -- set\n    comp:StartUndo('RS Tatie')\n    comp:Lock()\n    for i, t in pairs(tool_lst) do\n        t:LoadSettings(f_st)\n    end\n    comp:Unlock()\n    comp:EndUndo(true)\n    -- color\n    if color ~= 'None' then\n        textPlus:SetClipColor(color)\n    end\n    -- end\n    print('Dane!(立ち絵)')\nend\n\nsetTatie(\n        '%s',\n        '%s',\n        '%s',\n        [[%s]]\n)"
  },
  {
    "path": "data/app/VoiceBin/tatie_setting_base.txt",
    "content": "{\n\tTools = ordered() {\n\t\tCtrl =  PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tStyledText = Input { Value = \"%s\", },\n\t\t\t\t%s = Input {\n\t\t\t\t\tSourceOp = \"MouthAnimBezierSpline\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 55, 214.5 } },\n\t\t\tUserControls = ordered() {\n\t\t\t\tStyledText = {\n\t\t\t\t\tTEC_ReadOnly = false,\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tLINKS_Name = \"StyledText\",\n\t\t\t\t},\n\t\t\t\t%s = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\tLINKS_Name = \"%s\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tMouthAnimBezierSpline = BezierSpline {\n\t\t\tSplineColor = { Red = 8, Green = 156, Blue = 231 },\n\t\t\tCtrlWZoom = false,\n\t\t\tKeyFrames = {\n%s\n\t\t\t}\n\t\t}\n\t},\n}\n"
  },
  {
    "path": "data/app/VoiceBin/text_script_base.lua",
    "content": "local function split(str, ts)\n    if ts == nil then\n        return {}\n    end\n    local t = {};\n    i = 1\n    for s in string.gmatch(str, \"([^\" .. ts .. \"]+)\") do\n        t[i] = s\n        i = i + 1\n    end\n    return t\nend\n\nlocal function getCurrentFrame(timeline)\n    local timecode = timeline:GetCurrentTimecode()\n    local fps = tonumber(timeline:GetSetting('timelineFrameRate'))\n    local intFps = {\n        [23] = 24,\n        [29] = 30,\n        [47] = 48,\n        [59] = 60,\n        [95] = 96,\n        [119] = 120,\n    }\n    if intFps[fps] then\n        fps = intFps[fps]\n    end\n    local isDF = false\n    if string.find(timecode, ';') ~= nil then\n        isDF = true\n        timecode = string.gsub(timecode, ';', ':')\n    end\n    local t = split(timecode, ':')\n    local h = tonumber(t[1])\n    local m = tonumber(t[2]) + (h * 60)\n    local s = tonumber(t[3]) + (m * 60)\n    local f = tonumber(t[4]) + (s * fps)\n    local drop_frames = 0\n    if isDF then\n        local _f = fps / 15\n        drop_frames = _f * (m - math.floor(m / 10))\n    end\n    return f - drop_frames\nend\nlocal function getTrackIndexByName(timeline, name)\n    local r = nil\n    local cnt = timeline:GetTrackCount('video')\n    if cnt == 0 then\n        return r\n    end\n    for i = 1, cnt do\n        if timeline:GetTrackName('video', i) == name then\n            r = i\n        end\n    end\n    return r\nend\n\nlocal function getItemByTrackName_t(timeline, name)\n    local r = timeline:GetCurrentVideoItem()\n    local index = getTrackIndexByName(timeline, (name .. '_t'))\n    if not index then\n        print('Track not found: ' .. name .. '_t')\n        print('検索トラック名変更: ' .. name)\n        index = getTrackIndexByName(timeline, name)\n    end\n    if not index then\n        print('Track not found: ' .. name)\n        print('Currentを使います。')\n        return r\n    end\n    local currentFrame = getCurrentFrame(timeline)\n    for i, item in ipairs(timeline:GetItemListInTrack('video', index)) do\n        if item:GetStart() < currentFrame and item:GetEnd() > currentFrame then\n            return item\n        end\n    end\n    print('Item not found')\n    print('Currentを使います。')\n    return r\nend\n\nlocal function getToolName(st)\n    for key, v in pairs(st['Tools']) do\n        if (type(v) == 'table') and (v['Inputs'] ~= nil) then\n            return key\n        end\n    end\n    return nil\nend\n\nlocal function setJimaku(txt, color, track_name, setting_path)\n    local projectManager = resolve:GetProjectManager()\n    local project = projectManager:GetCurrentProject()\n    if not project then\n        print('Projectが見付かりません。')\n        return\n    end\n    local timeline = project:GetCurrentTimeline()\n    if not timeline then\n        print('Timelineが見付かりません。')\n        return\n    end\n    local textPlus = getItemByTrackName_t(timeline, track_name)\n    if not textPlus then\n        print('VideoItemが見付かりません。')\n        return\n    end\n\n    if textPlus:GetFusionCompCount() == 0 then\n        print('FusionCompが見付かりません。')\n        return\n    end\n\n    local comp = textPlus:GetFusionCompByIndex(1)\n\n    local lst = comp:GetToolList(false, 'TextPlus')\n    if not lst[1] then\n        print('TextPlus Nodeが見付かりません。')\n        return\n    end\n\n    local tool = lst[1]\n\n\n    -- setting\n    tool.StyledText = txt\n    tool.UseFrameFormatSettings = 0\n    tool.Width = tonumber(timeline:GetSetting('timelineResolutionWidth'))\n    tool.Height = tonumber(timeline:GetSetting('timelineResolutionHeight'))\n\n    local st = tool:SaveSettings()\n    local f_st = bmd.readfile(setting_path)\n    if not f_st then\n        print(setting_path)\n        print('settingファイルの読み込みに失敗しました。')\n        return\n    end\n    local name = getToolName(f_st)\n    for i, key in pairs({ 'StyledText', 'UseFrameFormatSettings', 'Width', 'Height' }) do\n        f_st['Tools'][name]['Inputs'][key] = st['Tools'][tool.Name]['Inputs'][key]\n    end\n\n    -- set\n    comp:StartUndo('RS Jimaku')\n    comp:Lock()\n    tool:LoadSettings(f_st)\n    comp:Unlock()\n    comp:EndUndo(true)\n\n    if color ~= 'None' then\n        textPlus:SetClipColor(color)\n    end\n    print('Dane!(Text+)')\nend\n\nsetJimaku(\n        [[%s]],\n        '%s',\n        '%s',\n        [[%s]]\n)"
  },
  {
    "path": "data/app/VoiceDropper/setting_aiueo_mm.txt",
    "content": "{\n\tTools = ordered() {\n\t\tMouthAnim = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tInputs = {\n\t\t\t\tLayerName1 = Input { Value = \"MouthBase\", },\n\t\t\t\tLayerEnabled1 = Input {\n\t\t\t\t\tSourceOp = \"MouthAnimLayerEnabled1\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tLayerName2 = Input { Value = \"N\", },\n\t\t\t\tLayerEnabled2 = Input {\n\t\t\t\t\tSourceOp = \"MouthAnimLayerEnabled2\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tLayerName3 = Input { Value = \"A\", },\n\t\t\t\tLayerEnabled3 = Input {\n\t\t\t\t\tSourceOp = \"MouthAnimLayerEnabled3\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tLayerName4 = Input { Value = \"I\", },\n\t\t\t\tLayerEnabled4 = Input {\n\t\t\t\t\tSourceOp = \"MouthAnimLayerEnabled4\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tLayerName5 = Input { Value = \"U\", },\n\t\t\t\tLayerEnabled5 = Input {\n\t\t\t\t\tSourceOp = \"MouthAnimLayerEnabled5\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tLayerName6 = Input { Value = \"E\", },\n\t\t\t\tLayerEnabled6 = Input {\n\t\t\t\t\tSourceOp = \"MouthAnimLayerEnabled6\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t\tLayerName7 = Input { Value = \"O\", },\n\t\t\t\tLayerEnabled7 = Input {\n\t\t\t\t\tSourceOp = \"MouthAnimLayerEnabled7\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 13365, 115.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t},\n\t\tMouthAnimLayerEnabled1 = BezierSpline {\n\t\t\tSplineColor = { Red = 198, Green = 82, Blue = 232 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n%s\n\t\t\t}\n\t\t},\n\t\tMouthAnimLayerEnabled2 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 214 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n%s\n\t\t\t}\n\t\t},\n\t\tMouthAnimLayerEnabled3 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 125 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n%s\n\t\t\t}\n\t\t},\n\t\tMouthAnimLayerEnabled4 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 82, Blue = 44 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n%s\n\t\t\t}\n\t\t},\n\t\tMouthAnimLayerEnabled5 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 145, Blue = 44 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n%s\n\t\t\t}\n\t\t},\n\t\tMouthAnimLayerEnabled6 = BezierSpline {\n\t\t\tSplineColor = { Red = 232, Green = 202, Blue = 44 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n%s\n\t\t\t}\n\t\t},\n\t\tMouthAnimLayerEnabled7 = BezierSpline {\n\t\t\tSplineColor = { Red = 210, Green = 232, Blue = 44 },\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tKeyFrames = {\n%s\n\t\t\t}\n\t\t},\n\t},\n}"
  },
  {
    "path": "data/app/VoiceDropper/setting_base.txt",
    "content": "{\n\tTools = ordered() {\n\t\tCtrl =  PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\t%s = Input {\n\t\t\t\t\tSourceOp = \"MouthAnimBezierSpline\",\n\t\t\t\t\tSource = \"Value\",\n\t\t\t\t},\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 55, 214.5 } },\n\t\t\tUserControls = ordered() {\n\t\t\t\t%s = {\n\t\t\t\t\tINP_Integer = true,\n\t\t\t\t\tINP_Default = 0,\n\t\t\t\t\tINPID_InputControl = \"SliderControl\",\n\t\t\t\t\tINP_MinScale = 0,\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t\tINP_MaxScale = 6,\n\t\t\t\t\tLINKS_Name = \"%s\",\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tMouthAnimBezierSpline = BezierSpline {\n\t\t\tSplineColor = { Red = 8, Green = 156, Blue = 231 },\n\t\t\tCtrlWZoom = false,\n\t\t\tKeyFrames = {\n%s\n\t\t\t}\n\t\t}\n\t},\n}\n"
  },
  {
    "path": "data/app/env.json",
    "content": "{\n  \"env\": {\n  }\n}\n"
  },
  {
    "path": "data/app/launcher.json",
    "content": "{\n  \"program\": \"bin\\\\python-3.10.11\\\\pythonw.exe\",\n  \"arg\": \"bin\\\\launcher.py\"\n}\n"
  },
  {
    "path": "data/app/launcher_menu.json",
    "content": "[\n  {\n    \"name\": \"ResolveLauncher\",\n    \"path\": \"bin/resolve_launcher.py\",\n    \"ss\": \"utility\",\n    \"win\": true,\n    \"mac\": true,\n    \"linux\": true\n  },\n  {\n    \"name\": \"softalk2wave\",\n    \"path\": \"bin/softalk2wave.py\",\n    \"ss\": \"sound\",\n    \"win\": true,\n    \"mac\": false,\n    \"linux\": false\n  },\n  {\n    \"name\": \"AssistantSeika2wave\",\n    \"path\": \"bin/assistant_seika2wave.py\",\n    \"ss\": \"sound\",\n    \"win\": true,\n    \"mac\": false,\n    \"linux\": false\n  },\n  {\n    \"name\": \"AquesTalkWrapper\",\n    \"path\": \"bin/aquestalk_wrapper.py\",\n    \"ss\": \"sound\",\n    \"win\": true,\n    \"mac\": false,\n    \"linux\": false\n  },\n  {\n    \"name\": \"VoiceBin\",\n    \"path\": \"bin/voice_bin.py\",\n    \"ss\": \"sound\",\n    \"win\": true,\n    \"mac\": true,\n    \"linux\": true\n  },\n  {\n    \"name\": \"VoiceSync\",\n    \"path\": \"bin/voice_sync.py\",\n    \"ss\": \"sound\",\n    \"win\": true,\n    \"mac\": false,\n    \"linux\": true\n  },\n  {\n    \"name\": \"VoicevoxSequencer\",\n    \"path\": \"bin/voicevox_sequencer.py\",\n    \"ss\": \"sound\",\n    \"win\": true,\n    \"mac\": false,\n    \"linux\": true\n  },\n  {\n    \"name\": \"PsdSplitter\",\n    \"path\": \"bin/psd_splitter.py\",\n    \"ss\": \"picture\",\n    \"win\": true,\n    \"mac\": true,\n    \"linux\": true\n  },\n    {\n    \"name\": \"Psd2Exr\",\n    \"path\": \"bin/psd2exr.py\",\n    \"ss\": \"picture\",\n    \"win\": true,\n    \"mac\": true,\n    \"linux\": true\n  },\n  {\n    \"name\": \"Macro2Group\",\n    \"path\": \"bin/macro2group.py\",\n    \"ss\": \"utility\",\n    \"win\": true,\n    \"mac\": true,\n    \"linux\": true\n  },\n  {\n    \"name\": \"ScriptLauncher\",\n    \"path\": \"bin/script_launcher.py\",\n    \"ss\": \"utility\",\n    \"win\": true,\n    \"mac\": true,\n    \"linux\": true\n  },\n  {\n    \"name\": \"DiskCache\",\n    \"path\": \"bin/disk_cache.py\",\n    \"ss\": \"utility\",\n    \"win\": true,\n    \"mac\": true,\n    \"linux\": true\n  },\n  {\n    \"name\": \"Characters\",\n    \"path\": \"bin/characters.py\",\n    \"ss\": \"utility\",\n    \"win\": true,\n    \"mac\": true,\n    \"linux\": true\n  }\n]\n"
  },
  {
    "path": "data/lua/add_button.lua",
    "content": "local function AddButton(UseRefresh, UseLoad, UseSave)\n    local tool_list = comp:GetToolList(true)\n    comp:StartUndo('RS Add Button')\n    for i, v in ipairs(tool_list) do\n        local uc = v.UserControls\n        if UseRefresh then\n            uc['Refresh'] = {\n                LINKS_Name = 'Refresh',\n                LINKID_DataType = 'Number',\n                INPID_InputControl = 'ButtonControl',\n                INP_Integer = false,\n                BTNCS_Execute = \"comp:StartUndo('RS Refresh');\"\n                        .. \"local tool_list = comp:GetToolList(false, 'Fuse.RS_GlobalStart');\"\n                        .. \"for k,v in pairs(tool_list) do v:Refresh() end;\"\n                        .. \"comp:EndUndo(true)\\n\",\n                ICS_ControlPage = 'Tools',\n            }\n        end\n        if UseLoad then\n            uc['LoadSettings'] = {\n                LINKS_Name = 'Load Settings',\n                LINKID_DataType = 'Number',\n                INPID_InputControl = 'ButtonControl',\n                INP_Integer = false,\n                BTNCS_Execute = [[\nlocal node = self:GetTool()\nlocal path = fusion:RequestFile(\n    '',\n    '',\n    {\n        FReqB_SeqGather = false,\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\n        FReqS_Title = 'Load Settings',\n    }\n)\nif path then\n    node:LoadSettings(comp:MapPath(path))\n    print('Load: ' .. comp:MapPath(path))\nend\n]],\n                ICS_ControlPage = 'Tools',\n            }\n        end\n        if UseSave then\n            uc['SaveSettings'] = {\n                LINKS_Name = 'Save Settings',\n                LINKID_DataType = 'Number',\n                INPID_InputControl = 'ButtonControl',\n                INP_Integer = false,\n                BTNCS_Execute = [[\nlocal node = self:GetTool()\nlocal path = fusion:RequestFile(\n    '',\n    node.Name .. '.setting',\n    {\n        FReqB_Saving = true,\n        FReqB_SeqGather = false,\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\n        FReqS_Title = 'Save Settings',\n    }\n)\nif path then\n    node:SaveSettings(comp:MapPath(path))\n    print('Save: ' .. comp:MapPath(path))\nend\n]],\n                ICS_ControlPage = 'Tools',\n            }\n        end\n        v.UserControls = uc\n        v:Refresh()\n    end\n    comp:EndUndo(true)\n    print('Done!')\nend\n"
  },
  {
    "path": "data/lua/copy_anim.lua",
    "content": "local pr_setting = [[\n{\n\tTools = ordered() {\n\t\tPipeRouter1 = PipeRouter {\n\t\t\tCtrlWZoom = false,\n\t\t\tViewInfo = PipeRouterInfo { Pos = { 338.52, 5.61355 } },\n\t\t}\n\t}\n}\n]]\n\nlocal function deepcopy(org)\n    local copy\n    if type(org) == 'table' then\n        copy = {}\n        for org_key, org_value in next, org, nil do\n            copy[deepcopy(org_key)] = deepcopy(org_value)\n        end\n        setmetatable(copy, deepcopy(getmetatable(org)))\n    else\n        copy = org\n    end\n    return copy\nend\n\nlocal function split(str, ts)\n    if ts == nil then\n        return {}\n    end\n    local t = {};\n    i = 1\n    for s in string.gmatch(str, \"([^\" .. ts .. \"]+)\") do\n        t[i] = s\n        i = i + 1\n    end\n    return t\nend\n\nlocal function getCurrentFrame(timeline)\n    local timecode = timeline:GetCurrentTimecode()\n    local fps = tonumber(timeline:GetSetting('timelineFrameRate'))\n    local intFps = {\n        [23] = 24,\n        [29] = 30,\n        [47] = 48,\n        [59] = 60,\n        [95] = 96,\n        [119] = 120,\n    }\n    if intFps[fps] then\n        fps = intFps[fps]\n    end\n    local isDF = false\n    if string.find(timecode, ';') ~= nil then\n        isDF = true\n        timecode = string.gsub(timecode, ';', ':')\n    end\n    local t = split(timecode, ':')\n    local h = tonumber(t[1])\n    local m = tonumber(t[2]) + (h * 60)\n    local s = tonumber(t[3]) + (m * 60)\n    local f = tonumber(t[4]) + (s * fps)\n    local drop_frames = 0\n    if isDF then\n        local _f = fps / 15\n        drop_frames = _f * (m - math.floor(m / 10))\n    end\n    return f - drop_frames\nend\n\nlocal function getItem(timeline, index)\n    local currentFrame = getCurrentFrame(timeline)\n    local items = timeline:GetItemListInTrack('video', index)\n    if not items then\n        return\n    end\n    for i, item in ipairs(timeline:GetItemListInTrack('video', index)) do\n        if item:GetStart() <= currentFrame and item:GetEnd() > currentFrame then\n            return item\n        end\n    end\n    return nil\nend\n\nlocal function getItems(timeline, index, sf, ef)\n    local items = {}\n    if not index or index > timeline:GetTrackCount('video') or index < 1 then\n        return items\n    end\n    for i, item in ipairs(timeline:GetItemListInTrack('video', index)) do\n        if item:GetStart() < ef and item:GetEnd() > sf then\n            items[#items + 1] = item\n        end\n    end\n    return items\nend\n\nlocal function getAnim(comp, tool, sf)\n    local lst = {}\n    local filter = {\n        ['BezierSpline'] = true,\n        ['PolyPath'] = true,\n        ['XYPath'] = true,\n    }\n\n    for k, v in pairs(tool:SaveSettings()['Tools'][tool.Name]['Inputs']) do\n        local _tool = tool\n        local _attr_name = k\n        local _attr = v\n        if type(v) == 'table' and v['__ctor'] and v['__ctor'] == 'InstanceInput' then\n            _tool = comp:FindTool(v['SourceOp'])\n            _attr_name = v['Source']\n            _attr = _tool:SaveSettings()['Tools'][_tool.Name]['Inputs'][_attr_name]\n        end\n        if type(_attr) == 'table' and _attr['__ctor'] and _attr['__ctor'] == 'Input' then\n            if _attr['SourceOp'] then\n                local _anim = comp:FindTool(_attr['SourceOp'])\n                if filter[_anim.ID] then\n                    local setting = bmd.readstring(pr_setting)\n                    setting['Tools']['PipeRouter1']['Inputs'] = { [_attr_name] = _attr }\n                    setting['Tools'][_anim.Name] = _anim:SaveSettings()['Tools'][_anim.Name]\n\n                    local anim_names = {}\n                    if _anim.ID == 'BezierSpline' then\n                        anim_names[#anim_names + 1] = _anim.Name\n\n                    elseif _anim.ID == 'PolyPath' then\n                        -- PolyPath用\n                        local _inputs = _anim:SaveSettings()['Tools'][_anim.Name]['Inputs']\n                        local attr_list = { 'Displacement' }\n                        for i, a in ipairs(attr_list) do\n                            if _inputs and _inputs[a] and _inputs[a]['SourceOp'] then\n                                local _anim2 = comp:FindTool(_inputs[a]['SourceOp'])\n                                if _anim2.ID == 'BezierSpline' then\n                                    setting['Tools'][_anim2.Name] = _anim2:SaveSettings()['Tools'][_anim2.Name]\n                                    anim_names[#anim_names + 1] = _anim2.Name\n                                end\n                            end\n                        end\n\n                    elseif _anim.ID == 'XYPath' then\n                        -- XYPath用\n                        local _inputs = _anim:SaveSettings()['Tools'][_anim.Name]['Inputs']\n                        local attr_list = { 'X', 'Y' }\n                        for i, a in ipairs(attr_list) do\n                            if _inputs and _inputs[a] and _inputs[a]['SourceOp'] then\n                                local _anim2 = comp:FindTool(_inputs[a]['SourceOp'])\n                                if _anim2.ID == 'BezierSpline' then\n                                    setting['Tools'][_anim2.Name] = _anim2:SaveSettings()['Tools'][_anim2.Name]\n                                    anim_names[#anim_names + 1] = _anim2.Name\n                                end\n                            end\n                        end\n                    end\n\n                    -- KeyFrames\n                    local gs = comp:GetAttrs()['COMPN_GlobalStart']\n                    for i, n in ipairs(anim_names) do\n                        local keys = setting['Tools'][n]['KeyFrames']\n                        local new_keys = {}\n                        for j, v in pairs(keys) do\n                            local rh = v['RH']\n                            local lh = v['LH']\n\n                            if rh then\n                                rh[1] = rh[1] - gs + sf\n                            end\n                            if lh then\n                                lh[1] = lh[1] - gs + sf\n                            end\n                            new_keys[j - gs + sf] = v\n                        end\n                        setting['Tools'][n]['KeyFrames'] = new_keys\n                    end\n                    -- set data\n                    lst[#lst + 1] = {\n                        tool = _tool.Name,\n                        splines = anim_names,\n                        st = setting\n                    }\n                end\n            end\n        end\n    end\n    return lst\nend\n\nlocal function getNode(comp)\n    local lst = comp:GetToolList(false)\n    local tool\n    local tool_filter = {\n        ['MacroOperator'] = true,\n        ['GroupOperator'] = true,\n    }\n    for i, t in ipairs(lst) do\n        if tool_filter[t.ID] and not t.ParentTool then\n            tool = t\n            break\n        end\n    end\n    return tool\nend\n\nlocal function copyAnim(index)\n    local projectManager = resolve:GetProjectManager()\n    local project = projectManager:GetCurrentProject()\n    if not project then\n        print('Projectが見付かりません。')\n        return\n    end\n    local timeline = project:GetCurrentTimeline()\n    if not timeline then\n        print('Timelineが見付かりません。')\n        return\n    end\n\n    -- src\n    local videoItem = getItem(timeline, index)\n    if not videoItem then\n        print('VideoItemが見付かりません。')\n        return\n    end\n\n    if videoItem:GetFusionCompCount() == 0 then\n        print('FusionCompが見付かりません。')\n        return\n    end\n\n    local comp = videoItem:GetFusionCompByIndex(1)\n    local tool = getNode(comp)\n    if not tool then\n        print('Nodeが見付かりません。')\n        return\n    end\n    local anim_lst = getAnim(comp, tool, videoItem:GetStart())\n\n    -- dst\n    local dst_items = getItems(timeline, index - 1, videoItem:GetStart(), videoItem:GetEnd())\n    for i, item in ipairs(dst_items) do\n        if item:GetFusionCompCount() ~= 0 then\n            local dst_comp = item:GetFusionCompByIndex(1)\n            local sf = item:GetStart()\n            local gs = dst_comp:GetAttrs()['COMPN_GlobalStart']\n            dst_comp:StartUndo('RS Copy Anim')\n            dst_comp:Lock()\n            for j, anim in ipairs(anim_lst) do\n                local dst_tool = dst_comp:FindTool(anim['tool'])\n                -- KeyFrames\n                local _setting = deepcopy(anim['st'])\n                for k, n in ipairs(anim['splines']) do\n                    local keys = _setting['Tools'][n]['KeyFrames']\n                    local new_keys = {}\n                    for l, v in pairs(keys) do\n                        local rh = v['RH']\n                        local lh = v['LH']\n                        if rh then\n                            rh[1] = rh[1] + gs - sf\n                        end\n                        if lh then\n                            lh[1] = lh[1] + gs - sf\n                        end\n                        new_keys[l + gs - sf] = v\n                    end\n                    _setting['Tools'][n]['KeyFrames'] = new_keys\n                end\n\n                -- apply\n                dst_tool:LoadSettings(_setting)\n            end\n            dst_comp:Unlock()\n            dst_comp:EndUndo(true)\n        end\n    end\nend\n\n--copyAnim(3)\n\n"
  },
  {
    "path": "data/template/AssistantSeika2wave/VOICEVOX_ずんだもん_ノーマル.json",
    "content": "{\n  \"cmd\": {\n    \"cid\": \"7006\",\n    \"volume\": \"1\",\n    \"speed\": \"1\",\n    \"pitch\": \"0\",\n    \"alpha\": \"\",\n    \"intonation\": \"1\",\n    \"emotion01\": \"\",\n    \"emotion02\": \"\"\n  }\n}"
  },
  {
    "path": "data/template/AssistantSeika2wave/VOICEVOX_四国めたん_ノーマル.json",
    "content": "{\n  \"cmd\": {\n    \"cid\": \"7002\",\n    \"volume\": \"1\",\n    \"speed\": \"1\",\n    \"pitch\": \"0\",\n    \"alpha\": \"\",\n    \"intonation\": \"1\",\n    \"emotion01\": \"\",\n    \"emotion02\": \"\"\n  }\n}"
  },
  {
    "path": "data/template/AssistantSeika2wave/VOICEVOX_春日部つむぎ_ノーマル.json",
    "content": "{\n  \"cmd\": {\n    \"cid\": \"7009\",\n    \"volume\": \"1\",\n    \"speed\": \"1\",\n    \"pitch\": \"0\",\n    \"alpha\": \"\",\n    \"intonation\": \"1\",\n    \"emotion01\": \"\",\n    \"emotion02\": \"\"\n  }\n}"
  },
  {
    "path": "data/template/AssistantSeika2wave/VOICEVOX_波音リツ_ノーマル.json",
    "content": "{\n  \"cmd\": {\n    \"cid\": \"7013\",\n    \"volume\": \"1\",\n    \"speed\": \"1\",\n    \"pitch\": \"0\",\n    \"alpha\": \"\",\n    \"intonation\": \"1\",\n    \"emotion01\": \"\",\n    \"emotion02\": \"\"\n  }\n}"
  },
  {
    "path": "data/template/AssistantSeika2wave/VOICEVOX_雨晴はう_ノーマル.json",
    "content": "{\n  \"cmd\": {\n    \"cid\": \"7017\",\n    \"volume\": \"1\",\n    \"speed\": \"1\",\n    \"pitch\": \"0\",\n    \"alpha\": \"\",\n    \"intonation\": \"1\",\n    \"emotion01\": \"\",\n    \"emotion02\": \"\"\n  }\n}"
  },
  {
    "path": "data/template/AssistantSeika2wave/棒読みちゃん_女性1.json",
    "content": "{\n  \"cmd\": {\n    \"cid\": \"4000\",\n    \"volume\": \"50\",\n    \"speed\": \"120\",\n    \"pitch\": \"100\",\n    \"alpha\": \"\",\n    \"intonation\": \"\",\n    \"emotion01\": \"\",\n    \"emotion02\": \"\"\n  }\n}"
  },
  {
    "path": "data/template/AssistantSeika2wave/棒読みちゃん_女性2.json",
    "content": "{\n  \"cmd\": {\n    \"cid\": \"4001\",\n    \"volume\": \"50\",\n    \"speed\": \"120\",\n    \"pitch\": \"100\",\n    \"alpha\": \"\",\n    \"intonation\": \"\",\n    \"emotion01\": \"\",\n    \"emotion02\": \"\"\n  }\n}"
  },
  {
    "path": "data/template/AssistantSeika2wave/棒読みちゃん_男性1.json",
    "content": "{\n  \"cmd\": {\n    \"cid\": \"4002\",\n    \"volume\": \"50\",\n    \"speed\": \"120\",\n    \"pitch\": \"100\",\n    \"alpha\": \"\",\n    \"intonation\": \"\",\n    \"emotion01\": \"\",\n    \"emotion02\": \"\"\n  }\n}"
  },
  {
    "path": "data/template/AssistantSeika2wave/棒読みちゃん_男性2.json",
    "content": "{\n  \"cmd\": {\n    \"cid\": \"4003\",\n    \"volume\": \"50\",\n    \"speed\": \"120\",\n    \"pitch\": \"100\",\n    \"alpha\": \"\",\n    \"intonation\": \"\",\n    \"emotion01\": \"\",\n    \"emotion02\": \"\"\n  }\n}"
  },
  {
    "path": "data/template/Chara2Resolve/ゆっくり霊夢改.json",
    "content": "{\n  \"fps\": 30,\n  \"step\": 2,\n  \"idle\": 90,\n  \"offset\": 30\n}"
  },
  {
    "path": "data/template/Chara2Resolve/新れいむ.json",
    "content": "{\n  \"fps\": 30,\n  \"step\": 1,\n  \"idle\": 90,\n  \"offset\": 30\n}"
  },
  {
    "path": "data/template/softalk2wave/女性01.json",
    "content": "{\n  \"cmd\": {\n    \"voice\": \"\\u5973\\u602701\",\n    \"volume\": 50,\n    \"speed\": 120,\n    \"pitch\": 100\n  }\n}"
  },
  {
    "path": "data/template/softalk2wave/女性02.json",
    "content": "{\n  \"cmd\": {\n    \"voice\": \"\\u5973\\u602702\",\n    \"volume\": 50,\n    \"speed\": 120,\n    \"pitch\": 100\n  }\n}"
  },
  {
    "path": "for_linux/Fusion.sh",
    "content": "#!/bin/bash\n\ncd \"$(dirname \"$0\")\"\n\nsource bin/python-3/bin/activate\n\npython bin/run_fusion.py\n"
  },
  {
    "path": "for_linux/Resolve.sh",
    "content": "#!/bin/bash\n\ncd \"$(dirname \"$0\")\"\n\nsource bin/python-3/bin/activate\n\npython bin/run_resolve.py\n"
  },
  {
    "path": "for_linux/setup_python.sh",
    "content": "#!/bin/bash\n\ncd \"$(dirname \"$0\")\"\n\npython3 -m venv bin/python-3\nsource bin/python-3/bin/activate\npip install -r requirements.txt\n"
  },
  {
    "path": "for_linux/りぞりぷと.sh",
    "content": "#!/bin/bash\n\ncd \"$(dirname \"$0\")\"\n\nsource bin/python-3/bin/activate\n\npython bin/launcher.py\n"
  },
  {
    "path": "for_mac/Fusion.command",
    "content": "#!/bin/bash\n\ncd \"$(dirname \"$0\")\"\n\nsource bin/python-3/bin/activate\n\npython bin/run_fusion.py\n"
  },
  {
    "path": "for_mac/Preset/TextPlus/字幕_白.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText1 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Hiragino Kaku Gothic Std\", },\n\t\t\t\tStyle = Input { Value = \"W8\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.0705882352941176, },\n\t\t\t\tGreen2 = Input { Value = 0.388235294117647, },\n\t\t\t\tBlue2 = Input { Value = 0.0549019607843137, },\n\t\t\t\tElementShape5 = Input { Value = 1, },\n\t\t\t\tThickness5 = Input { Value = 0.14, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "for_mac/Preset/TextPlus/字幕_白_紫.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText1 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tNameSet = true,\n\t\t\tCustomData = {\n\t\t\t\tPath = {\n\t\t\t\t\tMap = {\n\t\t\t\t\t\t[\"Setting:\"] = \"FusionTemplates:\\\\りぞりぷと\\\\\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t},\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tDepth = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tName1 = Input { Value = \"ベース\", },\n\t\t\t\tName2 = Input { Value = \"アウトライン\", },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Hiragino Kaku Gothic Std\", },\n\t\t\t\tStyle = Input { Value = \"W8\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.384313725490196, },\n\t\t\t\tGreen2 = Input { Value = 0.0823529411764706, },\n\t\t\t\tBlue2 = Input { Value = 0.647058823529412, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 17215, 247.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "for_mac/Preset/TextPlus/字幕_白_緑.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText1 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Hiragino Kaku Gothic Std\", },\n\t\t\t\tStyle = Input { Value = \"W8\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.0705882352941176, },\n\t\t\t\tGreen2 = Input { Value = 0.388235294117647, },\n\t\t\t\tBlue2 = Input { Value = 0.0549019607843137, },\n\t\t\t\tElementShape5 = Input { Value = 1, },\n\t\t\t\tThickness5 = Input { Value = 0.14, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "for_mac/Preset/TextPlus/字幕_白_赤.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText1 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Hiragino Kaku Gothic Std\", },\n\t\t\t\tStyle = Input { Value = \"W8\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.686274509803922, },\n\t\t\t\tGreen2 = Input { Value = 0.2, },\n\t\t\t\tBlue2 = Input { Value = 0.211764705882353, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 4785, 82.5 } },\n\t\t\tColors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n\t\t}\n\t}\n}"
  },
  {
    "path": "for_mac/Preset/TextPlus/字幕_白_赤紫.setting",
    "content": "{\n\tTools = ordered() {\n\t\tText2 = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\t[\"Gamut.SLogVersion\"] = Input { Value = FuID { \"SLog2\" }, },\n\t\t\t\tCenter = Input { Value = { 0.5, 0.15 }, },\n\t\t\t\tSelectElement = Input { Value = 1, },\n\t\t\t\tSelect = Input { Value = 1, },\n\t\t\t\tEnabled2 = Input { Value = 1, },\n\t\t\t\tStyledText = Input { Value = \"Subtitle\", },\n\t\t\t\tFont = Input { Value = \"Hiragino Kaku Gothic Std\", },\n\t\t\t\tStyle = Input { Value = \"W8\", },\n\t\t\t\tSize = Input { Value = 0.07, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tThickness2 = Input { Value = 0.125, },\n\t\t\t\tRed2 = Input { Value = 0.686274509803922, },\n\t\t\t\tGreen2 = Input { Value = 0.2, },\n\t\t\t\tBlue2 = Input { Value = 0.450980392156863, },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 440, 16.5 } },\n\t\t}\n\t}\n}"
  },
  {
    "path": "for_mac/Resolve.command",
    "content": "#!/bin/bash\n\ncd \"$(dirname \"$0\")\"\n\nsource bin/python-3/bin/activate\n\npython bin/run_resolve.py\n"
  },
  {
    "path": "for_mac/app/fusion/UserPath/Templates/Edit/Titles/りぞりぷと(RIZORIPUTO)/RS_TextPlus.setting",
    "content": "{\n\tTools = ordered() {\n\t\tTemplate = TextPlus {\n\t\t\tCtrlWZoom = false,\n\t\t\tInputs = {\n\t\t\t\tGlobalOut = Input { Value = 149, },\n\t\t\t\tWidth = Input { Value = 1920, },\n\t\t\t\tHeight = Input { Value = 1080, },\n\t\t\t\tUseFrameFormatSettings = Input { Value = 1, },\n\t\t\t\tFont = Input { Value = \"Hiragino Kaku Gothic Std\", },\n\t\t\t\tStyle = Input { Value = \"W8\", },\n\t\t\t\tSize = Input { Value = 0.09, },\n\t\t\t\tVerticalJustificationNew = Input { Value = 3, },\n\t\t\t\tHorizontalJustificationNew = Input { Value = 3, },\n\t\t\t\tFilter = Input { Value = \"StyledText\\nWidth\\nHeight\\nUseFrameFormatSettings\\nFilter\", },\n\t\t\t},\n\t\t\tViewInfo = OperatorInfo { Pos = { 220, 49.5 } },\n\t\t\tUserControls = ordered() {\n\t\t\t\tSaveSettings = {\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tBTNCS_Execute = [[\nlocal node = self:GetTool()\nlocal path = fusion:RequestFile(\n    '',\n    node.Name .. '.setting',\n    {\n        FReqB_Saving = true,\n        FReqB_SeqGather = false,\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\n        FReqS_Title = 'Save Settings',\n    }\n)\nif path then\n    node:SaveSettings(comp:MapPath(path))\n    print('Save: ' .. comp:MapPath(path))\nend\n]],\n\t\t\t\t\tLINKS_Name = \"Save Settings\",\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t},\n\t\t\t\tLoadSettings = {\n\t\t\t\t\tINPID_InputControl = \"ButtonControl\",\n\t\t\t\t\tINP_Integer = false,\n\t\t\t\t\tBTNCS_Execute = [[\nlocal function split(str, ts)\n    if ts == nil then\n        return {}\n    end\n    local t = {}\n    i = 1\n    for s in string.gmatch(str, \"([^\" .. ts .. \"]+)\") do\n        t[i] = s\n        i = i + 1\n    end\n    return t\nend\nlocal function getToolName(st)\n    for key, v in pairs(st['Tools']) do\n        if (type(v) == 'table') and (v['Inputs'] ~= nil) then\n            return key\n        end\n    end\n    return nil\nend\n\nlocal node = self:GetTool()\nlocal path = fusion:RequestFile(\n    '',\n    '',\n    {\n        FReqB_SeqGather = false,\n        FReqS_Filter = 'Settings File (*.setting)|*.setting',\n        FReqS_Title = 'Load Settings',\n    }\n)\nif path then\n    local st = node:SaveSettings()\n    local filter_list = split(node:GetInput(\"Filter\"),'\\n')\n    local f_st = bmd.readfile(comp:MapPath(path))\n    local f_name = getToolName(f_st)\n    if f_name == nil then return end\n    for i, key in ipairs(filter_list) do\n        f_st['Tools'][f_name]['Inputs'][key] = st['Tools'][node.Name]['Inputs'][key]\n        local tmp = f_st['Tools'][f_name]['Inputs'][key]\n        if (type(tmp) == 'table') and (tmp['SourceOp'] ~= nil) then\n            local src = tmp['SourceOp']\n            f_st['Tools'][src] = st['Tools'][src]\n        end\n    end\n    node:LoadSettings(f_st)\n    print('Load: ' .. comp:MapPath(path))\nend\n]],\n\t\t\t\t\tLINKS_Name = \"Load Settings\",\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tLINKID_DataType = \"Number\",\n\t\t\t\t},\n\t\t\t\tFilter = {\n\t\t\t\t\tLINKS_Name = \"Filter\",\n\t\t\t\t\tLINKID_DataType = \"Text\",\n\t\t\t\t\tINPID_InputControl = \"TextEditControl\",\n\t\t\t\t\tTEC_Wrap = false,\n\t\t\t\t\tTEC_ReadOnly = false,\n\t\t\t\t\tICS_ControlPage = \"Tools\",\n\t\t\t\t\tINP_External = false,\n\t\t\t\t\tINP_Passive = true,\n\t\t\t\t\tINP_Default = \"StyledText\\nWidth\\nHeight\\nUseFrameFormatSettings\\nFilter\",\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "for_mac/requirements.txt",
    "content": "aggdraw==1.3.16\nattrs==23.1.0\naudioread==3.0.0\nbudoux==0.5.2\ncertifi==2025.4.26\ncffi==1.15.1\nchardet==5.2.0\ncharset-normalizer==3.2.0\nCython==3.0.2\ndecorator==5.1.1\nDeprecated==1.2.14\ndocopt==0.6.2\nEasyProcess==1.1\nentrypoint2==1.1\nidna==3.10\nimageio==2.37.0\njaconv==0.3.4\njoblib==1.3.2\nlazy_loader==0.4\nlibrosa==0.11.0\nllvmlite==0.44.0\nmido==1.3.0\nMouseInfo==0.1.3\nmsgpack==1.0.5\nmss==9.0.1\nnetworkx==3.1\nnumba==0.61.2\nnumpy==2.2.6\nOpenEXR==3.4.11\npackaging==23.1\npillow==12.2.0\nplatformdirs==3.10.0\npooch==1.7.0\npsd-tools==1.10.8\nPyAutoGUI==0.9.54\npycparser==2.21\npykakasi==2.3.0\nPyMsgBox==1.0.9\npyperclip==1.8.2\nPyRect==0.2.0\npyscreenshot==3.1\nPyScreeze==0.1.29\nPySide6==6.9.1\nPySide6-Addons==6.9.1\nPySide6-Essentials==6.9.1\npytsmod==0.3.8\npytweening==1.0.7\nPyWavelets==1.4.1\nrequests==2.32.4\nscikit-image==0.25.2\nscikit-learn==1.7.0\nscipy==1.15.3\nshiboken6==6.9.1\nsoundfile==0.12.1\nsoxr==0.5.0.post1\nStrEnum==0.4.15\nthreadpoolctl==3.2.0\ntifffile==2023.8.30\ntyping_extensions==4.14.0\nurllib3==2.7.0\nwatchdog==6.0.0\nwrapt==1.15.0"
  },
  {
    "path": "for_mac/setup_python.command",
    "content": "#!/bin/bash\n\ncd \"$(dirname \"$0\")\"\n\npython3 -m venv bin/python-3\nsource bin/python-3/bin/activate\npip install -r requirements.txt\n"
  },
  {
    "path": "for_mac/りぞりぷと.command",
    "content": "#!/bin/bash\n\ncd \"$(dirname \"$0\")\"\n\nsource bin/python-3/bin/activate\n\npython bin/launcher.py\n"
  },
  {
    "path": "library/python/rs/__init__.py",
    "content": ""
  },
  {
    "path": "library/python/rs/core/__init__.py",
    "content": ""
  },
  {
    "path": "library/python/rs/core/anim.py",
    "content": "import enum\nfrom strenum import StrEnum\nfrom rs.core import pipe as p\n\n\nclass Type(StrEnum):\n    aiueo = enum.auto()\n    aiueo2 = enum.auto()\n    aiueo3 = enum.auto()\n    open = enum.auto()\n\n\nTYPE_LIST = p.pipe(\n    Type,\n    p.map(lambda x: x.value),\n    list,\n)\n\nif __name__ == '__main__':\n    print(TYPE_LIST)\n"
  },
  {
    "path": "library/python/rs/core/app/__init__.py",
    "content": "from .app import App\nfrom .fusion import Fusion\nfrom .resolve import Resolve\n\n"
  },
  {
    "path": "library/python/rs/core/app/app.py",
    "content": "import dataclasses\nimport subprocess\nfrom pathlib import Path\n\nfrom rs.core import config, util\nfrom rs.core.env import Env, EnvKey\n\n\n@dataclasses.dataclass\nclass App(config.DataInterface):\n    def get_path(self) -> Path:\n        return Path()\n\n    def get_env(self) -> Env:\n        env = Env()\n        # PYTHONDONTWRITEBYTECODE\n        # env.set(EnvKey.PYTHONDONTWRITEBYTECODE, '1')\n        # PYTHONPATH\n        env.add_path(EnvKey.PYTHONPATH, suf=[\n            config.ROOT_PATH.joinpath('library', 'python'),\n        ])\n        return env\n\n    def execute(self, args) -> None:\n        if util.IS_MAC:\n            self.execute_for_mac(args)\n            return\n        path = self.get_path()\n        cmd = [\n                  str(path),\n              ] + args\n        env = self.get_env().to_dict()\n        subprocess.Popen(\n            cmd,\n            env=env,\n        )\n\n    def execute_for_mac(self, args) -> None:\n        path = self.get_path()\n        cmd = [\n                  'open',\n                  str(path),\n              ] + args\n        env = self.get_env().to_dict()\n        subprocess.Popen(\n            cmd,\n            env=env,\n        )\n"
  },
  {
    "path": "library/python/rs/core/app/fusion.py",
    "content": "# -*- coding: utf-8 -*-\n\nimport os\nimport dataclasses\nimport sys\nfrom pathlib import Path\n\nfrom rs.core import config, util\nfrom rs.core import pipe as p\nfrom rs.core.app import App\nfrom rs.core.env import Env, EnvKey\n\n\ndef _get_def():\n    if util.IS_WIN:\n        return r'C:\\Program Files\\Blackmagic Design\\Fusion 18\\Fusion.exe'\n    elif util.IS_MAC:\n        return '/Applications/Blackmagic Fusion 18/Fusion.app'\n    else:\n        return '/opt/BlackmagicDesign/Fusion9/Fusion'\n\n\n@dataclasses.dataclass\nclass Fusion(App):\n    exe: str = _get_def()\n\n    def get_path(self) -> Path:\n        return Path(self.exe)\n\n    def get_env(self) -> Env:\n        env = super().get_env()\n        env.set(\n            EnvKey.RS_FUSION_USER_PATH,\n            str(config.FUSION_SET_PATH.joinpath('UserPath')) + os.sep\n        )\n\n        # FUSION_MasterPrefs\n        # master_prefs = config.FUSION_SET_PATH.joinpath('rs.prefs')\n        # env.set(EnvKey.FUSION_MasterPrefs, str(master_prefs))\n        # env.set(EnvKey.FUSION_MasterPrefs8, str(master_prefs))\n        # env.set(EnvKey.FUSION9_MasterPrefs, str(master_prefs))\n        # env.set(EnvKey.FUSION16_MasterPrefs, str(master_prefs))\n\n        # PYTHONPATH\n        env.add_path(EnvKey.PYTHONPATH, pre=[\n            config.APP_SET_PATH.joinpath('fusion', 'python'),\n        ])\n        if util.IS_WIN:\n            # PYTHONHOME\n            env.set(EnvKey.PYTHON3HOME, str(config.PYTHON_INSTALL_PATH))\n            env.set(EnvKey.FUSION_Python3_Home, str(config.PYTHON_INSTALL_PATH))\n            env.set(EnvKey.FUSION_Python36_Home, str(config.PYTHON_INSTALL_PATH))\n            # PATH\n            python_bin_path = config.PYTHON_INSTALL_PATH\n            env.add_path(EnvKey.PATH, pre=[\n                python_bin_path,\n            ])\n        else:\n            # PYTHONPATH\n            env.add_path(EnvKey.PYTHONPATH, suf=[\n                config.PYTHON_INSTALL_PATH.joinpath(\n                    'lib',\n                    'python' + str(sys.version_info.major) + '.' + str(sys.version_info.minor),\n                    'site-packages'\n                ),\n            ])\n        return env\n\n\nif __name__ == '__main__':\n    print(config.PYTHON_INSTALL_PATH)\n    app = Fusion()\n    app.execute([])\n"
  },
  {
    "path": "library/python/rs/core/app/resolve.py",
    "content": "# -*- coding: utf-8 -*-\n\nimport dataclasses\n\nfrom rs.core import config, util\nfrom rs.core import pipe as p\nfrom rs.core.app import Fusion\nfrom rs.core.env import Env, EnvKey\n\n\ndef _get_def():\n    if util.IS_WIN:\n        return r'C:\\Program Files\\Blackmagic Design\\DaVinci Resolve\\Resolve.exe'\n    elif util.IS_MAC:\n        return '/Applications/DaVinci Resolve/DaVinci Resolve.app'\n    else:\n        return '/opt/resolve/bin/resolve'\n\n\n@dataclasses.dataclass\nclass Resolve(Fusion):\n    exe: str = _get_def()\n\n    def get_env(self) -> Env:\n        env = super().get_env()\n        # PYTHONPATH\n        env.add_path(EnvKey.PYTHONPATH, pre=[\n            config.APP_SET_PATH.joinpath('resolve', 'python'),\n        ])\n        return env\n\n\nif __name__ == '__main__':\n    print(config.PYTHON_INSTALL_PATH)\n    app = Resolve()\n    app.execute([])\n"
  },
  {
    "path": "library/python/rs/core/chara_data.py",
    "content": "import os\nimport re\nfrom pathlib import Path\n\nimport dataclasses\nfrom typing import List\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    anim,\n)\nfrom rs.gui import table\n\nCONFIG_DIR: Path = config.CONFIG_DIR.joinpath('VoiceBin')\nCONFIG_FILE: Path = CONFIG_DIR.joinpath('chara.json')\nTEMPLATE_FILE: Path = config.DATA_PATH.joinpath('app', 'VoiceBin', 'chara.json')\n\n\n@dataclasses.dataclass\nclass CharaData(table.RowData):\n    # reg_exp: str = r'^\\d+_ずんだもん.+'\n    track_name: str = ''\n    reg_exp: str = r'.+'\n    color: str = 'None'\n    c_code: str = 'auto'\n    str_width: int = 0\n    anim_type: str = anim.Type.aiueo.value\n    anim_parameter: str = 'Anim'\n    _pose: str = ''\n    _setting: str = r'Preset\\TextPlus\\字幕_白.setting'.replace('\\\\', os.sep)\n\n    @property\n    def setting_file(self) -> Path:\n        path = Path(self._setting.replace('\\\\', os.sep))\n        if not path.is_absolute():\n            return config.ROOT_PATH.joinpath(str(path))\n        return path\n\n    @setting_file.setter\n    def setting_file(self, path: Path):\n        if str(path).lower().startswith(str(config.ROOT_PATH).lower()):\n            self._setting = str(path.relative_to(config.ROOT_PATH)).replace('\\\\', os.sep)\n        else:\n            self._setting = str(path).replace('\\\\', os.sep)\n\n    @property\n    def pose_file(self) -> Path:\n        path = Path(self._pose.replace('\\\\', os.sep))\n        if not path.is_absolute():\n            return config.ROOT_PATH.joinpath(str(path))\n        return path\n\n    @pose_file.setter\n    def pose_file(self, path: Path):\n        if str(path).lower().startswith(str(config.ROOT_PATH).lower()):\n            self._pose = str(path.relative_to(config.ROOT_PATH)).replace('\\\\', os.sep)\n        else:\n            self._pose = str(path).replace('\\\\', os.sep)\n\n    @classmethod\n    def toHeaderList(cls) -> List[str]:\n        return [\n            ' トラック名 ',\n            ' 正規表現 ',\n            ' クリップカラー ',\n            ' 文字コード ',\n            ' 字幕幅 ',\n            ' 口パク タイプ ',\n            ' 口パク パラメータ名 ',\n            ' 口パク poseファイル ',\n            ' settingファイル ',\n        ]\n\n\n@dataclasses.dataclass\nclass CharaSetData(config.Data):\n    chara_list: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(CharaData))\n\n\ndef get_chara_list():\n    f = CONFIG_FILE\n    if not f.is_file():\n        f = TEMPLATE_FILE\n    a = CharaSetData()\n    a.load(f)\n    return a.chara_list\n\n\ndef from_file(f: Path) -> CharaData:\n    ch_data = CharaData()\n    for cd in get_chara_list():\n        cd: CharaData\n        m = re.fullmatch(cd.reg_exp, f.stem)\n        if m is not None:\n            ch_data = cd\n            break\n    return ch_data\n\n\nif __name__ == '__main__':\n    c = CharaData()\n    print(c._setting)\n    print(c.setting_file)\n"
  },
  {
    "path": "library/python/rs/core/colormind.py",
    "content": "import requests\nimport json\n\nURL = 'http://colormind.io'\n\n\ndef get_color(model='default', input_list=None):\n    url = URL + '/api/'\n    data = {}\n    if input_list is not None:\n        data['input'] = input_list\n    data['model'] = model\n    try:\n        response = requests.post(url, data=json.dumps(data), timeout=10)\n        r = response.json()\n    except requests.exceptions.RequestException as e:\n        r = {'error': 'RequestException: ' + str(e)}\n    return r\n\n\nif __name__ == '__main__':\n    print(get_color())\n    lst = [\"N\", [88, 129, 111], [249, 247, 242], \"N\", \"N\"]\n    print(get_color(input_list=lst))\n"
  },
  {
    "path": "library/python/rs/core/config.py",
    "content": "import json\nimport os\n\nimport dataclasses\nfrom pathlib import Path\n\nfrom rs.core import util\n\nROOT_PATH: Path = Path(__file__).joinpath('..', '..', '..', '..', '..').resolve()\nLAUNCHER_CONFIG_FILE: Path = ROOT_PATH.joinpath('data', 'app', 'launcher.json')\n\nPYTHONW_EXE_PATH: Path = ROOT_PATH.joinpath(\n    json.loads(LAUNCHER_CONFIG_FILE.read_text(encoding='utf-8'))['program'].replace('\\\\', os.sep)\n)\n\nCONFIG_DIR: Path = ROOT_PATH.joinpath('config')\nDATA_PATH = ROOT_PATH.joinpath('data')\nBIN_PATH = ROOT_PATH.joinpath('bin')\n\nAPP_SET_PATH = ROOT_PATH.joinpath('app')\nFUSION_SET_PATH = APP_SET_PATH.joinpath('fusion')\nRESOLVE_SET_PATH = APP_SET_PATH.joinpath('resolve')\n\nif util.IS_WIN:\n    PYTHON_INSTALL_PATH: Path = PYTHONW_EXE_PATH.parent\nelse:\n    PYTHON_INSTALL_PATH: Path = ROOT_PATH.joinpath('bin', 'python-3')\n\nPYTHON_EXE_PATH = PYTHON_INSTALL_PATH.joinpath('python.exe')\nPYTHON_SCRIPTS_PATH = PYTHON_INSTALL_PATH.joinpath('Scripts')\nif util.IS_WIN:\n    APPDATA_PATH = Path(os.path.expandvars('$APPDATA'))\n    RESOLVE_USER_PATH = APPDATA_PATH.joinpath('Blackmagic Design', 'DaVinci Resolve', 'Support', 'Fusion')\n    FUSION_USER_PATH = APPDATA_PATH.joinpath('Blackmagic Design', 'Fusion')\nelif util.IS_MAC:\n    APPDATA_PATH = Path(os.path.expandvars('$HOME')).joinpath('Library', 'Application Support')\n    RESOLVE_USER_PATH = APPDATA_PATH.joinpath('Blackmagic Design', 'DaVinci Resolve', 'Fusion')\n    FUSION_USER_PATH = APPDATA_PATH.joinpath('Blackmagic Design', 'Fusion')\nelse:\n    APPDATA_PATH = Path(os.path.expandvars('$HOME')).joinpath('.local', 'share')\n    RESOLVE_USER_PATH = APPDATA_PATH.joinpath('DaVinciResolve', 'Fusion')\n    FUSION_USER_PATH = APPDATA_PATH.joinpath('Fusion')\n\nENCODING_LIST = [\n    'utf-8',\n    'utf-8-sig',\n    'utf-16',\n    'utf-16be',\n    'utf-16le',\n    'utf-32',\n    'utf-32be',\n    'utf-32le',\n    'cp932',\n    'shift_jis',\n]\n\nMARKER_COLOR_LIST = [\n    'Blue',\n    'Cyan',\n    'Green',\n    'Yellow',\n    'Red',\n    'Pink',\n    'Purple',\n    'Fuchsia',\n    'Rose',\n    'Lavender',\n    'Sky',\n    'Mint',\n    'Lemon',\n    'Sand',\n    'Cocoa',\n    'Cream',\n]\n\nCOLOR_LIST = [\n    'Orange',\n    'Apricot',\n    'Yellow',\n    'Lime',\n    'Olive',\n    'Green',\n    'Teal',\n    'Navy',\n    'Blue',\n    'Purple',\n    'Violet',\n    'Pink',\n    'Tan',\n    'Beige',\n    'Brown',\n    'Chocolate',\n]\n\n\ndef get_user_path(is_resolve: bool):\n    return RESOLVE_USER_PATH if is_resolve else FUSION_USER_PATH\n\n\nclass DataList(list):\n    def __init__(self, cls):\n        super().__init__()\n        self._data_cls = cls\n\n    def new_data(self):\n        return self._data_cls()\n\n    def set(self, lst: list):\n        self.clear()\n        for i in lst:\n            data = self._data_cls()\n            data.set(i)\n            self.append(data)\n\n    def set_list(self, lst: list):\n        self.clear()\n        for i in lst:\n            self.append(i)\n\n    def to_list(self) -> list:\n        lst = []\n        for i in self:\n            lst.append(i)\n        return lst\n\n    def to_list_of_dict(self) -> list:\n        lst = []\n        for i in self:\n            lst.append(i.as_dict())\n        return lst\n\n\n@dataclasses.dataclass\nclass DataInterface:\n    def set(self, dct):\n        base = dataclasses.asdict(self)\n        for k in base.keys():\n            if k in dct:\n                if isinstance(getattr(self, k), DataInterface):\n                    getattr(self, k).set(dct[k])\n                elif isinstance(getattr(self, k), DataList):\n                    getattr(self, k).set(dct[k])\n                else:\n                    setattr(self, k, dct[k])\n\n    def as_dict(self) -> dict:\n        dct = dataclasses.asdict(self)\n        for k in dct.keys():\n            if isinstance(getattr(self, k), DataList):\n                dct[k] = getattr(self, k).to_list_of_dict()\n        return dct\n\n\n@dataclasses.dataclass\nclass Data(DataInterface):\n    def load(self, path: Path) -> None:\n        dct = json.loads(path.read_text(encoding='utf-8'))\n        self.set(dct)\n\n    def save(self, path: Path) -> None:\n        util.write_text(\n            path,\n            json.dumps(self.as_dict(), indent=2, ensure_ascii=False),\n        )\n\n\nif __name__ == '__main__':\n    print(ROOT_PATH)\n    print(LAUNCHER_CONFIG_FILE)\n    print(LAUNCHER_CONFIG_FILE.read_text(encoding='utf-8'))\n    print(PYTHONW_EXE_PATH)\n    print(CONFIG_DIR)\n\n\n    @dataclasses.dataclass\n    class D(DataInterface):\n        a: int = 10\n\n\n    dl = DataList(D)\n    print(dl)\n    dl.set(\n        [\n            {'a': 10},\n            {'a': 20},\n            {'a': 30},\n        ]\n    )\n    print(dl)\n"
  },
  {
    "path": "library/python/rs/core/env.py",
    "content": "import os\nimport enum\nfrom pathlib import Path\n\nfrom typing import Dict, List, Optional\n\nfrom strenum import StrEnum\n\nfrom rs.core import pipe as p\n\n\nclass EnvKey(StrEnum):\n    #\n    RS_FUSION_USER_PATH = enum.auto()\n    # python\n    PYTHONDONTWRITEBYTECODE = enum.auto()\n    PYTHONPATH = enum.auto()\n    PYTHONHOME = enum.auto()\n    # maya\n    MAYA_SCRIPT_PATH = enum.auto()\n    MAYA_SHELF_PATH = enum.auto()\n    XBMLANGPATH = enum.auto()\n    MAYA_PLUG_IN_PATH = enum.auto()\n    MAYA_MODULE_PATH = enum.auto()\n    MAYA_ENABLE_LEGACY_RENDER_LAYERS = enum.auto()\n    MAYA_RENDER_DESC_PATH = enum.auto()\n    # houdini\n    HOUDINI_PATH = enum.auto()\n    # resolve fusion\n    PYTHON3HOME = enum.auto()\n    FUSION_Python3_Home = enum.auto()\n    FUSION_Python36_Home = enum.auto()  # 9ではFUSION9とかになる？\n    FUSION_MasterPrefs = enum.auto()\n    FUSION_MasterPrefs8 = enum.auto()\n    FUSION9_MasterPrefs = enum.auto()\n    FUSION16_MasterPrefs = enum.auto()\n    # OCIO\n    OCIO = enum.auto()\n    OCIO_ACTIVE_DISPLAYS = enum.auto()\n    OCIO_ACTIVE_VIEWS = enum.auto()\n    #\n    ARNOLD_PLUGIN_PATH = enum.auto()\n    PXR_PLUGINPATH_NAME = enum.auto()\n    #\n    PATH = enum.auto()\n\n\nclass Env:\n    def __init__(self, e: Optional[Dict[str, str]] = None) -> None:\n        self._env = e\n        if self._env is None:\n            self._env = os.environ.copy()\n\n    def get(self, key: EnvKey) -> str:\n        env_key = key.name\n        if env_key not in self._env:\n            return ''\n        return self._env[env_key]\n\n    def set(self, key: EnvKey, s: str):\n        env_key = key.name\n        self._env[env_key] = s\n\n    def set_by_text(self, s: str) -> None:\n        for n, v in p.pipe(\n                s,\n                p.call.split('\\n'),\n                p.map(lambda x: x.split('=')),\n                p.filter(lambda x: len(x) == 2),\n                p.map(lambda x: (x[0].strip(), x[1].strip())),\n                list,\n        ):\n            ss = v.split('%')\n            for i in range(len(ss)):\n                if i % 2 == 1:\n                    val = ''\n                    if ss[i] in self._env:\n                        val = self._env[ss[i]]\n                    v = v.replace('%' + ss[i] + '%', val, 1)\n            self._env[n] = v\n\n    def add(self, key: EnvKey, prefix: str, suffix: str) -> None:\n        env_key = key.name\n        if env_key not in self._env:\n            self._env[env_key] = ''\n        self._env[env_key] = prefix + self._env[env_key] + suffix\n\n    def add_path(self, key: EnvKey, pre: Optional[List[Path]] = None, suf: Optional[List[Path]] = None) -> None:\n        if pre is None:\n            pre = []\n        if suf is None:\n            suf = []\n        env_key = key.name\n        ss = [] if env_key not in self._env else [self._env[env_key]]\n        lst = list(map(str, pre)) + ss + list(map(str, suf))\n        self.set(key, os.pathsep.join(lst))\n\n    def to_dict(self) -> Dict[str, str]:\n        return self._env.copy()\n\n\nif __name__ == '__main__':\n    env = Env()\n    print(p.pipe(\n        [Path('aaa'), Path('bbb')],\n        p.map(str),\n        os.pathsep.join,\n    ))\n\n    print(os.pathsep.join(['aaa', 'bbb']))\n    print(list(EnvKey))\n\n    pass\n"
  },
  {
    "path": "library/python/rs/core/fcp.py",
    "content": "import math\nimport xml.etree.ElementTree as ET\n\n\nclass Timeline(object):\n    def __init__(self, xml: str):\n        self.root = ET.fromstring(xml)\n        self.seq = self.root.find('sequence')\n        self.tics = self.seq.find('media').find('video').find('format').find('samplecharacteristics')\n\n    def set_name(self, name: str):\n        self.root.find('sequence').find('name').text = name\n\n    def set_fps(self, fps: float):\n        int_fps = math.floor(fps)\n        is_ntsc = False\n        ntsc_list = {\n            23: 24,\n            29: 30,\n            47: 48,\n            59: 60,\n            95: 96,\n            119: 120,\n        }\n        if int_fps in ntsc_list.keys():\n            int_fps = ntsc_list[int_fps]\n            is_ntsc = True\n        tc = self.seq.find('timecode')\n        for e in [self.seq, tc, self.tics]:\n            e.find('rate').find('timebase').text = str(int_fps)\n            e.find('rate').find('ntsc').text = str(is_ntsc).upper()\n\n    def set_width(self, width: int):\n        self.tics.find('width').text = str(width)\n\n    def set_height(self, height: int):\n        self.tics.find('height').text = str(height)\n\n    def set_dropframe(self, is_dropframe: bool):\n        df = self.seq.find('timecode').find('displayformat')\n        if is_dropframe:\n            df.text = 'DF'\n        else:\n            df.text = 'NDF'\n\n    def __str__(self):\n        return '\\n'.join([\n            '<?xml version=\"1.0\" encoding=\"UTF-8\"?>',\n            '<!DOCTYPE xmeml>',\n            ET.tostring(self.root, encoding='unicode'),\n        ])\n\n\nif __name__ == '__main__':\n    from rs.core import config\n\n    fcp = Timeline(config.DATA_PATH.joinpath('app', 'VoiceDropper', 'Timeline.xml').read_text(encoding='utf-8'))\n    fcp.set_name('test')\n    fcp.set_fps(23.976)\n    fcp.set_width(640)\n    fcp.set_height(480)\n    fcp.set_dropframe(True)\n    print(fcp)\n"
  },
  {
    "path": "library/python/rs/core/lab.py",
    "content": "from pathlib import Path\nimport numpy as np\nimport librosa\nfrom rs.core import (\n    anim,\n    pipe as p,\n)\n\n_NONE = 0\n_N = 1\n_A = 2\n_I = 3\n_U = 4\n_E = 5\n_O = 6\n_S = 7\n\n\ndef sign2int(s: str):\n    if s in ['pau']:\n        return _N\n    if s in ['a', 'A']:\n        return _A\n    if s in ['i', 'I']:\n        return _I\n    if s in ['u', 'U']:\n        return _U\n    if s in ['e', 'E']:\n        return _E\n    if s in ['o', 'O']:\n        return _O\n    if s in ['N', 'cl']:\n        return _N\n    return _S\n\n\ndef sign2intE(s: str):\n    \"\"\"子音はEとして扱う\"\"\"\n    n: int = sign2int(s)\n    if n == _S:\n        return _E\n    return n\n\n\ndef _dict2anim_process(dct) -> str:\n    space = '\\t\\t\\t\\t'\n    key01_block = '[%d] = { %s,'\n    key02_block = ' LH = { %s, %s },'\n    key03_block = ' RH = { %s, %s },'\n    flagA_block = ' Flags = { Linear = true } }'\n    flagB_block = ' Flags = { StepIn = true } }'\n\n    key_list = []\n    size = len(dct)\n    flame_list = list(dct.keys())\n\n    for i, frame in enumerate(flame_list):\n        v = dct[frame]\n        s = key01_block % (frame, str(v))\n        if i != 0:\n            s += key02_block % (str(frame), str(v + ((dct[flame_list[i - 1]] - v) / 3.0)))\n        if i != size - 1:\n            s += key03_block % (str(frame + ((flame_list[i + 1] - frame) / 3.0)), str(v))\n        if i == 0:\n            s += flagA_block\n        else:\n            s += flagB_block\n        key_list.append(s)\n\n    return space + (',\\n' + space).join(key_list)\n\n\ndef dict2anim(dct) -> str:\n    size = len(dct)\n    flame_list = list(dct.keys())\n\n    if len(dct) < 2:\n        return ''\n\n    # 最初と最後は0にしておく\n    dct[flame_list[0]] = 0\n    dct[flame_list[size - 1]] = 0\n\n    return _dict2anim_process(dct)\n\n\ndef dict2anim_mm(dct) -> list:\n    anim_list = []\n    if len(dct) < 2:\n        return anim_list\n    size = len(dct)\n    flame_list = list(dct.keys())\n\n    # 最初と最後は0にしておく\n    dct[flame_list[0]] = 0\n    dct[flame_list[size - 1]] = 0\n\n    for i in range(7):\n        _dct = {}\n        for frame in flame_list:\n            if dct[frame] == i:\n                _dct[frame] = 1\n            else:\n                _dct[frame] = 0\n        anim_list.append(_dict2anim_process(_dct))\n    return anim_list\n\n\ndef read(path: Path):\n    lst = p.pipe(\n        path.read_text(encoding='utf-8-sig').split('\\n'),\n        p.map(p.call.split(' ')),\n        p.filter(lambda x: len(x) == 3),\n        p.map(lambda x: {\n            's': int(x[0]),\n            'e': int(x[1]),\n            'sign': x[2],\n        }),\n        p.filter(lambda x: x['s'] < x['e']),\n        list,\n    )\n    if lst[0]['s'] != 0:\n        lst.insert(0, {\n            's': 0,\n            'e': lst[0]['s'],\n            'sign': 'pau',\n        })\n    return lst\n\n\ndef _lab2anim(path: Path, fps, anim_tpe, offset: int = 0, is_mm: bool = False) -> list:\n    n = 10000000\n    scale = 0.8\n\n    func = sign2intE\n    if anim_tpe in [anim.Type.aiueo2, anim.Type.aiueo3]:\n        func = sign2int\n\n    # lab 読み込み\n    pre_data = p.pipe(\n        read(path),\n        p.map(lambda x: {\n            's': offset + round(x['s'] * fps / n),\n            'e': offset + round(x['e'] * fps / n),\n            'sign': x['sign'],\n        }),\n        list,\n    )\n    data = p.pipe(\n        pre_data,\n        p.map(lambda x: {\n            's': x['s'], 'e': x['e'], 'sign': func(x['sign'])\n        }),\n        list,\n    )\n    scale_data = []\n    if anim_tpe == anim.Type.aiueo3:\n        scale_data = p.pipe(\n            pre_data,\n            p.map(lambda x: {\n                's': x['s'], 'e': x['e'], 'sign': func(x['sign'])\n            }),\n            list,\n        )\n\n    # 子音除去\n    pre_sign = _N\n    for i in reversed(range(len(data))):\n        if data[i]['sign'] == _S:\n            data[i]['sign'] = pre_sign\n        else:\n            pre_sign = data[i]['sign']\n\n    # dict 作成\n    dct = {}\n    for d in data:\n        dct[d['s']] = d['sign']\n        dct[d['e']] = _NONE\n    scale_dct = {}\n    if anim_tpe == anim.Type.aiueo3:\n        for d in scale_data:\n            scale_dct[d['s']] = scale if d['sign'] == _S else 1.0\n            scale_dct[d['e']] = 1.0\n\n    if is_mm:\n        anim_list = dict2anim_mm(dct)\n        if anim_tpe == anim.Type.aiueo3:\n            anim_list.append(_dict2anim_process(scale_dct))\n        return anim_list\n    else:\n        return [dict2anim(dct)]\n\n\ndef lab2anim(path: Path, fps, anim_tpe, offset: int = 0) -> str:\n    anim_list = _lab2anim(path, fps, anim_tpe, offset)\n    return anim_list[0]\n\n\ndef lab2anim_mm(path: Path, fps, anim_tpe, offset: int = 0) -> list:\n    return _lab2anim(path, fps, anim_tpe, offset, is_mm=True)\n\n\ndef get_wav_data(path: Path, fps, offset: int = 0):\n    y, sr = librosa.load(str(path))\n    rms = librosa.feature.rms(y=y)\n    m = rms.max() + 0.001  # 0 除算防止\n    rms_n = rms / m\n    times = librosa.times_like(rms, sr=sr)\n    frame = np.round(times * fps)\n    dct = {}\n    for i, v in enumerate(frame):\n        dct[int(v) + offset] = rms_n[0][i]\n    return dct\n\n\ndef wav2anim(path: Path, fps, offset: int = 0) -> str:\n    dct = get_wav_data(path, fps, offset)\n    return dict2anim(dct)\n\n\ndef to_mm_setting(anim_list) -> str:\n    header_text = '''\n    {\n        Tools = ordered() {\n            MouthAnim = PipeRouter {\n                CtrlWZoom = false,\n                NameSet = true,\n                Inputs = {'''\n    input_text = '''\n                    LayerEnabled%d = Input {\n                        SourceOp = \"MouthAnimLayerEnabled%d\",\n                        Source = \"Value\",\n                    },'''\n    middle_text = '''\n                },\n                ViewInfo = OperatorInfo { Pos = { 13365, 115.5 } },\n                Colors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }\n            },'''\n    spline_header_text = '''\n            MouthAnimLayerEnabled%d = BezierSpline {\n                SplineColor = { Red = 198, Green = 82, Blue = 232 },\n                CtrlWZoom = false,\n                NameSet = true,\n                KeyFrames = {'''\n    spline_footer_text = '''\n                }\n            },'''\n    footer_text = '''\n        },\n    }'''\n\n    layer_max = len(anim_list)\n    input_list = []\n    spline_list = []\n    for i in range(1, layer_max + 1):\n        input_list.append(input_text % (i, i))\n        spline_list.append('\\n'.join([\n            spline_header_text % i,\n            anim_list[i - 1],\n            spline_footer_text\n        ]))\n    return '\\n'.join(\n        [header_text] + input_list + [middle_text] + spline_list + [footer_text]\n    )\n\n\ndef wav2setting_mm(comp, path: Path, fps, offset: int = 0) -> str:\n    tool = comp.FindTool('MouthOpenAnim')\n    if tool is None:\n        return []\n    layer_max = int(tool.GetInput('M_Open', comp.CurrentTime))\n    threshold = tool.GetInput('Threshold', comp.CurrentTime)\n    # make threshold_list\n    threshold_list = list(np.linspace(0.0, threshold, layer_max - 1))\n    threshold_list.insert(0, -1.0)  # 最小値は0.0なので、最初は下限なしの意味で-1.0を追加\n    threshold_list.append(2.0)  # 最大値は1.0なので、最後は上限なしの意味で2.0を追加\n    # get wav data\n    dct = get_wav_data(path, fps, offset)\n    # make anim\n    anim_list = []\n    for i in range(1, layer_max + 1):\n        _dct = {}\n        _sup = threshold_list[i - 1]\n        _inf = threshold_list[i]\n        for frame in dct.keys():\n            if _inf > dct[frame] >= _sup:\n                _dct[frame] = 1\n            else:\n                _dct[frame] = 0\n        anim_list.append(_dict2anim_process(_dct))\n    # return setting\n    return to_mm_setting(anim_list)\n\n\nif __name__ == '__main__':\n    _lab_file = Path(r'C:\\work\\wave\\00120230716164846_琴葉 茜_今は昔、竹取の翁とい.lab')\n    p.pipe(\n        lab2anim(\n            _lab_file,\n            30,\n            anim.Type.aiueo,\n        ),\n        print,\n    )\n    p.pipe(\n        lab2anim(\n            _lab_file,\n            30,\n            anim.Type.aiueo2,\n        ),\n        print,\n    )\n    p.pipe(\n        lab2anim_mm(\n            _lab_file,\n            30,\n            anim.Type.aiueo2,\n        ),\n        print,\n    )\n    print(anim.TYPE_LIST)\n"
  },
  {
    "path": "library/python/rs/core/lab_romaji.py",
    "content": "ROMAJI_DICT = {\n    'a': 'ア',\n    'i': 'イ',\n    'u': 'ウ',\n    'e': 'エ',\n    'o': 'オ',\n    'N': 'ン',\n    'cl': 'ッ',\n    'pau': ' ',\n    'sil': ' ',\n    'br': ' ',\n    'k': {\n        'a': 'カ',\n        'i': 'キ',\n        'u': 'ク',\n        'e': 'ケ',\n        'o': 'コ',\n    },\n    's': {\n        'a': 'サ',\n        'i': 'スィ',\n        'u': 'ス',\n        'e': 'セ',\n        'o': 'ソ',\n    },\n    't': {\n        'a': 'タ',\n        'i': 'チ',\n        'u': 'トゥ',\n        'e': 'テ',\n        'o': 'ト',\n    },\n    'n': {\n        'a': 'ナ',\n        'i': 'ニ',\n        'u': 'ヌ',\n        'e': 'ネ',\n        'o': 'ノ',\n    },\n    'h': {\n        'a': 'ハ',\n        'i': 'ヒ',\n        'u': 'フ',\n        'e': 'ヘ',\n        'o': 'ホ',\n    },\n    'm': {\n        'a': 'マ',\n        'i': 'ミ',\n        'u': 'ム',\n        'e': 'メ',\n        'o': 'モ',\n    },\n    'y': {\n        'a': 'ヤ',\n        'u': 'ユ',\n        'e': 'イェ',\n        'o': 'ヨ',\n    },\n    'r': {\n        'a': 'ラ',\n        'i': 'リ',\n        'u': 'ル',\n        'e': 'レ',\n        'o': 'ロ',\n    },\n    'w': {\n        'a': 'ワ',\n        'i': 'ウィ',\n        'e': 'ウェ',\n        'o': 'ウォ',\n    },\n    'g': {\n        'a': 'ガ',\n        'i': 'ギ',\n        'u': 'グ',\n        'e': 'ゲ',\n        'o': 'ゴ',\n    },\n    'z': {\n        'a': 'ザ',\n        'i': 'ズィ',\n        'u': 'ズ',\n        'e': 'ゼ',\n        'o': 'ゾ',\n    },\n    'd': {\n        'a': 'ダ',\n        'i': 'ディ',\n        'u': 'ドゥ',\n        'e': 'デ',\n        'o': 'ド',\n    },\n    'b': {\n        'a': 'バ',\n        'i': 'ビ',\n        'u': 'ブ',\n        'e': 'ベ',\n        'o': 'ボ',\n    },\n    'p': {\n        'a': 'パ',\n        'i': 'ピ',\n        'u': 'プ',\n        'e': 'ペ',\n        'o': 'ポ',\n    },\n    'ky': {\n        'a': 'キャ',\n        'u': 'キュ',\n        'e': 'キェ',\n        'o': 'キョ',\n    },\n    'sh': {\n        'a': 'シャ',\n        'i': 'シ',\n        'u': 'シュ',\n        'e': 'シェ',\n        'o': 'ショ',\n    },\n    'ch': {\n        'a': 'チャ',\n        'i': 'チ',\n        'u': 'チュ',\n        'e': 'チェ',\n        'o': 'チョ',\n    },\n    'ts': {\n        'a': 'ツァ',\n        'i': 'ツィ',\n        'u': 'ツ',\n        'e': 'ツェ',\n        'o': 'ツォ',\n    },\n    'ny': {\n        'a': 'ニャ',\n        'u': 'ニュ',\n        'e': 'ニェ',\n        'o': 'ニョ',\n    },\n    'hy': {\n        'a': 'ヒャ',\n        'u': 'ヒュ',\n        'e': 'ヒェ',\n        'o': 'ヒョ',\n    },\n    'f': {\n        'a': 'ファ',\n        'i': 'フィ',\n        'u': 'フ',\n        'e': 'フェ',\n        'o': 'フォ',\n    },\n    'my': {\n        'a': 'ミャ',\n        'u': 'ミュ',\n        'e': 'ミェ',\n        'o': 'ミョ',\n    },\n    'ry': {\n        'a': 'リャ',\n        'u': 'リュ',\n        'e': 'リェ',\n        'o': 'リョ',\n    },\n    'gy': {\n        'a': 'ギャ',\n        'u': 'ギュ',\n        'e': 'ギェ',\n        'o': 'ギョ',\n    },\n    'j': {\n        'a': 'ジャ',\n        'i': 'ジ',\n        'u': 'ジュ',\n        'e': 'ジェ',\n        'o': 'ジョ',\n    },\n    'by': {\n        'a': 'ビャ',\n        'u': 'ビュ',\n        'e': 'ビェ',\n        'o': 'ビョ',\n    },\n    'py': {\n        'a': 'ピャ',\n        'u': 'ピュ',\n        'e': 'ピェ',\n        'o': 'ピョ',\n    },\n    'v': {\n        'a': 'ヴァ',\n        'i': 'ヴィ',\n        'u': 'ヴ',\n        'e': 'ヴェ',\n        'o': 'ヴォ',\n    },\n}\n\n\ndef conv(lst: list) -> str:\n    r = ''\n    _sub_dct = None\n    _sion = ''\n    for s in lst:\n        if _sub_dct is not None:\n            if s in _sub_dct:\n                r += _sub_dct[s]\n                _sub_dct = None\n                _sion = ''\n                continue\n            else:\n                r += _sion\n                _sub_dct = None\n                _sion = ''\n        if s in ROMAJI_DICT:\n            if type(ROMAJI_DICT[s]) is str:\n                r += ROMAJI_DICT[s]\n            else:\n                _sub_dct = ROMAJI_DICT[s]\n                _sion = s\n        else:\n            r += s\n    return r\n\n\nif __name__ == '__main__':\n    text = ['pau', 'k', 'o', 'br', 'a', 'z', 'br', 'u', 'cl', 'sh', 'i', 'ny', 'a']\n    print(conv(text))\n"
  },
  {
    "path": "library/python/rs/core/lang.py",
    "content": "import enum\nimport locale\nfrom pathlib import Path\n\nimport dataclasses\nfrom strenum import StrEnum\n\nfrom rs.core import config\n\nCONFIG_FILE: Path = config.CONFIG_DIR.joinpath('lang.json')\n\n\nclass Code(StrEnum):\n    ja = enum.auto()\n    en = enum.auto()\n\n    def __str__(self) -> str:\n        return self.name\n\n    @classmethod\n    def from_str(cls, s: str) -> 'Code':\n        if s not in list(cls):\n            return None\n        return cls[s]\n\n    @classmethod\n    def from_locale(cls) -> 'Code':\n        return cls.from_str(locale.getdefaultlocale()[0][:2])\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    lang_code: str = str(Code.ja)\n\n\ndef save(lang_code: Code):\n    config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n    c = ConfigData()\n    c.lang_code = str(lang_code)\n    c.save(CONFIG_FILE)\n\n\ndef load() -> Code:\n    c = ConfigData()\n    if CONFIG_FILE.is_file():\n        c.load(CONFIG_FILE)\n    return Code.from_str(c.lang_code)\n\n\nif __name__ == '__main__':\n    print(list(Code))\n    print(Code.from_str('ja'))\n    print(Code.from_str('en'))\n    print(Code.from_str('bbb'))\n    print(Code.from_locale())\n\n    pass\n"
  },
  {
    "path": "library/python/rs/core/note.py",
    "content": "import math\n\nNOTES: list = [\n    'C',\n    'C#',\n    'D',\n    'D#',\n    'E',\n    'F',\n    'F#',\n    'G',\n    'G#',\n    'A',\n    'A#',\n    'B',\n]\n\nINDEX2NAME_DICT: dict = {\n    12: 'C0',\n    13: 'C#0',\n    14: 'D0',\n    15: 'D#0',\n    16: 'E0',\n    17: 'F0',\n    18: 'F#0',\n    19: 'G0',\n    20: 'G#0',\n    21: 'A0',\n    22: 'A#0',\n    23: 'B0',\n    24: 'C1',\n    25: 'C#1',\n    26: 'D1',\n    27: 'D#1',\n    28: 'E1',\n    29: 'F1',\n    30: 'F#1',\n    31: 'G1',\n    32: 'G#1',\n    33: 'A1',\n    34: 'A#1',\n    35: 'B1',\n    36: 'C2',\n    37: 'C#2',\n    38: 'D2',\n    39: 'D#2',\n    40: 'E2',\n    41: 'F2',\n    42: 'F#2',\n    43: 'G2',\n    44: 'G#2',\n    45: 'A2',\n    46: 'A#2',\n    47: 'B2',\n    48: 'C3',\n    49: 'C#3',\n    50: 'D3',\n    51: 'D#3',\n    52: 'E3',\n    53: 'F3',\n    54: 'F#3',\n    55: 'G3',\n    56: 'G#3',\n    57: 'A3',\n    58: 'A#3',\n    59: 'B3',\n    60: 'C4',\n    61: 'C#4',\n    62: 'D4',\n    63: 'D#4',\n    64: 'E4',\n    65: 'F4',\n    66: 'F#4',\n    67: 'G4',\n    68: 'G#4',\n    69: 'A4',\n    70: 'A#4',\n    71: 'B4',\n    72: 'C5',\n    73: 'C#5',\n    74: 'D5',\n    75: 'D#5',\n    76: 'E5',\n    77: 'F5',\n    78: 'F#5',\n    79: 'G5',\n    80: 'G#5',\n    81: 'A5',\n    82: 'A#5',\n    83: 'B5',\n    84: 'C6',\n    85: 'C#6',\n    86: 'D6',\n    87: 'D#6',\n    88: 'E6',\n    89: 'F6',\n    90: 'F#6',\n    91: 'G6',\n    92: 'G#6',\n    93: 'A6',\n    94: 'A#6',\n    95: 'B6',\n    96: 'C7',\n    97: 'C#7',\n    98: 'D7',\n    99: 'D#7',\n    100: 'E7',\n    101: 'F7',\n    102: 'F#7',\n    103: 'G7',\n    104: 'G#7',\n    105: 'A7',\n    106: 'A#7',\n    107: 'B7',\n    108: 'C8',\n    109: 'C#8',\n    110: 'D8',\n    111: 'D#8',\n    112: 'E8',\n    113: 'F8',\n    114: 'F#8',\n    115: 'G8',\n    116: 'G#8',\n    117: 'A8',\n    118: 'A#8',\n    119: 'B8',\n    120: 'C9',\n    121: 'C#9',\n    122: 'D9',\n    123: 'D#9',\n    124: 'E9',\n    125: 'F9',\n    126: 'F#9',\n    127: 'G9',\n}\nNAME2INDEX_DICT = {v: k for k, v in INDEX2NAME_DICT.items()}\n\n\ndef index2frequency(note_index: int) -> float:\n    return 440.0 * 2.0 ** ((note_index - 69) / 12.0)  # A4(69)を基準に計算\n\n\ndef index2pitch(note_index: int) -> float:\n    return math.log(index2frequency(note_index))\n\n\ndef index2name(note_index: int) -> str:\n    if note_index in INDEX2NAME_DICT:\n        return INDEX2NAME_DICT[note_index]\n    return NOTES[note_index % 12] + str(note_index // 12 - 1)\n\n\ndef name2index(note_name: str) -> int:\n    note_name = note_name.upper()\n\n    if note_name in NAME2INDEX_DICT:\n        return NAME2INDEX_DICT[note_name]\n\n    #\n    note = note_name[0:-1]\n    if note not in NOTES:\n        return -1\n    #\n    try:\n        octave = int(note_name[-1])\n    except ValueError:\n        return -1\n\n    return NOTES.index(note) + 12 * (octave + 1)\n\n\nif __name__ == \"__main__\":\n    print(index2frequency(0))\n    print(index2frequency(60))\n    print(index2frequency(69))\n    print(index2frequency(127))\n    print(index2pitch(69))\n    print(index2name(69))\n    print(name2index('C#4'))\n    print(name2index('A#3'))\n"
  },
  {
    "path": "library/python/rs/core/pipe.py",
    "content": "# -*- coding: utf-8 -*-\n\nimport traceback\nimport builtins\n\nfrom operator import attrgetter\nfrom operator import methodcaller\n\nfrom functools import (\n    partial,\n    reduce,\n)\n\n\nclass MethodCaller:\n    def __getattribute__(self, name):\n        return partial(methodcaller, name)\n\n    def __getattr__(self, name):\n        return partial(methodcaller, name)\n\n\ncall = MethodCaller()\n\n\nclass AttrGetter:\n    def __getattribute__(self, name):\n        return attrgetter(name)\n\n    def __getattr__(self, name):\n        return attrgetter(name)\n\n\nget = AttrGetter()\n\n\ndef map(f):\n    return partial(builtins.map, f)\n\n\ndef iter(f):\n    def _f(x):\n        list(builtins.map(f, x))  # 要素を計算させる目的でlistにしている。\n        return []\n\n    return _f\n\n\ndef filter(f):\n    def _f(*args, **kwargs) -> bool:\n        r = f(*args, **kwargs)\n        if type(r) is not bool:\n            try:\n                raise TypeError\n            except TypeError as e:\n                traceback.print_exc()\n                raise\n        return r\n\n    return partial(builtins.filter, _f)\n\n\ndef do(*fs):\n    def _do(x):\n        pipe(x, *fs)\n        return x\n\n    return _do\n\n\ndef pipe(x, *fs):\n    return reduce(lambda a, b: b(a), fs, x)\n\n\nif __name__ == '__main__':\n    print('test')\n    pipe(\n        \"aaa\",\n        print,\n    )\n    pipe(\n        [\"aaa\", 'bbb'],\n        do(\n            iter(print),\n        ),\n        print,\n    )\n\n    print('end')\n\n"
  },
  {
    "path": "library/python/rs/core/read_aloud/__init__.py",
    "content": ""
  },
  {
    "path": "library/python/rs/core/read_aloud/cmd.py",
    "content": "import dataclasses\nfrom pathlib import Path\n\nfrom rs.core import config\n\n\n@dataclasses.dataclass\nclass Data(config.DataInterface):\n    exe_path: str = ''\n\n    text: str = ''\n\n    def export(self, path: Path) -> None:\n        pass\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "library/python/rs/core/read_aloud/seika_say2.py",
    "content": "import subprocess\nimport dataclasses\nfrom pathlib import Path\nfrom typing import List\n\nfrom rs.core.read_aloud import cmd\n\n\nEXE_NAME = 'SeikaSay2.exe'\n\n\n@dataclasses.dataclass\nclass Data(cmd.Data):\n    cid: str = '4000'\n\n    volume: str = ''\n    speed: str = ''\n    pitch: str = ''\n    alpha: str = ''\n    intonation: str = ''\n    emotion01: str = ''\n    emotion02: str = ''\n\n    def export(self, path: Path) -> None:\n        command: List[str] = [\n            str(self.exe_path),\n            '-cid',\n            self.cid,\n            '-save',\n            str(path),\n        ]\n        if self.volume.strip() != '':\n            command.append('-volume')\n            command.append(self.volume.strip())\n        if self.speed.strip() != '':\n            command.append('-speed')\n            command.append(self.speed.strip())\n        if self.pitch.strip() != '':\n            command.append('-pitch')\n            command.append(self.pitch.strip())\n        if self.alpha.strip() != '':\n            command.append('-alpha')\n            command.append(self.alpha.strip())\n        if self.intonation.strip() != '':\n            command.append('-intonation')\n            command.append(self.intonation.strip())\n        if self.emotion01.strip() != '' and self.emotion02.strip() != '':\n            command.append('-emotion')\n            command.append(self.emotion01.strip())\n            command.append(self.emotion02.strip())\n        command.append('-t')\n        command.append(self.text.replace('\\n', ' '))\n        subprocess.run(command, shell=True)\n\n\nif __name__ == '__main__':\n    s = Data()\n    s.cid = '4000'\n    s.volume = '50'\n    s.speed = '120'\n    s.pitch = '100'\n    s.exe_path = 'D:/App/assistantseika20220205c/SeikaSay2/SeikaSay2.exe'\n    s.text = 'おはようございます。'\n    s.export(Path('D:/App/assistantseika20220205c/SeikaSay2/out.wav'))\n    s2 = Data()\n    s2.cid = '7009'\n    s2.volume = '1'\n    s2.speed = '1'\n    s2.pitch = '0'\n    s2.intonation = '1'\n    s2.exe_path = 'D:/App/assistantseika20220205c/SeikaSay2/SeikaSay2.exe'\n    s2.text = 'おはようございます。'\n    s2.export(Path('D:/App/assistantseika20220205c/SeikaSay2/out2.wav'))\n"
  },
  {
    "path": "library/python/rs/core/read_aloud/softalk.py",
    "content": "import subprocess\nimport dataclasses\nfrom pathlib import Path\nfrom typing import List\n\nfrom rs.core.read_aloud import cmd\n\nVOICE_LIST: List[str] = [\n    '女性01',\n    '女性02',\n    '男性01',\n    '男性02',\n    'ロボット',\n    '中性',\n    '機械',\n    '特殊',\n    '女性 (defo1)',\n    '女性 (f1c)',\n    '女性 (f3a)',\n    '女性 (f4)',\n    '女性 (rm)',\n    '女性 (rm3)',\n    '女性 (teto1)',\n    '女性 (huskey)',\n    '女性 (momo1)',\n    '女性 (nonbiri)',\n    '男性 (m4b)',\n    '男性 (m5)',\n    '中性 (mf1)',\n    '中性 (mf2)',\n    'ロボット (robo)',\n    'ロボット (rb2)',\n    'ロボット (rb3)',\n    '女性 (F1E)',\n    '女性 (F2E)',\n    '男性 (M1E)',\n    'Microsoft Haruka Desktop - Japanese',\n    'Microsoft Zira Desktop - English (United States)',\n]\n\nEXE_NAME = 'softalkw.exe'\n\n\n@dataclasses.dataclass\nclass Data(cmd.Data):\n    voice: str = '女性01'\n\n    volume: int = 50\n    speed: int = 120\n    pitch: int = 100\n\n    def export(self, path: Path) -> None:\n        command: List[str] = [\n            str(self.exe_path),\n            '/R:' + str(path),\n            '/NM:' + self.voice,\n            '/V:' + str(self.volume),\n            '/S:' + str(self.speed),\n            '/O:' + str(self.pitch),\n            '/W:' + self.text.replace('\\n', ' '),\n        ]\n        subprocess.run(command, shell=True)\n\n\nif __name__ == '__main__':\n    s = Data()\n    s.exe_path = 'D:/App/softalk/softalkw.exe'\n    s.text = 'おはようございます。'\n    s.export(Path('D:/App/softalk/out.wav'))\n"
  },
  {
    "path": "library/python/rs/core/srt.py",
    "content": "from datetime import timedelta\nfrom pathlib import Path\nfrom typing import List\n\nimport dataclasses\nfrom rs.core import (\n    pipe as p,\n    util,\n)\n\n\ndef seconds2str(s: float) -> str:\n    t = timedelta(seconds=s)\n    l: List[str] = str(t).split(':')\n    if len(l) == 3:\n        l[0] = l[0].zfill(2)\n        if len(l[2]) == 2:\n            l[2] += '.000000'\n        l[2] = l[2].replace('.', ',')[:6]\n    return ':'.join(l)\n\n\n@dataclasses.dataclass\nclass Subtitle:\n    start_time: float = 0.0  # seconds\n    end_time: float = 0.0  # seconds\n    text: str = ''\n\n    def __str__(self) -> str:\n        return '%s --> %s\\n%s' % (\n            seconds2str(self.start_time),\n            seconds2str(self.end_time),\n            self.text.strip(),\n        )\n\n\nclass Srt:\n    def __init__(self):\n        self.subtitles: List[Subtitle] = []\n\n    def __str__(self) -> str:\n        return p.pipe(\n            self.subtitles,\n            enumerate,\n            p.map(lambda x: '%d\\n%s\\n' % (x[0] + 1, x[1])),\n            '\\n'.join,\n        )\n\n    def save(self, path: Path) -> None:\n        util.write_text(\n            path,\n            str(self),\n        )\n\n\nif __name__ == '__main__':\n    srt = Srt()\n    s1 = Subtitle(0, 1.2, 'おはようございます。')\n    s2 = Subtitle()\n    s2.start_time = 0.0\n    s2.end_time = 3456.3333333\n    s2.text = 'こんばんは'\n    srt.subtitles.append(s1)\n    srt.subtitles.append(s2)\n    print(str(srt))\n    print('end')\n"
  },
  {
    "path": "library/python/rs/core/txt.py",
    "content": "from pathlib import Path\n\nfrom rs.core import config\n\n\ndef read(f: Path, c_code: str):\n    import chardet\n    # 文字コード\n    _code = c_code.strip().lower()\n\n    if _code in ['auto', '']:\n        with open(f, 'rb') as _f:\n            content = _f.read()\n            char_code = chardet.detect(content)\n        enc: str = char_code['encoding']\n\n        if enc is None or enc.lower() not in config.ENCODING_LIST:\n            try:\n                t = content.decode(encoding='utf-8')\n            except:\n                t = content.decode(encoding='cp932')\n        else:\n            if enc.lower() == 'shift_jis':\n                enc = 'cp932'\n            t = content.decode(encoding=enc)\n    else:\n        t = f.read_text(encoding=_code)\n\n    # 改行コード\n    t = t.replace('\\r\\n', '\\n')\n    return t\n"
  },
  {
    "path": "library/python/rs/core/ust.py",
    "content": "import re\nfrom pathlib import Path\n\nfrom rs.core import (\n    pipe as p,\n)\n\n\ndef read(path: Path):\n    dct = {\n        'notes': []\n    }\n    for lst in p.pipe(\n            path.read_text(encoding='cp932'),\n            lambda x: re.split(r'\\n(?=\\[#)', x),\n            p.map(p.call.split('\\n')),\n            p.filter(lambda x: len(x) > 1),\n            p.map(lambda x: [\n                re.sub(r'\\[#(.+)]', r'\\1', x[0]),\n                p.pipe(\n                    x[1:],\n                    p.map(p.call.split('=')),\n                    p.filter(lambda y: len(y) == 1 or len(y) == 2),\n                    p.map(lambda y: [y[0], None] if len(y) == 1 else y),\n                    dict,\n                    lambda y: y if len(y.keys()) != 1 else (\n                            y if list(y.values())[0] is not None else list(y.keys())[0]\n                    ),\n                ),\n            ]),\n            list,\n    ):\n        try:\n            index = int(lst[0])\n            dct['notes'].append(lst[1])\n            dct['notes'][-1]['Index'] = index\n        except ValueError:\n            dct[lst[0]] = lst[1]\n    return dct\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "library/python/rs/core/util.py",
    "content": "import functools\nimport platform\nimport subprocess\nimport unicodedata\n\nfrom pathlib import Path\n\nimport budoux\n\nfrom rs.core import (\n    pipe as p,\n)\n\n\nclass Singleton:\n    _unique_instance = None\n\n    @classmethod\n    def get_instance(cls):\n        if not cls._unique_instance:\n            cls._unique_instance = cls()\n\n        return cls._unique_instance\n\n\ndef memoize(f):\n    cache = f.cache = {}\n\n    def del_cache(*args, **kwargs):\n        key = args + tuple(kwargs.items())\n        if key in cache:\n            del cache[key]\n\n    f.del_cache = del_cache\n\n    @functools.wraps(f)\n    def wrapper(*args, **kwargs):\n        key = args + tuple(kwargs.items())\n        if key not in cache:\n            cache[key] = f(*args, **kwargs)\n        return cache[key]\n\n    return wrapper\n\n\nIS_WIN = platform.system() == 'Windows'\nIS_MAC = platform.system() == 'Darwin'\n\n\ndef write_text(path: Path, s: str) -> None:\n    with path.open('w', encoding='utf-8', newline='\\n') as f:\n        f.write(s)\n\n\ndef open_url(url):\n    import webbrowser\n    if IS_WIN:\n        webbrowser.get('windows-default').open(url)\n    elif IS_MAC:\n        webbrowser.get('macosx').open(url)\n    else:\n        webbrowser.open(url)\n\n\ndef open_directory(path: Path):\n    if IS_WIN:\n        subprocess.Popen(['explorer', str(path)])\n    elif IS_MAC:\n        subprocess.Popen(['open', str(path)])\n    else:\n        subprocess.Popen(['xdg-open', str(path)])\n\n\ndef get_char_width(c):\n    data = unicodedata.east_asian_width(c)\n    return 1 if data in ['Na', 'H'] else 2\n\n\ndef get_str_width(s):\n    return p.pipe(\n        s,\n        p.map(get_char_width),\n        sum,\n    )\n\n\ndef str2lines(s: str, width: int):\n    if width <= 0:\n        return s\n    parser = budoux.load_default_japanese_parser()\n    ss = parser.parse(s)\n    lines = ['']\n    for _s in ss:\n        if get_str_width(lines[-1] + _s) > width:\n            lines.append(_s)\n        else:\n            lines[-1] += _s\n    return '\\n'.join(lines)\n\n\nif __name__ == '__main__':\n    print(get_str_width('abcあいう'))\n    print(str2lines('今日は晴れています。', 10))\n"
  },
  {
    "path": "library/python/rs/core/voice_bin_process.py",
    "content": "import os\nimport re\nimport time\nfrom pathlib import Path\n\nimport soundfile\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    srt,\n    lab,\n    util,\n    chara_data,\n    txt,\n)\nfrom rs.core.chara_data import CharaData\n\nSCRIPT_DIR: Path = config.ROOT_PATH.joinpath('data', 'app', 'VoiceBin')\nTEXT_SCRIPT_BASE: str = SCRIPT_DIR.joinpath('text_script_base.lua').read_text(encoding='utf-8')\nTATIE_SCRIPT_BASE: str = SCRIPT_DIR.joinpath('tatie_script_base.lua').read_text(encoding='utf-8')\nTATIE_SETTING_BASE: str = SCRIPT_DIR.joinpath('tatie_setting_base.txt').read_text(encoding='utf-8')\n\n\ndef del_script(f: Path):\n    d = f.parent\n    srt_file = d.joinpath(f.stem + '.srt')\n    lua_file = d.joinpath(f.stem + '.lua')\n    tatie_lua_file = d.joinpath(f.stem + '.tatie.lua')\n    setting_file = d.joinpath(f.stem + '.setting')\n\n    for f in [srt_file, lua_file, tatie_lua_file, setting_file]:\n        if f.is_file():\n            f.unlink()\n\n\ndef run(f: Path, fps, time_out=10.0):\n    r = False\n    # time out 設定\n    step = 0.2\n    start_time = time.time()\n    is_time_out = False\n\n    # ロック確認\n    while True:\n        if time.time() - start_time > time_out:\n            is_time_out = True\n            break\n        try:\n            os.rename(str(f), str(f))\n            break\n        except OSError:\n            time.sleep(step)\n\n    if is_time_out:\n        return r\n    #\n    d = f.parent\n    txt_file = d.joinpath(f.stem + '.txt')\n    if not txt_file.is_file():\n        return r\n\n    srt_file = d.joinpath(f.stem + '.srt')\n    lab_file = d.joinpath(f.stem + '.lab')\n\n    lua_file = d.joinpath(f.stem + '.lua')\n    tatie_lua_file = d.joinpath(f.stem + '.tatie.lua')\n    setting_file = d.joinpath(f.stem + '.setting')\n\n    # flag\n    srt_exists = srt_file.is_file()\n    lua_exists = lua_file.is_file()\n    setting_exists = setting_file.is_file()\n    if srt_exists and lua_exists and setting_exists:\n        return r\n\n    # キャラクター設定\n    ch_data = CharaData()\n    for cd in chara_data.get_chara_list():\n        cd: CharaData\n        m = re.fullmatch(cd.reg_exp, f.stem)\n        if m is not None:\n            ch_data = cd\n            break\n\n    t = util.str2lines(\n        txt.read(txt_file, ch_data.c_code),\n        ch_data.str_width * 2,\n    )\n\n    # SRT\n    if not srt_exists:\n        wave_data, samplerate = soundfile.read(str(f))\n        _d: float = float(wave_data.shape[0]) / samplerate\n\n        srt_data = srt.Srt()\n\n        srt_data.subtitles.append(srt.Subtitle(0, _d, t))\n\n        srt_data.save(srt_file)\n        r = True\n\n    # Text+\n    if not lua_exists:\n        lua = TEXT_SCRIPT_BASE % (\n            t,\n            ch_data.color,\n            ch_data.track_name,\n            str(ch_data.setting_file)\n        )\n        util.write_text(\n            lua_file,\n            lua,\n        )\n\n    # 立ち絵\n    if setting_exists:\n        return r\n    anim = ''\n    if ch_data.anim_type.strip().lower() == 'open':\n        anim = lab.wav2anim(f, fps)\n    elif lab_file.is_file():\n        anim = lab.lab2anim(lab_file, fps, ch_data.anim_type.strip().lower())\n\n    if anim != '':\n        util.write_text(\n            setting_file,\n            TATIE_SETTING_BASE % (\n                t.replace('\\n', '\\\\n').replace('\"', '\\\\\"'),\n                ch_data.anim_parameter,\n                ch_data.anim_parameter,\n                ch_data.anim_parameter,\n                anim,\n            ),\n        )\n        util.write_text(\n            tatie_lua_file,\n            TATIE_SCRIPT_BASE % (\n                ch_data.color,\n                ch_data.track_name,\n                ch_data.anim_parameter,\n                str(setting_file)\n            ),\n        )\n    return r\n"
  },
  {
    "path": "library/python/rs/core/voicevox/__init__.py",
    "content": ""
  },
  {
    "path": "library/python/rs/core/voicevox/api.py",
    "content": "import json\nimport requests\nimport time\n\nVOICEVOX_PORT: int = 50021\nVOICEVOX_NEMO_PORT: int = 50121\nSHAREVOX_PORT: int = 50025\n\n\ndef get(command: str, max_retry: int, port: int = VOICEVOX_PORT):\n    r = None\n    for i in range(max_retry):\n        r = requests.get(\n            f'http://localhost:{port}/' + command,\n            timeout=(10.0, 300.0),\n        )\n        if r.status_code == requests.codes.ok:\n            break\n        time.sleep(1)\n    if r is None:\n        raise ConnectionError(f'VOICEVOXとの通信に失敗しました。 {command}:')\n    return r\n\n\ndef post(command: str, params, data, max_retry: int, port: int = VOICEVOX_PORT):\n    r = None\n    for i in range(max_retry):\n        r = requests.post(\n            f'http://localhost:{port}/' + command,\n            params=params,\n            data=json.dumps(data),\n            timeout=(10.0, 300.0),\n        )\n        if r.status_code == requests.codes.ok:\n            break\n        time.sleep(1)\n    if r is None:\n        raise ConnectionError(f'VOICEVOXとの通信に失敗しました。 {command}:')\n    return r\n\n\ndef core_versions(max_retry: int, port: int = VOICEVOX_PORT):\n    command = 'core_versions'\n    return get(command, max_retry, port).json()\n\n\ndef speakers(max_retry: int, port: int = VOICEVOX_PORT):\n    command = 'speakers'\n    return get(command, max_retry, port).json()\n\n\ndef audio_query(text: str, speaker: int, max_retry: int, port: int = VOICEVOX_PORT):\n    command = 'audio_query'\n    params = {'text': text, 'speaker': speaker}\n    return post(command, params, None, max_retry, port).json()\n\n\ndef synthesis(speaker: int, data, max_retry: int, port: int = VOICEVOX_PORT):\n    command = 'synthesis'\n    params = {'speaker': speaker}\n    return post(command, params, data, max_retry, port).content\n\n\nif __name__ == \"__main__\":\n    from pprint import pprint\n\n    print(core_versions(10))\n    print(speakers(10))\n    query_data = audio_query('こんにちは さようなら', 8, 10)\n    pprint(query_data)\n    print(synthesis(8, query_data, 10))\n"
  },
  {
    "path": "library/python/rs/core/voicevox/data.py",
    "content": "import dataclasses\nfrom typing import Optional\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    note,\n)\n\nfrom rs.core.voicevox import api\nfrom rs.core.voicevox.mora_list import openjtalk_text2mora as text2mora\n\n\n@dataclasses.dataclass\nclass Speaker(config.DataInterface):\n    id: int = 0\n    name: str = ''\n    style: str = ''\n\n    def get_display_name(self):\n        return f'{self.name}({self.style})'\n\n\n@dataclasses.dataclass\nclass SpeakerList(config.Data):\n    _list: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(Speaker))\n\n    def to_list(self):\n        return self._list.to_list()\n\n    def to_dict(self):\n        return self._list.to_list_of_dict()\n\n    def get_display_name_list(self):\n        return p.pipe(\n            self._list,\n            p.map(p.call.get_display_name()),\n            list,\n        )\n\n    def get_display_name(self, id: int):\n        display_name = None\n        for s in self._list:\n            if s.id == id:\n                display_name = s.get_display_name()\n                break\n        return display_name\n\n    def get_id_from_display_name(self, display_name):\n        speaker_id = None\n        for s in self._list:\n            if display_name == s.get_display_name():\n                speaker_id = s.id\n                break\n        return speaker_id\n\n    def set_from_voicevox(self, max_retry: int = 10, port: int = 50021):\n        self._list.set_list(p.pipe(\n            api.speakers(max_retry, port),\n            p.map(lambda x: p.pipe(\n                x['styles'],\n                p.map(\n                    lambda y: Speaker(\n                        y['id'],\n                        x['name'],\n                        y['name'],\n                    )\n                ),\n                list,\n            )),\n            list,\n            lambda x: sum(x, []),\n        ))\n\n@dataclasses.dataclass\nclass Mora(config.DataInterface):\n    text: str = 'ラ'\n    consonant: Optional[str] = 'r'\n    consonant_length: Optional[float] = 0.1\n    vowel: str = 'a'\n    vowel_length: float = 0.4\n    pitch: float = p.pipe(\n        'A4',\n        note.name2index,\n        note.index2pitch,\n    )\n\n    def set_rest(self, length: float):\n        self.text = '、'\n        self.consonant = None\n        self.consonant_length = None\n        self.vowel = 'pau'\n        self.vowel_length = length\n        self.pitch = 0.0\n\n    def set_note(self, text: str, note_index: int, length: float):\n        consonant_max_length = 0.1\n        # 音素\n        if text in text2mora:\n            self.text = text\n            self.consonant, self.vowel = text2mora[text]\n            if self.consonant == '':\n                self.consonant = None\n        # length\n        if self.consonant is None:\n            self.consonant_length = None\n            self.vowel_length = length\n        else:\n            if length / 2.0 < consonant_max_length:\n                self.consonant_length = length / 2.0\n                self.vowel_length = length / 2.0\n            else:\n                self.consonant_length = consonant_max_length\n                self.vowel_length = length - consonant_max_length\n\n        # pitch\n        self.pitch = note.index2pitch(note_index)\n\n    def get_sec(self):\n        if self.consonant is None:\n            return self.vowel_length\n        return self.consonant_length + self.vowel_length\n\n    def get_phoneme_list(self):\n        lst = []\n        if self.consonant is not None:\n            lst.append({\n                'sign': self.consonant,\n                'length': self.consonant_length,\n            })\n        lst.append({\n            'sign': self.vowel,\n            'length': self.vowel_length,\n        })\n        return lst\n\n\n@dataclasses.dataclass\nclass AccentPhrase(config.DataInterface):\n    moras: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(Mora))\n    accent: int = 1\n    pause_mora: Optional[Mora] = None\n    is_interrogative: bool = False\n\n    def get_text(self):\n        text = p.pipe(\n            self.moras,\n            p.map(lambda x: x.text),\n            ''.join,\n        )\n        if self.pause_mora is not None:\n            text += self.pause_mora.text\n        return text\n\n    def get_phoneme_list(self):\n        lst = []\n        for m in self.moras:\n            lst.extend(m.get_phoneme_list())\n        if self.pause_mora is not None:\n            lst.extend(self.pause_mora.get_phoneme_list())\n        return lst\n\n\n@dataclasses.dataclass\nclass AudioQuery(config.DataInterface):\n    accent_phrases: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(AccentPhrase))\n    speedScale: float = 1.0\n    pitchScale: float = 0.0\n    intonationScale: float = 1.0\n    volumeScale: float = 1.0\n    prePhonemeLength: float = 0.0\n    postPhonemeLength: float = 0.0\n    outputSamplingRate: int = 24000\n    outputStereo: bool = False\n\n    def get_text(self):\n        return p.pipe(\n            self.accent_phrases,\n            p.map(lambda x: x.get_text()),\n            ''.join,\n        )\n\n    def get_phoneme_list(self):\n        lst = []\n        if self.prePhonemeLength > 0.0:\n            lst.append({\n                'sign': 'pau',\n                'length': self.prePhonemeLength,\n            })\n        for a in self.accent_phrases:\n            lst.extend(a.get_phoneme_list())\n        if self.postPhonemeLength > 0.0:\n            lst.append({\n                'sign': 'pau',\n                'length': self.postPhonemeLength,\n            })\n        return lst\n\n\nif __name__ == \"__main__\":\n    s_list = SpeakerList()\n    s_list.set_from_voicevox()\n    print(s_list)\n    print(s_list.get_display_name_list())\n    print(s_list.get_id_from_display_name('ずんだもん(ノーマル)'))\n"
  },
  {
    "path": "library/python/rs/core/voicevox/mora_list.py",
    "content": "\"\"\"\nvoicevox_engineのソースコードから取得したモーラ対応表\n以下voicevox_engineのコメント\n\n以下のモーラ対応表はOpenJTalkのソースコードから取得し、\nカタカナ表記とモーラが一対一対応するように改造した。\nライセンス表記：\n-----------------------------------------------------------------\n          The Japanese TTS System \"Open JTalk\"\n          developed by HTS Working Group\n          http://open-jtalk.sourceforge.net/\n-----------------------------------------------------------------\n\n Copyright (c) 2008-2014  Nagoya Institute of Technology\n                          Department of Computer Science\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or\nwithout modification, are permitted provided that the following\nconditions are met:\n\n- Redistributions of source code must retain the above copyright\n  notice, this list of conditions and the following disclaimer.\n- Redistributions in binary form must reproduce the above\n  copyright notice, this list of conditions and the following\n  disclaimer in the documentation and/or other materials provided\n  with the distribution.\n- Neither the name of the HTS working group nor the names of its\n  contributors may be used to endorse or promote products derived\n  from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND\nCONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES,\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS\nBE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n\"\"\"\n_mora_list_minimum = [\n    [\"ヴォ\", \"v\", \"o\"],\n    [\"ヴェ\", \"v\", \"e\"],\n    [\"ヴィ\", \"v\", \"i\"],\n    [\"ヴァ\", \"v\", \"a\"],\n    [\"ヴ\", \"v\", \"u\"],\n    [\"ン\", \"\", \"N\"],\n    [\"ワ\", \"w\", \"a\"],\n    [\"ロ\", \"r\", \"o\"],\n    [\"レ\", \"r\", \"e\"],\n    [\"ル\", \"r\", \"u\"],\n    [\"リョ\", \"ry\", \"o\"],\n    [\"リュ\", \"ry\", \"u\"],\n    [\"リャ\", \"ry\", \"a\"],\n    [\"リェ\", \"ry\", \"e\"],\n    [\"リ\", \"r\", \"i\"],\n    [\"ラ\", \"r\", \"a\"],\n    [\"ヨ\", \"y\", \"o\"],\n    [\"ユ\", \"y\", \"u\"],\n    [\"ヤ\", \"y\", \"a\"],\n    [\"モ\", \"m\", \"o\"],\n    [\"メ\", \"m\", \"e\"],\n    [\"ム\", \"m\", \"u\"],\n    [\"ミョ\", \"my\", \"o\"],\n    [\"ミュ\", \"my\", \"u\"],\n    [\"ミャ\", \"my\", \"a\"],\n    [\"ミェ\", \"my\", \"e\"],\n    [\"ミ\", \"m\", \"i\"],\n    [\"マ\", \"m\", \"a\"],\n    [\"ポ\", \"p\", \"o\"],\n    [\"ボ\", \"b\", \"o\"],\n    [\"ホ\", \"h\", \"o\"],\n    [\"ペ\", \"p\", \"e\"],\n    [\"ベ\", \"b\", \"e\"],\n    [\"ヘ\", \"h\", \"e\"],\n    [\"プ\", \"p\", \"u\"],\n    [\"ブ\", \"b\", \"u\"],\n    [\"フォ\", \"f\", \"o\"],\n    [\"フェ\", \"f\", \"e\"],\n    [\"フィ\", \"f\", \"i\"],\n    [\"ファ\", \"f\", \"a\"],\n    [\"フ\", \"f\", \"u\"],\n    [\"ピョ\", \"py\", \"o\"],\n    [\"ピュ\", \"py\", \"u\"],\n    [\"ピャ\", \"py\", \"a\"],\n    [\"ピェ\", \"py\", \"e\"],\n    [\"ピ\", \"p\", \"i\"],\n    [\"ビョ\", \"by\", \"o\"],\n    [\"ビュ\", \"by\", \"u\"],\n    [\"ビャ\", \"by\", \"a\"],\n    [\"ビェ\", \"by\", \"e\"],\n    [\"ビ\", \"b\", \"i\"],\n    [\"ヒョ\", \"hy\", \"o\"],\n    [\"ヒュ\", \"hy\", \"u\"],\n    [\"ヒャ\", \"hy\", \"a\"],\n    [\"ヒェ\", \"hy\", \"e\"],\n    [\"ヒ\", \"h\", \"i\"],\n    [\"パ\", \"p\", \"a\"],\n    [\"バ\", \"b\", \"a\"],\n    [\"ハ\", \"h\", \"a\"],\n    [\"ノ\", \"n\", \"o\"],\n    [\"ネ\", \"n\", \"e\"],\n    [\"ヌ\", \"n\", \"u\"],\n    [\"ニョ\", \"ny\", \"o\"],\n    [\"ニュ\", \"ny\", \"u\"],\n    [\"ニャ\", \"ny\", \"a\"],\n    [\"ニェ\", \"ny\", \"e\"],\n    [\"ニ\", \"n\", \"i\"],\n    [\"ナ\", \"n\", \"a\"],\n    [\"ドゥ\", \"d\", \"u\"],\n    [\"ド\", \"d\", \"o\"],\n    [\"トゥ\", \"t\", \"u\"],\n    [\"ト\", \"t\", \"o\"],\n    [\"デョ\", \"dy\", \"o\"],\n    [\"デュ\", \"dy\", \"u\"],\n    [\"デャ\", \"dy\", \"a\"],\n    [\"デェ\", \"dy\", \"e\"],\n    [\"ディ\", \"d\", \"i\"],\n    [\"デ\", \"d\", \"e\"],\n    [\"テョ\", \"ty\", \"o\"],\n    [\"テュ\", \"ty\", \"u\"],\n    [\"テャ\", \"ty\", \"a\"],\n    [\"ティ\", \"t\", \"i\"],\n    [\"テ\", \"t\", \"e\"],\n    [\"ツォ\", \"ts\", \"o\"],\n    [\"ツェ\", \"ts\", \"e\"],\n    [\"ツィ\", \"ts\", \"i\"],\n    [\"ツァ\", \"ts\", \"a\"],\n    [\"ツ\", \"ts\", \"u\"],\n    [\"ッ\", \"\", \"cl\"],\n    [\"チョ\", \"ch\", \"o\"],\n    [\"チュ\", \"ch\", \"u\"],\n    [\"チャ\", \"ch\", \"a\"],\n    [\"チェ\", \"ch\", \"e\"],\n    [\"チ\", \"ch\", \"i\"],\n    [\"ダ\", \"d\", \"a\"],\n    [\"タ\", \"t\", \"a\"],\n    [\"ゾ\", \"z\", \"o\"],\n    [\"ソ\", \"s\", \"o\"],\n    [\"ゼ\", \"z\", \"e\"],\n    [\"セ\", \"s\", \"e\"],\n    [\"ズィ\", \"z\", \"i\"],\n    [\"ズ\", \"z\", \"u\"],\n    [\"スィ\", \"s\", \"i\"],\n    [\"ス\", \"s\", \"u\"],\n    [\"ジョ\", \"j\", \"o\"],\n    [\"ジュ\", \"j\", \"u\"],\n    [\"ジャ\", \"j\", \"a\"],\n    [\"ジェ\", \"j\", \"e\"],\n    [\"ジ\", \"j\", \"i\"],\n    [\"ショ\", \"sh\", \"o\"],\n    [\"シュ\", \"sh\", \"u\"],\n    [\"シャ\", \"sh\", \"a\"],\n    [\"シェ\", \"sh\", \"e\"],\n    [\"シ\", \"sh\", \"i\"],\n    [\"ザ\", \"z\", \"a\"],\n    [\"サ\", \"s\", \"a\"],\n    [\"ゴ\", \"g\", \"o\"],\n    [\"コ\", \"k\", \"o\"],\n    [\"ゲ\", \"g\", \"e\"],\n    [\"ケ\", \"k\", \"e\"],\n    [\"グヮ\", \"gw\", \"a\"],\n    [\"グ\", \"g\", \"u\"],\n    [\"クヮ\", \"kw\", \"a\"],\n    [\"ク\", \"k\", \"u\"],\n    [\"ギョ\", \"gy\", \"o\"],\n    [\"ギュ\", \"gy\", \"u\"],\n    [\"ギャ\", \"gy\", \"a\"],\n    [\"ギェ\", \"gy\", \"e\"],\n    [\"ギ\", \"g\", \"i\"],\n    [\"キョ\", \"ky\", \"o\"],\n    [\"キュ\", \"ky\", \"u\"],\n    [\"キャ\", \"ky\", \"a\"],\n    [\"キェ\", \"ky\", \"e\"],\n    [\"キ\", \"k\", \"i\"],\n    [\"ガ\", \"g\", \"a\"],\n    [\"カ\", \"k\", \"a\"],\n    [\"オ\", \"\", \"o\"],\n    [\"エ\", \"\", \"e\"],\n    [\"ウォ\", \"w\", \"o\"],\n    [\"ウェ\", \"w\", \"e\"],\n    [\"ウィ\", \"w\", \"i\"],\n    [\"ウ\", \"\", \"u\"],\n    [\"イェ\", \"y\", \"e\"],\n    [\"イ\", \"\", \"i\"],\n    [\"ア\", \"\", \"a\"],\n]\n_mora_list_additional = [\n    [\"ヴョ\", \"by\", \"o\"],\n    [\"ヴュ\", \"by\", \"u\"],\n    [\"ヴャ\", \"by\", \"a\"],\n    [\"ヲ\", \"\", \"o\"],\n    [\"ヱ\", \"\", \"e\"],\n    [\"ヰ\", \"\", \"i\"],\n    [\"ヮ\", \"w\", \"a\"],\n    [\"ョ\", \"y\", \"o\"],\n    [\"ュ\", \"y\", \"u\"],\n    [\"ヅ\", \"z\", \"u\"],\n    [\"ヂ\", \"j\", \"i\"],\n    [\"ヶ\", \"k\", \"e\"],\n    [\"ャ\", \"y\", \"a\"],\n    [\"ォ\", \"\", \"o\"],\n    [\"ェ\", \"\", \"e\"],\n    [\"ゥ\", \"\", \"u\"],\n    [\"ィ\", \"\", \"i\"],\n    [\"ァ\", \"\", \"a\"],\n]\n\nopenjtalk_mora2text = {\n    consonant + vowel: text for [text, consonant, vowel] in _mora_list_minimum\n}\nopenjtalk_text2mora = {\n    text: (consonant, vowel)\n    for [text, consonant, vowel] in _mora_list_minimum + _mora_list_additional\n}\n"
  },
  {
    "path": "library/python/rs/gui/__init__.py",
    "content": ""
  },
  {
    "path": "library/python/rs/gui/appearance.py",
    "content": "from PySide6.QtGui import (\n    QPalette,\n    QColor,\n)\nfrom PySide6.QtCore import (\n    Qt,\n)\n\nstylesheet = '\\n'.join(\n    [\n        '* {font: 14px \"Consolas\";}',\n        'QMenu {font: 12px \"Arial\";}',\n        'QMenu { background-color: #2b2b2b; }',\n        'QMenu::item:disabled { color: #606060; }',\n        'QMenu::item:selected { background-color: #0a64b4; }',\n    ]\n)\n\nin_stylesheet = '\\n'.join(\n    [\n        'background-color: #2f5d50;',\n        'color: rgb(255, 255, 255);',\n    ]\n)\nex_stylesheet = '\\n'.join(\n    [\n        'background-color: #74325c;',\n        'color: rgb(255, 255, 255);',\n    ]\n)\n\nother_stylesheet = '\\n'.join(\n    [\n        'background-color: #274a78;',\n        'color: rgb(255, 255, 255);',\n    ]\n)\n\n\ndef _get_palette():\n    text_color: QColor = QColor(210, 210, 210)\n    base_color: QColor = QColor(40, 40, 46)\n    p = QPalette()\n    p.setColor(QPalette.Window, base_color)\n    p.setColor(QPalette.WindowText, text_color)\n    p.setColor(QPalette.Base, QColor(23, 24, 26))\n    p.setColor(QPalette.AlternateBase, base_color)\n    p.setColor(QPalette.ToolTipBase, QColor(0, 0, 0))\n    p.setColor(QPalette.ToolTipText, text_color)\n    p.setColor(QPalette.Text, text_color)\n    p.setColor(QPalette.Button, base_color)\n    p.setColor(QPalette.ButtonText, text_color)\n    p.setColor(QPalette.BrightText, Qt.red)\n\n    p.setColor(QPalette.Disabled, QPalette.Base, QColor(80, 80, 80))\n    p.setColor(QPalette.Disabled, QPalette.ButtonText, QColor(140, 140, 140))\n    p.setColor(QPalette.Disabled, QPalette.WindowText, QColor(140, 140, 140))\n    p.setColor(QPalette.Disabled, QPalette.Text, QColor(190, 190, 190))\n\n    p.setColor(QPalette.Highlight, QColor(10, 100, 180))\n    p.setColor(QPalette.HighlightedText, QColor(255, 255, 255))\n\n    return p\n\n\npalette = _get_palette()\n"
  },
  {
    "path": "library/python/rs/gui/chara/__init__.py",
    "content": ""
  },
  {
    "path": "library/python/rs/gui/chara/chara.py",
    "content": "import shutil\n\nimport sys\n\nfrom pathlib import Path\nfrom typing import Any\n\nfrom PySide6.QtCore import (\n    Qt,\n    QModelIndex,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QHeaderView,\n    QMenu,\n    QStyledItemDelegate,\n    QComboBox,\n    QFileDialog,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    chara_data,\n    anim,\n)\nfrom rs.core.chara_data import (\n    CharaData,\n    CharaSetData,\n)\nfrom rs.gui import (\n    appearance,\n    table,\n)\nfrom rs.gui.chara.chara_ui import Ui_MainWindow\n\n\nclass Model(table.Model):\n\n    def data(self, index: QModelIndex, role: int = Qt.DisplayRole) -> Any:\n        if index.isValid():\n            if role == Qt.DisplayRole:\n                return self.get_value(index.row(), index.column())\n\n            if role == Qt.EditRole:\n                return self.get_value(index.row(), index.column())\n\n    def flags(self, index: QModelIndex) -> Qt.ItemFlags:\n        if index.isValid():\n            return Qt.ItemIsEnabled | Qt.ItemIsSelectable | Qt.ItemIsEditable\n\n        return Qt.NoItemFlags\n\n\nclass ItemDelegate(QStyledItemDelegate):\n    def __init__(self, parent):\n        super().__init__(parent)\n        self._parent = parent\n        self.color_list = ['None'] + config.COLOR_LIST\n        self.encoding_list = ['auto'] + config.ENCODING_LIST\n        self.item_dict = {\n            2: self.color_list,\n            3: self.encoding_list,\n            5: anim.TYPE_LIST,\n        }\n\n    def createEditor(self, parent, option, index):\n        if index.column() in self.item_dict.keys():\n            lst = self.item_dict[index.column()]\n            editor = QComboBox(parent)\n            editor.addItems(lst)\n            return editor\n        elif index.column() in [7, 8]:\n            editor = QFileDialog(parent)\n            editor.setWindowTitle('ファイル選択')\n            editor.setFileMode(QFileDialog.FileMode.ExistingFile)\n            editor.setAcceptMode(QFileDialog.AcceptMode.AcceptOpen)\n            editor.setOptions(QFileDialog.Option.DontUseNativeDialog)\n            if index.column() == 7:\n                editor.setNameFilter('JSON File (*.json)')\n            else:\n                editor.setNameFilter('Setting File (*.setting)')\n            return editor\n        return super().createEditor(parent, option, index)\n\n    def updateEditorGeometry(self, editor, option, index):\n        if index.column() in [7, 8]:\n            pass\n            return\n        super().updateEditorGeometry(editor, option, index)\n\n    def setEditorData(self, editor, index):\n        if index.column() in self.item_dict.keys():\n            lst = self.item_dict[index.column()]\n            editor.blockSignals(True)\n            value = index.data(Qt.DisplayRole)\n            num = lst.index(value) if value in lst else 0\n            editor.setCurrentIndex(num)\n            editor.blockSignals(False)\n            return\n        elif index.column() in [7, 8]:\n            editor: QFileDialog\n            path = Path(index.data(Qt.DisplayRole))\n            if not path.is_absolute():\n                value = str(config.ROOT_PATH.joinpath(str(path)).parent)\n            else:\n                value = str(path.parent)\n\n            editor.setDirectory(value)\n            return\n        super().setEditorData(editor, index)\n\n    def setModelData(self, editor, model, index):\n        if index.column() in self.item_dict.keys():\n            value: str = editor.currentText()\n            model.setData(index, value, Qt.EditRole)\n            return\n        elif index.column() in [7, 8]:\n            editor: QFileDialog\n            files = editor.selectedFiles()\n            if len(files) != 0:\n                path = Path(files[0])\n                if str(path).lower().startswith(str(config.ROOT_PATH).lower()):\n                    value = str(path.relative_to(config.ROOT_PATH))\n                else:\n                    value = str(path)\n                model.setData(index, value, Qt.EditRole)\n            return\n        super().setModelData(editor, model, index)\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('キャラクター設定')\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(1200, 300)\n\n        # style sheet\n        self.ui.setButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.addButton.setStyleSheet(appearance.in_stylesheet)\n\n        # config\n        chara_data.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        self.config_file: Path = chara_data.CONFIG_FILE\n\n        self.template_file: Path = chara_data.TEMPLATE_FILE\n        if not self.config_file.is_file():\n            shutil.copyfile(self.template_file, self.config_file)\n\n        # table\n        v = self.ui.tableView\n        v.setModel(Model(CharaData))\n        v.setItemDelegate(ItemDelegate(self))\n\n        hh = v.horizontalHeader()\n        hh.setSectionResizeMode(0, QHeaderView.ResizeMode.ResizeToContents)\n        hh.setSectionResizeMode(2, QHeaderView.ResizeMode.ResizeToContents)\n        hh.setSectionResizeMode(3, QHeaderView.ResizeMode.ResizeToContents)\n        hh.setSectionResizeMode(4, QHeaderView.ResizeMode.ResizeToContents)\n        hh.setSectionResizeMode(5, QHeaderView.ResizeMode.ResizeToContents)\n        hh.setSectionResizeMode(6, QHeaderView.ResizeMode.ResizeToContents)\n        hh.setSectionResizeMode(7, QHeaderView.ResizeMode.ResizeToContents)\n        hh.setSectionResizeMode(8, QHeaderView.ResizeMode.Stretch)\n\n        v.setContextMenuPolicy(Qt.CustomContextMenu)\n        v.customContextMenuRequested.connect(self.contextMenu)\n\n        v.setStyleSheet(\n            'QHeaderView {background-color: #333333; color: #cccccc; font-size: 12px;}'\n            'QTableView::item::focus '\n            '{border: 2px solid white; '\n            'border-radius: 0px;border-bottom-right-radius: 0px;border-style: double;}'\n        )\n        # event\n\n        self.ui.cancelButton.clicked.connect(self.close)\n        self.ui.addButton.clicked.connect(self.add)\n        self.ui.setButton.clicked.connect(self.save)\n\n        self.ui.actionUndo.triggered.connect(self.ui.tableView.undo)\n        self.ui.actionRedo.triggered.connect(self.ui.tableView.redo)\n        self.ui.actionCopy.triggered.connect(self.ui.tableView.copy)\n        self.ui.actionPaste.triggered.connect(self.ui.tableView.paste)\n        self.ui.actionClear.triggered.connect(self.ui.tableView.clear)\n        self.ui.actionDelete.triggered.connect(self.ui.tableView.delete)\n        self.ui.actionUp.triggered.connect(self.ui.tableView.up)\n        self.ui.actionDown.triggered.connect(self.ui.tableView.down)\n\n    def add(self):\n        m: Model = self.ui.tableView.model()\n        d = CharaData()\n        m.add_row_data(d)\n\n    def contextMenu(self, pos):\n        v = self.ui.tableView\n        menu = QMenu(v)\n        menu.addAction(self.ui.actionUndo)\n        menu.addAction(self.ui.actionRedo)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionCopy)\n        menu.addAction(self.ui.actionPaste)\n        menu.addAction(self.ui.actionClear)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionUp)\n        menu.addAction(self.ui.actionDown)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionDelete)\n        menu.exec_(v.mapToGlobal(pos))\n\n    def set_comment(self, comment: str) -> None:\n        self.ui.commentLabel.setText(comment)\n\n    def set_data(self, a: CharaSetData) -> None:\n        self.ui.tableView.model().set_data(a.chara_list)\n\n    def get_data(self) -> CharaSetData:\n        a = CharaSetData()\n        a.chara_list.set_list(self.ui.tableView.model().to_list())\n        return a\n\n    def open(self) -> None:\n        if self.config_file.is_file():\n            a = self.get_data()\n            a.load(self.config_file)\n            self.set_data(a)\n            self.ui.tableView.model().undo_stack.clear()\n\n    def save(self) -> None:\n        a = self.get_data()\n        a.save(self.config_file)\n        self.close()\n\n    def show(self) -> None:\n        self.open()\n        super().show()\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/gui/chara/chara.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>470</width>\n    <height>463</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"View\" name=\"tableView\">\n      <property name=\"wordWrap\">\n       <bool>false</bool>\n      </property>\n      <attribute name=\"horizontalHeaderDefaultSectionSize\">\n       <number>150</number>\n      </attribute>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n      <item>\n       <spacer name=\"horizontalSpacer_2\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>0</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QLabel\" name=\"commentLabel\">\n        <property name=\"text\">\n         <string/>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"addButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>add</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"setButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>set</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"cancelButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>cancel</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menubar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>470</width>\n     <height>22</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuEdit\">\n    <property name=\"title\">\n     <string>Edit</string>\n    </property>\n    <addaction name=\"actionUndo\"/>\n    <addaction name=\"actionRedo\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionCopy\"/>\n    <addaction name=\"actionPaste\"/>\n    <addaction name=\"actionClear\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionUp\"/>\n    <addaction name=\"actionDown\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionDelete\"/>\n   </widget>\n   <addaction name=\"menuEdit\"/>\n  </widget>\n  <action name=\"actionCopy\">\n   <property name=\"text\">\n    <string>Copy</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+C</string>\n   </property>\n  </action>\n  <action name=\"actionPaste\">\n   <property name=\"text\">\n    <string>Paste</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+V</string>\n   </property>\n  </action>\n  <action name=\"actionUp\">\n   <property name=\"text\">\n    <string>Up</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Alt+Up</string>\n   </property>\n  </action>\n  <action name=\"actionDown\">\n   <property name=\"text\">\n    <string>Down</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Alt+Down</string>\n   </property>\n  </action>\n  <action name=\"actionDelete\">\n   <property name=\"text\">\n    <string>Delete</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Del</string>\n   </property>\n  </action>\n  <action name=\"actionRedo\">\n   <property name=\"text\">\n    <string>Redo</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+Z</string>\n   </property>\n  </action>\n  <action name=\"actionUndo\">\n   <property name=\"text\">\n    <string>Undo</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Z</string>\n   </property>\n  </action>\n  <action name=\"actionClear\">\n   <property name=\"text\">\n    <string>Clear</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Del</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>View</class>\n   <extends>QTableView</extends>\n   <header>rs.gui.table.view</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/gui/chara/chara_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'chara.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QApplication, QHBoxLayout, QHeaderView, QLabel,\n    QMainWindow, QMenu, QMenuBar, QPushButton,\n    QSizePolicy, QSpacerItem, QVBoxLayout, QWidget)\n\nfrom rs.gui.table.view import View\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(470, 463)\n        self.actionCopy = QAction(MainWindow)\n        self.actionCopy.setObjectName(u\"actionCopy\")\n        self.actionPaste = QAction(MainWindow)\n        self.actionPaste.setObjectName(u\"actionPaste\")\n        self.actionUp = QAction(MainWindow)\n        self.actionUp.setObjectName(u\"actionUp\")\n        self.actionDown = QAction(MainWindow)\n        self.actionDown.setObjectName(u\"actionDown\")\n        self.actionDelete = QAction(MainWindow)\n        self.actionDelete.setObjectName(u\"actionDelete\")\n        self.actionRedo = QAction(MainWindow)\n        self.actionRedo.setObjectName(u\"actionRedo\")\n        self.actionUndo = QAction(MainWindow)\n        self.actionUndo.setObjectName(u\"actionUndo\")\n        self.actionClear = QAction(MainWindow)\n        self.actionClear.setObjectName(u\"actionClear\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.tableView = View(self.centralwidget)\n        self.tableView.setObjectName(u\"tableView\")\n        self.tableView.setWordWrap(False)\n        self.tableView.horizontalHeader().setDefaultSectionSize(150)\n\n        self.verticalLayout.addWidget(self.tableView)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.horizontalSpacer_2 = QSpacerItem(40, 0, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_2.addItem(self.horizontalSpacer_2)\n\n        self.commentLabel = QLabel(self.centralwidget)\n        self.commentLabel.setObjectName(u\"commentLabel\")\n\n        self.horizontalLayout_2.addWidget(self.commentLabel)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.addButton = QPushButton(self.centralwidget)\n        self.addButton.setObjectName(u\"addButton\")\n        self.addButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.addButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.setButton = QPushButton(self.centralwidget)\n        self.setButton.setObjectName(u\"setButton\")\n        self.setButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.setButton)\n\n        self.cancelButton = QPushButton(self.centralwidget)\n        self.cancelButton.setObjectName(u\"cancelButton\")\n        self.cancelButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.cancelButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menubar = QMenuBar(MainWindow)\n        self.menubar.setObjectName(u\"menubar\")\n        self.menubar.setGeometry(QRect(0, 0, 470, 22))\n        self.menuEdit = QMenu(self.menubar)\n        self.menuEdit.setObjectName(u\"menuEdit\")\n        MainWindow.setMenuBar(self.menubar)\n\n        self.menubar.addAction(self.menuEdit.menuAction())\n        self.menuEdit.addAction(self.actionUndo)\n        self.menuEdit.addAction(self.actionRedo)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionCopy)\n        self.menuEdit.addAction(self.actionPaste)\n        self.menuEdit.addAction(self.actionClear)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionUp)\n        self.menuEdit.addAction(self.actionDown)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionDelete)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionCopy.setText(QCoreApplication.translate(\"MainWindow\", u\"Copy\", None))\n#if QT_CONFIG(shortcut)\n        self.actionCopy.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+C\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionPaste.setText(QCoreApplication.translate(\"MainWindow\", u\"Paste\", None))\n#if QT_CONFIG(shortcut)\n        self.actionPaste.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+V\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionUp.setText(QCoreApplication.translate(\"MainWindow\", u\"Up\", None))\n#if QT_CONFIG(shortcut)\n        self.actionUp.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Alt+Up\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionDown.setText(QCoreApplication.translate(\"MainWindow\", u\"Down\", None))\n#if QT_CONFIG(shortcut)\n        self.actionDown.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Alt+Down\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionDelete.setText(QCoreApplication.translate(\"MainWindow\", u\"Delete\", None))\n#if QT_CONFIG(shortcut)\n        self.actionDelete.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Del\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionRedo.setText(QCoreApplication.translate(\"MainWindow\", u\"Redo\", None))\n#if QT_CONFIG(shortcut)\n        self.actionRedo.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+Z\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionUndo.setText(QCoreApplication.translate(\"MainWindow\", u\"Undo\", None))\n#if QT_CONFIG(shortcut)\n        self.actionUndo.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Z\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionClear.setText(QCoreApplication.translate(\"MainWindow\", u\"Clear\", None))\n#if QT_CONFIG(shortcut)\n        self.actionClear.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Del\", None))\n#endif // QT_CONFIG(shortcut)\n        self.commentLabel.setText(\"\")\n        self.addButton.setText(QCoreApplication.translate(\"MainWindow\", u\"add\", None))\n        self.setButton.setText(QCoreApplication.translate(\"MainWindow\", u\"set\", None))\n        self.cancelButton.setText(QCoreApplication.translate(\"MainWindow\", u\"cancel\", None))\n        self.menuEdit.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Edit\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/gui/frame_layout/__init__.py",
    "content": "from .frame_layout import Form\n"
  },
  {
    "path": "library/python/rs/gui/frame_layout/frame_layout.py",
    "content": "# -*- coding: utf-8 -*-\n\nimport sys\n\nfrom PySide6 import QtCore\n\nfrom PySide6.QtWidgets import QApplication, QWidget\n\nfrom rs.gui.frame_layout.frame_layout_ui import Ui_Form\n\n\nclass Form(QWidget):\n    def __init__(self, parent=None):\n        super(Form, self).__init__(parent)\n        self.ui = Ui_Form()\n        self.ui.setupUi(self)\n        self._collapse = False\n        self._text = ''\n        self.setText('')\n\n        # event\n        self.ui.toolButton.clicked.connect(self.toggleCollapse)\n\n    def setText(self, s):\n        self._text = s\n        self.ui.toolButton.setText(' ' + s)\n\n    def setStyleSheetToTitle(self, styleSheet):\n        self.ui.toolButton.setStyleSheet(styleSheet)\n\n    def text(self):\n        return self._text\n\n    def isCollapse(self):\n        return self._collapse\n\n    def setCollapse(self, b):\n        self._collapse = b\n        self.ui.frame.setHidden(self._collapse)\n\n        if self._collapse:\n            self.ui.toolButton.setArrowType(QtCore.Qt.ArrowType.RightArrow)\n        else:\n            self.ui.toolButton.setArrowType(QtCore.Qt.ArrowType.DownArrow)\n\n    def toggleCollapse(self):\n        self.setCollapse(not self._collapse)\n\n    def layout(self):\n        return self.ui.frame.layout()\n\n    def setLayout(self, lo):\n        self.ui.frame.setLayout(lo)\n\n\nif __name__ == \"__main__\":\n    app = QApplication(sys.argv)\n\n    form = Form()\n\n    form.setText('t')\n\n    form.show()\n\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "library/python/rs/gui/frame_layout/frame_layout.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>Form</class>\n <widget class=\"QWidget\" name=\"Form\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>348</width>\n    <height>200</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>Form</string>\n  </property>\n  <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n   <property name=\"leftMargin\">\n    <number>0</number>\n   </property>\n   <property name=\"topMargin\">\n    <number>0</number>\n   </property>\n   <property name=\"rightMargin\">\n    <number>0</number>\n   </property>\n   <property name=\"bottomMargin\">\n    <number>0</number>\n   </property>\n   <item>\n    <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n     <property name=\"spacing\">\n      <number>0</number>\n     </property>\n     <item>\n      <widget class=\"QToolButton\" name=\"toolButton\">\n       <property name=\"sizePolicy\">\n        <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n         <horstretch>0</horstretch>\n         <verstretch>0</verstretch>\n        </sizepolicy>\n       </property>\n       <property name=\"text\">\n        <string>FrameLayout</string>\n       </property>\n       <property name=\"iconSize\">\n        <size>\n         <width>16</width>\n         <height>16</height>\n        </size>\n       </property>\n       <property name=\"toolButtonStyle\">\n        <enum>Qt::ToolButtonTextBesideIcon</enum>\n       </property>\n       <property name=\"arrowType\">\n        <enum>Qt::DownArrow</enum>\n       </property>\n      </widget>\n     </item>\n     <item>\n      <widget class=\"QFrame\" name=\"frame\">\n       <property name=\"frameShape\">\n        <enum>QFrame::StyledPanel</enum>\n       </property>\n       <property name=\"frameShadow\">\n        <enum>QFrame::Raised</enum>\n       </property>\n      </widget>\n     </item>\n    </layout>\n   </item>\n  </layout>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/gui/frame_layout/frame_layout_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'frame_layout.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QFrame, QSizePolicy, QToolButton,\n    QVBoxLayout, QWidget)\n\nclass Ui_Form(object):\n    def setupUi(self, Form):\n        if not Form.objectName():\n            Form.setObjectName(u\"Form\")\n        Form.resize(348, 200)\n        self.verticalLayout_2 = QVBoxLayout(Form)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)\n        self.verticalLayout = QVBoxLayout()\n        self.verticalLayout.setSpacing(0)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.toolButton = QToolButton(Form)\n        self.toolButton.setObjectName(u\"toolButton\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.toolButton.sizePolicy().hasHeightForWidth())\n        self.toolButton.setSizePolicy(sizePolicy)\n        self.toolButton.setIconSize(QSize(16, 16))\n        self.toolButton.setToolButtonStyle(Qt.ToolButtonTextBesideIcon)\n        self.toolButton.setArrowType(Qt.DownArrow)\n\n        self.verticalLayout.addWidget(self.toolButton)\n\n        self.frame = QFrame(Form)\n        self.frame.setObjectName(u\"frame\")\n        self.frame.setFrameShape(QFrame.StyledPanel)\n        self.frame.setFrameShadow(QFrame.Raised)\n\n        self.verticalLayout.addWidget(self.frame)\n\n\n        self.verticalLayout_2.addLayout(self.verticalLayout)\n\n\n        self.retranslateUi(Form)\n\n        QMetaObject.connectSlotsByName(Form)\n    # setupUi\n\n    def retranslateUi(self, Form):\n        Form.setWindowTitle(QCoreApplication.translate(\"Form\", u\"Form\", None))\n        self.toolButton.setText(QCoreApplication.translate(\"Form\", u\"FrameLayout\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/gui/lang/__init__.py",
    "content": ""
  },
  {
    "path": "library/python/rs/gui/lang/lang.py",
    "content": "import sys\n\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    lang,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs.gui.lang.lang_ui import Ui_MainWindow\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('Lang')\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            # | Qt.WindowStaysOnTopHint\n        )\n        self.resize(100, 50)\n\n        # style sheet\n        self.ui.setButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n\n        self.ui.cancelButton.clicked.connect(self.close)\n        self.ui.setButton.clicked.connect(self.save)\n\n    def open(self) -> None:\n        lang_code = lang.load()\n        self.ui.UseEnBox.setChecked(lang_code == lang.Code.en)\n\n    def save(self) -> None:\n        lang_code = lang.Code.en if self.ui.UseEnBox.isChecked() else lang.Code.ja\n        lang.save(lang_code)\n        self.close()\n\n    def show(self) -> None:\n        self.open()\n        super().show()\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/gui/lang/lang.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>192</width>\n    <height>82</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QCheckBox\" name=\"UseEnBox\">\n      <property name=\"text\">\n       <string>Use English(WIP)</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>0</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"setButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>set</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"cancelButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>cancel</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/gui/lang/lang_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'lang.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QHBoxLayout, QMainWindow,\n    QPushButton, QSizePolicy, QSpacerItem, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(192, 82)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.UseEnBox = QCheckBox(self.centralwidget)\n        self.UseEnBox.setObjectName(u\"UseEnBox\")\n\n        self.verticalLayout.addWidget(self.UseEnBox)\n\n        self.verticalSpacer = QSpacerItem(20, 0, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout.addItem(self.verticalSpacer)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.setButton = QPushButton(self.centralwidget)\n        self.setButton.setObjectName(u\"setButton\")\n        self.setButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.setButton)\n\n        self.cancelButton = QPushButton(self.centralwidget)\n        self.cancelButton.setObjectName(u\"cancelButton\")\n        self.cancelButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.cancelButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.UseEnBox.setText(QCoreApplication.translate(\"MainWindow\", u\"Use English(WIP)\", None))\n        self.setButton.setText(QCoreApplication.translate(\"MainWindow\", u\"set\", None))\n        self.cancelButton.setText(QCoreApplication.translate(\"MainWindow\", u\"cancel\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/gui/log.py",
    "content": "from PySide6.QtWidgets import (\n    QTextEdit,\n    QApplication,\n)\nfrom PySide6.QtGui import (\n    QColor,\n)\n\nTEXT_COLOR = QColor(210, 210, 210)\nWARNING_COLOR = QColor(210, 110, 0)\nERROR_COLOR = QColor(210, 0, 0)\n\n\nclass LogTextEdit(QTextEdit):\n    def __init__(self, *args, **kwargs):\n        super().__init__(*args, **kwargs)\n\n    def log(self, text: str, color: QColor = TEXT_COLOR) -> None:\n        self.setTextColor(color)\n        self.append(text)\n        self.setTextColor(TEXT_COLOR)\n        QApplication.processEvents()\n"
  },
  {
    "path": "library/python/rs/gui/script_button.py",
    "content": "import os\nimport subprocess\nfrom pathlib import Path\nfrom typing import Optional\n\nfrom PySide6.QtWidgets import (\n    QPushButton,\n)\n\nfrom rs.core import (\n    config,\n    util,\n)\n\n\ndef run_python(path, args, env=None):\n    cmd = [\n              str(config.PYTHONW_EXE_PATH) if util.IS_WIN else 'python3',\n              str(path),\n          ] + list(args)\n    if env is None:\n        env = os.environ.copy()\n    subprocess.Popen(\n        cmd,\n        # shell=True,\n        env=env,\n    )\n\n\nclass ScriptButton(QPushButton):\n    def __init__(self, *args, script_path=None, env=None, **kwargs):\n        super().__init__(*args, **kwargs)\n\n        self.script_file: Optional[Path] = script_path\n        self.env = env\n\n        self.clicked.connect(self.run)\n\n    def run(self) -> None:\n        if self.script_file is None:\n            return\n        run_python(self.script_file, [], env=self.env)\n"
  },
  {
    "path": "library/python/rs/gui/table/__init__.py",
    "content": "from .model import Model, RowData\nfrom .view import View\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "library/python/rs/gui/table/model.py",
    "content": "import copy\n\nimport dataclasses\nimport operator\nfrom typing import List\n\nfrom PySide6.QtCore import (\n    Qt,\n    QModelIndex,\n    QAbstractTableModel,\n)\nfrom PySide6.QtGui import (\n    QUndoCommand,\n    QUndoStack,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\n\n\n@dataclasses.dataclass\nclass RowData(config.DataInterface):\n\n    @classmethod\n    def toHeaderList(cls) -> List[str]:\n        return p.pipe(\n            dataclasses.fields(cls),\n            p.map(p.get.name),\n            list,\n        )\n\n    def set_value(self, i: int, value) -> bool:\n        attr_name, attr_type = p.pipe(\n            dataclasses.fields(self),\n            p.map(lambda x: (x.name, x.type)),\n            list,\n            operator.itemgetter(i),\n        )\n        if attr_type == int:\n            try:\n                v = int(value)\n                setattr(self, attr_name, v)\n                return True\n            except ValueError:\n                pass\n        elif attr_type == float:\n            try:\n                v = float(value)\n                setattr(self, attr_name, v)\n                return True\n            except ValueError:\n                pass\n        elif attr_type == str:\n            v = str(value)\n            setattr(self, attr_name, v)\n            return True\n        return False\n\n    def get_value(self, i):\n        attr_name = p.pipe(\n            dataclasses.fields(self),\n            p.map(p.get.name),\n            list,\n            operator.itemgetter(i),\n        )\n        return getattr(self, attr_name)\n\n\nclass SetDataCommand(QUndoCommand):\n    def __init__(self, model, index: QModelIndex, value):\n        super().__init__()\n        self.model = model\n        self.index = index\n        self.row = index.row()\n        self.col = index.column()\n        self.value = value\n        self.old_value = model.get_value(self.row, self.col)\n\n    def redo(self):\n        self.setObsolete(\n            not self.model.data_list[self.row].set_value(self.col, self.value)\n        )\n        self.model.dataChanged.emit(self.index, self.index)\n\n    def undo(self):\n        self.model.data_list[self.row].set_value(self.col, self.old_value)\n        self.model.dataChanged.emit(self.index, self.index)\n\n\nclass InsertRowsCommand(QUndoCommand):\n    def __init__(self, model, row, rows_data):\n        super().__init__()\n        self.model = model\n        self.row = row\n        self.rows_data = copy.deepcopy(rows_data)\n        self.count = len(self.rows_data)\n\n    def redo(self):\n        self.model.beginInsertRows(QModelIndex(), self.row, self.row + self.count - 1)\n        self.model.data_list[self.row: self.row] = self.rows_data\n        self.model.endInsertRows()\n\n    def undo(self):\n        self.model.beginRemoveRows(QModelIndex(), self.row, self.row + self.count - 1)\n        del self.model.data_list[self.row: self.row + self.count]\n        self.model.endRemoveRows()\n\n\nclass RemoveRowsCommand(QUndoCommand):\n    def __init__(self, model, row, count):\n        super().__init__()\n        self.model = model\n        self.row = row\n        self.count = count\n        self.rows_data = copy.deepcopy(model.data_list[row:row + count])\n\n    def redo(self):\n        self.model.beginRemoveRows(QModelIndex(), self.row, self.row + self.count - 1)\n        del self.model.data_list[self.row: self.row + self.count]\n        self.model.endRemoveRows()\n\n    def undo(self):\n        self.model.beginInsertRows(QModelIndex(), self.row, self.row + self.count - 1)\n        self.model.data_list[self.row: self.row] = self.rows_data\n        self.model.endInsertRows()\n\n\nclass SetDataListCommand(QUndoCommand):\n    def __init__(self, model, data_list):\n        super().__init__()\n        self.model = model\n        self.data_list = copy.deepcopy(data_list)\n        self.old_data_list = copy.deepcopy(model.data_list)\n\n    def redo(self):\n        self.model.beginResetModel()\n        self.model.data_list = self.data_list\n        self.model.endResetModel()\n\n    def undo(self):\n        self.model.beginResetModel()\n        self.model.data_list = self.old_data_list\n        self.model.endResetModel()\n\n\nclass Model(QAbstractTableModel):\n    def __init__(self, cls, parent=None):\n        super().__init__(parent)\n        self.data_list: config.DataList = config.DataList(cls)\n        self.header_list: List[str] = cls.toHeaderList()\n        self.row_cls = cls\n        self.undo_stack = QUndoStack()\n        self.undo_stack.setUndoLimit(400)\n\n    def get_value(self, row: int, col: int):\n        return self.data_list[row].get_value(col)\n\n    def to_list(self):\n        return self.data_list.to_list()\n\n    def clear(self):\n        self.undo_stack.push(SetDataListCommand(self, config.DataList(self.row_cls)))\n\n    def set_data(self, data_list: config.DataList):\n        self.undo_stack.push(SetDataListCommand(self, data_list))\n\n    def get_row_data(self, row: int):\n        return self.data_list[row]\n\n    def insert_row_data(self, row: int, row_data):\n        self.insert_rows_data(row, [row_data])\n\n    def insert_rows_data(self, row: int, rows_data):\n        self.undo_stack.push(InsertRowsCommand(self, row, rows_data))\n\n    def add_row_data(self, row_data):\n        self.insert_row_data(len(self.data_list), row_data)\n\n    def rowCount(self, parent=QModelIndex()) -> int:\n        return len(self.data_list)\n\n    def columnCount(self, parent=QModelIndex()) -> int:\n        return len(self.header_list)\n\n    def data(self, index: QModelIndex, role=Qt.DisplayRole):\n        if role == Qt.DisplayRole:\n            row = index.row()\n            col = index.column()\n            return self.get_value(row, col)\n        if role == Qt.EditRole:\n            row = index.row()\n            col = index.column()\n            return self.get_value(row, col)\n        return None\n\n    def setData(self, index: QModelIndex, value, role=Qt.EditRole):\n        if role == Qt.EditRole:\n            self.undo_stack.push(SetDataCommand(self, index, value))\n            return True\n        return False\n\n    def headerData(self, section: int, orientation: Qt.Orientation, role=Qt.DisplayRole):\n        if role == Qt.DisplayRole:\n            if orientation == Qt.Horizontal:\n                return self.header_list[section]\n            elif orientation == Qt.Vertical:\n                return str(section + 1)\n        return None\n\n    def flags(self, index: QModelIndex):\n        return Qt.ItemIsEditable | Qt.ItemIsEnabled | Qt.ItemIsSelectable\n\n    def insertRow(self, row: int, parent=QModelIndex()):\n        self.insert_row_data(row, self.row_cls())\n        return True\n\n    def insertRows(self, row: int, count: int, parent=QModelIndex()):\n        self.undo_stack.push(InsertRowsCommand(self, row, [self.row_cls()] * count))\n        return True\n\n    def removeRow(self, row: int, parent=QModelIndex()):\n        self.undo_stack.push(RemoveRowsCommand(self, row, 1))\n        return True\n\n    def removeRows(self, row: int, count: int, parent=QModelIndex()):\n        self.undo_stack.push(RemoveRowsCommand(self, row, count))\n        return True\n\n    def appendRow(self, parent=QModelIndex()):\n        self.insertRow(self.rowCount(), parent)\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "library/python/rs/gui/table/view.py",
    "content": "from typing import List\n\nfrom PySide6.QtCore import (\n    Qt,\n    QModelIndex,\n    QItemSelectionModel,\n)\n\nfrom PySide6.QtWidgets import QTableView, QApplication\n\nfrom rs.core import (\n    pipe as p,\n)\nfrom rs.gui.table import Model\n\n\nclass View(QTableView):\n\n    def undo(self):\n        self.model().undo_stack.undo()\n\n    def redo(self):\n        self.model().undo_stack.redo()\n\n    def selected_rows(self) -> List[int]:\n        sm = self.selectionModel()\n        return p.pipe(\n            sm.selectedIndexes(),\n            p.map(p.call.row()),\n            set,\n            list,\n            sorted,\n        )\n\n    def clear(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        m.undo_stack.beginMacro('Clear')\n        for i in sm.selectedIndexes():\n            m.setData(i, '', Qt.EditRole)\n        m.undo_stack.endMacro()\n\n    def delete(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        m.undo_stack.beginMacro('Delete')\n        for row in reversed(self.selected_rows()):\n            m.removeRow(row, QModelIndex())\n        m.undo_stack.endMacro()\n        sm.clearSelection()\n\n    def up(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        data_list = []\n        selected_rows = self.selected_rows()\n        if len(selected_rows) == 0:\n            return\n        min_row = selected_rows[0]\n        # start\n        m.undo_stack.beginMacro('Up')\n        # remove selected rows\n        for row in reversed(selected_rows):\n            data_list.append(m.get_row_data(row))\n            m.removeRow(row, QModelIndex())\n        sm.clearSelection()\n        # insert selected rows\n        target_row = max(min_row - 1, 0)\n        m.insert_rows_data(target_row, list(reversed(data_list)))\n        # select\n        for i in range(len(data_list)):\n            index = m.index(target_row + i, 0, QModelIndex())\n            sm.select(index, QItemSelectionModel.SelectionFlag.Select)\n            sm.setCurrentIndex(index, QItemSelectionModel.SelectionFlag.Select)\n        # end\n        m.undo_stack.endMacro()\n\n    def down(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        data_list = []\n        selected_rows = self.selected_rows()\n        if len(selected_rows) == 0:\n            return\n        max_row = selected_rows[-1]\n        # start\n        m.undo_stack.beginMacro('Down')\n        # remove selected rows\n        for row in reversed(selected_rows):\n            data_list.append(m.get_row_data(row))\n            m.removeRow(row, QModelIndex())\n        sm.clearSelection()\n        # insert selected rows\n        target_row = min(max_row + 2 - len(data_list), m.rowCount())\n        m.insert_rows_data(target_row, list(reversed(data_list)))\n        # select\n        for i in range(len(data_list)):\n            index = m.index(target_row + i, 0, QModelIndex())\n            sm.select(index, QItemSelectionModel.SelectionFlag.Select)\n            sm.setCurrentIndex(index, QItemSelectionModel.SelectionFlag.Select)\n        # end\n        m.undo_stack.endMacro()\n\n    def select_rect(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        rows = p.pipe(\n            sm.selectedIndexes(),\n            p.map(p.call.row()),\n            set,\n            list,\n            sorted,\n        )\n        cols = p.pipe(\n            sm.selectedIndexes(),\n            p.map(p.call.column()),\n            set,\n            list,\n            sorted,\n        )\n        if len(rows) == 0 or len(cols) == 0:\n            return None, None, None, None\n        min_row = min(rows)\n        min_col = min(cols)\n        max_row = max(rows)\n        max_col = max(cols)\n        # select\n        sm.clearSelection()\n        for row in range(min_row, max_row + 1):\n            for col in range(min_col, max_col + 1):\n                index = m.index(row, col, QModelIndex())\n                sm.select(index, QItemSelectionModel.SelectionFlag.Select)\n        return min_row, max_row, min_col, max_col\n\n    def copy(self):\n        m: Model = self.model()\n\n        min_row, max_row, min_col, max_col = self.select_rect()\n        if min_row is None:\n            return\n        lines = []\n        for row in range(min_row, max_row + 1):\n            lst = []\n            for col in range(min_col, max_col + 1):\n                index = m.index(row, col, QModelIndex())\n                s = str(m.get_value(index.row(), index.column())).replace('\\n', '\\\\n')\n                lst.append(s)\n            lines.append('\\t'.join(lst))\n        QApplication.clipboard().setText('\\n'.join(lines))\n\n    def paste(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        ss: list = p.pipe(\n            QApplication.clipboard().text().splitlines(),\n            p.map(p.call.replace('\\\\n', '\\n')),\n            p.map(p.call.split('\\t')),\n            list,\n        )\n        if len(ss) == 0:\n            ss.append([''])\n        if len(ss) == 1 and len(ss[0]) == 1:\n            m.undo_stack.beginMacro('Paste')\n            for i in sm.selectedIndexes():\n                if i.flags() & Qt.ItemIsEditable:\n                    m.setData(i, ss[0][0], Qt.EditRole)\n            m.undo_stack.endMacro()\n            return\n\n        c_row = self.currentIndex().row()\n        c_col = self.currentIndex().column()\n        if c_row < 0 or c_col < 0:\n            return\n        sm.clearSelection()\n        m.undo_stack.beginMacro('Paste')\n        for src_row in range(len(ss)):\n            for src_col in range(len(ss[src_row])):\n                row = c_row + src_row\n                col = c_col + src_col\n                if row > m.rowCount() - 1 or col > m.columnCount() - 1:\n                    continue\n                index = m.index(row, col, QModelIndex())\n                if index.flags() & Qt.ItemIsEditable:\n                    m.setData(index, ss[src_row][src_col], Qt.EditRole)\n                sm.select(index, QItemSelectionModel.SelectionFlag.Select)\n        m.undo_stack.endMacro()\n\n\nif __name__ == '__main__':\n    pass\n"
  },
  {
    "path": "library/python/rs/tool/__init__.py",
    "content": ""
  },
  {
    "path": "library/python/rs/tool/aquestalk_wrapper/__init__.py",
    "content": "from .aquestalk_wrapper import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/aquestalk_wrapper/aquestalk.py",
    "content": "import subprocess\nimport time\nfrom typing import List\n\nfrom PySide6.QtCore import (\n    QObject,\n    Signal,\n)\n\n\nclass Player(QObject):\n    finished = Signal()\n\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.is_canceled = False\n        self.exe_path: str = ''\n        self.data: List[dict] = []\n\n    def play(self):\n        for d in self.data:\n            if self.is_canceled:\n                break\n            command: List[str] = [\n                str(self.exe_path),\n                '/T',\n                d['text'].replace('\\n', ' '),\n                '/P',\n                d['chara'],\n            ]\n            pro = subprocess.Popen(command)\n            while not self.is_canceled and pro.poll() is None:\n                time.sleep(0.01)\n            if pro.poll() is None:\n                pro.kill()\n        self.finished.emit()\n\n    def export(self):\n        for d in self.data:\n            command: List[str] = [\n                str(self.exe_path),\n                '/T',\n                d['text'].replace('\\n', ' '),\n                '/P',\n                d['chara'],\n                '/W',\n                str(d['wav_file']),\n            ]\n            subprocess.run(command)\n            with d['txt_file'].open('w', encoding='utf-8-sig', newline='\\n') as f:\n                f.write(d['subtitle'])\n        self.finished.emit()\n\n    def stop(self):\n        self.is_canceled = True\n\n\nif __name__ == '__main__':\n    a = Player()\n    a.exe_path = 'D:/App/aquestalkplayer_20220822/aquestalkplayer/AquesTalkPlayer.exe'\n    a.data = [\n        {\n            'chara': 'れいむ',\n            'text': 'おはようございます。',\n        },\n        {\n            'chara': 'まりさ',\n            'text': 'こんばんは',\n        },\n    ]\n    a.play()\n"
  },
  {
    "path": "library/python/rs/tool/aquestalk_wrapper/aquestalk_wrapper.py",
    "content": "from typing import (\n    List,\n)\n\nimport dataclasses\nimport re\nimport sys\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n    QItemSelectionModel,\n    QModelIndex, QEvent, QThread,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QHeaderView,\n    QMainWindow,\n    QPlainTextEdit,\n    QMenu,\n    QStyledItemDelegate,\n)\nfrom shiboken6 import Shiboken\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n    table,\n)\n\nfrom rs.tool.aquestalk_wrapper import aquestalk\nfrom rs.tool.aquestalk_wrapper.aquestalk_wrapper_ui import Ui_MainWindow\n\nAPP_NAME = 'AquestalkWrapper'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    chara: str = 'れいむ'\n    exe_path: str = ''\n    voice_dir: str = ''\n\n\n@dataclasses.dataclass\nclass VoiceData(table.RowData):\n    chara: str = ''\n    subtitle: str = ''\n    pronunciation: str = ''\n\n    @classmethod\n    def toHeaderList(cls) -> List[str]:\n        return ['キャラ', '字幕', '読み']\n\n\n@dataclasses.dataclass\nclass VoiceDataset(config.Data):\n    voice_dir: str = ''\n    voice_list: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(VoiceData))\n\n\nclass Model(table.Model):\n    pass\n\n\nclass ItemDelegate(QStyledItemDelegate):\n    def __init__(self, parent):\n        super().__init__(parent)\n        self._parent = parent\n\n    def createEditor(self, parent, option, index):\n        if index.column() in (1, 2):\n            return QPlainTextEdit(parent)\n        return super().createEditor(parent, option, index)\n\n    def setEditorData(self, editor, index):\n        if index.column() in (1, 2):\n            editor: QPlainTextEdit\n            value = index.model().data(index, Qt.DisplayRole)\n            editor.clear()\n            editor.insertPlainText(value)\n            return\n        super().setEditorData(editor, index)\n\n    def eventFilter(self, editor, event):\n        if event.type() == QEvent.KeyPress:\n            key = event.key()\n            mod = event.modifiers()\n            v = self._parent.ui.tableView\n            if (\n                    (key == Qt.Key_Escape and mod == Qt.NoModifier)\n            ):\n                self.commitData.emit(editor)\n                self.closeEditor.emit(editor)\n                return True\n            if (\n                    (key in (Qt.Key_Down, Qt.Key_Up) and mod == Qt.NoModifier) or\n                    (key in (Qt.Key_Tab, Qt.Key_Backtab) and mod == Qt.NoModifier)\n            ):\n                self.commitData.emit(editor)\n                self.closeEditor.emit(editor)\n                v.keyPressEvent(event)\n                v.edit(v.currentIndex())\n                return True\n            if (\n                    (key == Qt.Key_Return and mod == Qt.ShiftModifier)\n            ):\n                self.commitData.emit(editor)\n                self.closeEditor.emit(editor)\n                self._parent.add()\n                v.edit(v.currentIndex())\n                return True\n\n        return super().eventFilter(editor, event)\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.file = None\n        self.set_title()\n        self.setWindowFlags(\n            Qt.Window\n            # | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(800, 800)\n        self.is_playing = False\n        self.exe_name = 'AquesTalkPlayer.exe'\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # style sheet\n        self.ui.saveButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.playButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.stopButton.setStyleSheet(appearance.other_stylesheet)\n\n        # table\n        v = self.ui.tableView\n        v.setModel(Model(VoiceData))\n        v.setItemDelegate(ItemDelegate(self))\n        self.undo_stack = v.model().undo_stack\n\n        h = v.horizontalHeader()\n        h.setSectionResizeMode(1, QHeaderView.ResizeMode.Stretch)\n        h.setSectionResizeMode(2, QHeaderView.ResizeMode.Stretch)\n        vh = v.verticalHeader()\n        vh.setMinimumWidth(40)\n        vh.setMinimumSectionSize(55)\n        vh.setSectionResizeMode(QHeaderView.ResizeMode.ResizeToContents)\n        vh.setDefaultAlignment(Qt.AlignCenter)\n\n        v.setContextMenuPolicy(Qt.CustomContextMenu)\n        v.customContextMenuRequested.connect(self.contextMenu)\n\n        v.setStyleSheet(\n            'QTableView::item::focus {'\n            ' border: 2px solid white;'\n            ' border-radius: 0px;'\n            ' border-bottom-right-radius: 0px;'\n            ' border-style: double;}'\n        )\n\n        self.new_doc()\n        # thread\n        self.player_thread = None\n        self.player = None\n        # event\n        self.undo_stack.cleanChanged.connect(self.set_title)\n\n        self.ui.folderToolButton.clicked.connect(self.folderToolButton_clicked)\n        self.ui.exeToolButton.clicked.connect(self.exeToolButton_clicked)\n\n        self.ui.playButton.clicked.connect(self.play)\n        self.ui.stopButton.clicked.connect(self.stop)\n        self.ui.saveButton.clicked.connect(self.wave_save)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        self.ui.actionNew.triggered.connect(self.new_doc)\n        self.ui.actionOpen.triggered.connect(self.open_doc)\n        self.ui.actionSave.triggered.connect(self.save_doc)\n        self.ui.actionSave_As.triggered.connect(self.save_as_doc)\n        self.ui.actionImport_From_Clipboard.triggered.connect(self.import_from_clipboard)\n        self.ui.actionExit.triggered.connect(self.close)\n\n        self.ui.actionUndo.triggered.connect(self.undo_stack.undo)\n        self.ui.actionRedo.triggered.connect(self.undo_stack.redo)\n\n        self.ui.actionEdit.triggered.connect(self.edit)\n        self.ui.actionAdd.triggered.connect(self.add)\n        self.ui.actionClear.triggered.connect(self.ui.tableView.clear)\n        self.ui.actionCopy.triggered.connect(self.ui.tableView.copy)\n        self.ui.actionPaste.triggered.connect(self.ui.tableView.paste)\n        self.ui.actionDelete.triggered.connect(self.ui.tableView.delete)\n        self.ui.actionUp.triggered.connect(self.ui.tableView.up)\n        self.ui.actionDown.triggered.connect(self.ui.tableView.down)\n\n        self.ui.actionPlay.triggered.connect(self.play_or_stop)\n        self.ui.actionWav_Save.triggered.connect(self.wave_save)\n\n    def set_title(self):\n        if self.file is None:\n            self.setWindowTitle('%s' % APP_NAME)\n        else:\n            star = '*' if self.ui.tableView.model().undo_stack.isClean() is False else ''\n            self.setWindowTitle('%s - %s%s' % (APP_NAME, self.file, star))\n\n    def play(self):\n        self.stop()\n\n        # get data\n        c = self.get_config()\n        v = self.ui.tableView\n        m: Model = v.model()\n\n        # AquesTalkPlayer\n        self.player = aquestalk.Player()\n        self.player.exe_path = c.exe_path.strip()\n        self.player.data = p.pipe(\n            v.selected_rows(),\n            p.map(m.get_row_data),\n            p.map(lambda d: {\n                'chara': d.chara.strip(),\n                'text': d.subtitle.strip() if d.pronunciation.strip() == '' else d.pronunciation.strip(),\n            }),\n            p.filter(lambda d: d['chara'] != '' and d['text'] != ''),\n            list,\n        )\n        if len(self.player.data) == 0:\n            return\n\n        # thread\n        self.player_thread = QThread()\n        self.player.moveToThread(self.player_thread)\n\n        # event\n        self.player_thread.started.connect(self.player.play)\n        self.player.finished.connect(self.player_thread.quit)\n        self.player.finished.connect(self.player.deleteLater)\n        self.player.finished.connect(self.play_state_off, type=Qt.DirectConnection)\n        self.player_thread.finished.connect(self.player_thread.deleteLater)\n\n        # play\n        self.is_playing = True\n        self.player_thread.start()\n\n    def play_state_off(self):\n        self.is_playing = False\n\n    def play_or_stop(self):\n        if self.is_playing:\n            self.stop()\n        else:\n            self.play()\n\n    def stop(self):\n        if self.player_thread and Shiboken.isValid(self.player_thread):\n            if self.player_thread.isRunning():\n                self.player.stop()\n                self.player_thread.quit()\n                self.player_thread.wait()\n                self.is_playing = False\n\n    def wave_save(self):\n        # get data\n        c = self.get_config()\n        v = self.ui.tableView\n        m: Model = v.model()\n\n        # AquesTalkPlayer\n        a = aquestalk.Player()\n        a.exe_path = c.exe_path.strip()\n        a.data = []\n        for row in v.selected_rows():\n            d: VoiceData = m.get_row_data(row)\n            chara = d.chara.strip()\n            subtitle = d.subtitle.strip()\n            text = subtitle if d.pronunciation.strip() == '' else d.pronunciation.strip()\n            if chara == '' or text == '':\n                continue\n            # filename\n            name = '%03d_%s_%s' % (\n                row + 1,\n                chara,\n                re.sub(r'[\\\\/:*?.\"<>|]', '', text)[:9],\n            )\n            wav_file = Path(c.voice_dir).joinpath(name + '.wav')\n            if wav_file.is_file():\n                count = 0\n                while True:\n                    count += 1\n                    wav_file = Path(c.voice_dir).joinpath(name + ('[%d].wav' % count))\n                    if not wav_file.is_file():\n                        break\n            txt_file = Path(c.voice_dir).joinpath(wav_file.stem + '.txt')\n\n            a.data.append({\n                'chara': chara,\n                'text': text,\n                'subtitle': subtitle,\n                'wav_file': wav_file,\n                'txt_file': txt_file,\n            })\n\n        # export\n        if len(a.data) == 0:\n            return\n        a.export()\n\n    def edit(self):\n        v = self.ui.tableView\n        v.edit(v.currentIndex())\n\n    def contextMenu(self, pos):\n        v = self.ui.tableView\n        menu = QMenu(v)\n        menu.addAction(self.ui.actionUndo)\n        menu.addAction(self.ui.actionRedo)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionEdit)\n        menu.addAction(self.ui.actionClear)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionCopy)\n        menu.addAction(self.ui.actionPaste)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionAdd)\n        menu.addAction(self.ui.actionDelete)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionUp)\n        menu.addAction(self.ui.actionDown)\n        menu.exec(v.mapToGlobal(pos))\n\n    def add(self):\n        c = self.get_config()\n        v = self.ui.tableView\n        m: Model = v.model()\n        sm = v.selectionModel()\n        row = v.currentIndex().row()\n        col = v.currentIndex().column()\n        d = VoiceData()\n        if row < 0:\n            d.chara = c.chara\n            m.add_row_data(d)\n        else:\n            d.chara = m.get_row_data(row).chara\n            m.insert_row_data(row + 1, d)\n            index = m.index(row + 1, col, QModelIndex())\n            sm.setCurrentIndex(index, QItemSelectionModel.SelectionFlag.ClearAndSelect)\n\n    def import_from_clipboard(self):\n        c = self.get_config()\n        v = self.ui.tableView\n        m: Model = v.model()\n        sm = v.selectionModel()\n        lines: list = p.pipe(\n            QApplication.clipboard().text().splitlines(),\n            list,\n        )\n        sm.clearSelection()\n        for line in lines:\n            d = VoiceData()\n            d.chara = c.chara\n            d.subtitle = line\n            m.add_row_data(d)\n\n    def exeToolButton_clicked(self) -> None:\n        w = self.ui.exeLineEdit\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Select %s' % self.exe_name,\n            w.text(),\n            '%s(%s)' % (self.exe_name, self.exe_name),\n        )\n        if path != '':\n            w.setText(path)\n\n    def folderToolButton_clicked(self) -> None:\n        w = self.ui.folderLineEdit\n        path = QFileDialog.getExistingDirectory(\n            self,\n            'Select Directory',\n            w.text(),\n        )\n        if path != '':\n            w.setText(path)\n\n    def set_data(self, a: VoiceDataset):\n        self.ui.folderLineEdit.setText(a.voice_dir)\n        self.ui.tableView.model().set_data(a.voice_list)\n\n    def get_data(self) -> VoiceDataset:\n        a = VoiceDataset()\n        a.voice_dir = self.ui.folderLineEdit.text().strip()\n        a.voice_list.set_list(self.ui.tableView.model().to_list())\n        return a\n\n    def new_doc(self):\n        self.file = None\n        v = self.ui.tableView\n        m: Model = v.model()\n        m.clear()\n        self.add()\n        self.undo_stack.clear()\n        self.set_title()\n\n    def open_doc(self):\n        dir_path = ''\n        if self.file is not None:\n            dir_path = Path(self.file).parent\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Open File',\n            str(dir_path),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            if file_path.is_file():\n                a = self.get_data()\n                a.load(file_path)\n                self.set_data(a)\n                # self.add2log('Open: %s' % str(file_path))\n                self.file = str(file_path)\n                self.undo_stack.clear()\n                self.set_title()\n\n    def save_doc(self):\n        if self.file is None:\n            self.save_as_doc()\n            return\n        file_path = Path(self.file)\n        a = self.get_data()\n        a.save(file_path)\n        self.undo_stack.setClean()\n        self.set_title()\n\n    def save_as_doc(self):\n        dir_path = ''\n        if self.file is not None:\n            dir_path = Path(self.file).parent\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            str(dir_path),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            a = self.get_data()\n            a.save(file_path)\n            # self.add2log('Save: %s' % str(file_path))\n            self.file = str(file_path)\n            self.undo_stack.setClean()\n            self.set_title()\n\n    def set_config(self, c: ConfigData):\n        self.ui.charaLineEdit.setText(c.chara)\n        self.ui.exeLineEdit.setText(c.exe_path)\n        self.ui.folderLineEdit.setText(c.voice_dir)\n\n    def get_config(self) -> ConfigData:\n        c = ConfigData()\n        c.chara = self.ui.charaLineEdit.text().strip()\n        c.exe_path = self.ui.exeLineEdit.text().strip()\n        c.voice_dir = self.ui.folderLineEdit.text().strip()\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_config(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_config()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        self.stop()\n        super().closeEvent(event)\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/aquestalk_wrapper/aquestalk_wrapper.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>703</width>\n    <height>678</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_5\">\n      <item>\n       <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n        <item>\n         <widget class=\"QLabel\" name=\"label_3\">\n          <property name=\"text\">\n           <string>デフォルト: </string>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"charaLineEdit\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Fixed\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_2\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeType\">\n         <enum>QSizePolicy::Fixed</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n        <property name=\"spacing\">\n         <number>0</number>\n        </property>\n        <item>\n         <widget class=\"QLabel\" name=\"label_2\">\n          <property name=\"text\">\n           <string>AquesTalkPlayer: </string>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"exeLineEdit\"/>\n        </item>\n        <item>\n         <widget class=\"QToolButton\" name=\"exeToolButton\">\n          <property name=\"text\">\n           <string>...</string>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"View\" name=\"tableView\">\n      <property name=\"editTriggers\">\n       <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n      <property name=\"spacing\">\n       <number>0</number>\n      </property>\n      <item>\n       <widget class=\"QLabel\" name=\"label\">\n        <property name=\"text\">\n         <string>声フォルダ: </string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QLineEdit\" name=\"folderLineEdit\"/>\n      </item>\n      <item>\n       <widget class=\"QToolButton\" name=\"folderToolButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"playButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Play</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"stopButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Stop</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_3\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeType\">\n         <enum>QSizePolicy::Fixed</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"saveButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Wav Save</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menubar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>703</width>\n     <height>22</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuFaile\">\n    <property name=\"title\">\n     <string>File</string>\n    </property>\n    <addaction name=\"actionNew\"/>\n    <addaction name=\"actionOpen\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionSave\"/>\n    <addaction name=\"actionSave_As\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionImport_From_Clipboard\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionExit\"/>\n   </widget>\n   <widget class=\"QMenu\" name=\"menuEdit\">\n    <property name=\"title\">\n     <string>Edit</string>\n    </property>\n    <addaction name=\"actionUndo\"/>\n    <addaction name=\"actionRedo\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionEdit\"/>\n    <addaction name=\"actionClear\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionCopy\"/>\n    <addaction name=\"actionPaste\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionAdd\"/>\n    <addaction name=\"actionDelete\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionUp\"/>\n    <addaction name=\"actionDown\"/>\n   </widget>\n   <widget class=\"QMenu\" name=\"menuPlay\">\n    <property name=\"title\">\n     <string>Play</string>\n    </property>\n    <addaction name=\"actionPlay\"/>\n    <addaction name=\"actionWav_Save\"/>\n   </widget>\n   <addaction name=\"menuFaile\"/>\n   <addaction name=\"menuEdit\"/>\n   <addaction name=\"menuPlay\"/>\n  </widget>\n  <widget class=\"QStatusBar\" name=\"statusbar\"/>\n  <action name=\"actionNew\">\n   <property name=\"text\">\n    <string>New</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+N</string>\n   </property>\n  </action>\n  <action name=\"actionOpen\">\n   <property name=\"text\">\n    <string>Open</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+O</string>\n   </property>\n  </action>\n  <action name=\"actionSave\">\n   <property name=\"text\">\n    <string>Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+S</string>\n   </property>\n  </action>\n  <action name=\"actionCopy\">\n   <property name=\"text\">\n    <string>Copy</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+C</string>\n   </property>\n  </action>\n  <action name=\"actionPaste\">\n   <property name=\"text\">\n    <string>Paste</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+V</string>\n   </property>\n  </action>\n  <action name=\"actionPlay\">\n   <property name=\"text\">\n    <string>Play</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Space</string>\n   </property>\n  </action>\n  <action name=\"actionWav_Save\">\n   <property name=\"text\">\n    <string>Wav Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+E</string>\n   </property>\n  </action>\n  <action name=\"actionExit\">\n   <property name=\"text\">\n    <string>Exit</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Q</string>\n   </property>\n  </action>\n  <action name=\"actionDelete\">\n   <property name=\"text\">\n    <string>Delete</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Shift+Del</string>\n   </property>\n  </action>\n  <action name=\"actionUp\">\n   <property name=\"text\">\n    <string>Up</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Alt+Up</string>\n   </property>\n  </action>\n  <action name=\"actionDown\">\n   <property name=\"text\">\n    <string>Down</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Alt+Down</string>\n   </property>\n  </action>\n  <action name=\"actionAdd\">\n   <property name=\"text\">\n    <string>Add</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Shift+Return</string>\n   </property>\n  </action>\n  <action name=\"actionEdit\">\n   <property name=\"text\">\n    <string>Edit</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Return</string>\n   </property>\n  </action>\n  <action name=\"actionSave_As\">\n   <property name=\"text\">\n    <string>Save As</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+S</string>\n   </property>\n  </action>\n  <action name=\"actionClear\">\n   <property name=\"text\">\n    <string>Clear</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Del</string>\n   </property>\n  </action>\n  <action name=\"actionImport_From_Clipboard\">\n   <property name=\"text\">\n    <string>Import From Clipboard</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+V</string>\n   </property>\n  </action>\n  <action name=\"actionUndo\">\n   <property name=\"text\">\n    <string>Undo</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Z</string>\n   </property>\n  </action>\n  <action name=\"actionRedo\">\n   <property name=\"text\">\n    <string>Redo</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+Z</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>View</class>\n   <extends>QTableView</extends>\n   <header>rs.gui.table</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/aquestalk_wrapper/aquestalk_wrapper_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'aquestalk_wrapper.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QHBoxLayout, QHeaderView,\n    QLabel, QLineEdit, QMainWindow, QMenu,\n    QMenuBar, QPushButton, QSizePolicy, QSpacerItem,\n    QStatusBar, QToolButton, QVBoxLayout, QWidget)\n\nfrom rs.gui.table import View\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(703, 678)\n        self.actionNew = QAction(MainWindow)\n        self.actionNew.setObjectName(u\"actionNew\")\n        self.actionOpen = QAction(MainWindow)\n        self.actionOpen.setObjectName(u\"actionOpen\")\n        self.actionSave = QAction(MainWindow)\n        self.actionSave.setObjectName(u\"actionSave\")\n        self.actionCopy = QAction(MainWindow)\n        self.actionCopy.setObjectName(u\"actionCopy\")\n        self.actionPaste = QAction(MainWindow)\n        self.actionPaste.setObjectName(u\"actionPaste\")\n        self.actionPlay = QAction(MainWindow)\n        self.actionPlay.setObjectName(u\"actionPlay\")\n        self.actionWav_Save = QAction(MainWindow)\n        self.actionWav_Save.setObjectName(u\"actionWav_Save\")\n        self.actionExit = QAction(MainWindow)\n        self.actionExit.setObjectName(u\"actionExit\")\n        self.actionDelete = QAction(MainWindow)\n        self.actionDelete.setObjectName(u\"actionDelete\")\n        self.actionUp = QAction(MainWindow)\n        self.actionUp.setObjectName(u\"actionUp\")\n        self.actionDown = QAction(MainWindow)\n        self.actionDown.setObjectName(u\"actionDown\")\n        self.actionAdd = QAction(MainWindow)\n        self.actionAdd.setObjectName(u\"actionAdd\")\n        self.actionEdit = QAction(MainWindow)\n        self.actionEdit.setObjectName(u\"actionEdit\")\n        self.actionSave_As = QAction(MainWindow)\n        self.actionSave_As.setObjectName(u\"actionSave_As\")\n        self.actionClear = QAction(MainWindow)\n        self.actionClear.setObjectName(u\"actionClear\")\n        self.actionImport_From_Clipboard = QAction(MainWindow)\n        self.actionImport_From_Clipboard.setObjectName(u\"actionImport_From_Clipboard\")\n        self.actionUndo = QAction(MainWindow)\n        self.actionUndo.setObjectName(u\"actionUndo\")\n        self.actionRedo = QAction(MainWindow)\n        self.actionRedo.setObjectName(u\"actionRedo\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.horizontalLayout_5 = QHBoxLayout()\n        self.horizontalLayout_5.setObjectName(u\"horizontalLayout_5\")\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.label_3 = QLabel(self.centralwidget)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.horizontalLayout_4.addWidget(self.label_3)\n\n        self.charaLineEdit = QLineEdit(self.centralwidget)\n        self.charaLineEdit.setObjectName(u\"charaLineEdit\")\n        sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.charaLineEdit.sizePolicy().hasHeightForWidth())\n        self.charaLineEdit.setSizePolicy(sizePolicy)\n\n        self.horizontalLayout_4.addWidget(self.charaLineEdit)\n\n\n        self.horizontalLayout_5.addLayout(self.horizontalLayout_4)\n\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout_5.addItem(self.horizontalSpacer_2)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setSpacing(0)\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.label_2 = QLabel(self.centralwidget)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.horizontalLayout_3.addWidget(self.label_2)\n\n        self.exeLineEdit = QLineEdit(self.centralwidget)\n        self.exeLineEdit.setObjectName(u\"exeLineEdit\")\n\n        self.horizontalLayout_3.addWidget(self.exeLineEdit)\n\n        self.exeToolButton = QToolButton(self.centralwidget)\n        self.exeToolButton.setObjectName(u\"exeToolButton\")\n\n        self.horizontalLayout_3.addWidget(self.exeToolButton)\n\n\n        self.horizontalLayout_5.addLayout(self.horizontalLayout_3)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_5)\n\n        self.tableView = View(self.centralwidget)\n        self.tableView.setObjectName(u\"tableView\")\n        self.tableView.setEditTriggers(QAbstractItemView.DoubleClicked|QAbstractItemView.EditKeyPressed)\n\n        self.verticalLayout.addWidget(self.tableView)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.label = QLabel(self.centralwidget)\n        self.label.setObjectName(u\"label\")\n\n        self.horizontalLayout_2.addWidget(self.label)\n\n        self.folderLineEdit = QLineEdit(self.centralwidget)\n        self.folderLineEdit.setObjectName(u\"folderLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.folderLineEdit)\n\n        self.folderToolButton = QToolButton(self.centralwidget)\n        self.folderToolButton.setObjectName(u\"folderToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.folderToolButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.playButton = QPushButton(self.centralwidget)\n        self.playButton.setObjectName(u\"playButton\")\n        self.playButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.playButton)\n\n        self.stopButton = QPushButton(self.centralwidget)\n        self.stopButton.setObjectName(u\"stopButton\")\n        self.stopButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.stopButton)\n\n        self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer_3)\n\n        self.saveButton = QPushButton(self.centralwidget)\n        self.saveButton.setObjectName(u\"saveButton\")\n        self.saveButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.saveButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menubar = QMenuBar(MainWindow)\n        self.menubar.setObjectName(u\"menubar\")\n        self.menubar.setGeometry(QRect(0, 0, 703, 22))\n        self.menuFaile = QMenu(self.menubar)\n        self.menuFaile.setObjectName(u\"menuFaile\")\n        self.menuEdit = QMenu(self.menubar)\n        self.menuEdit.setObjectName(u\"menuEdit\")\n        self.menuPlay = QMenu(self.menubar)\n        self.menuPlay.setObjectName(u\"menuPlay\")\n        MainWindow.setMenuBar(self.menubar)\n        self.statusbar = QStatusBar(MainWindow)\n        self.statusbar.setObjectName(u\"statusbar\")\n        MainWindow.setStatusBar(self.statusbar)\n\n        self.menubar.addAction(self.menuFaile.menuAction())\n        self.menubar.addAction(self.menuEdit.menuAction())\n        self.menubar.addAction(self.menuPlay.menuAction())\n        self.menuFaile.addAction(self.actionNew)\n        self.menuFaile.addAction(self.actionOpen)\n        self.menuFaile.addSeparator()\n        self.menuFaile.addAction(self.actionSave)\n        self.menuFaile.addAction(self.actionSave_As)\n        self.menuFaile.addSeparator()\n        self.menuFaile.addAction(self.actionImport_From_Clipboard)\n        self.menuFaile.addSeparator()\n        self.menuFaile.addAction(self.actionExit)\n        self.menuEdit.addAction(self.actionUndo)\n        self.menuEdit.addAction(self.actionRedo)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionEdit)\n        self.menuEdit.addAction(self.actionClear)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionCopy)\n        self.menuEdit.addAction(self.actionPaste)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionAdd)\n        self.menuEdit.addAction(self.actionDelete)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionUp)\n        self.menuEdit.addAction(self.actionDown)\n        self.menuPlay.addAction(self.actionPlay)\n        self.menuPlay.addAction(self.actionWav_Save)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionNew.setText(QCoreApplication.translate(\"MainWindow\", u\"New\", None))\n#if QT_CONFIG(shortcut)\n        self.actionNew.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+N\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionOpen.setText(QCoreApplication.translate(\"MainWindow\", u\"Open\", None))\n#if QT_CONFIG(shortcut)\n        self.actionOpen.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+O\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave.setText(QCoreApplication.translate(\"MainWindow\", u\"Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionCopy.setText(QCoreApplication.translate(\"MainWindow\", u\"Copy\", None))\n#if QT_CONFIG(shortcut)\n        self.actionCopy.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+C\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionPaste.setText(QCoreApplication.translate(\"MainWindow\", u\"Paste\", None))\n#if QT_CONFIG(shortcut)\n        self.actionPaste.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+V\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionPlay.setText(QCoreApplication.translate(\"MainWindow\", u\"Play\", None))\n#if QT_CONFIG(shortcut)\n        self.actionPlay.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Space\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionWav_Save.setText(QCoreApplication.translate(\"MainWindow\", u\"Wav Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionWav_Save.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+E\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionExit.setText(QCoreApplication.translate(\"MainWindow\", u\"Exit\", None))\n#if QT_CONFIG(shortcut)\n        self.actionExit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Q\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionDelete.setText(QCoreApplication.translate(\"MainWindow\", u\"Delete\", None))\n#if QT_CONFIG(shortcut)\n        self.actionDelete.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Shift+Del\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionUp.setText(QCoreApplication.translate(\"MainWindow\", u\"Up\", None))\n#if QT_CONFIG(shortcut)\n        self.actionUp.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Alt+Up\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionDown.setText(QCoreApplication.translate(\"MainWindow\", u\"Down\", None))\n#if QT_CONFIG(shortcut)\n        self.actionDown.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Alt+Down\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionAdd.setText(QCoreApplication.translate(\"MainWindow\", u\"Add\", None))\n#if QT_CONFIG(shortcut)\n        self.actionAdd.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Shift+Return\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionEdit.setText(QCoreApplication.translate(\"MainWindow\", u\"Edit\", None))\n#if QT_CONFIG(shortcut)\n        self.actionEdit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Return\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave_As.setText(QCoreApplication.translate(\"MainWindow\", u\"Save As\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave_As.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionClear.setText(QCoreApplication.translate(\"MainWindow\", u\"Clear\", None))\n#if QT_CONFIG(shortcut)\n        self.actionClear.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Del\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionImport_From_Clipboard.setText(QCoreApplication.translate(\"MainWindow\", u\"Import From Clipboard\", None))\n#if QT_CONFIG(shortcut)\n        self.actionImport_From_Clipboard.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+V\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionUndo.setText(QCoreApplication.translate(\"MainWindow\", u\"Undo\", None))\n#if QT_CONFIG(shortcut)\n        self.actionUndo.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Z\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionRedo.setText(QCoreApplication.translate(\"MainWindow\", u\"Redo\", None))\n#if QT_CONFIG(shortcut)\n        self.actionRedo.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+Z\", None))\n#endif // QT_CONFIG(shortcut)\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30c7\\u30d5\\u30a9\\u30eb\\u30c8: \", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"AquesTalkPlayer: \", None))\n        self.exeToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u58f0\\u30d5\\u30a9\\u30eb\\u30c0: \", None))\n        self.folderToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.playButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Play\", None))\n        self.stopButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Stop\", None))\n        self.saveButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Wav Save\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n        self.menuFaile.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n        self.menuEdit.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Edit\", None))\n        self.menuPlay.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Play\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/characters/__init__.py",
    "content": "from .characters import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/characters/characters.py",
    "content": "import sys\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.gui import (\n    appearance,\n)\nfrom rs.tool.characters.characters_ui import Ui_MainWindow\n\nAPP_NAME = '文字 コピペ用'\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            # | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(800, 600)\n\n        # 数字記号\n        self.ui.arrowPlainTextEdit.setPlainText(\n            '←↑→↓↔↕↖↗↘↙↚↛↜↝↞↟↠↡↢↣↤↥↦↧↨↩↪↫↬↭↮↯↰↱↲↳↴↵↶↷↸↹↺↻↼↽↾↿⇀⇁⇂⇃⇄⇅⇆⇇⇈⇉⇊⇋⇌⇍⇎⇏⇐'\n            '⇑⇒⇓⇔⇕⇖⇗⇘⇙⇚⇛⇜⇝⇞⇟⇠⇡⇢⇣⇤⇥⇦⇧⇨⇩⇪⇫⇬⇭⇮⇯⇰⇱⇲⇳⇴⇵⇶⇷⇸⇹⇺⇻⇼⇽⇾⇿')\n        self.ui.arrowCPlainTextEdit.setPlainText(\n            '🠀🠁🠂🠃🠄🠅🠆🠇🠈🠉🠊🠋🠐🠑🠒🠓🠔🠕🠖🠗🠘🠙🠚🠛🠜🠝🠞🠟🠠🠡🠢🠣🠤🠥🠦🠧🠨🠩🠪🠫🠬🠭🠮🠯🠰🠱🠲🠳🠴🠵🠶🠷'\n            '🠸🠹🠺🠻🠼🠽🠾🠿🡀🡁🡂🡃🡄🡅🡆🡇🡐🡑🡒🡓🡔🡕🡖🡗🡘🡙🡠🡡🡢🡣🡤🡥🡦🡧🡨🡩🡪🡫🡬🡭🡮🡯🡰🡱🡲🡳🡴🡵🡶🡷'\n            '🡸🡹🡺🡻🡼🡽🡾🡿🢀🢁🢂🢃🢄🢅🢆🢇🢐🢑🢒🢓🢔🢕🢖🢗🢘🢙🢚🢛🢜🢝🢞🢟🢠🢡🢢🢣🢤🢥🢦🢧🢨🢩🢪🢫🢬🢭')\n\n        # アルファベット\n        self.ui.italy1LineEdit.setText('𐌀𐌁𐌂𐌃𐌄𐌅𐌆𐌇𐌈𐌉𐌊𐌋𐌌𐌍𐌎𐌏𐌐𐌑𐌒𐌓𐌔𐌕𐌖𐌗𐌘𐌙𐌚𐌛𐌜𐌝𐌞𐌟𐌠𐌡𐌢𐌣')\n        self.ui.italy1LineEdit.setStyleSheet('font: 9pt \"Segoe UI Historic\";')\n        self.ui.italy2LineEdit.setText('𐌭𐌮𐌯')\n        self.ui.italy2LineEdit.setStyleSheet('font: 9pt \"Segoe UI Historic\";')\n        self.ui.gothicLineEdit.setText('𐌰𐌱𐌲𐌳𐌴𐌵𐌶𐌷𐌸𐌹𐌺𐌻𐌼𐌽𐌾𐌿𐍀𐍁𐍂𐍃𐍄𐍅𐍆𐍇𐍈𐍉𐍊')\n        self.ui.gothicLineEdit.setStyleSheet('font: 9pt \"Segoe UI Historic\";')\n        self.ui.lycianLineEdit.setText('𐊀𐊁𐊂𐊃𐊄𐊅𐊆𐊇𐊈𐊉𐊊𐊋𐊌𐊍𐊎𐊏𐊐𐊑𐊒𐊓𐊔𐊕𐊖𐊗𐊘𐊙𐊚𐊛𐊜')\n        self.ui.lycianLineEdit.setStyleSheet('font: 9pt \"Segoe UI Historic\";')\n        self.ui.phoenician1LineEdit.setText('𐤀𐤁𐤂𐤃𐤄𐤅𐤆𐤇𐤈𐤉𐤊𐤋𐤌𐤍𐤎𐤏𐤐𐤑𐤒𐤓𐤔𐤕𐤖𐤗𐤘𐤙𐤚𐤛')\n        self.ui.phoenician1LineEdit.setStyleSheet('font: 9pt \"Segoe UI Historic\";')\n        self.ui.phoenician2LineEdit.setText('𐤟')\n        self.ui.phoenician2LineEdit.setStyleSheet('font: 9pt \"Segoe UI Historic\";')\n        self.ui.cypriotLineEdit.setText('𐠀𐠁𐠂𐠃𐠄𐠅𐠈𐠊𐠋𐠌𐠍𐠎𐠏𐠐𐠑𐠒𐠓𐠔𐠕𐠖𐠗𐠘𐠙𐠚𐠛𐠜𐠝𐠞𐠟𐠠𐠡𐠢𐠣𐠤𐠥𐠦𐠧𐠨𐠩𐠪𐠫𐠬𐠭𐠮𐠯𐠰𐠱𐠲𐠳𐠴𐠵𐠷𐠸𐠼𐠿')\n        self.ui.cypriotLineEdit.setStyleSheet('font: 9pt \"Segoe UI Historic\";')\n        self.ui.persian1LineEdit.setText('𐎠𐎡𐎢𐎣𐎤𐎥𐎦𐎧𐎨𐎩𐎪𐎫𐎬𐎭𐎮𐎯𐎰𐎱𐎲𐎳𐎴𐎵𐎶𐎷𐎸𐎹𐎺𐎻𐎼𐎽𐎾𐎿𐏀𐏁𐏂𐏃')\n        self.ui.persian1LineEdit.setStyleSheet('font: 9pt \"Segoe UI Historic\";')\n        self.ui.persian2LineEdit.setText('𐏈𐏉𐏊𐏋𐏌𐏍𐏎𐏏𐏐𐏑𐏒𐏓𐏔𐏕')\n        self.ui.persian2LineEdit.setStyleSheet('font: 9pt \"Segoe UI Historic\";')\n\n\n        # 楔形文字\n        self.ui.cuneiform1PlainTextEdit.setPlainText(\n            '𒀀𒀁𒀂𒀃𒀄𒀅𒀆𒀇𒀈𒀉𒀊𒀋𒀌𒀍𒀎𒀏𒀐𒀑𒀒𒀓𒀔𒀕'\n            '𒀖𒀗𒀘𒀙𒀚𒀛𒀜𒀝𒀞𒀟𒀠𒀡𒀢𒀣𒀤𒀥𒀦𒀧𒀨'\n            '𒀩𒀪𒀫𒀬𒀭𒀮𒀯𒀰𒀱𒀲𒀳𒀴𒀵𒀶𒀷𒀸𒀹𒀺𒀻𒀼𒀽𒀾𒀿𒁀𒁁'\n            '𒁂𒁃𒁄𒁅𒁆𒁇𒁈𒁉𒁊𒁋𒁌𒁍𒁎𒁏𒁐𒁑𒁒𒁓𒁔𒁕𒁖'\n            '𒁗𒁘𒁙𒁚𒁛𒁜𒁝𒁞𒁟𒁠𒁡𒁢𒁣𒁤'\n            '𒁥𒁦𒁧𒁨𒁩𒁪𒁫𒁬𒁭𒁮𒁯𒁰𒁱𒁲𒁳𒁴𒁵𒁶'\n            '𒁷𒁸𒁹𒁺𒁻𒁼𒁽𒁾𒁿𒂀𒂁𒂂𒂃𒂄𒂅𒂆𒂇𒂈𒂉𒂊𒂋𒂌'\n            '𒂍𒂎𒂏𒂐𒂑𒂒𒂓𒂔𒂕𒂖𒂗𒂘𒂙𒂚𒂛𒂜𒂝𒂞𒂟𒂠'\n            '𒂡𒂢𒂣𒂤𒂥𒂦𒂧𒂨𒂩𒂪𒂫𒂬𒂭𒂮𒂯𒂰𒂱𒂲𒂳𒂴𒂵𒂶'\n            '𒂷𒂸𒂹𒂺𒂻𒂼𒂽𒂾𒂿𒃀𒃁𒃂𒃃𒃄𒃅𒃆𒃇𒃈𒃉𒃊𒃋𒃌𒃍𒃎𒃏𒃐'\n            '𒃑𒃒𒃓𒃔𒃕𒃖𒃗𒃘𒃙𒃚𒃛𒃜𒃝𒃞𒃟𒃠𒃡𒃢𒃣𒃤𒃥𒃦𒃧𒃨𒃩𒃪'\n            '𒃫𒃬𒃭𒃮𒃯𒃰𒃱𒃲𒃳𒃴𒃵𒃶𒃷𒃸𒃹𒃺𒃻𒃼𒃽𒃾𒃿𒄀𒄁𒄂𒄃𒄄'\n            '𒄅𒄆𒄇𒄈𒄉𒄊𒄋𒄌𒄍𒄎𒄏𒄐𒄑𒄒𒄓𒄔𒄕𒄖𒄗𒄘𒄙𒄚𒄛'\n            '𒄜𒄝𒄞𒄟𒄠𒄡𒄢𒄣𒄤𒄥𒄦𒄧𒄨𒄩𒄪𒄫𒄬𒄭𒄮𒄯𒄰𒄱𒄲𒄳𒄴𒄵𒄶'\n            '𒄷𒄸𒄹𒄺𒄻𒄼𒄽𒄾𒄿𒅀𒅁𒅂𒅃𒅄𒅅𒅆𒅇𒅈𒅉𒅊𒅋𒅌'\n            '𒅍𒅎𒅏𒅐𒅑𒅒𒅓𒅔𒅕𒅖𒅗𒅘𒅙𒅚𒅛𒅜𒅝𒅞𒅟𒅠𒅡𒅢'\n            '𒅣𒅤𒅥𒅦𒅧𒅨𒅩𒅪𒅫𒅬𒅭𒅮𒅯𒅰𒅱𒅲𒅳𒅴𒅵𒅶𒅷'\n            '𒅸𒅹𒅺𒅻𒅼𒅽𒅾𒅿𒆀𒆁𒆂𒆃𒆄𒆅𒆆𒆇𒆈𒆉𒆊𒆋𒆌𒆍'\n            '𒆎𒆏𒆐𒆑𒆒𒆓𒆔𒆕𒆖𒆗𒆘𒆙𒆚𒆛𒆜𒆝𒆞𒆟𒆠𒆡𒆢𒆣𒆤𒆥𒆦𒆧'\n            '𒆨𒆩𒆪𒆫𒆬𒆭𒆮𒆯𒆰𒆱𒆲𒆳𒆴𒆵𒆶𒆷𒆸𒆹𒆺𒆻𒆼𒆽𒆾𒆿𒇀𒇁𒇂𒇃𒇄𒇅𒇆𒇇'\n            '𒇈𒇉𒇊𒇋𒇌𒇍𒇎𒇏𒇐𒇑𒇒𒇓𒇔𒇕𒇖𒇗𒇘𒇙𒇚𒇛𒇜𒇝𒇞𒇟𒇠𒇡𒇢𒇣𒇤𒇥𒇦𒇧𒇨𒇩𒇪'\n            '𒇫𒇬𒇭𒇮𒇯𒇰𒇱𒇲𒇳𒇴𒇵𒇶𒇷𒇸𒇹𒇺𒇻𒇼𒇽𒇾𒇿𒈀𒈁𒈂𒈃𒈄𒈅𒈆𒈇𒈈'\n            '𒈉𒈊𒈋𒈌𒈍𒈎𒈏𒈐𒈑𒈒𒈓𒈔𒈕𒈖𒈗𒈘𒈙𒈚𒈛𒈜𒈝𒈞𒈟'\n            '𒈠𒈡𒈢𒈣𒈤𒈥𒈦𒈧𒈨𒈩𒈪𒈫𒈬𒈭𒈮𒈯𒈰𒈱𒈲𒈳𒈴𒈵𒈶𒈷𒈸𒈹𒈺𒈻𒈼𒈽'\n            '𒈾𒈿𒉀𒉁𒉂𒉃𒉄𒉅𒉆𒉇𒉈𒉉𒉊𒉋𒉌𒉍𒉎𒉏𒉐𒉑𒉒𒉓𒉔𒉕𒉖𒉗𒉘𒉙'\n            '𒉚𒉛𒉜𒉝𒉞𒉟𒉠𒉡𒉢𒉣𒉤𒉥𒉦𒉧𒉨𒉩𒉪𒉫𒉬𒉭𒉮𒉯𒉰𒉱𒉲𒉳'\n            '𒉴𒉵𒉶𒉷𒉸𒉹𒉺𒉻𒉼𒉽𒉾𒉿𒊀𒊁𒊂𒊃𒊄𒊅𒊆𒊇𒊈𒊉𒊊𒊋𒊌𒊍𒊎𒊏𒊐𒊑𒊒'\n            '𒊓𒊔𒊕𒊖𒊗𒊘𒊙𒊚𒊛𒊜𒊝𒊞𒊟𒊠𒊡𒊢𒊣𒊤𒊥𒊦𒊧𒊨𒊩𒊪𒊫𒊬𒊭'\n            '𒊮𒊯𒊰𒊱𒊲𒊳𒊴𒊵𒊶𒊷𒊸𒊹𒊺𒊻𒊼𒊽𒊾𒊿𒋀𒋁𒋂𒋃𒋄𒋅'\n            '𒋆𒋇𒋈𒋉𒋊𒋋𒋌𒋍𒋎𒋏𒋐𒋑𒋒𒋓𒋔𒋕𒋖𒋗𒋘𒋙𒋚𒋛𒋜𒋝𒋞'\n            '𒋟𒋠𒋡𒋢𒋣𒋤𒋥𒋦𒋧𒋨𒋩𒋪𒋫𒋬𒋭𒋮𒋯𒋰𒋱𒋲𒋳𒋴𒋵𒋶𒋷𒋸𒋹𒋺𒋻𒋼𒋽'\n            '𒋾𒋿𒌀𒌁𒌂𒌃𒌄𒌅𒌆𒌇𒌈𒌉𒌊𒌋𒌌𒌍𒌎𒌏𒌐𒌑𒌒𒌓𒌔𒌕𒌖𒌗𒌘𒌙𒌚𒌛𒌜𒌝𒌞𒌟𒌠𒌡'\n            '𒌢𒌣𒌤𒌥𒌦𒌧𒌨𒌩𒌪𒌫𒌬𒌭𒌮𒌯𒌰𒌱𒌲𒌳𒌴𒌵𒌶'\n            '𒌷𒌸𒌹𒌺𒌻𒌼𒌽𒌾𒌿𒍀𒍁𒍂𒍃𒍄𒍅𒍆𒍇𒍈𒍉𒍊𒍋𒍌𒍍𒍎𒍏𒍐𒍑𒍒𒍓𒍔𒍕𒍖'\n            '𒍗𒍘𒍙𒍚𒍛𒍜𒍝𒍞𒍟𒍠𒍡𒍢𒍣𒍤𒍥𒍦𒍧𒍨𒍩𒍪𒍫𒍬𒍭𒍮𒍯𒍰𒍱𒍲𒍳𒍴𒍵'\n            '𒍶𒍷𒍸𒍹𒍺𒍻𒍼𒍽𒍾𒍿𒎀𒎁𒎂𒎃𒎄𒎅𒎆𒎇𒎈𒎉𒎊𒎋𒎌𒎍𒎎'\n            '𒎏𒎐𒎑𒎒𒎓𒎔𒎕𒎖𒎗𒎘𒎙')\n        self.ui.cuneiform1PlainTextEdit.setStyleSheet('font: 21pt \"Segoe UI Historic\";')\n\n        self.ui.cuneiform2PlainTextEdit.setPlainText(\n            '𒐀𒐁𒐂𒐃𒐄𒐅𒐆𒐇𒐈𒐉𒐊𒐋𒐌𒐍𒐎𒐏𒐐𒐑𒐒𒐓𒐔𒐕𒐖𒐗𒐘𒐙𒐚𒐛𒐜𒐝𒐞𒐟𒐠𒐡𒐢'\n            '𒐣𒐤𒐥𒐦𒐧𒐨𒐩𒐪𒐫𒐬𒐭𒐮𒐯𒐰𒐱'\n            '𒐲𒐳𒐴𒐵𒐶𒐷𒐸𒐹𒐺𒐻𒐼𒐽𒐾𒐿𒑀𒑁𒑂𒑃𒑄𒑅𒑆𒑇𒑈𒑉𒑊𒑋𒑌𒑍𒑎𒑏𒑐𒑑𒑒𒑓𒑔𒑕𒑖𒑗𒑘𒑙𒑚𒑛𒑜𒑝𒑞𒑟'\n            '𒑠𒑡𒑢𒑣𒑤𒑥𒑦𒑧𒑨𒑩𒑪𒑫𒑬𒑭𒑮𒑯𒑰𒑱𒑲𒑳𒑴')\n        self.ui.cuneiform2PlainTextEdit.setStyleSheet('font: 21pt \"Segoe UI Historic\";')\n\n\n        # ヒエログラフ\n        self.ui.hieroglyph1PlainTextEdit.setPlainText(\n            '𓀀𓀁𓀂𓀃𓀄𓀅𓀆𓀇𓀈𓀉𓀊𓀋𓀌𓀍𓀎𓀏𓀐𓀑𓀒𓀓𓀔𓀕𓀖𓀗𓀘𓀙𓀚𓀛𓀜𓀝𓀞𓀟𓀠𓀡𓀢𓀣𓀤𓀥𓀦𓀧𓀨𓀩𓀪𓀫𓀬𓀭𓀮𓀯𓀰𓀱𓀲𓀳𓀴𓀵𓀶𓀷𓀸𓀹𓀺𓀻𓀼𓀽𓀾'\n            '𓀿𓁀𓁁𓁂𓁃𓁄𓁅𓁆𓁇𓁈𓁉𓁊𓁋𓁌𓁍𓁎𓁏𓁐𓁑𓁒𓁓𓁔𓁕𓁖𓁗𓁘𓁙𓁚𓁛𓁜𓁝𓁞𓁟𓁠𓁡𓁢𓁣𓁤𓁥𓁦𓁧𓁨𓁩𓁪𓁫𓁬𓁭𓁮𓁯𓁰𓁱𓁲𓁳𓁴𓁵'\n            '𓁶𓁷𓁸𓁹𓁺𓁻𓁼𓁽𓁾𓁿𓂀𓂁𓂂𓂃𓂄𓂅𓂆𓂇𓂈𓂉𓂊𓂋𓂌𓂍𓂎𓂏𓂐𓂑𓂒𓂓𓂔𓂕𓂖𓂗𓂘𓂙𓂚𓂛'\n            '𓂜𓂝𓂞𓂟𓂠𓂡𓂢𓂣𓂤𓂥𓂦𓂧𓂨𓂩𓂪𓂫𓂬𓂭𓂮𓂯𓂰𓂱𓂲𓂳𓂴𓂵𓂶𓂷𓂸𓂹𓂺𓂻𓂼𓂽𓂾𓂿𓃀𓃁𓃂𓃃𓃄𓃅𓃆𓃇𓃈𓃉𓃊𓃋𓃌𓃍𓃎𓃏𓃐𓃑𓃒'\n            '𓃓𓃔𓃕𓃖𓃗𓃘𓃙𓃚𓃛𓃜𓃝𓃞𓃟𓃠𓃡𓃢𓃣𓃤𓃥𓃦𓃧𓃨𓃩𓃪𓃫𓃬𓃭𓃮𓃯𓃰𓃱𓃲𓃳𓃴𓃵𓃶𓃷𓃸𓃹𓃺𓃻𓃼𓃽𓃾𓃿𓄀𓄁𓄂'\n            '𓄃𓄄𓄅𓄆𓄇𓄈𓄉𓄊𓄋𓄌𓄍𓄎𓄏𓄐𓄑𓄒𓄓𓄔𓄕𓄖𓄗𓄘𓄙𓄚𓄛𓄜𓄝𓄞𓄟𓄠𓄡𓄢𓄣𓄤𓄥𓄦𓄧𓄨𓄩𓄪𓄫𓄬𓄭𓄮𓄯𓄰𓄱𓄲𓄳𓄴𓄵𓄶𓄷𓄸𓄹𓄺𓄻𓄼'\n            '𓄽𓄾𓄿𓅀𓅁𓅂𓅃𓅄𓅅𓅆𓅇𓅈𓅉𓅊𓅋𓅌𓅍𓅎𓅏𓅐𓅑𓅒𓅓𓅔𓅕𓅖𓅗𓅘𓅙𓅚𓅛𓅜𓅝𓅞𓅟𓅠𓅡𓅢𓅣𓅤𓅥𓅦𓅧𓅨𓅩𓅪𓅫𓅬'\n            '𓅭𓅮𓅯𓅰𓅱𓅲𓅳𓅴𓅵𓅶𓅷𓅸𓅹𓅺𓅻𓅼𓅽𓅾𓅿𓆀𓆁𓆂𓆃𓆄𓆅𓆆𓆇𓆈𓆉𓆊𓆋𓆌𓆍𓆎𓆏𓆐𓆑𓆒𓆓𓆔𓆕𓆖𓆗𓆘𓆙𓆚𓆛𓆜𓆝𓆞𓆟𓆠𓆡'\n            '𓆢𓆣𓆤𓆥𓆦𓆧𓆨𓆩𓆪𓆫𓆬𓆭𓆮𓆯𓆰𓆱𓆲𓆳𓆴𓆵𓆶𓆷𓆸𓆹𓆺𓆻𓆼𓆽𓆾𓆿𓇀𓇁𓇂𓇃𓇄𓇅𓇆𓇇𓇈𓇉𓇊𓇋𓇌𓇍𓇎𓇏𓇐𓇑𓇒𓇓𓇔𓇕𓇖𓇗𓇘𓇙𓇚𓇛𓇜𓇝𓇞𓇟𓇠𓇡𓇢𓇣𓇤𓇥'\n            '𓇦𓇧𓇨𓇩𓇪𓇫𓇬𓇭𓇮𓇯𓇰𓇱𓇲𓇳𓇴𓇵𓇶𓇷𓇸𓇹𓇺𓇻𓇼𓇽𓇾𓇿𓈀𓈁𓈂𓈃𓈄𓈅𓈆𓈇𓈈𓈉𓈊𓈋𓈌𓈍𓈎𓈏𓈐𓈑𓈒𓈓𓈔𓈕𓈖𓈗𓈘𓈙𓈚𓈛𓈜𓈝𓈞𓈟'\n            '𓈠𓈡𓈢𓈣𓈤𓈥𓈦𓈧𓈨𓈩𓈪𓈫𓈬𓈭𓈮𓈯𓈰𓈱𓈲𓈳𓈴𓈵𓈶𓈷𓈸𓈹𓈺𓈻𓈼𓈽𓈾𓈿𓉀𓉁𓉂𓉃𓉄𓉅𓉆𓉇𓉈𓉉𓉊𓉋𓉌𓉍𓉎𓉏𓉐𓉑𓉒𓉓𓉔𓉕𓉖𓉗𓉘𓉙'\n            '𓉚𓉛𓉜𓉝𓉞𓉟𓉠𓉡𓉢𓉣𓉤𓉥𓉦𓉧𓉨𓉩𓉪𓉫𓉬𓉭𓉮𓉯𓉰𓉱𓉲𓉳𓉴𓉵𓉶𓉷𓉸𓉹𓉺𓉻𓉼𓉽𓉾𓉿𓊀𓊁𓊂𓊃𓊄𓊅𓊆𓊇𓊈𓊉𓊊𓊋𓊌𓊍𓊎𓊏𓊐𓊑𓊒𓊓𓊔𓊕𓊖𓊗𓊘'\n            '𓊙𓊚𓊛𓊜𓊝𓊞𓊟𓊠𓊡𓊢𓊣𓊤𓊥𓊦𓊧𓊨𓊩𓊪𓊫𓊬𓊭𓊮𓊯𓊰𓊱𓊲𓊳𓊴𓊵𓊶𓊷𓊸𓊹𓊺𓊻𓊼𓊽𓊾𓊿𓋀𓋁𓋂𓋃𓋄𓋅𓋆𓋇𓋈𓋉𓋊𓋋𓋌𓋍𓋎𓋏𓋐𓋑𓋒𓋓𓋔𓋕𓋖𓋗'\n            '𓋘𓋙𓋚𓋛𓋜𓋝𓋞𓋟𓋠𓋡𓋢𓋣𓋤𓋥𓋦𓋧𓋨𓋩𓋪𓋫𓋬𓋭𓋮𓋯𓋰𓋱𓋲𓋳𓋴𓋵𓋶𓋷𓋸𓋹𓋺𓋻𓋼𓋽𓋾𓋿𓌀𓌁𓌂𓌃𓌄𓌅𓌆𓌇𓌈𓌉𓌊𓌋𓌌𓌍𓌎𓌏𓌐𓌑𓌒𓌓𓌔𓌕𓌖𓌗𓌘𓌙𓌚'\n            '𓌛𓌜𓌝𓌞𓌟𓌠𓌡𓌢𓌣𓌤𓌥𓌦𓌧𓌨𓌩𓌪𓌫𓌬𓌭𓌮𓌯𓌰𓌱𓌲𓌳𓌴𓌵𓌶𓌷𓌸𓌹𓌺𓌻𓌼𓌽𓌾𓌿𓍀𓍁𓍂𓍃𓍄𓍅𓍆𓍇𓍈𓍉𓍊𓍋𓍌𓍍𓍎𓍏𓍐𓍑𓍒𓍓𓍔𓍕𓍖𓍗𓍘𓍙𓍚𓍛𓍜𓍝𓍞𓍟𓍠'\n            '𓍡𓍢𓍣𓍤𓍥𓍦𓍧𓍨𓍩𓍪𓍫𓍬𓍭𓍮𓍯𓍰𓍱𓍲𓍳𓍴𓍵𓍶𓍷𓍸𓍹𓍺𓍻𓍼𓍽𓍾𓍿𓎀𓎁𓎂𓎃𓎄𓎅𓎆𓎇𓎈𓎉𓎊𓎋𓎌𓎍𓎎𓎏𓎐𓎑𓎒𓎓𓎔𓎕𓎖𓎗𓎘𓎙𓎚𓎛𓎜𓎝𓎞'\n            '𓎟𓎠𓎡𓎢𓎣𓎤𓎥𓎦𓎧𓎨𓎩𓎪𓎫𓎬𓎭𓎮𓎯𓎰𓎱𓎲𓎳𓎴𓎵𓎶𓎷𓎸𓎹𓎺𓎻𓎼𓎽𓎾𓎿𓏀𓏁𓏂𓏃𓏄𓏅𓏆𓏇𓏈𓏉𓏊𓏋𓏌𓏍𓏎𓏏𓏐𓏑𓏒𓏓𓏔𓏕𓏖𓏗𓏘𓏙𓏚𓏛𓏜𓏝𓏞𓏟𓏠𓏡𓏢𓏣'\n            '𓏤𓏥𓏦𓏧𓏨𓏩𓏪𓏫𓏬𓏭𓏮𓏯𓏰𓏱𓏲𓏳𓏴𓏵𓏶𓏷𓏸𓏹𓏺𓏻𓏼𓏽𓏾𓏿')\n        self.ui.hieroglyph1PlainTextEdit.setStyleSheet('font: 24pt \"Segoe UI Historic\";')\n\n        self.ui.hieroglyph2PlainTextEdit.setPlainText('𓐀𓐁𓐂𓐃𓐄𓐅𓐆𓐇𓐈𓐉𓐊𓐋𓐌𓐍𓐎𓐏𓐐𓐑𓐒𓐓𓐔𓐕𓐖𓐗𓐘𓐙𓐚𓐛𓐜𓐝𓐞𓐟𓐠𓐡𓐢𓐣𓐤𓐥𓐦𓐧𓐨𓐩𓐪𓐫𓐬𓐭𓐮')\n        self.ui.hieroglyph2PlainTextEdit.setStyleSheet('font: 24pt \"Segoe UI Historic\";')\n\n        # 麻雀\n        self.ui.ma01LineEdit.setText('🀀🀁🀂🀃🀄🀅🀆')\n        self.ui.ma01LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n        self.ui.ma02LineEdit.setText('🀇🀈🀉🀊🀋🀌🀍🀎🀏')\n        self.ui.ma02LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n        self.ui.ma03LineEdit.setText('🀐🀑🀒🀓🀔🀕🀖🀗🀘')\n        self.ui.ma03LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n        self.ui.ma04LineEdit.setText('🀙🀚🀛🀜🀝🀞🀟🀠🀡')\n        self.ui.ma04LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n        self.ui.ma05LineEdit.setText('🀢🀣🀤🀥🀦🀧🀨🀩🀪🀫')\n        self.ui.ma05LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n\n        # トランプ\n        self.ui.cards01LineEdit.setText('🂡🂢🂣🂤🂥🂦🂧🂨🂩🂪🂫🂬🂭🂮')\n        self.ui.cards01LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n        self.ui.cards02LineEdit.setText('🂱🂲🂳🂴🂵🂶🂷🂸🂹🂺🂻🂼🂽🂾')\n        self.ui.cards02LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n        self.ui.cards03LineEdit.setText('🃁🃂🃃🃄🃅🃆🃇🃈🃉🃊🃋🃌🃍🃎')\n        self.ui.cards03LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n        self.ui.cards04LineEdit.setText('🃑🃒🃓🃔🃕🃖🃗🃘🃙🃚🃛🃜🃝🃞')\n        self.ui.cards04LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n        self.ui.cards05LineEdit.setText('🂠🂿🃏🃟')\n        self.ui.cards05LineEdit.setStyleSheet('font: 34pt \"Segoe UI Symbol\";')\n\n        # 錬金\n        self.ui.alchemyPlainTextEdit.setPlainText(\n            '🜀🜁🜂🜃🜄🜅🜆🜇🜈🜉🜊🜋🜌🜍🜎🜏🜐🜑🜒🜓🜔🜕🜖🜗🜘🜙🜚🜛🜜🜝🜞🜟🜠🜡🜢🜣🜤🜥🜦🜧🜨🜩🜪'\n            '🜫🜬🜭🜮🜯🜰🜱🜲🜳🜴🜵🜶🜷🜸🜹🜺🜻🜼🜽🜾🜿🝀🝁🝂🝃🝄🝅🝆🝇🝈🝉🝊🝋🝌🝍🝎🝏🝐🝑🝒🝓🝔🝕🝖🝗🝘'\n            '🝙🝚🝛🝜🝝🝞🝟🝠🝡🝢🝣🝤🝥🝦🝧🝨🝩🝪🝫🝬🝭🝮🝯🝰🝱🝲🝳')\n        self.ui.alchemyPlainTextEdit.setStyleSheet('font: 13pt \"Segoe UI Symbol\";')\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/characters/characters.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>739</width>\n    <height>677</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <widget class=\"QTabWidget\" name=\"tabWidget\">\n      <property name=\"currentIndex\">\n       <number>0</number>\n      </property>\n      <widget class=\"QWidget\" name=\"tab\">\n       <attribute name=\"title\">\n        <string>数字、記号</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n        <item>\n         <layout class=\"QFormLayout\" name=\"formLayout\">\n          <item row=\"0\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label\">\n            <property name=\"text\">\n             <string>半角</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"0\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit\">\n            <property name=\"text\">\n             <string>0123456789</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"1\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_2\">\n            <property name=\"text\">\n             <string>全角</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"1\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_2\">\n            <property name=\"text\">\n             <string>０１２３４５６７８９</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"2\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_3\">\n            <property name=\"text\">\n             <string>漢数字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"2\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_3\">\n            <property name=\"text\">\n             <string>〇一二三四五六七八九十百千万</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"3\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_4\">\n            <property name=\"text\">\n             <string>大字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"3\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_4\">\n            <property name=\"text\">\n             <string>零壱弐参肆伍陸漆捌玖拾陌阡萬</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"4\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_5\">\n            <property name=\"text\">\n             <string>ローマ数字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"4\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_5\">\n            <property name=\"text\">\n             <string>ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩⅪⅫ</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"5\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_6\">\n            <property name=\"text\">\n             <string>丸囲み数字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"5\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_6\">\n            <property name=\"text\">\n             <string>⓪①②③④⑤⑥⑦⑧⑨⑩⑪⑫⑬⑭⑮⑯⑰⑱⑲⑳</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"6\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_7\">\n            <property name=\"text\">\n             <string>丸囲み数字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"6\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_7\">\n            <property name=\"text\">\n             <string>⓿❶❷❸❹❺❻❼❽❾❿⓫⓬⓭⓮⓯⓰⓱⓲⓳⓴</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"7\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_8\">\n            <property name=\"text\">\n             <string>丸囲み漢数字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"7\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_8\">\n            <property name=\"text\">\n             <string>㊀㊁㊂㊃㊄㊅㊆㊇㊈㊉</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"8\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_30\">\n            <property name=\"text\">\n             <string>半角記号</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"8\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_44\">\n            <property name=\"text\">\n             <string>!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?@[\\]^_`{|}~</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"9\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_29\">\n            <property name=\"text\">\n             <string>全角記号</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"9\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_33\">\n            <property name=\"styleSheet\">\n             <string notr=\"true\">font: 12pt &quot;メイリオ&quot;;</string>\n            </property>\n            <property name=\"text\">\n             <string>　、。，．・：；？！゛゜´｀¨＾￣＿ヽヾゝゞ〃仝々〆</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"10\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_31\">\n            <property name=\"text\">\n             <string>矢印</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"10\" column=\"1\">\n           <widget class=\"QPlainTextEdit\" name=\"arrowPlainTextEdit\">\n            <property name=\"plainText\">\n             <string/>\n            </property>\n           </widget>\n          </item>\n          <item row=\"12\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_33\">\n            <property name=\"text\">\n             <string>図形</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"12\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_45\">\n            <property name=\"text\">\n             <string>▲▶▼◀◤◥◣◢◆ △▷▽◁◸◹◺◿◇ ⬒◧⬓◨◩⬔⬕◪⬖⬗⬘⬙</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"11\" column=\"1\">\n           <widget class=\"QPlainTextEdit\" name=\"arrowCPlainTextEdit\">\n            <property name=\"plainText\">\n             <string/>\n            </property>\n           </widget>\n          </item>\n          <item row=\"11\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_32\">\n            <property name=\"text\">\n             <string>補助矢印C</string>\n            </property>\n           </widget>\n          </item>\n         </layout>\n        </item>\n        <item>\n         <spacer name=\"verticalSpacer\">\n          <property name=\"orientation\">\n           <enum>Qt::Vertical</enum>\n          </property>\n          <property name=\"sizeHint\" stdset=\"0\">\n           <size>\n            <width>20</width>\n            <height>274</height>\n           </size>\n          </property>\n         </spacer>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab_2\">\n       <attribute name=\"title\">\n        <string>漢字</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n        <item>\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n          <item>\n           <widget class=\"QLabel\" name=\"label_9\">\n            <property name=\"text\">\n             <string>常用漢字</string>\n            </property>\n           </widget>\n          </item>\n          <item>\n           <widget class=\"QPlainTextEdit\" name=\"plainTextEdit\">\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n            <property name=\"plainText\">\n             <string>亜哀愛悪握圧扱安暗案以位依偉囲委威尉意慰易為異移維緯胃衣違遺医井域育一壱逸稲芋印員因姻引飲院陰隠韻右宇羽雨渦浦運雲営影映栄永泳英衛詠鋭液疫益駅悦謁越閲円園宴延援沿演炎煙猿縁遠鉛塩汚凹央奥往応押横欧殴王翁黄沖億屋憶乙卸恩温穏音下化仮何価佳加可夏嫁家寡科暇果架歌河火禍稼箇花荷華菓課貨過蚊我画芽賀雅餓介会解回塊壊快怪悔懐戒拐改械海灰界皆絵開階貝劾外害慨概涯街該垣嚇各拡格核殻獲確穫覚角較郭閣隔革学岳楽額掛潟割喝括活渇滑褐轄且株刈乾冠寒刊勘勧巻喚堪完官寛干幹患感慣憾換敢棺款歓汗漢環甘監看管簡緩缶肝艦観貫還鑑間閑関陥館丸含岸眼岩頑顔願企危喜器基奇寄岐希幾忌揮机旗既期棋棄機帰気汽祈季紀規記貴起軌輝飢騎鬼偽儀宜戯技擬欺犠疑義議菊吉喫詰却客脚虐逆丘久休及吸宮弓急救朽求泣球究窮級糾給旧牛去居巨拒拠挙虚許距漁魚享京供競共凶協叫境峡強恐恭挟教橋況狂狭矯胸脅興郷鏡響驚仰凝暁業局曲極玉勤均斤琴禁筋緊菌襟謹近金吟銀九句区苦駆具愚虞空偶遇隅屈掘靴繰桑勲君薫訓群軍郡係傾刑兄啓型契形径恵慶憩掲携敬景渓系経継茎蛍計警軽鶏芸迎鯨劇撃激傑欠決潔穴結血月件倹健兼券剣圏堅嫌建憲懸検権犬献研絹県肩見謙賢軒遣険顕験元原厳幻弦減源玄現言限個古呼固孤己庫弧戸故枯湖誇雇顧鼓五互午呉娯後御悟碁語誤護交侯候光公功効厚口向后坑好孔孝工巧幸広康恒慌抗拘控攻更校構江洪港溝甲皇硬稿紅絞綱耕考肯航荒行衡講貢購郊酵鉱鋼降項香高剛号合拷豪克刻告国穀酷黒獄腰骨込今困墾婚恨懇昆根混紺魂佐唆左差査砂詐鎖座債催再最妻宰彩才採栽歳済災砕祭斎細菜裁載際剤在材罪財坂咲崎作削搾昨策索錯桜冊刷察撮擦札殺雑皿三傘参山惨散桟産算蚕賛酸暫残仕伺使刺司史嗣四士始姉姿子市師志思指支施旨枝止死氏祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治璽磁示耳自辞式識軸七執失室湿漆疾質実芝舎写射捨赦斜煮社者謝車遮蛇邪借勺尺爵酌釈若寂弱主取守手朱殊狩珠種趣酒首儒受寿授樹需囚収周宗就州修愁拾秀秋終習臭舟衆襲週酬集醜住充十従柔汁渋獣縦重銃叔宿淑祝縮粛塾熟出術述俊春瞬准循旬殉準潤盾純巡遵順処初所暑庶緒署書諸助叙女序徐除傷償勝匠升召商唱奨宵将小少尚床彰承抄招掌昇昭晶松沼消渉焼焦照症省硝礁祥称章笑粧紹肖衝訟証詔詳象賞鐘障上丈乗冗剰城場壌嬢常情条浄状畳蒸譲醸錠嘱飾植殖織職色触食辱伸信侵唇娠寝審心慎振新森浸深申真神紳臣薪親診身辛進針震人仁刃尋甚尽迅陣酢図吹垂帥推水炊睡粋衰遂酔錘随髄崇数枢据杉澄寸世瀬畝是制勢姓征性成政整星晴正清牲生盛精聖声製西誠誓請逝青静斉税隻席惜斥昔析石積籍績責赤跡切拙接摂折設窃節説雪絶舌仙先千占宣専川戦扇栓泉浅洗染潜旋線繊船薦践選遷銭銑鮮前善漸然全禅繕塑措疎礎祖租粗素組訴阻僧創双倉喪壮奏層想捜掃挿操早曹巣槽燥争相窓総草荘葬藻装走送遭霜騒像増憎臓蔵贈造促側則即息束測足速俗属賊族続卒存孫尊損村他多太堕妥惰打駄体対耐帯待怠態替泰滞胎袋貸退逮隊代台大第題滝卓宅択拓沢濯託濁諾但達奪脱棚谷丹単嘆担探淡炭短端胆誕鍛団壇弾断暖段男談値知地恥池痴稚置致遅築畜竹蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷鋳駐著貯丁兆帳庁弔張彫徴懲挑朝潮町眺聴脹腸調超跳長頂鳥勅直朕沈珍賃鎮陳津墜追痛通塚漬坪釣亭低停偵貞呈堤定帝底庭廷弟抵提程締艇訂逓邸泥摘敵滴的笛適哲徹撤迭鉄典天展店添転点伝殿田電吐塗徒斗渡登途都努度土奴怒倒党冬凍刀唐塔島悼投搭東桃棟盗湯灯当痘等答筒糖統到討謄豆踏逃透陶頭騰闘働動同堂導洞童胴道銅峠匿得徳特督篤毒独読凸突届屯豚曇鈍内縄南軟難二尼弐肉日乳入如尿任妊忍認寧猫熱年念燃粘悩濃納能脳農把覇波派破婆馬俳廃拝排敗杯背肺輩配倍培媒梅買売賠陪伯博拍泊白舶薄迫漠爆縛麦箱肌畑八鉢発髪伐罰抜閥伴判半反帆搬板版犯班畔繁般藩販範煩頒飯晩番盤蛮卑否妃彼悲扉批披比泌疲皮碑秘罷肥被費避非飛備尾微美鼻匹必筆姫百俵標氷漂票表評描病秒苗品浜貧賓頻敏瓶不付夫婦富布府怖扶敷普浮父符腐膚譜負賦赴附侮武舞部封風伏副復幅服福腹複覆払沸仏物分噴墳憤奮粉紛雰文聞丙併兵塀幣平弊柄並閉陛米壁癖別偏変片編辺返遍便勉弁保舗捕歩補穂募墓慕暮母簿倣俸包報奉宝峰崩抱放方法泡砲縫胞芳褒訪豊邦飽乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貿防北僕墨撲朴牧没堀奔本翻凡盆摩磨魔麻埋妹枚毎幕膜又抹末繭万慢満漫味未魅岬密脈妙民眠務夢無矛霧婿娘名命明盟迷銘鳴滅免綿面模茂妄毛猛盲網耗木黙目戻問紋門匁夜野矢厄役約薬訳躍柳愉油癒諭輸唯優勇友幽悠憂有猶由裕誘遊郵雄融夕予余与誉預幼容庸揚揺擁曜様洋溶用窯羊葉要謡踊陽養抑欲浴翌翼羅裸来頼雷絡落酪乱卵欄濫覧利吏履理痢裏里離陸律率立略流留硫粒隆竜慮旅虜了僚両寮料涼猟療糧良量陵領力緑倫厘林臨輪隣塁涙累類令例冷励礼鈴隷零霊麗齢暦歴列劣烈裂廉恋練連錬炉路露労廊朗楼浪漏老郎六録論和話賄惑枠湾腕</string>\n            </property>\n           </widget>\n          </item>\n         </layout>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab_3\">\n       <attribute name=\"title\">\n        <string>ひらがな カタカナ</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_7\">\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox\">\n          <property name=\"title\">\n           <string>ひらがな</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\n           <item>\n            <widget class=\"QLineEdit\" name=\"lineEdit_17\">\n             <property name=\"text\">\n              <string>あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわをん</string>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QLineEdit\" name=\"lineEdit_9\">\n             <property name=\"text\">\n              <string>ゐゑ</string>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QLineEdit\" name=\"lineEdit_18\">\n             <property name=\"text\">\n              <string>がぎぐげござじずぜぞだぢづでどばびぶべぼぱぴぷぺぽ</string>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QLineEdit\" name=\"lineEdit_10\">\n             <property name=\"text\">\n              <string>ぁぃぅぇぉっゃゅょゎ</string>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox_2\">\n          <property name=\"title\">\n           <string>カタカナ</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_6\">\n           <item>\n            <widget class=\"QLineEdit\" name=\"lineEdit_19\">\n             <property name=\"text\">\n              <string>アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヲン</string>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QLineEdit\" name=\"lineEdit_11\">\n             <property name=\"text\">\n              <string>ヰヱ</string>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QLineEdit\" name=\"lineEdit_20\">\n             <property name=\"text\">\n              <string>ヴガギグゲゴザジズゼゾダヂヅデドバビブベボパピプペポ</string>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n           <item>\n            <widget class=\"QLineEdit\" name=\"lineEdit_12\">\n             <property name=\"text\">\n              <string>ァィゥェォヵヶッャュョヮ</string>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <spacer name=\"verticalSpacer_2\">\n          <property name=\"orientation\">\n           <enum>Qt::Vertical</enum>\n          </property>\n          <property name=\"sizeHint\" stdset=\"0\">\n           <size>\n            <width>20</width>\n            <height>212</height>\n           </size>\n          </property>\n         </spacer>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab_4\">\n       <attribute name=\"title\">\n        <string>アルファベット等</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_8\">\n        <item>\n         <layout class=\"QFormLayout\" name=\"formLayout_2\">\n          <item row=\"0\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_10\">\n            <property name=\"text\">\n             <string>小文字(半角)</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"0\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_13\">\n            <property name=\"autoFillBackground\">\n             <bool>true</bool>\n            </property>\n            <property name=\"text\">\n             <string>abcdefghijklmnopqrstuvwxyz</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"1\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_11\">\n            <property name=\"text\">\n             <string>大文字(半角)</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"1\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_14\">\n            <property name=\"autoFillBackground\">\n             <bool>true</bool>\n            </property>\n            <property name=\"text\">\n             <string>ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"2\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_12\">\n            <property name=\"text\">\n             <string>小文字(全角)</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"2\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_15\">\n            <property name=\"autoFillBackground\">\n             <bool>true</bool>\n            </property>\n            <property name=\"text\">\n             <string>ａｂｃｄｅｆｇｈｉｊｋｌｍｎｏｐｑｒｓｔｕｖｗｘｙｚ</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"3\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_13\">\n            <property name=\"text\">\n             <string>大文字(全角)</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"3\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_16\">\n            <property name=\"autoFillBackground\">\n             <bool>true</bool>\n            </property>\n            <property name=\"text\">\n             <string>ＡＢＣＤＥＦＧＨＩＪＫＬＭＮＯＰＱＲＳＴＵＶＷＸＹＺ</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"4\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_15\">\n            <property name=\"text\">\n             <string>ギリシャ小文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"4\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_22\">\n            <property name=\"text\">\n             <string>αβγδεζηθικλμνξοπρστυφχψω</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"5\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_14\">\n            <property name=\"text\">\n             <string>ギリシャ大文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"5\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_21\">\n            <property name=\"text\">\n             <string>ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"6\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_16\">\n            <property name=\"text\">\n             <string>ルーン文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"6\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lineEdit_23\">\n            <property name=\"text\">\n             <string>ᚠᚢᚦᚨᚱᚲᚷᚹᚺᚾᛁᛃᛇᛈᛉᛊᛏᛒᛖᛗᛚᛜᛟᛞ</string>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"7\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_20\">\n            <property name=\"text\">\n             <string>古イタリア文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"7\" column=\"1\">\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout\" stretch=\"8,1\">\n            <item>\n             <widget class=\"QLineEdit\" name=\"italy1LineEdit\">\n              <property name=\"text\">\n               <string/>\n              </property>\n              <property name=\"readOnly\">\n               <bool>true</bool>\n              </property>\n             </widget>\n            </item>\n            <item>\n             <widget class=\"QLineEdit\" name=\"italy2LineEdit\">\n              <property name=\"text\">\n               <string/>\n              </property>\n              <property name=\"readOnly\">\n               <bool>true</bool>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </item>\n          <item row=\"9\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_21\">\n            <property name=\"text\">\n             <string>リュキア文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"9\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"lycianLineEdit\">\n            <property name=\"text\">\n             <string/>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"10\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_22\">\n            <property name=\"text\">\n             <string>フェニキア文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"10\" column=\"1\">\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\" stretch=\"8,1\">\n            <item>\n             <widget class=\"QLineEdit\" name=\"phoenician1LineEdit\">\n              <property name=\"toolTip\">\n               <string/>\n              </property>\n              <property name=\"text\">\n               <string/>\n              </property>\n              <property name=\"readOnly\">\n               <bool>true</bool>\n              </property>\n             </widget>\n            </item>\n            <item>\n             <widget class=\"QLineEdit\" name=\"phoenician2LineEdit\">\n              <property name=\"text\">\n               <string/>\n              </property>\n              <property name=\"readOnly\">\n               <bool>true</bool>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </item>\n          <item row=\"12\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_23\">\n            <property name=\"text\">\n             <string>古代ペルシア文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"12\" column=\"1\">\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\" stretch=\"2,1\">\n            <item>\n             <widget class=\"QLineEdit\" name=\"persian1LineEdit\">\n              <property name=\"text\">\n               <string/>\n              </property>\n              <property name=\"readOnly\">\n               <bool>true</bool>\n              </property>\n             </widget>\n            </item>\n            <item>\n             <widget class=\"QLineEdit\" name=\"persian2LineEdit\">\n              <property name=\"text\">\n               <string/>\n              </property>\n              <property name=\"readOnly\">\n               <bool>true</bool>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </item>\n          <item row=\"11\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_24\">\n            <property name=\"text\">\n             <string>キュプロス文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"11\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"cypriotLineEdit\">\n            <property name=\"text\">\n             <string/>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n          <item row=\"8\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_25\">\n            <property name=\"text\">\n             <string>ゴート文字</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"8\" column=\"1\">\n           <widget class=\"QLineEdit\" name=\"gothicLineEdit\">\n            <property name=\"text\">\n             <string/>\n            </property>\n            <property name=\"readOnly\">\n             <bool>true</bool>\n            </property>\n           </widget>\n          </item>\n         </layout>\n        </item>\n        <item>\n         <spacer name=\"verticalSpacer_3\">\n          <property name=\"orientation\">\n           <enum>Qt::Vertical</enum>\n          </property>\n          <property name=\"sizeHint\" stdset=\"0\">\n           <size>\n            <width>20</width>\n            <height>282</height>\n           </size>\n          </property>\n         </spacer>\n        </item>\n        <item>\n         <widget class=\"QLabel\" name=\"label_17\">\n          <property name=\"text\">\n           <string>※ 後半の文字は Segoe UI Historic で表示しています。</string>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab_5\">\n       <attribute name=\"title\">\n        <string>楔形文字</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_9\">\n        <item>\n         <widget class=\"QPlainTextEdit\" name=\"cuneiform1PlainTextEdit\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>4</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n          <property name=\"plainText\">\n           <string/>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QPlainTextEdit\" name=\"cuneiform2PlainTextEdit\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>1</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n          <property name=\"plainText\">\n           <string/>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLabel\" name=\"label_18\">\n          <property name=\"text\">\n           <string>※Segoe UI Historic で表示しています。</string>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab_6\">\n       <attribute name=\"title\">\n        <string>ヒエログリフ</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_10\">\n        <item>\n         <widget class=\"QPlainTextEdit\" name=\"hieroglyph1PlainTextEdit\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>4</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n          <property name=\"plainText\">\n           <string/>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QPlainTextEdit\" name=\"hieroglyph2PlainTextEdit\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>1</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n          <property name=\"plainText\">\n           <string/>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLabel\" name=\"label_19\">\n          <property name=\"text\">\n           <string>※Segoe UI Historic で表示しています。</string>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab_7\">\n       <attribute name=\"title\">\n        <string>麻雀</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_11\">\n        <item>\n         <widget class=\"QLineEdit\" name=\"ma01LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"ma02LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"ma03LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"ma04LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"ma05LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <spacer name=\"verticalSpacer_5\">\n          <property name=\"orientation\">\n           <enum>Qt::Vertical</enum>\n          </property>\n          <property name=\"sizeHint\" stdset=\"0\">\n           <size>\n            <width>20</width>\n            <height>40</height>\n           </size>\n          </property>\n         </spacer>\n        </item>\n        <item>\n         <widget class=\"QLabel\" name=\"label_26\">\n          <property name=\"text\">\n           <string>※　Segoe UI Symbol で表示出来ます。</string>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab_8\">\n       <attribute name=\"title\">\n        <string>トランプ</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_13\">\n        <item>\n         <widget class=\"QLineEdit\" name=\"cards01LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"cards02LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"cards03LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"cards04LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QLineEdit\" name=\"cards05LineEdit\">\n          <property name=\"text\">\n           <string/>\n          </property>\n          <property name=\"readOnly\">\n           <bool>true</bool>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <spacer name=\"verticalSpacer_4\">\n          <property name=\"orientation\">\n           <enum>Qt::Vertical</enum>\n          </property>\n          <property name=\"sizeHint\" stdset=\"0\">\n           <size>\n            <width>20</width>\n            <height>40</height>\n           </size>\n          </property>\n         </spacer>\n        </item>\n        <item>\n         <widget class=\"QLabel\" name=\"label_27\">\n          <property name=\"text\">\n           <string>※　Segoe UI Symbol で表示出来ます。</string>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n      <widget class=\"QWidget\" name=\"tab_9\">\n       <attribute name=\"title\">\n        <string>錬金術記号</string>\n       </attribute>\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_12\">\n        <item>\n         <widget class=\"QPlainTextEdit\" name=\"alchemyPlainTextEdit\">\n          <property name=\"plainText\">\n           <string/>\n          </property>\n         </widget>\n        </item>\n        <item>\n         <spacer name=\"verticalSpacer_6\">\n          <property name=\"orientation\">\n           <enum>Qt::Vertical</enum>\n          </property>\n          <property name=\"sizeHint\" stdset=\"0\">\n           <size>\n            <width>20</width>\n            <height>197</height>\n           </size>\n          </property>\n         </spacer>\n        </item>\n        <item>\n         <widget class=\"QLabel\" name=\"label_28\">\n          <property name=\"text\">\n           <string>※　Segoe UI Symbol で表示出来ます。</string>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </widget>\n     </widget>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/characters/characters_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'characters.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QFormLayout, QGroupBox, QHBoxLayout,\n    QLabel, QLineEdit, QMainWindow, QPlainTextEdit,\n    QSizePolicy, QSpacerItem, QTabWidget, QVBoxLayout,\n    QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(739, 677)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.tabWidget = QTabWidget(self.centralwidget)\n        self.tabWidget.setObjectName(u\"tabWidget\")\n        self.tab = QWidget()\n        self.tab.setObjectName(u\"tab\")\n        self.verticalLayout_2 = QVBoxLayout(self.tab)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(self.tab)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label)\n\n        self.lineEdit = QLineEdit(self.tab)\n        self.lineEdit.setObjectName(u\"lineEdit\")\n        self.lineEdit.setReadOnly(True)\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.lineEdit)\n\n        self.label_2 = QLabel(self.tab)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_2)\n\n        self.lineEdit_2 = QLineEdit(self.tab)\n        self.lineEdit_2.setObjectName(u\"lineEdit_2\")\n        self.lineEdit_2.setReadOnly(True)\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.lineEdit_2)\n\n        self.label_3 = QLabel(self.tab)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.formLayout.setWidget(2, QFormLayout.LabelRole, self.label_3)\n\n        self.lineEdit_3 = QLineEdit(self.tab)\n        self.lineEdit_3.setObjectName(u\"lineEdit_3\")\n        self.lineEdit_3.setReadOnly(True)\n\n        self.formLayout.setWidget(2, QFormLayout.FieldRole, self.lineEdit_3)\n\n        self.label_4 = QLabel(self.tab)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.formLayout.setWidget(3, QFormLayout.LabelRole, self.label_4)\n\n        self.lineEdit_4 = QLineEdit(self.tab)\n        self.lineEdit_4.setObjectName(u\"lineEdit_4\")\n        self.lineEdit_4.setReadOnly(True)\n\n        self.formLayout.setWidget(3, QFormLayout.FieldRole, self.lineEdit_4)\n\n        self.label_5 = QLabel(self.tab)\n        self.label_5.setObjectName(u\"label_5\")\n\n        self.formLayout.setWidget(4, QFormLayout.LabelRole, self.label_5)\n\n        self.lineEdit_5 = QLineEdit(self.tab)\n        self.lineEdit_5.setObjectName(u\"lineEdit_5\")\n        self.lineEdit_5.setReadOnly(True)\n\n        self.formLayout.setWidget(4, QFormLayout.FieldRole, self.lineEdit_5)\n\n        self.label_6 = QLabel(self.tab)\n        self.label_6.setObjectName(u\"label_6\")\n\n        self.formLayout.setWidget(5, QFormLayout.LabelRole, self.label_6)\n\n        self.lineEdit_6 = QLineEdit(self.tab)\n        self.lineEdit_6.setObjectName(u\"lineEdit_6\")\n        self.lineEdit_6.setReadOnly(True)\n\n        self.formLayout.setWidget(5, QFormLayout.FieldRole, self.lineEdit_6)\n\n        self.label_7 = QLabel(self.tab)\n        self.label_7.setObjectName(u\"label_7\")\n\n        self.formLayout.setWidget(6, QFormLayout.LabelRole, self.label_7)\n\n        self.lineEdit_7 = QLineEdit(self.tab)\n        self.lineEdit_7.setObjectName(u\"lineEdit_7\")\n        self.lineEdit_7.setReadOnly(True)\n\n        self.formLayout.setWidget(6, QFormLayout.FieldRole, self.lineEdit_7)\n\n        self.label_8 = QLabel(self.tab)\n        self.label_8.setObjectName(u\"label_8\")\n\n        self.formLayout.setWidget(7, QFormLayout.LabelRole, self.label_8)\n\n        self.lineEdit_8 = QLineEdit(self.tab)\n        self.lineEdit_8.setObjectName(u\"lineEdit_8\")\n        self.lineEdit_8.setReadOnly(True)\n\n        self.formLayout.setWidget(7, QFormLayout.FieldRole, self.lineEdit_8)\n\n        self.label_30 = QLabel(self.tab)\n        self.label_30.setObjectName(u\"label_30\")\n\n        self.formLayout.setWidget(8, QFormLayout.LabelRole, self.label_30)\n\n        self.lineEdit_44 = QLineEdit(self.tab)\n        self.lineEdit_44.setObjectName(u\"lineEdit_44\")\n        self.lineEdit_44.setReadOnly(True)\n\n        self.formLayout.setWidget(8, QFormLayout.FieldRole, self.lineEdit_44)\n\n        self.label_29 = QLabel(self.tab)\n        self.label_29.setObjectName(u\"label_29\")\n\n        self.formLayout.setWidget(9, QFormLayout.LabelRole, self.label_29)\n\n        self.lineEdit_33 = QLineEdit(self.tab)\n        self.lineEdit_33.setObjectName(u\"lineEdit_33\")\n        self.lineEdit_33.setStyleSheet(u\"font: 12pt \\\"\\u30e1\\u30a4\\u30ea\\u30aa\\\";\")\n        self.lineEdit_33.setReadOnly(True)\n\n        self.formLayout.setWidget(9, QFormLayout.FieldRole, self.lineEdit_33)\n\n        self.label_31 = QLabel(self.tab)\n        self.label_31.setObjectName(u\"label_31\")\n\n        self.formLayout.setWidget(10, QFormLayout.LabelRole, self.label_31)\n\n        self.arrowPlainTextEdit = QPlainTextEdit(self.tab)\n        self.arrowPlainTextEdit.setObjectName(u\"arrowPlainTextEdit\")\n\n        self.formLayout.setWidget(10, QFormLayout.FieldRole, self.arrowPlainTextEdit)\n\n        self.label_33 = QLabel(self.tab)\n        self.label_33.setObjectName(u\"label_33\")\n\n        self.formLayout.setWidget(12, QFormLayout.LabelRole, self.label_33)\n\n        self.lineEdit_45 = QLineEdit(self.tab)\n        self.lineEdit_45.setObjectName(u\"lineEdit_45\")\n        self.lineEdit_45.setReadOnly(True)\n\n        self.formLayout.setWidget(12, QFormLayout.FieldRole, self.lineEdit_45)\n\n        self.arrowCPlainTextEdit = QPlainTextEdit(self.tab)\n        self.arrowCPlainTextEdit.setObjectName(u\"arrowCPlainTextEdit\")\n\n        self.formLayout.setWidget(11, QFormLayout.FieldRole, self.arrowCPlainTextEdit)\n\n        self.label_32 = QLabel(self.tab)\n        self.label_32.setObjectName(u\"label_32\")\n\n        self.formLayout.setWidget(11, QFormLayout.LabelRole, self.label_32)\n\n\n        self.verticalLayout_2.addLayout(self.formLayout)\n\n        self.verticalSpacer = QSpacerItem(20, 274, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_2.addItem(self.verticalSpacer)\n\n        self.tabWidget.addTab(self.tab, \"\")\n        self.tab_2 = QWidget()\n        self.tab_2.setObjectName(u\"tab_2\")\n        self.verticalLayout_4 = QVBoxLayout(self.tab_2)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.verticalLayout_3 = QVBoxLayout()\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.label_9 = QLabel(self.tab_2)\n        self.label_9.setObjectName(u\"label_9\")\n\n        self.verticalLayout_3.addWidget(self.label_9)\n\n        self.plainTextEdit = QPlainTextEdit(self.tab_2)\n        self.plainTextEdit.setObjectName(u\"plainTextEdit\")\n        self.plainTextEdit.setReadOnly(True)\n\n        self.verticalLayout_3.addWidget(self.plainTextEdit)\n\n\n        self.verticalLayout_4.addLayout(self.verticalLayout_3)\n\n        self.tabWidget.addTab(self.tab_2, \"\")\n        self.tab_3 = QWidget()\n        self.tab_3.setObjectName(u\"tab_3\")\n        self.verticalLayout_7 = QVBoxLayout(self.tab_3)\n        self.verticalLayout_7.setObjectName(u\"verticalLayout_7\")\n        self.groupBox = QGroupBox(self.tab_3)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout_5 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_5.setObjectName(u\"verticalLayout_5\")\n        self.lineEdit_17 = QLineEdit(self.groupBox)\n        self.lineEdit_17.setObjectName(u\"lineEdit_17\")\n        self.lineEdit_17.setReadOnly(True)\n\n        self.verticalLayout_5.addWidget(self.lineEdit_17)\n\n        self.lineEdit_9 = QLineEdit(self.groupBox)\n        self.lineEdit_9.setObjectName(u\"lineEdit_9\")\n        self.lineEdit_9.setReadOnly(True)\n\n        self.verticalLayout_5.addWidget(self.lineEdit_9)\n\n        self.lineEdit_18 = QLineEdit(self.groupBox)\n        self.lineEdit_18.setObjectName(u\"lineEdit_18\")\n        self.lineEdit_18.setReadOnly(True)\n\n        self.verticalLayout_5.addWidget(self.lineEdit_18)\n\n        self.lineEdit_10 = QLineEdit(self.groupBox)\n        self.lineEdit_10.setObjectName(u\"lineEdit_10\")\n        self.lineEdit_10.setReadOnly(True)\n\n        self.verticalLayout_5.addWidget(self.lineEdit_10)\n\n\n        self.verticalLayout_7.addWidget(self.groupBox)\n\n        self.groupBox_2 = QGroupBox(self.tab_3)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        self.verticalLayout_6 = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout_6.setObjectName(u\"verticalLayout_6\")\n        self.lineEdit_19 = QLineEdit(self.groupBox_2)\n        self.lineEdit_19.setObjectName(u\"lineEdit_19\")\n        self.lineEdit_19.setReadOnly(True)\n\n        self.verticalLayout_6.addWidget(self.lineEdit_19)\n\n        self.lineEdit_11 = QLineEdit(self.groupBox_2)\n        self.lineEdit_11.setObjectName(u\"lineEdit_11\")\n        self.lineEdit_11.setReadOnly(True)\n\n        self.verticalLayout_6.addWidget(self.lineEdit_11)\n\n        self.lineEdit_20 = QLineEdit(self.groupBox_2)\n        self.lineEdit_20.setObjectName(u\"lineEdit_20\")\n        self.lineEdit_20.setReadOnly(True)\n\n        self.verticalLayout_6.addWidget(self.lineEdit_20)\n\n        self.lineEdit_12 = QLineEdit(self.groupBox_2)\n        self.lineEdit_12.setObjectName(u\"lineEdit_12\")\n        self.lineEdit_12.setReadOnly(True)\n\n        self.verticalLayout_6.addWidget(self.lineEdit_12)\n\n\n        self.verticalLayout_7.addWidget(self.groupBox_2)\n\n        self.verticalSpacer_2 = QSpacerItem(20, 212, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_7.addItem(self.verticalSpacer_2)\n\n        self.tabWidget.addTab(self.tab_3, \"\")\n        self.tab_4 = QWidget()\n        self.tab_4.setObjectName(u\"tab_4\")\n        self.verticalLayout_8 = QVBoxLayout(self.tab_4)\n        self.verticalLayout_8.setObjectName(u\"verticalLayout_8\")\n        self.formLayout_2 = QFormLayout()\n        self.formLayout_2.setObjectName(u\"formLayout_2\")\n        self.label_10 = QLabel(self.tab_4)\n        self.label_10.setObjectName(u\"label_10\")\n\n        self.formLayout_2.setWidget(0, QFormLayout.LabelRole, self.label_10)\n\n        self.lineEdit_13 = QLineEdit(self.tab_4)\n        self.lineEdit_13.setObjectName(u\"lineEdit_13\")\n        self.lineEdit_13.setAutoFillBackground(True)\n\n        self.formLayout_2.setWidget(0, QFormLayout.FieldRole, self.lineEdit_13)\n\n        self.label_11 = QLabel(self.tab_4)\n        self.label_11.setObjectName(u\"label_11\")\n\n        self.formLayout_2.setWidget(1, QFormLayout.LabelRole, self.label_11)\n\n        self.lineEdit_14 = QLineEdit(self.tab_4)\n        self.lineEdit_14.setObjectName(u\"lineEdit_14\")\n        self.lineEdit_14.setAutoFillBackground(True)\n\n        self.formLayout_2.setWidget(1, QFormLayout.FieldRole, self.lineEdit_14)\n\n        self.label_12 = QLabel(self.tab_4)\n        self.label_12.setObjectName(u\"label_12\")\n\n        self.formLayout_2.setWidget(2, QFormLayout.LabelRole, self.label_12)\n\n        self.lineEdit_15 = QLineEdit(self.tab_4)\n        self.lineEdit_15.setObjectName(u\"lineEdit_15\")\n        self.lineEdit_15.setAutoFillBackground(True)\n\n        self.formLayout_2.setWidget(2, QFormLayout.FieldRole, self.lineEdit_15)\n\n        self.label_13 = QLabel(self.tab_4)\n        self.label_13.setObjectName(u\"label_13\")\n\n        self.formLayout_2.setWidget(3, QFormLayout.LabelRole, self.label_13)\n\n        self.lineEdit_16 = QLineEdit(self.tab_4)\n        self.lineEdit_16.setObjectName(u\"lineEdit_16\")\n        self.lineEdit_16.setAutoFillBackground(True)\n\n        self.formLayout_2.setWidget(3, QFormLayout.FieldRole, self.lineEdit_16)\n\n        self.label_15 = QLabel(self.tab_4)\n        self.label_15.setObjectName(u\"label_15\")\n\n        self.formLayout_2.setWidget(4, QFormLayout.LabelRole, self.label_15)\n\n        self.lineEdit_22 = QLineEdit(self.tab_4)\n        self.lineEdit_22.setObjectName(u\"lineEdit_22\")\n        self.lineEdit_22.setReadOnly(True)\n\n        self.formLayout_2.setWidget(4, QFormLayout.FieldRole, self.lineEdit_22)\n\n        self.label_14 = QLabel(self.tab_4)\n        self.label_14.setObjectName(u\"label_14\")\n\n        self.formLayout_2.setWidget(5, QFormLayout.LabelRole, self.label_14)\n\n        self.lineEdit_21 = QLineEdit(self.tab_4)\n        self.lineEdit_21.setObjectName(u\"lineEdit_21\")\n        self.lineEdit_21.setReadOnly(True)\n\n        self.formLayout_2.setWidget(5, QFormLayout.FieldRole, self.lineEdit_21)\n\n        self.label_16 = QLabel(self.tab_4)\n        self.label_16.setObjectName(u\"label_16\")\n\n        self.formLayout_2.setWidget(6, QFormLayout.LabelRole, self.label_16)\n\n        self.lineEdit_23 = QLineEdit(self.tab_4)\n        self.lineEdit_23.setObjectName(u\"lineEdit_23\")\n        self.lineEdit_23.setReadOnly(True)\n\n        self.formLayout_2.setWidget(6, QFormLayout.FieldRole, self.lineEdit_23)\n\n        self.label_20 = QLabel(self.tab_4)\n        self.label_20.setObjectName(u\"label_20\")\n\n        self.formLayout_2.setWidget(7, QFormLayout.LabelRole, self.label_20)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.italy1LineEdit = QLineEdit(self.tab_4)\n        self.italy1LineEdit.setObjectName(u\"italy1LineEdit\")\n        self.italy1LineEdit.setReadOnly(True)\n\n        self.horizontalLayout.addWidget(self.italy1LineEdit)\n\n        self.italy2LineEdit = QLineEdit(self.tab_4)\n        self.italy2LineEdit.setObjectName(u\"italy2LineEdit\")\n        self.italy2LineEdit.setReadOnly(True)\n\n        self.horizontalLayout.addWidget(self.italy2LineEdit)\n\n        self.horizontalLayout.setStretch(0, 8)\n        self.horizontalLayout.setStretch(1, 1)\n\n        self.formLayout_2.setLayout(7, QFormLayout.FieldRole, self.horizontalLayout)\n\n        self.label_21 = QLabel(self.tab_4)\n        self.label_21.setObjectName(u\"label_21\")\n\n        self.formLayout_2.setWidget(9, QFormLayout.LabelRole, self.label_21)\n\n        self.lycianLineEdit = QLineEdit(self.tab_4)\n        self.lycianLineEdit.setObjectName(u\"lycianLineEdit\")\n        self.lycianLineEdit.setReadOnly(True)\n\n        self.formLayout_2.setWidget(9, QFormLayout.FieldRole, self.lycianLineEdit)\n\n        self.label_22 = QLabel(self.tab_4)\n        self.label_22.setObjectName(u\"label_22\")\n\n        self.formLayout_2.setWidget(10, QFormLayout.LabelRole, self.label_22)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.phoenician1LineEdit = QLineEdit(self.tab_4)\n        self.phoenician1LineEdit.setObjectName(u\"phoenician1LineEdit\")\n        self.phoenician1LineEdit.setReadOnly(True)\n\n        self.horizontalLayout_2.addWidget(self.phoenician1LineEdit)\n\n        self.phoenician2LineEdit = QLineEdit(self.tab_4)\n        self.phoenician2LineEdit.setObjectName(u\"phoenician2LineEdit\")\n        self.phoenician2LineEdit.setReadOnly(True)\n\n        self.horizontalLayout_2.addWidget(self.phoenician2LineEdit)\n\n        self.horizontalLayout_2.setStretch(0, 8)\n        self.horizontalLayout_2.setStretch(1, 1)\n\n        self.formLayout_2.setLayout(10, QFormLayout.FieldRole, self.horizontalLayout_2)\n\n        self.label_23 = QLabel(self.tab_4)\n        self.label_23.setObjectName(u\"label_23\")\n\n        self.formLayout_2.setWidget(12, QFormLayout.LabelRole, self.label_23)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.persian1LineEdit = QLineEdit(self.tab_4)\n        self.persian1LineEdit.setObjectName(u\"persian1LineEdit\")\n        self.persian1LineEdit.setReadOnly(True)\n\n        self.horizontalLayout_3.addWidget(self.persian1LineEdit)\n\n        self.persian2LineEdit = QLineEdit(self.tab_4)\n        self.persian2LineEdit.setObjectName(u\"persian2LineEdit\")\n        self.persian2LineEdit.setReadOnly(True)\n\n        self.horizontalLayout_3.addWidget(self.persian2LineEdit)\n\n        self.horizontalLayout_3.setStretch(0, 2)\n        self.horizontalLayout_3.setStretch(1, 1)\n\n        self.formLayout_2.setLayout(12, QFormLayout.FieldRole, self.horizontalLayout_3)\n\n        self.label_24 = QLabel(self.tab_4)\n        self.label_24.setObjectName(u\"label_24\")\n\n        self.formLayout_2.setWidget(11, QFormLayout.LabelRole, self.label_24)\n\n        self.cypriotLineEdit = QLineEdit(self.tab_4)\n        self.cypriotLineEdit.setObjectName(u\"cypriotLineEdit\")\n        self.cypriotLineEdit.setReadOnly(True)\n\n        self.formLayout_2.setWidget(11, QFormLayout.FieldRole, self.cypriotLineEdit)\n\n        self.label_25 = QLabel(self.tab_4)\n        self.label_25.setObjectName(u\"label_25\")\n\n        self.formLayout_2.setWidget(8, QFormLayout.LabelRole, self.label_25)\n\n        self.gothicLineEdit = QLineEdit(self.tab_4)\n        self.gothicLineEdit.setObjectName(u\"gothicLineEdit\")\n        self.gothicLineEdit.setReadOnly(True)\n\n        self.formLayout_2.setWidget(8, QFormLayout.FieldRole, self.gothicLineEdit)\n\n\n        self.verticalLayout_8.addLayout(self.formLayout_2)\n\n        self.verticalSpacer_3 = QSpacerItem(20, 282, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_8.addItem(self.verticalSpacer_3)\n\n        self.label_17 = QLabel(self.tab_4)\n        self.label_17.setObjectName(u\"label_17\")\n\n        self.verticalLayout_8.addWidget(self.label_17)\n\n        self.tabWidget.addTab(self.tab_4, \"\")\n        self.tab_5 = QWidget()\n        self.tab_5.setObjectName(u\"tab_5\")\n        self.verticalLayout_9 = QVBoxLayout(self.tab_5)\n        self.verticalLayout_9.setObjectName(u\"verticalLayout_9\")\n        self.cuneiform1PlainTextEdit = QPlainTextEdit(self.tab_5)\n        self.cuneiform1PlainTextEdit.setObjectName(u\"cuneiform1PlainTextEdit\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(4)\n        sizePolicy.setHeightForWidth(self.cuneiform1PlainTextEdit.sizePolicy().hasHeightForWidth())\n        self.cuneiform1PlainTextEdit.setSizePolicy(sizePolicy)\n        self.cuneiform1PlainTextEdit.setReadOnly(True)\n\n        self.verticalLayout_9.addWidget(self.cuneiform1PlainTextEdit)\n\n        self.cuneiform2PlainTextEdit = QPlainTextEdit(self.tab_5)\n        self.cuneiform2PlainTextEdit.setObjectName(u\"cuneiform2PlainTextEdit\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(1)\n        sizePolicy1.setHeightForWidth(self.cuneiform2PlainTextEdit.sizePolicy().hasHeightForWidth())\n        self.cuneiform2PlainTextEdit.setSizePolicy(sizePolicy1)\n        self.cuneiform2PlainTextEdit.setReadOnly(True)\n\n        self.verticalLayout_9.addWidget(self.cuneiform2PlainTextEdit)\n\n        self.label_18 = QLabel(self.tab_5)\n        self.label_18.setObjectName(u\"label_18\")\n\n        self.verticalLayout_9.addWidget(self.label_18)\n\n        self.tabWidget.addTab(self.tab_5, \"\")\n        self.tab_6 = QWidget()\n        self.tab_6.setObjectName(u\"tab_6\")\n        self.verticalLayout_10 = QVBoxLayout(self.tab_6)\n        self.verticalLayout_10.setObjectName(u\"verticalLayout_10\")\n        self.hieroglyph1PlainTextEdit = QPlainTextEdit(self.tab_6)\n        self.hieroglyph1PlainTextEdit.setObjectName(u\"hieroglyph1PlainTextEdit\")\n        sizePolicy.setHeightForWidth(self.hieroglyph1PlainTextEdit.sizePolicy().hasHeightForWidth())\n        self.hieroglyph1PlainTextEdit.setSizePolicy(sizePolicy)\n        self.hieroglyph1PlainTextEdit.setReadOnly(True)\n\n        self.verticalLayout_10.addWidget(self.hieroglyph1PlainTextEdit)\n\n        self.hieroglyph2PlainTextEdit = QPlainTextEdit(self.tab_6)\n        self.hieroglyph2PlainTextEdit.setObjectName(u\"hieroglyph2PlainTextEdit\")\n        sizePolicy1.setHeightForWidth(self.hieroglyph2PlainTextEdit.sizePolicy().hasHeightForWidth())\n        self.hieroglyph2PlainTextEdit.setSizePolicy(sizePolicy1)\n        self.hieroglyph2PlainTextEdit.setReadOnly(True)\n\n        self.verticalLayout_10.addWidget(self.hieroglyph2PlainTextEdit)\n\n        self.label_19 = QLabel(self.tab_6)\n        self.label_19.setObjectName(u\"label_19\")\n\n        self.verticalLayout_10.addWidget(self.label_19)\n\n        self.tabWidget.addTab(self.tab_6, \"\")\n        self.tab_7 = QWidget()\n        self.tab_7.setObjectName(u\"tab_7\")\n        self.verticalLayout_11 = QVBoxLayout(self.tab_7)\n        self.verticalLayout_11.setObjectName(u\"verticalLayout_11\")\n        self.ma01LineEdit = QLineEdit(self.tab_7)\n        self.ma01LineEdit.setObjectName(u\"ma01LineEdit\")\n        self.ma01LineEdit.setReadOnly(True)\n\n        self.verticalLayout_11.addWidget(self.ma01LineEdit)\n\n        self.ma02LineEdit = QLineEdit(self.tab_7)\n        self.ma02LineEdit.setObjectName(u\"ma02LineEdit\")\n        self.ma02LineEdit.setReadOnly(True)\n\n        self.verticalLayout_11.addWidget(self.ma02LineEdit)\n\n        self.ma03LineEdit = QLineEdit(self.tab_7)\n        self.ma03LineEdit.setObjectName(u\"ma03LineEdit\")\n        self.ma03LineEdit.setReadOnly(True)\n\n        self.verticalLayout_11.addWidget(self.ma03LineEdit)\n\n        self.ma04LineEdit = QLineEdit(self.tab_7)\n        self.ma04LineEdit.setObjectName(u\"ma04LineEdit\")\n        self.ma04LineEdit.setReadOnly(True)\n\n        self.verticalLayout_11.addWidget(self.ma04LineEdit)\n\n        self.ma05LineEdit = QLineEdit(self.tab_7)\n        self.ma05LineEdit.setObjectName(u\"ma05LineEdit\")\n        self.ma05LineEdit.setReadOnly(True)\n\n        self.verticalLayout_11.addWidget(self.ma05LineEdit)\n\n        self.verticalSpacer_5 = QSpacerItem(20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_11.addItem(self.verticalSpacer_5)\n\n        self.label_26 = QLabel(self.tab_7)\n        self.label_26.setObjectName(u\"label_26\")\n\n        self.verticalLayout_11.addWidget(self.label_26)\n\n        self.tabWidget.addTab(self.tab_7, \"\")\n        self.tab_8 = QWidget()\n        self.tab_8.setObjectName(u\"tab_8\")\n        self.verticalLayout_13 = QVBoxLayout(self.tab_8)\n        self.verticalLayout_13.setObjectName(u\"verticalLayout_13\")\n        self.cards01LineEdit = QLineEdit(self.tab_8)\n        self.cards01LineEdit.setObjectName(u\"cards01LineEdit\")\n        self.cards01LineEdit.setReadOnly(True)\n\n        self.verticalLayout_13.addWidget(self.cards01LineEdit)\n\n        self.cards02LineEdit = QLineEdit(self.tab_8)\n        self.cards02LineEdit.setObjectName(u\"cards02LineEdit\")\n        self.cards02LineEdit.setReadOnly(True)\n\n        self.verticalLayout_13.addWidget(self.cards02LineEdit)\n\n        self.cards03LineEdit = QLineEdit(self.tab_8)\n        self.cards03LineEdit.setObjectName(u\"cards03LineEdit\")\n        self.cards03LineEdit.setReadOnly(True)\n\n        self.verticalLayout_13.addWidget(self.cards03LineEdit)\n\n        self.cards04LineEdit = QLineEdit(self.tab_8)\n        self.cards04LineEdit.setObjectName(u\"cards04LineEdit\")\n        self.cards04LineEdit.setReadOnly(True)\n\n        self.verticalLayout_13.addWidget(self.cards04LineEdit)\n\n        self.cards05LineEdit = QLineEdit(self.tab_8)\n        self.cards05LineEdit.setObjectName(u\"cards05LineEdit\")\n        self.cards05LineEdit.setReadOnly(True)\n\n        self.verticalLayout_13.addWidget(self.cards05LineEdit)\n\n        self.verticalSpacer_4 = QSpacerItem(20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_13.addItem(self.verticalSpacer_4)\n\n        self.label_27 = QLabel(self.tab_8)\n        self.label_27.setObjectName(u\"label_27\")\n\n        self.verticalLayout_13.addWidget(self.label_27)\n\n        self.tabWidget.addTab(self.tab_8, \"\")\n        self.tab_9 = QWidget()\n        self.tab_9.setObjectName(u\"tab_9\")\n        self.verticalLayout_12 = QVBoxLayout(self.tab_9)\n        self.verticalLayout_12.setObjectName(u\"verticalLayout_12\")\n        self.alchemyPlainTextEdit = QPlainTextEdit(self.tab_9)\n        self.alchemyPlainTextEdit.setObjectName(u\"alchemyPlainTextEdit\")\n\n        self.verticalLayout_12.addWidget(self.alchemyPlainTextEdit)\n\n        self.verticalSpacer_6 = QSpacerItem(20, 197, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_12.addItem(self.verticalSpacer_6)\n\n        self.label_28 = QLabel(self.tab_9)\n        self.label_28.setObjectName(u\"label_28\")\n\n        self.verticalLayout_12.addWidget(self.label_28)\n\n        self.tabWidget.addTab(self.tab_9, \"\")\n\n        self.verticalLayout.addWidget(self.tabWidget)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        self.tabWidget.setCurrentIndex(0)\n\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u534a\\u89d2\", None))\n        self.lineEdit.setText(QCoreApplication.translate(\"MainWindow\", u\"0123456789\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5168\\u89d2\", None))\n        self.lineEdit_2.setText(QCoreApplication.translate(\"MainWindow\", u\"\\uff10\\uff11\\uff12\\uff13\\uff14\\uff15\\uff16\\uff17\\uff18\\uff19\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u6f22\\u6570\\u5b57\", None))\n        self.lineEdit_3.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u3007\\u4e00\\u4e8c\\u4e09\\u56db\\u4e94\\u516d\\u4e03\\u516b\\u4e5d\\u5341\\u767e\\u5343\\u4e07\", None))\n        self.label_4.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5927\\u5b57\", None))\n        self.lineEdit_4.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u96f6\\u58f1\\u5f10\\u53c2\\u8086\\u4f0d\\u9678\\u6f06\\u634c\\u7396\\u62fe\\u964c\\u9621\\u842c\", None))\n        self.label_5.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30ed\\u30fc\\u30de\\u6570\\u5b57\", None))\n        self.lineEdit_5.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u2160\\u2161\\u2162\\u2163\\u2164\\u2165\\u2166\\u2167\\u2168\\u2169\\u216a\\u216b\", None))\n        self.label_6.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u4e38\\u56f2\\u307f\\u6570\\u5b57\", None))\n        self.lineEdit_6.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u24ea\\u2460\\u2461\\u2462\\u2463\\u2464\\u2465\\u2466\\u2467\\u2468\\u2469\\u246a\\u246b\\u246c\\u246d\\u246e\\u246f\\u2470\\u2471\\u2472\\u2473\", None))\n        self.label_7.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u4e38\\u56f2\\u307f\\u6570\\u5b57\", None))\n        self.lineEdit_7.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u24ff\\u2776\\u2777\\u2778\\u2779\\u277a\\u277b\\u277c\\u277d\\u277e\\u277f\\u24eb\\u24ec\\u24ed\\u24ee\\u24ef\\u24f0\\u24f1\\u24f2\\u24f3\\u24f4\", None))\n        self.label_8.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u4e38\\u56f2\\u307f\\u6f22\\u6570\\u5b57\", None))\n        self.lineEdit_8.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u3280\\u3281\\u3282\\u3283\\u3284\\u3285\\u3286\\u3287\\u3288\\u3289\", None))\n        self.label_30.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u534a\\u89d2\\u8a18\\u53f7\", None))\n        self.lineEdit_44.setText(QCoreApplication.translate(\"MainWindow\", u\"!\\\"#$%&'()*+,-./:;<=>?@[\\\\]^_`{|}~\", None))\n        self.label_29.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5168\\u89d2\\u8a18\\u53f7\", None))\n        self.lineEdit_33.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u3000\\u3001\\u3002\\uff0c\\uff0e\\u30fb\\uff1a\\uff1b\\uff1f\\uff01\\u309b\\u309c\\u00b4\\uff40\\u00a8\\uff3e\\uffe3\\uff3f\\u30fd\\u30fe\\u309d\\u309e\\u3003\\u4edd\\u3005\\u3006\", None))\n        self.label_31.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u77e2\\u5370\", None))\n        self.arrowPlainTextEdit.setPlainText(\"\")\n        self.label_33.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u56f3\\u5f62\", None))\n        self.lineEdit_45.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u25b2\\u25b6\\u25bc\\u25c0\\u25e4\\u25e5\\u25e3\\u25e2\\u25c6 \\u25b3\\u25b7\\u25bd\\u25c1\\u25f8\\u25f9\\u25fa\\u25ff\\u25c7 \\u2b12\\u25e7\\u2b13\\u25e8\\u25e9\\u2b14\\u2b15\\u25ea\\u2b16\\u2b17\\u2b18\\u2b19\", None))\n        self.arrowCPlainTextEdit.setPlainText(\"\")\n        self.label_32.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u88dc\\u52a9\\u77e2\\u5370C\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QCoreApplication.translate(\"MainWindow\", u\"\\u6570\\u5b57\\u3001\\u8a18\\u53f7\", None))\n        self.label_9.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5e38\\u7528\\u6f22\\u5b57\", None))\n        self.plainTextEdit.setPlainText(QCoreApplication.translate(\"MainWindow\", u\"\\u4e9c\\u54c0\\u611b\\u60aa\\u63e1\\u5727\\u6271\\u5b89\\u6697\\u6848\\u4ee5\\u4f4d\\u4f9d\\u5049\\u56f2\\u59d4\\u5a01\\u5c09\\u610f\\u6170\\u6613\\u70ba\\u7570\\u79fb\\u7dad\\u7def\\u80c3\\u8863\\u9055\\u907a\\u533b\\u4e95\\u57df\\u80b2\\u4e00\\u58f1\\u9038\\u7a32\\u828b\\u5370\\u54e1\\u56e0\\u59fb\\u5f15\\u98f2\\u9662\\u9670\\u96a0\\u97fb\\u53f3\\u5b87\\u7fbd\\u96e8\\u6e26\\u6d66\\u904b\\u96f2\\u55b6\\u5f71\\u6620\\u6804\\u6c38\\u6cf3\\u82f1\\u885b\\u8a60\\u92ed\\u6db2\\u75ab\\u76ca\\u99c5\\u60a6\\u8b01\\u8d8a\\u95b2\\u5186\\u5712\\u5bb4\\u5ef6\\u63f4\\u6cbf\\u6f14\\u708e\\u7159\\u733f\\u7e01\\u9060\\u925b\\u5869\\u6c5a\\u51f9\\u592e\\u5965\\u5f80\\u5fdc\\u62bc\\u6a2a\\u6b27\\u6bb4\\u738b\\u7fc1\\u9ec4\\u6c96\\u5104\\u5c4b\\u61b6\\u4e59\\u5378\\u6069\\u6e29\\u7a4f\\u97f3\\u4e0b\\u5316\\u4eee\\u4f55\\u4fa1\\u4f73\\u52a0\\u53ef\\u590f\\u5ac1\\u5bb6\\u5be1\\u79d1\\u6687\\u679c\\u67b6\\u6b4c\\u6cb3\\u706b\\u798d\\u7a3c\\u7b87\\u82b1\\u8377\\u83ef\\u83d3\\u8ab2\\u8ca8\\u904e\\u868a\\u6211\\u753b\\u82bd\\u8cc0\\u96c5\\u9913\\u4ecb\\u4f1a\\u89e3\\u56de\\u584a\\u58ca\\u5feb\\u602a\\u6094\\u61d0\\u6212\\u62d0\\u6539\\u68b0\\u6d77\\u7070\\u754c\\u7686\\u7d75\\u958b\\u968e\\u8c9d\\u52be\"\n                        \"\\u5916\\u5bb3\\u6168\\u6982\\u6daf\\u8857\\u8a72\\u57a3\\u5687\\u5404\\u62e1\\u683c\\u6838\\u6bbb\\u7372\\u78ba\\u7a6b\\u899a\\u89d2\\u8f03\\u90ed\\u95a3\\u9694\\u9769\\u5b66\\u5cb3\\u697d\\u984d\\u639b\\u6f5f\\u5272\\u559d\\u62ec\\u6d3b\\u6e07\\u6ed1\\u8910\\u8f44\\u4e14\\u682a\\u5208\\u4e7e\\u51a0\\u5bd2\\u520a\\u52d8\\u52e7\\u5dfb\\u559a\\u582a\\u5b8c\\u5b98\\u5bdb\\u5e72\\u5e79\\u60a3\\u611f\\u6163\\u61be\\u63db\\u6562\\u68fa\\u6b3e\\u6b53\\u6c57\\u6f22\\u74b0\\u7518\\u76e3\\u770b\\u7ba1\\u7c21\\u7de9\\u7f36\\u809d\\u8266\\u89b3\\u8cab\\u9084\\u9451\\u9593\\u9591\\u95a2\\u9665\\u9928\\u4e38\\u542b\\u5cb8\\u773c\\u5ca9\\u9811\\u9854\\u9858\\u4f01\\u5371\\u559c\\u5668\\u57fa\\u5947\\u5bc4\\u5c90\\u5e0c\\u5e7e\\u5fcc\\u63ee\\u673a\\u65d7\\u65e2\\u671f\\u68cb\\u68c4\\u6a5f\\u5e30\\u6c17\\u6c7d\\u7948\\u5b63\\u7d00\\u898f\\u8a18\\u8cb4\\u8d77\\u8ecc\\u8f1d\\u98e2\\u9a0e\\u9b3c\\u507d\\u5100\\u5b9c\\u622f\\u6280\\u64ec\\u6b3a\\u72a0\\u7591\\u7fa9\\u8b70\\u83ca\\u5409\\u55ab\\u8a70\\u5374\\u5ba2\\u811a\\u8650\\u9006\\u4e18\\u4e45\\u4f11\\u53ca\\u5438\\u5bae\\u5f13\\u6025\\u6551\\u673d\\u6c42\\u6ce3\\u7403\\u7a76\\u7aae\\u7d1a\\u7cfe\\u7d66\\u65e7\\u725b\\u53bb\\u5c45\\u5de8\\u62d2\"\n                        \"\\u62e0\\u6319\\u865a\\u8a31\\u8ddd\\u6f01\\u9b5a\\u4eab\\u4eac\\u4f9b\\u7af6\\u5171\\u51f6\\u5354\\u53eb\\u5883\\u5ce1\\u5f37\\u6050\\u606d\\u631f\\u6559\\u6a4b\\u6cc1\\u72c2\\u72ed\\u77ef\\u80f8\\u8105\\u8208\\u90f7\\u93e1\\u97ff\\u9a5a\\u4ef0\\u51dd\\u6681\\u696d\\u5c40\\u66f2\\u6975\\u7389\\u52e4\\u5747\\u65a4\\u7434\\u7981\\u7b4b\\u7dca\\u83cc\\u895f\\u8b39\\u8fd1\\u91d1\\u541f\\u9280\\u4e5d\\u53e5\\u533a\\u82e6\\u99c6\\u5177\\u611a\\u865e\\u7a7a\\u5076\\u9047\\u9685\\u5c48\\u6398\\u9774\\u7e70\\u6851\\u52f2\\u541b\\u85ab\\u8a13\\u7fa4\\u8ecd\\u90e1\\u4fc2\\u50be\\u5211\\u5144\\u5553\\u578b\\u5951\\u5f62\\u5f84\\u6075\\u6176\\u61a9\\u63b2\\u643a\\u656c\\u666f\\u6e13\\u7cfb\\u7d4c\\u7d99\\u830e\\u86cd\\u8a08\\u8b66\\u8efd\\u9d8f\\u82b8\\u8fce\\u9be8\\u5287\\u6483\\u6fc0\\u5091\\u6b20\\u6c7a\\u6f54\\u7a74\\u7d50\\u8840\\u6708\\u4ef6\\u5039\\u5065\\u517c\\u5238\\u5263\\u570f\\u5805\\u5acc\\u5efa\\u61b2\\u61f8\\u691c\\u6a29\\u72ac\\u732e\\u7814\\u7d79\\u770c\\u80a9\\u898b\\u8b19\\u8ce2\\u8ed2\\u9063\\u967a\\u9855\\u9a13\\u5143\\u539f\\u53b3\\u5e7b\\u5f26\\u6e1b\\u6e90\\u7384\\u73fe\\u8a00\\u9650\\u500b\\u53e4\\u547c\\u56fa\\u5b64\\u5df1\\u5eab\\u5f27\\u6238\\u6545\\u67af\\u6e56\"\n                        \"\\u8a87\\u96c7\\u9867\\u9f13\\u4e94\\u4e92\\u5348\\u5449\\u5a2f\\u5f8c\\u5fa1\\u609f\\u7881\\u8a9e\\u8aa4\\u8b77\\u4ea4\\u4faf\\u5019\\u5149\\u516c\\u529f\\u52b9\\u539a\\u53e3\\u5411\\u540e\\u5751\\u597d\\u5b54\\u5b5d\\u5de5\\u5de7\\u5e78\\u5e83\\u5eb7\\u6052\\u614c\\u6297\\u62d8\\u63a7\\u653b\\u66f4\\u6821\\u69cb\\u6c5f\\u6d2a\\u6e2f\\u6e9d\\u7532\\u7687\\u786c\\u7a3f\\u7d05\\u7d5e\\u7db1\\u8015\\u8003\\u80af\\u822a\\u8352\\u884c\\u8861\\u8b1b\\u8ca2\\u8cfc\\u90ca\\u9175\\u9271\\u92fc\\u964d\\u9805\\u9999\\u9ad8\\u525b\\u53f7\\u5408\\u62f7\\u8c6a\\u514b\\u523b\\u544a\\u56fd\\u7a40\\u9177\\u9ed2\\u7344\\u8170\\u9aa8\\u8fbc\\u4eca\\u56f0\\u58be\\u5a5a\\u6068\\u61c7\\u6606\\u6839\\u6df7\\u7d3a\\u9b42\\u4f50\\u5506\\u5de6\\u5dee\\u67fb\\u7802\\u8a50\\u9396\\u5ea7\\u50b5\\u50ac\\u518d\\u6700\\u59bb\\u5bb0\\u5f69\\u624d\\u63a1\\u683d\\u6b73\\u6e08\\u707d\\u7815\\u796d\\u658e\\u7d30\\u83dc\\u88c1\\u8f09\\u969b\\u5264\\u5728\\u6750\\u7f6a\\u8ca1\\u5742\\u54b2\\u5d0e\\u4f5c\\u524a\\u643e\\u6628\\u7b56\\u7d22\\u932f\\u685c\\u518a\\u5237\\u5bdf\\u64ae\\u64e6\\u672d\\u6bba\\u96d1\\u76bf\\u4e09\\u5098\\u53c2\\u5c71\\u60e8\\u6563\\u685f\\u7523\\u7b97\\u8695\\u8cdb\\u9178\\u66ab\\u6b8b\\u4ed5\"\n                        \"\\u4f3a\\u4f7f\\u523a\\u53f8\\u53f2\\u55e3\\u56db\\u58eb\\u59cb\\u59c9\\u59ff\\u5b50\\u5e02\\u5e2b\\u5fd7\\u601d\\u6307\\u652f\\u65bd\\u65e8\\u679d\\u6b62\\u6b7b\\u6c0f\\u7949\\u79c1\\u7cf8\\u7d19\\u7d2b\\u80a2\\u8102\\u81f3\\u8996\\u8a5e\\u8a69\\u8a66\\u8a8c\\u8aee\\u8cc7\\u8cdc\\u96cc\\u98fc\\u6b6f\\u4e8b\\u4f3c\\u4f8d\\u5150\\u5b57\\u5bfa\\u6148\\u6301\\u6642\\u6b21\\u6ecb\\u6cbb\\u74bd\\u78c1\\u793a\\u8033\\u81ea\\u8f9e\\u5f0f\\u8b58\\u8ef8\\u4e03\\u57f7\\u5931\\u5ba4\\u6e7f\\u6f06\\u75be\\u8cea\\u5b9f\\u829d\\u820e\\u5199\\u5c04\\u6368\\u8d66\\u659c\\u716e\\u793e\\u8005\\u8b1d\\u8eca\\u906e\\u86c7\\u90aa\\u501f\\u52fa\\u5c3a\\u7235\\u914c\\u91c8\\u82e5\\u5bc2\\u5f31\\u4e3b\\u53d6\\u5b88\\u624b\\u6731\\u6b8a\\u72e9\\u73e0\\u7a2e\\u8da3\\u9152\\u9996\\u5112\\u53d7\\u5bff\\u6388\\u6a39\\u9700\\u56da\\u53ce\\u5468\\u5b97\\u5c31\\u5dde\\u4fee\\u6101\\u62fe\\u79c0\\u79cb\\u7d42\\u7fd2\\u81ed\\u821f\\u8846\\u8972\\u9031\\u916c\\u96c6\\u919c\\u4f4f\\u5145\\u5341\\u5f93\\u67d4\\u6c41\\u6e0b\\u7363\\u7e26\\u91cd\\u9283\\u53d4\\u5bbf\\u6dd1\\u795d\\u7e2e\\u7c9b\\u587e\\u719f\\u51fa\\u8853\\u8ff0\\u4fca\\u6625\\u77ac\\u51c6\\u5faa\\u65ec\\u6b89\\u6e96\\u6f64\\u76fe\\u7d14\\u5de1\\u9075\"\n                        \"\\u9806\\u51e6\\u521d\\u6240\\u6691\\u5eb6\\u7dd2\\u7f72\\u66f8\\u8af8\\u52a9\\u53d9\\u5973\\u5e8f\\u5f90\\u9664\\u50b7\\u511f\\u52dd\\u5320\\u5347\\u53ec\\u5546\\u5531\\u5968\\u5bb5\\u5c06\\u5c0f\\u5c11\\u5c1a\\u5e8a\\u5f70\\u627f\\u6284\\u62db\\u638c\\u6607\\u662d\\u6676\\u677e\\u6cbc\\u6d88\\u6e09\\u713c\\u7126\\u7167\\u75c7\\u7701\\u785d\\u7901\\u7965\\u79f0\\u7ae0\\u7b11\\u7ca7\\u7d39\\u8096\\u885d\\u8a1f\\u8a3c\\u8a54\\u8a73\\u8c61\\u8cde\\u9418\\u969c\\u4e0a\\u4e08\\u4e57\\u5197\\u5270\\u57ce\\u5834\\u58cc\\u5b22\\u5e38\\u60c5\\u6761\\u6d44\\u72b6\\u7573\\u84b8\\u8b72\\u91b8\\u9320\\u5631\\u98fe\\u690d\\u6b96\\u7e54\\u8077\\u8272\\u89e6\\u98df\\u8fb1\\u4f38\\u4fe1\\u4fb5\\u5507\\u5a20\\u5bdd\\u5be9\\u5fc3\\u614e\\u632f\\u65b0\\u68ee\\u6d78\\u6df1\\u7533\\u771f\\u795e\\u7d33\\u81e3\\u85aa\\u89aa\\u8a3a\\u8eab\\u8f9b\\u9032\\u91dd\\u9707\\u4eba\\u4ec1\\u5203\\u5c0b\\u751a\\u5c3d\\u8fc5\\u9663\\u9162\\u56f3\\u5439\\u5782\\u5e25\\u63a8\\u6c34\\u708a\\u7761\\u7c8b\\u8870\\u9042\\u9154\\u9318\\u968f\\u9ac4\\u5d07\\u6570\\u67a2\\u636e\\u6749\\u6f84\\u5bf8\\u4e16\\u702c\\u755d\\u662f\\u5236\\u52e2\\u59d3\\u5f81\\u6027\\u6210\\u653f\\u6574\\u661f\\u6674\\u6b63\\u6e05\\u7272\\u751f\"\n                        \"\\u76db\\u7cbe\\u8056\\u58f0\\u88fd\\u897f\\u8aa0\\u8a93\\u8acb\\u901d\\u9752\\u9759\\u6589\\u7a0e\\u96bb\\u5e2d\\u60dc\\u65a5\\u6614\\u6790\\u77f3\\u7a4d\\u7c4d\\u7e3e\\u8cac\\u8d64\\u8de1\\u5207\\u62d9\\u63a5\\u6442\\u6298\\u8a2d\\u7a83\\u7bc0\\u8aac\\u96ea\\u7d76\\u820c\\u4ed9\\u5148\\u5343\\u5360\\u5ba3\\u5c02\\u5ddd\\u6226\\u6247\\u6813\\u6cc9\\u6d45\\u6d17\\u67d3\\u6f5c\\u65cb\\u7dda\\u7e4a\\u8239\\u85a6\\u8df5\\u9078\\u9077\\u92ad\\u9291\\u9bae\\u524d\\u5584\\u6f38\\u7136\\u5168\\u7985\\u7e55\\u5851\\u63aa\\u758e\\u790e\\u7956\\u79df\\u7c97\\u7d20\\u7d44\\u8a34\\u963b\\u50e7\\u5275\\u53cc\\u5009\\u55aa\\u58ee\\u594f\\u5c64\\u60f3\\u635c\\u6383\\u633f\\u64cd\\u65e9\\u66f9\\u5de3\\u69fd\\u71e5\\u4e89\\u76f8\\u7a93\\u7dcf\\u8349\\u8358\\u846c\\u85fb\\u88c5\\u8d70\\u9001\\u906d\\u971c\\u9a12\\u50cf\\u5897\\u618e\\u81d3\\u8535\\u8d08\\u9020\\u4fc3\\u5074\\u5247\\u5373\\u606f\\u675f\\u6e2c\\u8db3\\u901f\\u4fd7\\u5c5e\\u8cca\\u65cf\\u7d9a\\u5352\\u5b58\\u5b6b\\u5c0a\\u640d\\u6751\\u4ed6\\u591a\\u592a\\u5815\\u59a5\\u60f0\\u6253\\u99c4\\u4f53\\u5bfe\\u8010\\u5e2f\\u5f85\\u6020\\u614b\\u66ff\\u6cf0\\u6ede\\u80ce\\u888b\\u8cb8\\u9000\\u902e\\u968a\\u4ee3\\u53f0\\u5927\\u7b2c\\u984c\"\n                        \"\\u6edd\\u5353\\u5b85\\u629e\\u62d3\\u6ca2\\u6fef\\u8a17\\u6fc1\\u8afe\\u4f46\\u9054\\u596a\\u8131\\u68da\\u8c37\\u4e39\\u5358\\u5606\\u62c5\\u63a2\\u6de1\\u70ad\\u77ed\\u7aef\\u80c6\\u8a95\\u935b\\u56e3\\u58c7\\u5f3e\\u65ad\\u6696\\u6bb5\\u7537\\u8ac7\\u5024\\u77e5\\u5730\\u6065\\u6c60\\u75f4\\u7a1a\\u7f6e\\u81f4\\u9045\\u7bc9\\u755c\\u7af9\\u84c4\\u9010\\u79e9\\u7a92\\u8336\\u5ae1\\u7740\\u4e2d\\u4ef2\\u5b99\\u5fe0\\u62bd\\u663c\\u67f1\\u6ce8\\u866b\\u8877\\u92f3\\u99d0\\u8457\\u8caf\\u4e01\\u5146\\u5e33\\u5e81\\u5f14\\u5f35\\u5f6b\\u5fb4\\u61f2\\u6311\\u671d\\u6f6e\\u753a\\u773a\\u8074\\u8139\\u8178\\u8abf\\u8d85\\u8df3\\u9577\\u9802\\u9ce5\\u52c5\\u76f4\\u6715\\u6c88\\u73cd\\u8cc3\\u93ae\\u9673\\u6d25\\u589c\\u8ffd\\u75db\\u901a\\u585a\\u6f2c\\u576a\\u91e3\\u4ead\\u4f4e\\u505c\\u5075\\u8c9e\\u5448\\u5824\\u5b9a\\u5e1d\\u5e95\\u5ead\\u5ef7\\u5f1f\\u62b5\\u63d0\\u7a0b\\u7de0\\u8247\\u8a02\\u9013\\u90b8\\u6ce5\\u6458\\u6575\\u6ef4\\u7684\\u7b1b\\u9069\\u54f2\\u5fb9\\u64a4\\u8fed\\u9244\\u5178\\u5929\\u5c55\\u5e97\\u6dfb\\u8ee2\\u70b9\\u4f1d\\u6bbf\\u7530\\u96fb\\u5410\\u5857\\u5f92\\u6597\\u6e21\\u767b\\u9014\\u90fd\\u52aa\\u5ea6\\u571f\\u5974\\u6012\\u5012\\u515a\\u51ac\\u51cd\"\n                        \"\\u5200\\u5510\\u5854\\u5cf6\\u60bc\\u6295\\u642d\\u6771\\u6843\\u68df\\u76d7\\u6e6f\\u706f\\u5f53\\u75d8\\u7b49\\u7b54\\u7b52\\u7cd6\\u7d71\\u5230\\u8a0e\\u8b04\\u8c46\\u8e0f\\u9003\\u900f\\u9676\\u982d\\u9a30\\u95d8\\u50cd\\u52d5\\u540c\\u5802\\u5c0e\\u6d1e\\u7ae5\\u80f4\\u9053\\u9285\\u5ce0\\u533f\\u5f97\\u5fb3\\u7279\\u7763\\u7be4\\u6bd2\\u72ec\\u8aad\\u51f8\\u7a81\\u5c4a\\u5c6f\\u8c5a\\u66c7\\u920d\\u5185\\u7e04\\u5357\\u8edf\\u96e3\\u4e8c\\u5c3c\\u5f10\\u8089\\u65e5\\u4e73\\u5165\\u5982\\u5c3f\\u4efb\\u598a\\u5fcd\\u8a8d\\u5be7\\u732b\\u71b1\\u5e74\\u5ff5\\u71c3\\u7c98\\u60a9\\u6fc3\\u7d0d\\u80fd\\u8133\\u8fb2\\u628a\\u8987\\u6ce2\\u6d3e\\u7834\\u5a46\\u99ac\\u4ff3\\u5ec3\\u62dd\\u6392\\u6557\\u676f\\u80cc\\u80ba\\u8f29\\u914d\\u500d\\u57f9\\u5a92\\u6885\\u8cb7\\u58f2\\u8ce0\\u966a\\u4f2f\\u535a\\u62cd\\u6cca\\u767d\\u8236\\u8584\\u8feb\\u6f20\\u7206\\u7e1b\\u9ea6\\u7bb1\\u808c\\u7551\\u516b\\u9262\\u767a\\u9aea\\u4f10\\u7f70\\u629c\\u95a5\\u4f34\\u5224\\u534a\\u53cd\\u5e06\\u642c\\u677f\\u7248\\u72af\\u73ed\\u7554\\u7e41\\u822c\\u85e9\\u8ca9\\u7bc4\\u7169\\u9812\\u98ef\\u6669\\u756a\\u76e4\\u86ee\\u5351\\u5426\\u5983\\u5f7c\\u60b2\\u6249\\u6279\\u62ab\\u6bd4\\u6ccc\\u75b2\"\n                        \"\\u76ae\\u7891\\u79d8\\u7f77\\u80a5\\u88ab\\u8cbb\\u907f\\u975e\\u98db\\u5099\\u5c3e\\u5fae\\u7f8e\\u9f3b\\u5339\\u5fc5\\u7b46\\u59eb\\u767e\\u4ff5\\u6a19\\u6c37\\u6f02\\u7968\\u8868\\u8a55\\u63cf\\u75c5\\u79d2\\u82d7\\u54c1\\u6d5c\\u8ca7\\u8cd3\\u983b\\u654f\\u74f6\\u4e0d\\u4ed8\\u592b\\u5a66\\u5bcc\\u5e03\\u5e9c\\u6016\\u6276\\u6577\\u666e\\u6d6e\\u7236\\u7b26\\u8150\\u819a\\u8b5c\\u8ca0\\u8ce6\\u8d74\\u9644\\u4fae\\u6b66\\u821e\\u90e8\\u5c01\\u98a8\\u4f0f\\u526f\\u5fa9\\u5e45\\u670d\\u798f\\u8179\\u8907\\u8986\\u6255\\u6cb8\\u4ecf\\u7269\\u5206\\u5674\\u58b3\\u61a4\\u596e\\u7c89\\u7d1b\\u96f0\\u6587\\u805e\\u4e19\\u4f75\\u5175\\u5840\\u5e63\\u5e73\\u5f0a\\u67c4\\u4e26\\u9589\\u965b\\u7c73\\u58c1\\u7656\\u5225\\u504f\\u5909\\u7247\\u7de8\\u8fba\\u8fd4\\u904d\\u4fbf\\u52c9\\u5f01\\u4fdd\\u8217\\u6355\\u6b69\\u88dc\\u7a42\\u52df\\u5893\\u6155\\u66ae\\u6bcd\\u7c3f\\u5023\\u4ff8\\u5305\\u5831\\u5949\\u5b9d\\u5cf0\\u5d29\\u62b1\\u653e\\u65b9\\u6cd5\\u6ce1\\u7832\\u7e2b\\u80de\\u82b3\\u8912\\u8a2a\\u8c4a\\u90a6\\u98fd\\u4e4f\\u4ea1\\u508d\\u5256\\u574a\\u59a8\\u5e3d\\u5fd8\\u5fd9\\u623f\\u66b4\\u671b\\u67d0\\u68d2\\u5192\\u7d21\\u80aa\\u81a8\\u8b00\\u8cbf\\u9632\\u5317\\u50d5\\u58a8\"\n                        \"\\u64b2\\u6734\\u7267\\u6ca1\\u5800\\u5954\\u672c\\u7ffb\\u51e1\\u76c6\\u6469\\u78e8\\u9b54\\u9ebb\\u57cb\\u59b9\\u679a\\u6bce\\u5e55\\u819c\\u53c8\\u62b9\\u672b\\u7e6d\\u4e07\\u6162\\u6e80\\u6f2b\\u5473\\u672a\\u9b45\\u5cac\\u5bc6\\u8108\\u5999\\u6c11\\u7720\\u52d9\\u5922\\u7121\\u77db\\u9727\\u5a7f\\u5a18\\u540d\\u547d\\u660e\\u76df\\u8ff7\\u9298\\u9cf4\\u6ec5\\u514d\\u7dbf\\u9762\\u6a21\\u8302\\u5984\\u6bdb\\u731b\\u76f2\\u7db2\\u8017\\u6728\\u9ed9\\u76ee\\u623b\\u554f\\u7d0b\\u9580\\u5301\\u591c\\u91ce\\u77e2\\u5384\\u5f79\\u7d04\\u85ac\\u8a33\\u8e8d\\u67f3\\u6109\\u6cb9\\u7652\\u8aed\\u8f38\\u552f\\u512a\\u52c7\\u53cb\\u5e7d\\u60a0\\u6182\\u6709\\u7336\\u7531\\u88d5\\u8a98\\u904a\\u90f5\\u96c4\\u878d\\u5915\\u4e88\\u4f59\\u4e0e\\u8a89\\u9810\\u5e7c\\u5bb9\\u5eb8\\u63da\\u63fa\\u64c1\\u66dc\\u69d8\\u6d0b\\u6eb6\\u7528\\u7aaf\\u7f8a\\u8449\\u8981\\u8b21\\u8e0a\\u967d\\u990a\\u6291\\u6b32\\u6d74\\u7fcc\\u7ffc\\u7f85\\u88f8\\u6765\\u983c\\u96f7\\u7d61\\u843d\\u916a\\u4e71\\u5375\\u6b04\\u6feb\\u89a7\\u5229\\u540f\\u5c65\\u7406\\u75e2\\u88cf\\u91cc\\u96e2\\u9678\\u5f8b\\u7387\\u7acb\\u7565\\u6d41\\u7559\\u786b\\u7c92\\u9686\\u7adc\\u616e\\u65c5\\u865c\\u4e86\\u50da\\u4e21\\u5bee\"\n                        \"\\u6599\\u6dbc\\u731f\\u7642\\u7ce7\\u826f\\u91cf\\u9675\\u9818\\u529b\\u7dd1\\u502b\\u5398\\u6797\\u81e8\\u8f2a\\u96a3\\u5841\\u6d99\\u7d2f\\u985e\\u4ee4\\u4f8b\\u51b7\\u52b1\\u793c\\u9234\\u96b7\\u96f6\\u970a\\u9e97\\u9f62\\u66a6\\u6b74\\u5217\\u52a3\\u70c8\\u88c2\\u5ec9\\u604b\\u7df4\\u9023\\u932c\\u7089\\u8def\\u9732\\u52b4\\u5eca\\u6717\\u697c\\u6d6a\\u6f0f\\u8001\\u90ce\\u516d\\u9332\\u8ad6\\u548c\\u8a71\\u8cc4\\u60d1\\u67a0\\u6e7e\\u8155\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QCoreApplication.translate(\"MainWindow\", u\"\\u6f22\\u5b57\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u3072\\u3089\\u304c\\u306a\", None))\n        self.lineEdit_17.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u3042\\u3044\\u3046\\u3048\\u304a\\u304b\\u304d\\u304f\\u3051\\u3053\\u3055\\u3057\\u3059\\u305b\\u305d\\u305f\\u3061\\u3064\\u3066\\u3068\\u306a\\u306b\\u306c\\u306d\\u306e\\u306f\\u3072\\u3075\\u3078\\u307b\\u307e\\u307f\\u3080\\u3081\\u3082\\u3084\\u3086\\u3088\\u3089\\u308a\\u308b\\u308c\\u308d\\u308f\\u3092\\u3093\", None))\n        self.lineEdit_9.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u3090\\u3091\", None))\n        self.lineEdit_18.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u304c\\u304e\\u3050\\u3052\\u3054\\u3056\\u3058\\u305a\\u305c\\u305e\\u3060\\u3062\\u3065\\u3067\\u3069\\u3070\\u3073\\u3076\\u3079\\u307c\\u3071\\u3074\\u3077\\u307a\\u307d\", None))\n        self.lineEdit_10.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u3041\\u3043\\u3045\\u3047\\u3049\\u3063\\u3083\\u3085\\u3087\\u308e\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30ab\\u30bf\\u30ab\\u30ca\", None))\n        self.lineEdit_19.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30a2\\u30a4\\u30a6\\u30a8\\u30aa\\u30ab\\u30ad\\u30af\\u30b1\\u30b3\\u30b5\\u30b7\\u30b9\\u30bb\\u30bd\\u30bf\\u30c1\\u30c4\\u30c6\\u30c8\\u30ca\\u30cb\\u30cc\\u30cd\\u30ce\\u30cf\\u30d2\\u30d5\\u30d8\\u30db\\u30de\\u30df\\u30e0\\u30e1\\u30e2\\u30e4\\u30e6\\u30e8\\u30e9\\u30ea\\u30eb\\u30ec\\u30ed\\u30ef\\u30f2\\u30f3\", None))\n        self.lineEdit_11.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30f0\\u30f1\", None))\n        self.lineEdit_20.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30f4\\u30ac\\u30ae\\u30b0\\u30b2\\u30b4\\u30b6\\u30b8\\u30ba\\u30bc\\u30be\\u30c0\\u30c2\\u30c5\\u30c7\\u30c9\\u30d0\\u30d3\\u30d6\\u30d9\\u30dc\\u30d1\\u30d4\\u30d7\\u30da\\u30dd\", None))\n        self.lineEdit_12.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30a1\\u30a3\\u30a5\\u30a7\\u30a9\\u30f5\\u30f6\\u30c3\\u30e3\\u30e5\\u30e7\\u30ee\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_3), QCoreApplication.translate(\"MainWindow\", u\"\\u3072\\u3089\\u304c\\u306a \\u30ab\\u30bf\\u30ab\\u30ca\", None))\n        self.label_10.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5c0f\\u6587\\u5b57(\\u534a\\u89d2)\", None))\n        self.lineEdit_13.setText(QCoreApplication.translate(\"MainWindow\", u\"abcdefghijklmnopqrstuvwxyz\", None))\n        self.label_11.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5927\\u6587\\u5b57(\\u534a\\u89d2)\", None))\n        self.lineEdit_14.setText(QCoreApplication.translate(\"MainWindow\", u\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\", None))\n        self.label_12.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5c0f\\u6587\\u5b57(\\u5168\\u89d2)\", None))\n        self.lineEdit_15.setText(QCoreApplication.translate(\"MainWindow\", u\"\\uff41\\uff42\\uff43\\uff44\\uff45\\uff46\\uff47\\uff48\\uff49\\uff4a\\uff4b\\uff4c\\uff4d\\uff4e\\uff4f\\uff50\\uff51\\uff52\\uff53\\uff54\\uff55\\uff56\\uff57\\uff58\\uff59\\uff5a\", None))\n        self.label_13.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5927\\u6587\\u5b57(\\u5168\\u89d2)\", None))\n        self.lineEdit_16.setText(QCoreApplication.translate(\"MainWindow\", u\"\\uff21\\uff22\\uff23\\uff24\\uff25\\uff26\\uff27\\uff28\\uff29\\uff2a\\uff2b\\uff2c\\uff2d\\uff2e\\uff2f\\uff30\\uff31\\uff32\\uff33\\uff34\\uff35\\uff36\\uff37\\uff38\\uff39\\uff3a\", None))\n        self.label_15.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30ae\\u30ea\\u30b7\\u30e3\\u5c0f\\u6587\\u5b57\", None))\n        self.lineEdit_22.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u03b1\\u03b2\\u03b3\\u03b4\\u03b5\\u03b6\\u03b7\\u03b8\\u03b9\\u03ba\\u03bb\\u03bc\\u03bd\\u03be\\u03bf\\u03c0\\u03c1\\u03c3\\u03c4\\u03c5\\u03c6\\u03c7\\u03c8\\u03c9\", None))\n        self.label_14.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30ae\\u30ea\\u30b7\\u30e3\\u5927\\u6587\\u5b57\", None))\n        self.lineEdit_21.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u0391\\u0392\\u0393\\u0394\\u0395\\u0396\\u0397\\u0398\\u0399\\u039a\\u039b\\u039c\\u039d\\u039e\\u039f\\u03a0\\u03a1\\u03a3\\u03a4\\u03a5\\u03a6\\u03a7\\u03a8\\u03a9\", None))\n        self.label_16.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30eb\\u30fc\\u30f3\\u6587\\u5b57\", None))\n        self.lineEdit_23.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u16a0\\u16a2\\u16a6\\u16a8\\u16b1\\u16b2\\u16b7\\u16b9\\u16ba\\u16be\\u16c1\\u16c3\\u16c7\\u16c8\\u16c9\\u16ca\\u16cf\\u16d2\\u16d6\\u16d7\\u16da\\u16dc\\u16df\\u16de\", None))\n        self.label_20.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u53e4\\u30a4\\u30bf\\u30ea\\u30a2\\u6587\\u5b57\", None))\n        self.italy1LineEdit.setText(\"\")\n        self.italy2LineEdit.setText(\"\")\n        self.label_21.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30ea\\u30e5\\u30ad\\u30a2\\u6587\\u5b57\", None))\n        self.lycianLineEdit.setText(\"\")\n        self.label_22.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30d5\\u30a7\\u30cb\\u30ad\\u30a2\\u6587\\u5b57\", None))\n#if QT_CONFIG(tooltip)\n        self.phoenician1LineEdit.setToolTip(\"\")\n#endif // QT_CONFIG(tooltip)\n        self.phoenician1LineEdit.setText(\"\")\n        self.phoenician2LineEdit.setText(\"\")\n        self.label_23.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u53e4\\u4ee3\\u30da\\u30eb\\u30b7\\u30a2\\u6587\\u5b57\", None))\n        self.persian1LineEdit.setText(\"\")\n        self.persian2LineEdit.setText(\"\")\n        self.label_24.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30ad\\u30e5\\u30d7\\u30ed\\u30b9\\u6587\\u5b57\", None))\n        self.cypriotLineEdit.setText(\"\")\n        self.label_25.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u30b4\\u30fc\\u30c8\\u6587\\u5b57\", None))\n        self.gothicLineEdit.setText(\"\")\n        self.label_17.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u203b \\u5f8c\\u534a\\u306e\\u6587\\u5b57\\u306f Segoe UI Historic \\u3067\\u8868\\u793a\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_4), QCoreApplication.translate(\"MainWindow\", u\"\\u30a2\\u30eb\\u30d5\\u30a1\\u30d9\\u30c3\\u30c8\\u7b49\", None))\n        self.cuneiform1PlainTextEdit.setPlainText(\"\")\n        self.cuneiform2PlainTextEdit.setPlainText(\"\")\n        self.label_18.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u203bSegoe UI Historic \\u3067\\u8868\\u793a\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_5), QCoreApplication.translate(\"MainWindow\", u\"\\u6954\\u5f62\\u6587\\u5b57\", None))\n        self.hieroglyph1PlainTextEdit.setPlainText(\"\")\n        self.hieroglyph2PlainTextEdit.setPlainText(\"\")\n        self.label_19.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u203bSegoe UI Historic \\u3067\\u8868\\u793a\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_6), QCoreApplication.translate(\"MainWindow\", u\"\\u30d2\\u30a8\\u30ed\\u30b0\\u30ea\\u30d5\", None))\n        self.ma01LineEdit.setText(\"\")\n        self.ma02LineEdit.setText(\"\")\n        self.ma03LineEdit.setText(\"\")\n        self.ma04LineEdit.setText(\"\")\n        self.ma05LineEdit.setText(\"\")\n        self.label_26.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u203b\\u3000Segoe UI Symbol \\u3067\\u8868\\u793a\\u51fa\\u6765\\u307e\\u3059\\u3002\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_7), QCoreApplication.translate(\"MainWindow\", u\"\\u9ebb\\u96c0\", None))\n        self.cards01LineEdit.setText(\"\")\n        self.cards02LineEdit.setText(\"\")\n        self.cards03LineEdit.setText(\"\")\n        self.cards04LineEdit.setText(\"\")\n        self.cards05LineEdit.setText(\"\")\n        self.label_27.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u203b\\u3000Segoe UI Symbol \\u3067\\u8868\\u793a\\u51fa\\u6765\\u307e\\u3059\\u3002\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_8), QCoreApplication.translate(\"MainWindow\", u\"\\u30c8\\u30e9\\u30f3\\u30d7\", None))\n        self.alchemyPlainTextEdit.setPlainText(\"\")\n        self.label_28.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u203b\\u3000Segoe UI Symbol \\u3067\\u8868\\u793a\\u51fa\\u6765\\u307e\\u3059\\u3002\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_9), QCoreApplication.translate(\"MainWindow\", u\"\\u932c\\u91d1\\u8853\\u8a18\\u53f7\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/disk_cache/__init__.py",
    "content": "from .disk_cache import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/disk_cache/disk_cache.py",
    "content": "import sys\n\nfrom PySide6.QtCore import (\n    Qt,\n    QStringListModel,\n    QItemSelectionModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\n\nfrom rs.tool.disk_cache.disk_cache_ui import Ui_MainWindow\n\nAPP_NAME = 'DiskCache'\n\n\ndef select(v, names):\n    m: QStringListModel = v.model()\n    sm = v.selectionModel()\n    sm.clear()\n    ss = m.stringList()\n    for name in names:\n        if name in ss:\n            i = m.match(m.index(0, 0), Qt.DisplayRole, name)[0]\n            sm.setCurrentIndex(\n                i,\n                QItemSelectionModel.SelectionFlag.SelectCurrent | QItemSelectionModel.SelectionFlag.Rows\n            )\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(100, 430)\n\n        # list view\n        maker_m = QStringListModel()\n        maker_m.setStringList([\n            'Blue',\n            'Cyan',\n            'Green',\n            'Yellow',\n            'Red',\n            'Pink',\n            'Purple',\n            'Fuchsia',\n            'Rose',\n            'Lavender',\n            'Sky',\n            'Mint',\n            'Lemon',\n            'Sand',\n            'Cocoa',\n            'Cream',\n        ])\n        self.ui.markerListView.setModel(maker_m)\n        index_m = QStringListModel()\n        index_m.setStringList(p.pipe(\n            range(1, 21),\n            p.map(str),\n            list,\n        ))\n        self.ui.videoIndexListView.setModel(index_m)\n\n        # button\n        self.ui.cacheDragButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.cacheDragButton.render = True\n        self.ui.clearDragButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.clearDragButton.render = False\n\n        # event\n        self.ui.markerListView.selectionModel().selectionChanged.connect(self.set_color)\n        self.ui.videoIndexListView.selectionModel().selectionChanged.connect(self.set_indexes)\n\n        #\n        select(self.ui.markerListView, ['Blue'])\n        select(self.ui.videoIndexListView, ['1'])\n\n    def set_indexes(self):\n        v = self.ui.videoIndexListView\n        m: QStringListModel = v.model()\n        indexes = p.pipe(\n            v.selectionModel().selectedIndexes(),\n            p.map(m.data),\n            p.map(str),\n            list,\n        )\n        self.ui.cacheDragButton.indexes = indexes\n        self.ui.clearDragButton.indexes = indexes\n\n    def set_color(self):\n        color: str = ''\n        v = self.ui.markerListView\n        m: QStringListModel = v.model()\n        lst = v.selectionModel().selectedIndexes()\n        if len(lst) > 0:\n            color = m.data(lst[0])\n        self.ui.cacheDragButton.color = color\n        self.ui.clearDragButton.color = color\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/disk_cache/disk_cache.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>230</width>\n    <height>387</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n      <property name=\"spacing\">\n       <number>0</number>\n      </property>\n      <item>\n       <widget class=\"DragButton\" name=\"cacheDragButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>100</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string> cache</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_2\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeType\">\n         <enum>QSizePolicy::Fixed</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>10</width>\n          <height>10</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"DragButton\" name=\"clearDragButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>100</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string> clear</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>20</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QGroupBox\" name=\"groupBox\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Preferred\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"title\">\n         <string>marker</string>\n        </property>\n        <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n         <property name=\"leftMargin\">\n          <number>0</number>\n         </property>\n         <property name=\"topMargin\">\n          <number>0</number>\n         </property>\n         <property name=\"rightMargin\">\n          <number>0</number>\n         </property>\n         <property name=\"bottomMargin\">\n          <number>0</number>\n         </property>\n         <item>\n          <widget class=\"QListView\" name=\"markerListView\">\n           <property name=\"baseSize\">\n            <size>\n             <width>0</width>\n             <height>0</height>\n            </size>\n           </property>\n           <property name=\"editTriggers\">\n            <set>QAbstractItemView::NoEditTriggers</set>\n           </property>\n           <property name=\"selectionBehavior\">\n            <enum>QAbstractItemView::SelectRows</enum>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QGroupBox\" name=\"groupBox_2\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Preferred\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"title\">\n         <string>index</string>\n        </property>\n        <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n         <property name=\"leftMargin\">\n          <number>0</number>\n         </property>\n         <property name=\"topMargin\">\n          <number>0</number>\n         </property>\n         <property name=\"rightMargin\">\n          <number>0</number>\n         </property>\n         <property name=\"bottomMargin\">\n          <number>0</number>\n         </property>\n         <item>\n          <widget class=\"QListView\" name=\"videoIndexListView\">\n           <property name=\"sizePolicy\">\n            <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n             <horstretch>0</horstretch>\n             <verstretch>0</verstretch>\n            </sizepolicy>\n           </property>\n           <property name=\"baseSize\">\n            <size>\n             <width>0</width>\n             <height>0</height>\n            </size>\n           </property>\n           <property name=\"editTriggers\">\n            <set>QAbstractItemView::NoEditTriggers</set>\n           </property>\n           <property name=\"selectionMode\">\n            <enum>QAbstractItemView::ExtendedSelection</enum>\n           </property>\n           <property name=\"selectionBehavior\">\n            <enum>QAbstractItemView::SelectRows</enum>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>DragButton</class>\n   <extends>QPushButton</extends>\n   <header>rs.tool.disk_cache.drag_button</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/disk_cache/disk_cache_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'disk_cache.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QGroupBox, QHBoxLayout,\n    QListView, QMainWindow, QSizePolicy, QSpacerItem,\n    QVBoxLayout, QWidget)\n\nfrom rs.tool.disk_cache.drag_button import DragButton\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(230, 387)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_3 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.cacheDragButton = DragButton(self.centralwidget)\n        self.cacheDragButton.setObjectName(u\"cacheDragButton\")\n        self.cacheDragButton.setMinimumSize(QSize(100, 100))\n\n        self.horizontalLayout_2.addWidget(self.cacheDragButton)\n\n        self.horizontalSpacer_2 = QSpacerItem(10, 10, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout_2.addItem(self.horizontalSpacer_2)\n\n        self.clearDragButton = DragButton(self.centralwidget)\n        self.clearDragButton.setObjectName(u\"clearDragButton\")\n        self.clearDragButton.setMinimumSize(QSize(100, 100))\n\n        self.horizontalLayout_2.addWidget(self.clearDragButton)\n\n        self.horizontalSpacer = QSpacerItem(20, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_2.addItem(self.horizontalSpacer)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.groupBox = QGroupBox(self.centralwidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Preferred)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox.sizePolicy().hasHeightForWidth())\n        self.groupBox.setSizePolicy(sizePolicy)\n        self.verticalLayout = QVBoxLayout(self.groupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.verticalLayout.setContentsMargins(0, 0, 0, 0)\n        self.markerListView = QListView(self.groupBox)\n        self.markerListView.setObjectName(u\"markerListView\")\n        self.markerListView.setBaseSize(QSize(0, 0))\n        self.markerListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.markerListView.setSelectionBehavior(QAbstractItemView.SelectRows)\n\n        self.verticalLayout.addWidget(self.markerListView)\n\n\n        self.horizontalLayout.addWidget(self.groupBox)\n\n        self.groupBox_2 = QGroupBox(self.centralwidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Preferred)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy1)\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)\n        self.videoIndexListView = QListView(self.groupBox_2)\n        self.videoIndexListView.setObjectName(u\"videoIndexListView\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.videoIndexListView.sizePolicy().hasHeightForWidth())\n        self.videoIndexListView.setSizePolicy(sizePolicy2)\n        self.videoIndexListView.setBaseSize(QSize(0, 0))\n        self.videoIndexListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.videoIndexListView.setSelectionMode(QAbstractItemView.ExtendedSelection)\n        self.videoIndexListView.setSelectionBehavior(QAbstractItemView.SelectRows)\n\n        self.verticalLayout_2.addWidget(self.videoIndexListView)\n\n\n        self.horizontalLayout.addWidget(self.groupBox_2)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.cacheDragButton.setText(QCoreApplication.translate(\"MainWindow\", u\" cache\", None))\n        self.clearDragButton.setText(QCoreApplication.translate(\"MainWindow\", u\" clear\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"marker\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"index\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/disk_cache/drag_button.py",
    "content": "from pathlib import Path\n\nfrom PySide6.QtCore import (\n    QMimeData,\n    QSize,\n)\nfrom PySide6.QtGui import (\n    QDrag,\n    QIcon,\n)\nfrom PySide6.QtWidgets import QPushButton\n\nfrom rs.core import (\n    config,\n)\n\n\nclass DragButton(QPushButton):\n    def __init__(self, *arg, **kwarg):\n        super().__init__(*arg, **kwarg)\n        cmd_dir: Path = config.CONFIG_DIR.joinpath('DiskCache', 'Scripts')\n        cmd_dir.mkdir(parents=True, exist_ok=True)\n        self.cmd_file: Path = cmd_dir.joinpath('cmd.lua')\n        script_base_file: Path = config.ROOT_PATH.joinpath('data', 'app', 'DiskCache', 'script_base.txt')\n        self.script_base: str = script_base_file.read_text(encoding='utf-8')\n        # icon\n        icon_file = config.ROOT_PATH.joinpath('data', 'image', 'icon', 'dad.svg')\n        dad_icon = QIcon(str(icon_file))\n        self.setIcon(dad_icon)\n        self.setIconSize(QSize(40, 40))\n        #\n        self.render = True\n        self.color = ''\n        self.indexes = []\n\n    def mousePressEvent(self, e):\n        self.cmd_file.write_text(\n            '\\n'.join([\n                self.script_base,\n                'cache(',\n                '\\t\\t%s,' % str(self.render).lower(),\n                '\\t\\t\"%s\",' % self.color,\n                '\\t\\t{ % s}' % ', '.join(self.indexes),\n                ')\\n',\n            ]),\n            encoding='utf-8',\n        )\n        # Drag\n        m = QMimeData()\n        m.setUrls(['file:' + str(self.cmd_file).replace('\\\\', '/')])\n        drag = QDrag(self)\n        drag.setMimeData(m)\n        drag.exec_()\n"
  },
  {
    "path": "library/python/rs/tool/launcher.py",
    "content": "import json\nimport re\nimport sys\nfrom functools import partial\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtGui import (\n    QAction,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QPushButton,\n    QSizePolicy,\n    QSpacerItem,\n    QVBoxLayout,\n    QWidget,\n    QHBoxLayout,\n    QToolButton,\n    QMenu,\n    QMessageBox,\n)\n\nfrom rs.core import (\n    config,\n    lang,\n    pipe as p,\n    util,\n)\nfrom rs.gui import appearance\nfrom rs.gui.lang.lang import MainWindow as LangWindow\nfrom rs.gui.script_button import ScriptButton\n\nAPP_NAME = 'りぞりぷと'\nAPP_NAME_EN = 'RIZORIPUTO'\n__version__ = '2.8.5'\n\nMENU_JSON = config.ROOT_PATH.joinpath('data', 'app', 'launcher_menu.json')\n\nSS_DICT = {\n    'picture': appearance.ex_stylesheet,\n    'sound': appearance.in_stylesheet,\n    'utility': appearance.other_stylesheet,\n}\n\n\nclass MainWindow(QWidget):\n    def __init__(self):\n        super().__init__()\n        self.set_title()\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(180, 10)\n\n        # lang window\n        self.lang_window = LangWindow(self)\n\n        # button\n        self.option_button = QToolButton(self)\n        self.option_button.setText('⁝')\n        self.option_button.setToolTip('option')\n        self.option_button.setMinimumHeight(30)\n        self.option_button.setMinimumWidth(30)\n        self.option_button.setPopupMode(QToolButton.InstantPopup)\n        self.close_button = QPushButton('close', self)\n        self.close_button.setMinimumHeight(30)\n        self.close_button.setToolTip('close')\n        self.minimize_button = QToolButton(self)\n        self.minimize_button.setArrowType(Qt.DownArrow)\n        self.minimize_button.setMinimumHeight(30)\n        self.minimize_button.setMinimumWidth(30)\n        self.minimize_button.setToolTip('minimize')\n\n        # menu\n        lst = [\n            ('Lang', self.lang_window.show),\n        ]\n        menu = QMenu(self.option_button)\n        for x in lst:\n            act = QAction(x[0], self.option_button)\n            act.triggered.connect(x[1])\n            menu.addAction(act)\n        self.option_button.setMenu(menu)\n\n        # layout\n        lo = QVBoxLayout()\n        lo.setContentsMargins(5, 5, 5, 5)\n        # import json\n        for i in p.pipe(\n                MENU_JSON.read_text(encoding='utf-8'),\n                json.loads,\n                list,\n        ):\n            if util.IS_WIN:\n                if i['win'] is False:\n                    continue\n            elif util.IS_MAC:\n                if i['mac'] is False:\n                    continue\n            else:\n                if i['linux'] is False:\n                    continue\n            btn = ScriptButton(i['name'], script_path=Path(config.ROOT_PATH.joinpath(i['path'])))\n            btn.setMinimumHeight(40)\n            btn.setStyleSheet(SS_DICT[i['ss']])\n            lo.addWidget(btn)\n\n        lo.addItem(\n            QSpacerItem(10, 10, QSizePolicy.Minimum, QSizePolicy.Expanding)\n        )\n        lo2 = QHBoxLayout()\n        lo2.addWidget(self.option_button)\n        lo2.addWidget(self.minimize_button)\n        lo2.addWidget(self.close_button)\n        lo.addLayout(lo2)\n        self.setLayout(lo)\n        # event\n        self.close_button.clicked.connect(self.close)\n        self.minimize_button.clicked.connect(partial(self.setWindowState, Qt.WindowMinimized))\n        self.lang_window.ui.setButton.clicked.connect(self.set_title)\n\n        # check\n        if re.search(r'[ぁ-ん]+|[ァ-ヴー]+|[一-龠]+', str(config.ROOT_PATH)):\n            lang_code: lang.Code = lang.load()\n            comment = 'パスに日本語が含まれています。\\nツールを別の場所に移動してください。'\n            if lang_code == lang.Code.en:\n                comment = 'The path contains Japanese.\\nPlease move the tool to another location.'\n            QMessageBox.warning(\n                self,\n                'Warning',\n                f'{str(config.ROOT_PATH)}\\n\\n{comment}'\n            )\n\n    def set_title(self):\n        lang_code: lang.Code = lang.load()\n        title = '%s  其ノ%s' % (APP_NAME, __version__)\n        if lang_code == lang.Code.en:\n            title = '%s  %s' % (APP_NAME_EN, __version__)\n        self.setWindowTitle(title)\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/macro2group/__init__.py",
    "content": "from .macro2group import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/macro2group/macro2group.py",
    "content": "import sys\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QWidget,\n)\nfrom PySide6.QtGui import (\n    QKeySequence,\n    QShortcut,\n)\n\nfrom rs.core import (\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs.tool.macro2group.macro2group_ui import Ui_Form\n\nAPP_NAME = 'Macro2Group'\n\n\nclass Form(QWidget):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_Form()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(200, 200)\n        self.setAcceptDrops(True)\n        self.ui.label.setText('DROP AREA')\n\n        QShortcut(QKeySequence('Ctrl+V'), self, self.conv)\n\n    def conv(self):\n        clipboard = QApplication.clipboard()\n        setting = clipboard.text().replace('MacroOperator', 'GroupOperator')\n        clipboard.setText(setting)\n        self.ui.label.setText('DONE!')\n\n    def moveEvent(self, e):\n        self.ui.label.setText('DROP AREA')\n        super().moveEvent(e)\n\n    def leaveEvent(self, e):\n        self.ui.label.setText('DROP AREA')\n        super().leaveEvent(e)\n\n    def resizeEvent(self, e):\n        self.ui.label.setText('DROP AREA')\n        super().resizeEvent(e)\n\n    def dragEnterEvent(self, e):\n        self.ui.label.setText('DROP AREA')\n        mimeData = e.mimeData()\n\n        # for mimetype in mimeData.formats():\n        #     print('MIMEType:', mimetype)\n\n        if mimeData.hasUrls():\n            e.accept()\n        else:\n            e.ignore()\n\n    def dropEvent(self, e):\n        paths = p.pipe(\n            e.mimeData().urls(),\n            p.map(p.call.toLocalFile()),\n            p.map(Path),\n            p.filter(p.call.is_file()),\n            p.filter(lambda f: f.name.lower().endswith('.setting')),\n            p.map(str),\n            p.map(p.call.replace('\\\\', '/')),\n            list,\n            sorted,\n        )\n        if len(paths) > 0:\n            setting = Path(paths[0]).read_text(encoding='utf-8').replace('MacroOperator', 'GroupOperator')\n            clipboard = QApplication.clipboard()\n            clipboard.setText(setting)\n            self.ui.label.setText('DONE!')\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = Form()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/macro2group/macro2group.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>Form</class>\n <widget class=\"QWidget\" name=\"Form\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>187</width>\n    <height>137</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>Form</string>\n  </property>\n  <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n   <item>\n    <widget class=\"QLabel\" name=\"label\">\n     <property name=\"font\">\n      <font>\n       <family>Consolas</family>\n       <pointsize>22</pointsize>\n      </font>\n     </property>\n     <property name=\"text\">\n      <string>DROP AREA</string>\n     </property>\n     <property name=\"scaledContents\">\n      <bool>false</bool>\n     </property>\n     <property name=\"alignment\">\n      <set>Qt::AlignCenter</set>\n     </property>\n    </widget>\n   </item>\n  </layout>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/macro2group/macro2group_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'macro2group.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QLabel, QSizePolicy, QVBoxLayout,\n    QWidget)\n\nclass Ui_Form(object):\n    def setupUi(self, Form):\n        if not Form.objectName():\n            Form.setObjectName(u\"Form\")\n        Form.resize(187, 137)\n        self.verticalLayout = QVBoxLayout(Form)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.label = QLabel(Form)\n        self.label.setObjectName(u\"label\")\n        font = QFont()\n        font.setFamilies([u\"Consolas\"])\n        font.setPointSize(22)\n        self.label.setFont(font)\n        self.label.setScaledContents(False)\n        self.label.setAlignment(Qt.AlignCenter)\n\n        self.verticalLayout.addWidget(self.label)\n\n\n        self.retranslateUi(Form)\n\n        QMetaObject.connectSlotsByName(Form)\n    # setupUi\n\n    def retranslateUi(self, Form):\n        Form.setWindowTitle(QCoreApplication.translate(\"Form\", u\"Form\", None))\n        self.label.setText(QCoreApplication.translate(\"Form\", u\"DROP AREA\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/psd2exr/__init__.py",
    "content": "from .psd2exr import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/psd2exr/psd2exr.py",
    "content": "import dataclasses\nimport json\nimport sys\n\nfrom pathlib import Path\n\nimport OpenEXR\nimport numpy as np\nfrom psd_tools import PSDImage\nfrom psd_tools.constants import ChannelID\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n)\nfrom PySide6.QtGui import (\n    QColor,\n)\n\nimport pykakasi\n\nfrom rs.core import (\n    config,\n    util,\n)\nfrom rs.gui import (\n    appearance,\n    log,\n)\n\nfrom rs.tool.psd2exr.psd2exr_ui import Ui_MainWindow\n\nAPP_NAME = 'Psd2Exr'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    src_dir: str = ''\n\n\ndef rename_layer(layer, s):\n    if s == '':\n        s = layer.name\n    else:\n        s = s + '.' + layer.name\n    if layer.is_group():\n        for child in layer:\n            rename_layer(child, s)\n    else:\n        layer.name = s\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            # | Qt.WindowCloseButtonHint\n            # | Qt.WindowStaysOnTopHint\n        )\n        self.resize(600, 600)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # style sheet\n        self.ui.convertButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n\n        self.ui.srcToolButton.clicked.connect(self.srcToolButton_clicked)\n\n        self.ui.closeButton.clicked.connect(self.close)\n        self.ui.convertButton.clicked.connect(self.psd_layers_to_exr, Qt.QueuedConnection)\n\n        self.ui.actionOpen.triggered.connect(self.open)\n        self.ui.actionSave.triggered.connect(self.save)\n        self.ui.actionExit.triggered.connect(self.close)\n\n    def set_data(self, c: ConfigData):\n        self.ui.srcLineEdit.setText(c.src_dir)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.src_dir = self.ui.srcLineEdit.text()\n\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def open(self) -> None:\n        dir_path = Path(self.ui.srcLineEdit.text().strip()).parent\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Open File',\n            str(dir_path),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            if file_path.is_file():\n                c = self.get_data()\n                c.load(file_path)\n                self.set_data(c)\n\n    def save(self) -> None:\n        dir_path = Path(self.ui.srcLineEdit.text().strip()).parent\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            str(dir_path),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            c = self.get_data()\n            c.save(file_path)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n    def srcToolButton_clicked(self) -> None:\n        w = self.ui.srcLineEdit\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Select PSD File',\n            w.text(),\n            'PSD File (*.psd)',\n        )\n        if path != '':\n            w.setText(path)\n\n    def get_layer_info(self, group):\n        kakasi = pykakasi.kakasi()\n        kakasi.setMode('H', 'a')\n        kakasi.setMode('K', 'a')\n        kakasi.setMode('J', 'a')\n        conversion = kakasi.getConverter()\n        dct = {}\n        for layer in group:\n            layer_name: str = layer.name\n            layer_name_en = ''.join(filter(str.isalnum, conversion.do(layer_name)))\n            if len(layer_name_en) == 0:\n                layer_name_en = ''.join(filter(lambda s: s not in '!@#$%^&*()-=+\\\\|`~[]{};\\':\",./<>?', layer_name))\n            if len(layer_name_en) == 0:\n                layer_name_en = 'none'\n            _dct = {\n                'name_en': layer_name_en,\n                'visible': layer.is_visible(),\n            }\n            if layer.is_group():\n                _dct['data'] = self.get_layer_info(layer)\n            dct[layer_name] = _dct\n        return dct\n\n    def psd_layers_to_exr(self):\n        \"\"\"\n        PSDの各レイヤーをEXRのマルチパートとして保存する\n        \"\"\"\n        self.ui.logTextEdit.clear()\n\n        self.add2log('Start PSD to EXR conversion...')\n\n        data = self.get_data()\n\n        psd_file = Path(data.src_dir.strip())\n        if not psd_file.is_file():\n            self.add2log(\n                '[ERROR]PSD file not found.'\n                , log.ERROR_COLOR)\n            return\n        output_exr_file = psd_file.with_suffix('.exr')\n        info_file = psd_file.with_suffix('.info.json')\n\n        # PSDファイルを読み込む\n        psd = PSDImage.open(psd_file)\n\n        # キャンバスの解像度を取得\n        canvas_width, canvas_height = psd.size\n\n        # 色深度\n        color_depth = psd.depth\n        if color_depth not in [8, ]:\n            self.add2log(\n                f\"[ERROR]Unsupported color depth: {color_depth}. Only 8 bits are supported.\",\n                log.ERROR_COLOR,\n            )\n            return\n\n        # rename layers\n        for layer in psd:\n            if layer.is_group():\n                rename_layer(layer, '')\n\n        # レイヤー情報を収集\n        util.write_text(\n            info_file,\n            json.dumps(\n                {\n                    'Root': {\n                        'exr_file': str(output_exr_file).replace('\\\\', '/'),\n                        'data': self.get_layer_info(psd),\n                    },\n                },\n                indent=2,\n                ensure_ascii=False,\n            ),\n        )\n        self.add2log('Save JSON: %s' % str(info_file).replace('\\\\', '/'))\n\n        # グループレイヤーを解除\n        for layer in reversed(list(psd.descendants())):\n            if layer.is_group():\n                continue\n            layer.move_to_group(psd)\n\n        # グループレイヤーを削除\n        for layer in reversed(list(psd.descendants())):\n            if layer.is_group():\n                layer.delete_layer()\n\n        # rev\n        for layer in reversed(list(psd.descendants())):\n            layer.move_to_group(psd)\n\n        # レイヤーデータを収集\n        parts_data = []\n\n        for layer in psd:\n            if not layer.is_group():\n                # レイヤーのバウンディングボックスを取得\n                bbox = layer.bbox\n                layer_width = bbox[2] - bbox[0]\n                layer_height = bbox[3] - bbox[1]\n\n                if layer_width == 0 or layer_height == 0:\n                    continue  # サイズが0の場合はスキップ\n\n                # レイヤー名を取得\n                layer_name = layer.name.replace(\" \", \"_\").replace(\"/\", \"_\")  # 不正文字対策\n\n                # 各チャンネルのデータを取得\n                red = np.array(layer.topil(ChannelID.CHANNEL_0)) / 255.0\n                green = np.array(layer.topil(ChannelID.CHANNEL_1)) / 255.0\n                blue = np.array(layer.topil(ChannelID.CHANNEL_2)) / 255.0\n                alpha = np.array(layer.topil(ChannelID.TRANSPARENCY_MASK)) / 255.0\n\n                # チャンネルデータを準備\n                channels = {\n                    'R': (red * alpha).astype(np.float16),\n                    'G': (green * alpha).astype(np.float16),\n                    'B': (blue * alpha).astype(np.float16),\n                    'A': alpha.astype(np.float16),\n                }\n\n                # header\n                header = {\n                    'name': layer_name,\n                    # 'compression': OpenEXR.RLE_COMPRESSION,\n                    # 'type': OpenEXR.scanlineimage,\n                    'dataWindow': (\n                        np.array([bbox[0], bbox[1]], dtype=np.int32),\n                        np.array([bbox[2] - 1, bbox[3] - 1], dtype=np.int32)\n                    ),\n                    'displayWindow': (\n                        np.array([0, 0], dtype=np.int32),\n                        np.array([canvas_width - 1, canvas_height - 1], dtype=np.int32)\n                    ),\n                }\n                # part\n                part = OpenEXR.Part(header, channels)\n\n                # パート情報を保存\n                parts_data.append(part)\n\n        if not parts_data:\n            self.add2log(\n                '[ERROR]No valid layers found in the PSD file.',\n                log.ERROR_COLOR\n            )\n            return\n        f = OpenEXR.File(parts_data)\n        f.write(str(output_exr_file))\n\n        self.add2log('Save EXR: %s' % str(output_exr_file).replace('\\\\', '/'))\n        self.add2log('')  # new line\n        # end\n        self.add2log('Done!')\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/psd2exr/psd2exr.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>526</width>\n    <height>401</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"settingGroupBox\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Maximum\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>Setting</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <item>\n        <layout class=\"QFormLayout\" name=\"formLayout\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_2\">\n           <property name=\"text\">\n            <string>PSD</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n           <property name=\"spacing\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QLineEdit\" name=\"srcLineEdit\"/>\n           </item>\n           <item>\n            <widget class=\"QToolButton\" name=\"srcToolButton\">\n             <property name=\"text\">\n              <string>...</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n        </layout>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"logGroupBox\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>Log</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"lineWrapMode\">\n          <enum>QTextEdit::LineWrapMode::NoWrap</enum>\n         </property>\n         <property name=\"readOnly\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Orientation::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"convertButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>convert</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menubar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>526</width>\n     <height>33</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuFile\">\n    <property name=\"title\">\n     <string>File</string>\n    </property>\n    <addaction name=\"actionOpen\"/>\n    <addaction name=\"actionSave\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionExit\"/>\n   </widget>\n   <addaction name=\"menuFile\"/>\n  </widget>\n  <action name=\"actionOpen\">\n   <property name=\"text\">\n    <string>Open</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+O</string>\n   </property>\n  </action>\n  <action name=\"actionSave\">\n   <property name=\"text\">\n    <string>Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+S</string>\n   </property>\n  </action>\n  <action name=\"actionExit\">\n   <property name=\"text\">\n    <string>Exit</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Q</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/psd2exr/psd2exr_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'psd2exr.ui'\n##\n## Created by: Qt User Interface Compiler version 6.9.1\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QApplication, QFormLayout, QGroupBox, QHBoxLayout,\n    QLabel, QLineEdit, QMainWindow, QMenu,\n    QMenuBar, QPushButton, QSizePolicy, QSpacerItem,\n    QTextEdit, QToolButton, QVBoxLayout, QWidget)\n\nfrom rs.gui.log import LogTextEdit\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(526, 401)\n        self.actionOpen = QAction(MainWindow)\n        self.actionOpen.setObjectName(u\"actionOpen\")\n        self.actionSave = QAction(MainWindow)\n        self.actionSave.setObjectName(u\"actionSave\")\n        self.actionExit = QAction(MainWindow)\n        self.actionExit.setObjectName(u\"actionExit\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_3 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.settingGroupBox = QGroupBox(self.centralwidget)\n        self.settingGroupBox.setObjectName(u\"settingGroupBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Maximum)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.settingGroupBox.sizePolicy().hasHeightForWidth())\n        self.settingGroupBox.setSizePolicy(sizePolicy)\n        self.verticalLayout_2 = QVBoxLayout(self.settingGroupBox)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label_2 = QLabel(self.settingGroupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(0, QFormLayout.ItemRole.LabelRole, self.label_2)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.srcLineEdit = QLineEdit(self.settingGroupBox)\n        self.srcLineEdit.setObjectName(u\"srcLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.srcLineEdit)\n\n        self.srcToolButton = QToolButton(self.settingGroupBox)\n        self.srcToolButton.setObjectName(u\"srcToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.srcToolButton)\n\n\n        self.formLayout.setLayout(0, QFormLayout.ItemRole.FieldRole, self.horizontalLayout_2)\n\n\n        self.verticalLayout_2.addLayout(self.formLayout)\n\n\n        self.verticalLayout_3.addWidget(self.settingGroupBox)\n\n        self.logGroupBox = QGroupBox(self.centralwidget)\n        self.logGroupBox.setObjectName(u\"logGroupBox\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.logGroupBox.sizePolicy().hasHeightForWidth())\n        self.logGroupBox.setSizePolicy(sizePolicy1)\n        self.verticalLayout = QVBoxLayout(self.logGroupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.logTextEdit = LogTextEdit(self.logGroupBox)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy2)\n        self.logTextEdit.setLineWrapMode(QTextEdit.LineWrapMode.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout.addWidget(self.logTextEdit)\n\n\n        self.verticalLayout_3.addWidget(self.logGroupBox)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer)\n\n        self.convertButton = QPushButton(self.centralwidget)\n        self.convertButton.setObjectName(u\"convertButton\")\n        self.convertButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_3.addWidget(self.convertButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_3.addWidget(self.closeButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_3)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menubar = QMenuBar(MainWindow)\n        self.menubar.setObjectName(u\"menubar\")\n        self.menubar.setGeometry(QRect(0, 0, 526, 33))\n        self.menuFile = QMenu(self.menubar)\n        self.menuFile.setObjectName(u\"menuFile\")\n        MainWindow.setMenuBar(self.menubar)\n\n        self.menubar.addAction(self.menuFile.menuAction())\n        self.menuFile.addAction(self.actionOpen)\n        self.menuFile.addAction(self.actionSave)\n        self.menuFile.addSeparator()\n        self.menuFile.addAction(self.actionExit)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionOpen.setText(QCoreApplication.translate(\"MainWindow\", u\"Open\", None))\n#if QT_CONFIG(shortcut)\n        self.actionOpen.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+O\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave.setText(QCoreApplication.translate(\"MainWindow\", u\"Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionExit.setText(QCoreApplication.translate(\"MainWindow\", u\"Exit\", None))\n#if QT_CONFIG(shortcut)\n        self.actionExit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Q\", None))\n#endif // QT_CONFIG(shortcut)\n        self.settingGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Setting\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"PSD\", None))\n        self.srcToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.logGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Log\", None))\n        self.convertButton.setText(QCoreApplication.translate(\"MainWindow\", u\"convert\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n        self.menuFile.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/psd_splitter/__init__.py",
    "content": "from .psd_splitter import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/psd_splitter/psd_spliter.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>588</width>\n    <height>537</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n    <item>\n     <widget class=\"QGroupBox\" name=\"settingGroupBox\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Maximum\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>設定</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n       <item>\n        <layout class=\"QFormLayout\" name=\"formLayout\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_2\">\n           <property name=\"text\">\n            <string>PSD</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n           <property name=\"spacing\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QLineEdit\" name=\"srcLineEdit\"/>\n           </item>\n           <item>\n            <widget class=\"QToolButton\" name=\"srcToolButton\">\n             <property name=\"text\">\n              <string>...</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n         <item row=\"1\" column=\"0\">\n          <widget class=\"QLabel\" name=\"destLabel\">\n           <property name=\"text\">\n            <string>出力先</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n           <property name=\"spacing\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QLineEdit\" name=\"dstLineEdit\"/>\n           </item>\n           <item>\n            <widget class=\"QToolButton\" name=\"dstToolButton\">\n             <property name=\"text\">\n              <string>...</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <widget class=\"QCheckBox\" name=\"useCp932CheckBox\">\n         <property name=\"text\">\n          <string>強制的に、文字コード cp932 を使う (文字化けする場合に使ってみて下さい。)</string>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QGroupBox\" name=\"logGroupBox\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"title\">\n       <string>ログ</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"lineWrapMode\">\n          <enum>QTextEdit::NoWrap</enum>\n         </property>\n         <property name=\"readOnly\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"splitButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>split</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menubar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>588</width>\n     <height>22</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuFile\">\n    <property name=\"title\">\n     <string>File</string>\n    </property>\n    <addaction name=\"actionOpen\"/>\n    <addaction name=\"actionSave\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionExit\"/>\n   </widget>\n   <addaction name=\"menuFile\"/>\n  </widget>\n  <action name=\"actionOpen\">\n   <property name=\"text\">\n    <string>Open</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+O</string>\n   </property>\n  </action>\n  <action name=\"actionSave\">\n   <property name=\"text\">\n    <string>Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+S</string>\n   </property>\n  </action>\n  <action name=\"actionExit\">\n   <property name=\"text\">\n    <string>Exit</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Q</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/psd_splitter/psd_spliter_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'psd_spliter.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QFormLayout, QGroupBox,\n    QHBoxLayout, QLabel, QLineEdit, QMainWindow,\n    QMenu, QMenuBar, QPushButton, QSizePolicy,\n    QSpacerItem, QTextEdit, QToolButton, QVBoxLayout,\n    QWidget)\n\nfrom rs.gui.log import LogTextEdit\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(588, 537)\n        self.actionOpen = QAction(MainWindow)\n        self.actionOpen.setObjectName(u\"actionOpen\")\n        self.actionSave = QAction(MainWindow)\n        self.actionSave.setObjectName(u\"actionSave\")\n        self.actionExit = QAction(MainWindow)\n        self.actionExit.setObjectName(u\"actionExit\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_3 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.settingGroupBox = QGroupBox(self.centralwidget)\n        self.settingGroupBox.setObjectName(u\"settingGroupBox\")\n        sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Maximum)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.settingGroupBox.sizePolicy().hasHeightForWidth())\n        self.settingGroupBox.setSizePolicy(sizePolicy)\n        self.verticalLayout_2 = QVBoxLayout(self.settingGroupBox)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label_2 = QLabel(self.settingGroupBox)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label_2)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.srcLineEdit = QLineEdit(self.settingGroupBox)\n        self.srcLineEdit.setObjectName(u\"srcLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.srcLineEdit)\n\n        self.srcToolButton = QToolButton(self.settingGroupBox)\n        self.srcToolButton.setObjectName(u\"srcToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.srcToolButton)\n\n\n        self.formLayout.setLayout(0, QFormLayout.FieldRole, self.horizontalLayout_2)\n\n        self.destLabel = QLabel(self.settingGroupBox)\n        self.destLabel.setObjectName(u\"destLabel\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.destLabel)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(0)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.dstLineEdit = QLineEdit(self.settingGroupBox)\n        self.dstLineEdit.setObjectName(u\"dstLineEdit\")\n\n        self.horizontalLayout.addWidget(self.dstLineEdit)\n\n        self.dstToolButton = QToolButton(self.settingGroupBox)\n        self.dstToolButton.setObjectName(u\"dstToolButton\")\n\n        self.horizontalLayout.addWidget(self.dstToolButton)\n\n\n        self.formLayout.setLayout(1, QFormLayout.FieldRole, self.horizontalLayout)\n\n\n        self.verticalLayout_2.addLayout(self.formLayout)\n\n        self.useCp932CheckBox = QCheckBox(self.settingGroupBox)\n        self.useCp932CheckBox.setObjectName(u\"useCp932CheckBox\")\n\n        self.verticalLayout_2.addWidget(self.useCp932CheckBox)\n\n\n        self.verticalLayout_3.addWidget(self.settingGroupBox)\n\n        self.logGroupBox = QGroupBox(self.centralwidget)\n        self.logGroupBox.setObjectName(u\"logGroupBox\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.logGroupBox.sizePolicy().hasHeightForWidth())\n        self.logGroupBox.setSizePolicy(sizePolicy1)\n        self.verticalLayout = QVBoxLayout(self.logGroupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.logTextEdit = LogTextEdit(self.logGroupBox)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy2)\n        self.logTextEdit.setLineWrapMode(QTextEdit.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout.addWidget(self.logTextEdit)\n\n\n        self.verticalLayout_3.addWidget(self.logGroupBox)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer)\n\n        self.splitButton = QPushButton(self.centralwidget)\n        self.splitButton.setObjectName(u\"splitButton\")\n        self.splitButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_3.addWidget(self.splitButton)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_3.addWidget(self.closeButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_3)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menubar = QMenuBar(MainWindow)\n        self.menubar.setObjectName(u\"menubar\")\n        self.menubar.setGeometry(QRect(0, 0, 588, 22))\n        self.menuFile = QMenu(self.menubar)\n        self.menuFile.setObjectName(u\"menuFile\")\n        MainWindow.setMenuBar(self.menubar)\n\n        self.menubar.addAction(self.menuFile.menuAction())\n        self.menuFile.addAction(self.actionOpen)\n        self.menuFile.addAction(self.actionSave)\n        self.menuFile.addSeparator()\n        self.menuFile.addAction(self.actionExit)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionOpen.setText(QCoreApplication.translate(\"MainWindow\", u\"Open\", None))\n#if QT_CONFIG(shortcut)\n        self.actionOpen.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+O\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave.setText(QCoreApplication.translate(\"MainWindow\", u\"Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionExit.setText(QCoreApplication.translate(\"MainWindow\", u\"Exit\", None))\n#if QT_CONFIG(shortcut)\n        self.actionExit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Q\", None))\n#endif // QT_CONFIG(shortcut)\n        self.settingGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u8a2d\\u5b9a\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"PSD\", None))\n        self.srcToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.destLabel.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u51fa\\u529b\\u5148\", None))\n        self.dstToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.useCp932CheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5f37\\u5236\\u7684\\u306b\\u3001\\u6587\\u5b57\\u30b3\\u30fc\\u30c9 cp932 \\u3092\\u4f7f\\u3046 (\\u6587\\u5b57\\u5316\\u3051\\u3059\\u308b\\u5834\\u5408\\u306b\\u4f7f\\u3063\\u3066\\u307f\\u3066\\u4e0b\\u3055\\u3044\\u3002)\", None))\n        self.logGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30ed\\u30b0\", None))\n        self.splitButton.setText(QCoreApplication.translate(\"MainWindow\", u\"split\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n        self.menuFile.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/psd_splitter/psd_splitter.py",
    "content": "import dataclasses\nimport json\nimport sys\n\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n)\nfrom PySide6.QtGui import (\n    QColor,\n)\n\nfrom PIL import Image\nfrom psd_tools import PSDImage\nimport pykakasi\n\nfrom rs.core import (\n    config,\n    util, lang,\n)\nfrom rs.gui import (\n    appearance,\n    log,\n)\n\nfrom rs.tool.psd_splitter.psd_spliter_ui import Ui_MainWindow\n\nAPP_NAME = 'PsdSplitter'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    src_dir: str = ''\n    dst_dir: str = ''\n    use_cp932: bool = False\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            # | Qt.WindowCloseButtonHint\n            # | Qt.WindowStaysOnTopHint\n        )\n        self.resize(600, 600)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # translate\n        self.lang_code: lang.Code = lang.load()\n        self.translate()\n\n        # style sheet\n        self.ui.splitButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n\n        self.ui.srcToolButton.clicked.connect(self.srcToolButton_clicked)\n        self.ui.dstToolButton.clicked.connect(self.dstToolButton_clicked)\n\n        self.ui.closeButton.clicked.connect(self.close)\n        self.ui.splitButton.clicked.connect(self.split, Qt.QueuedConnection)\n\n        self.ui.actionOpen.triggered.connect(self.open)\n        self.ui.actionSave.triggered.connect(self.save)\n        self.ui.actionExit.triggered.connect(self.close)\n\n    def translate(self) -> None:\n        if self.lang_code == lang.Code.en:\n            self.ui.useCp932CheckBox.setText(\n                'Force use of cp932 charset '\n                '(try using this when Japanese characters are garbled.)'\n            )\n            self.ui.settingGroupBox.setTitle('Settings')\n            self.ui.logGroupBox.setTitle('Log')\n            self.ui.destLabel.setText('Destination Dir')\n\n    def set_data(self, c: ConfigData):\n        self.ui.srcLineEdit.setText(c.src_dir)\n        self.ui.dstLineEdit.setText(c.dst_dir)\n        self.ui.useCp932CheckBox.setChecked(c.use_cp932)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.src_dir = self.ui.srcLineEdit.text()\n        c.dst_dir = self.ui.dstLineEdit.text()\n        c.use_cp932 = self.ui.useCp932CheckBox.isChecked()\n\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def open(self) -> None:\n        dir_path = self.ui.dstLineEdit.text().strip()\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Open File',\n            dir_path,\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            if file_path.is_file():\n                c = self.get_data()\n                c.load(file_path)\n                self.set_data(c)\n\n    def save(self) -> None:\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            self.ui.dstLineEdit.text().strip(),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            c = self.get_data()\n            c.save(file_path)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n    def srcToolButton_clicked(self) -> None:\n        w = self.ui.srcLineEdit\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Select PSD File',\n            w.text(),\n            'PSD File (*.psd)',\n        )\n        if path != '':\n            w.setText(path)\n\n    def dstToolButton_clicked(self) -> None:\n        w = self.ui.dstLineEdit\n        path = QFileDialog.getExistingDirectory(\n            self,\n            'Select Directory',\n            w.text(),\n        )\n        if path != '':\n            w.setText(path)\n\n    def export_layer(self, size, d: Path, group):\n        kakasi = pykakasi.kakasi()\n        kakasi.setMode('H', 'a')\n        kakasi.setMode('K', 'a')\n        kakasi.setMode('J', 'a')\n        conversion = kakasi.getConverter()\n        lst = []\n        name_list = []\n        for layer in group:\n            layer_name: str = layer.name.strip()\n            name: str = layer_name.translate(str.maketrans('*\\\\/:?\"<>|', '-________', ''))\n            if name == '':\n                name = '_none_'\n            if name[-1].isdigit():\n                name += '_'\n\n            layer_name_en = ''.join(filter(str.isalnum, conversion.do(layer_name)))\n            if len(layer_name_en) == 0:\n                layer_name_en = ''.join(filter(lambda s: s not in '!@#$%^&*()-=+\\\\|`~[]{};\\':\",./<>?', layer_name))\n            if len(layer_name_en) == 0:\n                layer_name_en = 'none'\n\n            if layer.is_group():\n                grp_dir = d.joinpath(name)\n                grp_dir.mkdir(parents=True, exist_ok=True)\n                self.add2log('Mkdir: %s => %s' % (layer_name, str(grp_dir).replace('\\\\', '/')))\n                dct = {\n                    'name': layer_name,\n                    'name_en': layer_name_en,\n                    'visible': layer.is_visible(),\n                    'data': self.export_layer(size, grp_dir, layer),\n                }\n                lst.append(dct)\n            else:\n                layer_offset = layer.offset\n                layer_size = layer.size\n                data_window = [\n                    layer_offset[0],\n                    size[1] - (layer_offset[1] + layer_size[1] - 1),\n                    layer_offset[0] + layer_size[0] - 1,\n                    size[1] - layer_offset[1],\n                ]\n\n                img = Image.new(\"RGBA\", size, (0, 0, 0, 0))\n\n                if layer.topil() is not None:\n                    img.paste(layer.topil(), layer_offset)\n\n                if name in name_list:  # 重複チェック\n                    _tmp_name = name + '_'\n                    for i in range(100):\n                        if _tmp_name not in name_list:\n                            break\n                        _tmp_name = name + '_' + str(i) + '_'\n                    name = _tmp_name\n\n                img_path = d.joinpath(name + '.png')\n                img.save(img_path)\n                dct = {\n                    'name': layer_name,\n                    'name_en': layer_name_en,\n                    'visible': layer.is_visible(),\n                    'data': str(img_path).replace('\\\\', '/'),\n                    'data_window': data_window,\n                }\n                lst.append(dct)\n                name_list.append(name)\n                self.add2log('Export: %s => %s' % (dct['name'], dct['data']))\n        return lst\n\n    def split(self):\n        self.ui.logTextEdit.clear()\n\n        data = self.get_data()\n\n        # src directory check\n        src_text = data.src_dir.strip()\n        src_file: Path = Path(src_text)\n        if src_file.is_file() and src_text != '':\n            self.add2log('PSD: %s' % str(src_file))\n        else:\n            self.add2log(\n                '[ERROR]PSD file not found.'\n                if self.lang_code == lang.Code.en else\n                '[ERROR]PSDが存在しません。'\n                , log.ERROR_COLOR)\n            return\n\n        self.add2log('')  # new line\n\n        # dst directory check\n        dst_text = data.dst_dir.strip()\n        dst_dir: Path = Path(dst_text)\n        if dst_dir.is_dir() and dst_text != '':\n            self.add2log(\n                (\n                    'Destination Dir: %s'\n                    if self.lang_code == lang.Code.en else\n                    '出力先: %s'\n                ) % str(dst_dir)\n            )\n        else:\n            self.add2log(\n                '[ERROR]Output directory not found.'\n                if self.lang_code == lang.Code.en else\n                '[ERROR]出力先が存在しません。'\n                , log.ERROR_COLOR)\n            return\n\n        self.add2log('')  # new line\n        if not data.use_cp932:\n            psd = PSDImage.open(src_file)\n        else:\n            try:\n                psd = PSDImage.open(src_file, encoding='cp932')\n            except UnicodeDecodeError:\n                self.add2log(\n                    '[ERROR]Not encoded in CP932.'\n                    if self.lang_code == lang.Code.en else\n                    '[ERROR]CP932でエンコードされていません。'\n                    , log.ERROR_COLOR)\n                return\n        out_dir = dst_dir.joinpath(src_file.stem)\n        out_dir.mkdir(parents=True, exist_ok=True)\n        self.add2log('Mkdir: %s => %s' % (src_file.stem, str(out_dir).replace('\\\\', '/')))\n        json_path = out_dir.joinpath(src_file.stem + '.json')\n        util.write_text(\n            json_path,\n            json.dumps(\n                {\n                    'name': 'Root',\n                    'x': psd.size[0],\n                    'y': psd.size[1],\n                    'directory': str(out_dir).replace('\\\\', '/'),\n                    'data': self.export_layer(psd.size, out_dir, psd),\n                },\n                indent=2,\n                ensure_ascii=False,\n            ),\n        )\n        self.add2log('')  # new line\n        self.add2log('Save JSON: %s' % str(json_path).replace('\\\\', '/'))\n        self.add2log('')  # new line\n        # end\n        self.add2log('Done!')\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/resolve_launcher/__init__.py",
    "content": "from .resolve_launcher import (\n    run,\n    run_resolve,\n    run_fusion,\n)\n"
  },
  {
    "path": "library/python/rs/tool/resolve_launcher/drag_button.py",
    "content": "from pathlib import Path\n\nfrom PySide6.QtCore import (\n    QMimeData,\n    QSize,\n)\nfrom PySide6.QtGui import (\n    QDrag,\n    QIcon,\n)\nfrom PySide6.QtWidgets import QPushButton\n\nfrom rs.core import (\n    config,\n)\n\n\nclass DragButton(QPushButton):\n    def __init__(self, *arg, **kwarg):\n        super().__init__(*arg, **kwarg)\n        # icon\n        icon_file = config.ROOT_PATH.joinpath('data', 'image', 'icon', 'dad.svg')\n        dad_icon = QIcon(str(icon_file))\n        self.setIcon(dad_icon)\n        self.setIconSize(QSize(40, 40))\n        #\n        self.lua_file = None\n\n    def setLuaFile(self, path: Path):\n        self.lua_file = path\n\n    def mousePressEvent(self, e):\n        lua = self.lua_file\n        if lua is None or not lua.is_file():\n            return\n        # Drag\n        m = QMimeData()\n        m.setUrls(['file:' + str(lua).replace('\\\\', '/')])\n        drag = QDrag(self)\n        drag.setMimeData(m)\n        drag.exec_()\n"
  },
  {
    "path": "library/python/rs/tool/resolve_launcher/resolve_launcher.py",
    "content": "from functools import partial\n\nimport dataclasses\nimport sys\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n    QMessageBox,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    util,\n    lang,\n)\nfrom rs.core.app import (\n    Fusion,\n    Resolve,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs.tool.resolve_launcher.resolve_launcher_ui import Ui_MainWindow\n\nAPP_NAME = 'ResolveLauncher'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    fusion: Fusion = dataclasses.field(default_factory=Fusion)\n    resolve: Resolve = dataclasses.field(default_factory=Resolve)\n    do_close: bool = False\n\n\ndef run_app(app_name):\n    config_file = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n    c = ConfigData()\n    if config_file.is_file():\n        c.load(config_file)\n    if app_name == 'resolve':\n        app = c.resolve\n    elif app_name == 'fusion':\n        app = c.fusion\n    else:\n        return\n    if not Path(app.exe).exists():\n        run()\n        return\n    app.execute([])\n\n\ndef run_resolve():\n    run_app('resolve')\n\n\ndef run_fusion():\n    run_app('fusion')\n\n\nclass MainWindow(QMainWindow):\n\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(750, 100)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # translate\n        self.lang_code: lang.Code = lang.load()\n        self.translate()\n\n        # button\n        self.ui.dragButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.resolveButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.fusionButton.setStyleSheet(appearance.other_stylesheet)\n\n        self.ui.dragButton.lua_file = config.DATA_PATH.joinpath('app', 'ResolveLauncher', 'set_pathmap.lua')\n\n        # event\n        self.ui.fusionButton.clicked.connect(self.run_fusion)\n        self.ui.resolveButton.clicked.connect(self.run_resolve)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        if not util.IS_MAC:\n            self.ui.fusionToolButton.clicked.connect(partial(\n                self.toolButton_clicked,\n                self.ui.fusionLineEdit,\n                'Fusion.exe' if util.IS_WIN else 'Fusion'\n            ))\n            self.ui.resolveToolButton.clicked.connect(partial(\n                self.toolButton_clicked,\n                self.ui.resolveLineEdit,\n                'Resolve.exe' if util.IS_WIN else 'resolve'\n            ))\n        else:\n            self.ui.fusionToolButton.clicked.connect(partial(\n                self.toolButton_clicked_for_mac,\n                self.ui.fusionLineEdit,\n                'Fusion.app'\n            ))\n            self.ui.resolveToolButton.clicked.connect(partial(\n                self.toolButton_clicked_for_mac,\n                self.ui.resolveLineEdit,\n                'Davinci Resolve.app'\n            ))\n\n    def translate(self) -> None:\n        if self.lang_code == lang.Code.en:\n            self.ui.checkBox.setText('Auto close when starting DaVinciResolve or Fusion.')\n            self.ui.dragButton.setText('Setting')\n            self.ui.plainTextEdit.setPlainText('\\n'.join([\n                'If this is the first time starting from this tool, or if scripts does not appear in the menu',\n                'Drag and drop the left button to the DaVinci Resolve console.',\n                'Then $(RS_FUSION_USER_PATH) will be added to \"UserPaths:\" in Pathmap.',\n                'This will make scripts appear in the menu.',\n            ]))\n\n    def run_fusion(self):\n        c = self.get_data()\n        app = c.fusion\n        if not Path(app.exe).exists():\n            QMessageBox.warning(self, 'File Not Found:', '%s' % app.exe)\n            return\n        app.execute([])\n        if c.do_close:\n            self.close()\n\n    def run_resolve(self):\n        c = self.get_data()\n        app = c.resolve\n        if not Path(app.exe).exists():\n            QMessageBox.warning(self, 'File Not Found:', '%s' % app.exe)\n            return\n        app.execute([])\n        if c.do_close:\n            self.close()\n\n    def toolButton_clicked(self, w, name: str) -> None:\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Select %s' % name,\n            w.text(),\n            '%s(%s)' % (name, name),\n        )\n        if path != '':\n            w.setText(path)\n\n    def toolButton_clicked_for_mac(self, w, name: str) -> None:\n        path = QFileDialog.getExistingDirectory(\n            self,\n            'Select %s' % name,\n            w.text(),\n        )\n        if path != '':\n            w.setText(path)\n\n    @staticmethod\n    def new_config():\n        return ConfigData()\n\n    def set_data(self, c: ConfigData):\n        self.ui.fusionLineEdit.setText(c.fusion.exe.replace('\\\\', '/'))\n        self.ui.resolveLineEdit.setText(c.resolve.exe.replace('\\\\', '/'))\n        self.ui.checkBox.setChecked(c.do_close)\n\n    def get_data(self) -> ConfigData:\n        c = self.new_config()\n        c.fusion.exe = self.ui.fusionLineEdit.text()\n        c.resolve.exe = self.ui.resolveLineEdit.text()\n        c.do_close = self.ui.checkBox.isChecked()\n        return c\n\n    def load_config(self) -> None:\n        c = self.new_config()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/resolve_launcher/resolve_launcher.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>684</width>\n    <height>282</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <layout class=\"QGridLayout\" name=\"gridLayout\">\n      <item row=\"0\" column=\"0\">\n       <widget class=\"QLabel\" name=\"label_2\">\n        <property name=\"text\">\n         <string>Resolve</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"1\">\n       <widget class=\"QLineEdit\" name=\"resolveLineEdit\"/>\n      </item>\n      <item row=\"0\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"resolveToolButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"0\">\n       <widget class=\"QLabel\" name=\"label\">\n        <property name=\"text\">\n         <string>Fusion</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"1\">\n       <widget class=\"QLineEdit\" name=\"fusionLineEdit\"/>\n      </item>\n      <item row=\"1\" column=\"2\">\n       <widget class=\"QToolButton\" name=\"fusionToolButton\">\n        <property name=\"text\">\n         <string>...</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"QCheckBox\" name=\"checkBox\">\n      <property name=\"text\">\n       <string>DaVinciResolve または Fusion 起動時に自動で閉じる</string>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer_2\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeType\">\n       <enum>QSizePolicy::Fixed</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>20</width>\n        <height>10</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <spacer name=\"verticalSpacer\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <property name=\"sizeHint\" stdset=\"0\">\n       <size>\n        <width>653</width>\n        <height>10</height>\n       </size>\n      </property>\n     </spacer>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n      <item>\n       <widget class=\"DragButton\" name=\"dragButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>100</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>設定</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPlainTextEdit\" name=\"plainTextEdit\">\n        <property name=\"maximumSize\">\n         <size>\n          <width>16777215</width>\n          <height>100</height>\n         </size>\n        </property>\n        <property name=\"readOnly\">\n         <bool>true</bool>\n        </property>\n        <property name=\"plainText\">\n         <string>初回起動時、またはスクリプトがメニューに表示されない場合\n左の設定ボタンをDaVinci Resolveのコンソールへドラッグアンドドロップしてください。\nPath MapのUserPaths:へ$(RS_FUSION_USER_PATH)を追加します。\nこれでメニューにスクリプトが表示されます。</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <spacer name=\"horizontalSpacer_2\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"resolveButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Resolve</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"fusionButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Fusion</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeType\">\n         <enum>QSizePolicy::Fixed</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>20</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>100</width>\n          <height>40</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>DragButton</class>\n   <extends>QPushButton</extends>\n   <header>rs.tool.resolve_launcher.drag_button</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/resolve_launcher/resolve_launcher_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'resolve_launcher.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QGridLayout, QHBoxLayout,\n    QLabel, QLineEdit, QMainWindow, QPlainTextEdit,\n    QPushButton, QSizePolicy, QSpacerItem, QToolButton,\n    QVBoxLayout, QWidget)\n\nfrom rs.tool.resolve_launcher.drag_button import DragButton\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(684, 282)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.gridLayout = QGridLayout()\n        self.gridLayout.setObjectName(u\"gridLayout\")\n        self.label_2 = QLabel(self.centralwidget)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.gridLayout.addWidget(self.label_2, 0, 0, 1, 1)\n\n        self.resolveLineEdit = QLineEdit(self.centralwidget)\n        self.resolveLineEdit.setObjectName(u\"resolveLineEdit\")\n\n        self.gridLayout.addWidget(self.resolveLineEdit, 0, 1, 1, 1)\n\n        self.resolveToolButton = QToolButton(self.centralwidget)\n        self.resolveToolButton.setObjectName(u\"resolveToolButton\")\n\n        self.gridLayout.addWidget(self.resolveToolButton, 0, 2, 1, 1)\n\n        self.label = QLabel(self.centralwidget)\n        self.label.setObjectName(u\"label\")\n\n        self.gridLayout.addWidget(self.label, 1, 0, 1, 1)\n\n        self.fusionLineEdit = QLineEdit(self.centralwidget)\n        self.fusionLineEdit.setObjectName(u\"fusionLineEdit\")\n\n        self.gridLayout.addWidget(self.fusionLineEdit, 1, 1, 1, 1)\n\n        self.fusionToolButton = QToolButton(self.centralwidget)\n        self.fusionToolButton.setObjectName(u\"fusionToolButton\")\n\n        self.gridLayout.addWidget(self.fusionToolButton, 1, 2, 1, 1)\n\n\n        self.verticalLayout.addLayout(self.gridLayout)\n\n        self.checkBox = QCheckBox(self.centralwidget)\n        self.checkBox.setObjectName(u\"checkBox\")\n\n        self.verticalLayout.addWidget(self.checkBox)\n\n        self.verticalSpacer_2 = QSpacerItem(20, 10, QSizePolicy.Minimum, QSizePolicy.Fixed)\n\n        self.verticalLayout.addItem(self.verticalSpacer_2)\n\n        self.verticalSpacer = QSpacerItem(653, 10, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout.addItem(self.verticalSpacer)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.dragButton = DragButton(self.centralwidget)\n        self.dragButton.setObjectName(u\"dragButton\")\n        self.dragButton.setMinimumSize(QSize(100, 100))\n\n        self.horizontalLayout_2.addWidget(self.dragButton)\n\n        self.plainTextEdit = QPlainTextEdit(self.centralwidget)\n        self.plainTextEdit.setObjectName(u\"plainTextEdit\")\n        self.plainTextEdit.setMaximumSize(QSize(16777215, 100))\n        self.plainTextEdit.setReadOnly(True)\n\n        self.horizontalLayout_2.addWidget(self.plainTextEdit)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer_2)\n\n        self.resolveButton = QPushButton(self.centralwidget)\n        self.resolveButton.setObjectName(u\"resolveButton\")\n        self.resolveButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.resolveButton)\n\n        self.fusionButton = QPushButton(self.centralwidget)\n        self.fusionButton.setObjectName(u\"fusionButton\")\n        self.fusionButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.fusionButton)\n\n        self.horizontalSpacer = QSpacerItem(20, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Resolve\", None))\n        self.resolveToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Fusion\", None))\n        self.fusionToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.checkBox.setText(QCoreApplication.translate(\"MainWindow\", u\"DaVinciResolve \\u307e\\u305f\\u306f Fusion \\u8d77\\u52d5\\u6642\\u306b\\u81ea\\u52d5\\u3067\\u9589\\u3058\\u308b\", None))\n        self.dragButton.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u8a2d\\u5b9a\", None))\n        self.plainTextEdit.setPlainText(QCoreApplication.translate(\"MainWindow\", u\"\\u521d\\u56de\\u8d77\\u52d5\\u6642\\u3001\\u307e\\u305f\\u306f\\u30b9\\u30af\\u30ea\\u30d7\\u30c8\\u304c\\u30e1\\u30cb\\u30e5\\u30fc\\u306b\\u8868\\u793a\\u3055\\u308c\\u306a\\u3044\\u5834\\u5408\\n\"\n\"\\u5de6\\u306e\\u8a2d\\u5b9a\\u30dc\\u30bf\\u30f3\\u3092DaVinci Resolve\\u306e\\u30b3\\u30f3\\u30bd\\u30fc\\u30eb\\u3078\\u30c9\\u30e9\\u30c3\\u30b0\\u30a2\\u30f3\\u30c9\\u30c9\\u30ed\\u30c3\\u30d7\\u3057\\u3066\\u304f\\u3060\\u3055\\u3044\\u3002\\n\"\n\"Path Map\\u306eUserPaths:\\u3078$(RS_FUSION_USER_PATH)\\u3092\\u8ffd\\u52a0\\u3057\\u307e\\u3059\\u3002\\n\"\n\"\\u3053\\u308c\\u3067\\u30e1\\u30cb\\u30e5\\u30fc\\u306b\\u30b9\\u30af\\u30ea\\u30d7\\u30c8\\u304c\\u8868\\u793a\\u3055\\u308c\\u307e\\u3059\\u3002\", None))\n        self.resolveButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Resolve\", None))\n        self.fusionButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Fusion\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/script_launcher/__init__.py",
    "content": "from .script_launcher import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/script_launcher/preset_form/__init__.py",
    "content": "from .drag_button import (\n    DragButton,\n)\nfrom .preset_form import (\n    Form,\n)\n"
  },
  {
    "path": "library/python/rs/tool/script_launcher/preset_form/drag_button.py",
    "content": "from pathlib import Path\n\nfrom PySide6.QtCore import (\n    QMimeData,\n    QSize,\n)\nfrom PySide6.QtGui import (\n    QDrag,\n    QIcon,\n)\nfrom PySide6.QtWidgets import QPushButton\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\n\n\nclass DragButton(QPushButton):\n    def __init__(self, *arg, **kwarg):\n        super().__init__(*arg, **kwarg)\n        cmd_dir: Path = config.CONFIG_DIR.joinpath('ScriptLauncher', 'Scripts')\n        cmd_dir.mkdir(parents=True, exist_ok=True)\n        self.cmd_file: Path = cmd_dir.joinpath('Apply_cmd.lua')\n        script_base_file: Path = config.ROOT_PATH.joinpath('data', 'app', 'ScriptLauncher', 'script_base.txt')\n        self.script_base: str = script_base_file.read_text(encoding='utf-8')\n\n        # icon\n        icon_file = config.ROOT_PATH.joinpath('data', 'image', 'icon', 'dad.svg')\n        dad_icon = QIcon(str(icon_file))\n        self.setIcon(dad_icon)\n        self.setIconSize(QSize(40, 40))\n        #\n        self.filter_file = None\n        self.setting_file = None\n        self.track_index: int = 1\n\n    def setFilterFile(self, path):\n        self.filter_file = path\n\n    def setSettingFile(self, path):\n        self.setting_file = path\n\n    def setTrackIndex(self, index: int):\n        self.track_index = index\n\n    def mousePressEvent(self, e):\n        setting = self.setting_file\n        if setting is None or not setting.is_file():\n            return\n        filter_file = self.filter_file\n        filter_text = ''\n        if filter_file is not None and filter_file.is_file():\n            filter_text = p.pipe(\n                filter_file.read_text(encoding='utf-8'),\n                p.call.split('\\n'),\n                p.map(p.call.strip()),\n                p.filter(lambda s: s != ''),\n                p.map(lambda s: '        \"' + s + '\"'),\n                list,\n                ',\\n'.join,\n            )\n        r = self.script_base % (str(setting).replace('\\\\', '\\\\\\\\'), filter_text, self.track_index)\n        self.cmd_file.write_text(\n            r,\n            encoding='utf-8',\n        )\n        # Drag\n        m = QMimeData()\n        m.setUrls(['file:' + str(self.cmd_file).replace('\\\\', '/')])\n        drag = QDrag(self)\n        drag.setMimeData(m)\n        drag.exec_()\n"
  },
  {
    "path": "library/python/rs/tool/script_launcher/preset_form/filter.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>Form</class>\n <widget class=\"QWidget\" name=\"Form\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>458</width>\n    <height>472</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>Form</string>\n  </property>\n  <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n   <item>\n    <widget class=\"QPlainTextEdit\" name=\"textEdit\"/>\n   </item>\n   <item>\n    <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n     <item>\n      <spacer name=\"horizontalSpacer\">\n       <property name=\"orientation\">\n        <enum>Qt::Horizontal</enum>\n       </property>\n       <property name=\"sizeHint\" stdset=\"0\">\n        <size>\n         <width>40</width>\n         <height>20</height>\n        </size>\n       </property>\n      </spacer>\n     </item>\n     <item>\n      <widget class=\"QPushButton\" name=\"saveButton\">\n       <property name=\"text\">\n        <string>save</string>\n       </property>\n      </widget>\n     </item>\n     <item>\n      <widget class=\"QPushButton\" name=\"cancelButton\">\n       <property name=\"text\">\n        <string>cancel</string>\n       </property>\n      </widget>\n     </item>\n    </layout>\n   </item>\n  </layout>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/script_launcher/preset_form/filter_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'filter.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QHBoxLayout, QPlainTextEdit, QPushButton,\n    QSizePolicy, QSpacerItem, QVBoxLayout, QWidget)\n\nclass Ui_Form(object):\n    def setupUi(self, Form):\n        if not Form.objectName():\n            Form.setObjectName(u\"Form\")\n        Form.resize(458, 472)\n        self.verticalLayout = QVBoxLayout(Form)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.textEdit = QPlainTextEdit(Form)\n        self.textEdit.setObjectName(u\"textEdit\")\n\n        self.verticalLayout.addWidget(self.textEdit)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.saveButton = QPushButton(Form)\n        self.saveButton.setObjectName(u\"saveButton\")\n\n        self.horizontalLayout.addWidget(self.saveButton)\n\n        self.cancelButton = QPushButton(Form)\n        self.cancelButton.setObjectName(u\"cancelButton\")\n\n        self.horizontalLayout.addWidget(self.cancelButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n\n        self.retranslateUi(Form)\n\n        QMetaObject.connectSlotsByName(Form)\n    # setupUi\n\n    def retranslateUi(self, Form):\n        Form.setWindowTitle(QCoreApplication.translate(\"Form\", u\"Form\", None))\n        self.saveButton.setText(QCoreApplication.translate(\"Form\", u\"save\", None))\n        self.cancelButton.setText(QCoreApplication.translate(\"Form\", u\"cancel\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/script_launcher/preset_form/preset_form.py",
    "content": "import subprocess\nimport sys\nfrom functools import partial\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n    QItemSelectionModel,\n    QStringListModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QWidget,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs.tool.script_launcher.preset_form.filter_ui import Ui_Form as Filter_Ui\nfrom rs.tool.script_launcher.preset_form.preset_form_ui import Ui_Form\n\n\nclass FilterWindow(QWidget):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n\n        self.ui = Filter_Ui()\n        self.ui.setupUi(self)\n        self.setWindowFlags(\n            Qt.Tool\n            | Qt.WindowStaysOnTopHint\n        )\n        self.setWindowTitle('filter')\n        self.path = None\n\n        self.ui.saveButton.setStyleSheet(appearance.ex_stylesheet)\n        # event\n        self.ui.saveButton.clicked.connect(self.save_filter)\n        self.ui.cancelButton.clicked.connect(self.close)\n\n        #\n\n    def load_filter(self):\n        self.ui.textEdit.setPlainText(self.path.read_text(encoding='utf-8'))\n\n    def save_filter(self):\n        self.path.write_text(self.ui.textEdit.toPlainText(), encoding='utf-8')\n        self.close()\n\n    def set_path(self, path: Path):\n        if path.is_file():\n            self.path = path\n            self.setWindowTitle(self.path.name + ' (' + str(self.path) + ')')\n\n    def show(self):\n        if self.path.is_file():\n            self.load_filter()\n            super().show()\n\n\nclass Form(QWidget):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_Form()\n        self.ui.setupUi(self)\n        self.setWindowTitle('Preset')\n        self.setWindowFlags(\n            Qt.Tool\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(350, 400)\n\n        self.preset_path = config.ROOT_PATH.joinpath('Preset')\n\n        # window\n        self.filter_window = FilterWindow()\n\n        # listView\n        for v in [self.ui.dirListView, self.ui.fileListView, self.ui.filterListView]:\n            m = QStringListModel()\n            m.setStringList([])\n            v.setModel(m)\n        # button\n        self.ui.applyButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.addFilterButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.renameButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.editFilterButton.setStyleSheet(appearance.in_stylesheet)\n\n        # event\n        self.ui.dirListView.selectionModel().selectionChanged.connect(self.load_file_List)\n        self.ui.dirListView.selectionModel().selectionChanged.connect(self.load_filter_List)\n        self.ui.fileListView.selectionModel().selectionChanged.connect(self.update_setting_path)\n        self.ui.filterListView.selectionModel().selectionChanged.connect(self.update_text)\n        self.ui.filterListView.selectionModel().selectionChanged.connect(self.update_filter_path)\n        self.ui.trackIndexSpinBox.valueChanged.connect(self.update_track_index)\n        self.ui.addFilterButton.clicked.connect(self.add_filter)\n        self.ui.renameButton.clicked.connect(self.rename_filter)\n        self.ui.editFilterButton.clicked.connect(self.edit_filter)\n        self.ui.closeButton.clicked.connect(self.close)\n        self.ui.dirListView.doubleClicked.connect(partial(self.open_dir, self.preset_path))\n        self.ui.fileListView.doubleClicked.connect(self.open_file_dir)\n        self.ui.filterListView.doubleClicked.connect(self.open_filter_dir)\n\n        #\n        self.update_track_index()\n\n    def update_text(self):\n        name = ''\n        path = self.get_filter_path()\n        if not path is None:\n            name = path.stem if path.name != 'None' else ''\n        self.ui.filterNameLineEdit.setText(name)\n\n    def update_filter_path(self):\n        self.ui.applyButton.setFilterFile(self.get_filter_path())\n\n    def update_setting_path(self):\n        self.ui.applyButton.setSettingFile(self.get_file_path())\n\n    def update_track_index(self):\n        self.ui.applyButton.setTrackIndex(self.ui.trackIndexSpinBox.value())\n\n    def add_filter(self):\n        path = self.get_dir_path()\n        if path is None:\n            return\n        name = self.ui.filterNameLineEdit.text().strip()\n        ext = '.txt'\n        if name.lower().endswith(ext):\n            name = name[: -4]\n        if name == '':\n            return\n        dir_path = path.joinpath('').joinpath('Filter')\n        dir_path.mkdir(parents=True, exist_ok=True)\n        file_path = dir_path.joinpath(name + '.txt')\n        if not file_path.is_file():\n            file_path.write_text(\n                '',\n                encoding='utf-8',\n            )\n        self.load_filter_List()\n        self.select_by_name(self.ui.filterListView, name + ext)\n\n    def rename_filter(self):\n        org = self.get_filter_path()\n        path = self.get_dir_path()\n        if path is None or org is None:\n            return\n        name = self.ui.filterNameLineEdit.text().strip()\n        ext = '.txt'\n        if name.lower().endswith(ext):\n            name = name[: -4]\n        if name == '':\n            return\n        file_path = path.joinpath('Filter', name + '.txt')\n        if not file_path.is_file() and org.is_file():\n            org.rename(file_path)\n        self.load_filter_List()\n        self.select_by_name(self.ui.filterListView, name + ext)\n\n    def edit_filter(self):\n        path = self.get_filter_path()\n        if path is None:\n            return\n        if not path.is_file():\n            return\n        self.filter_window.set_path(path)\n        self.filter_window.show()\n\n    @staticmethod\n    def select_by_name(v, name):\n        m: QStringListModel = v.model()\n        sm = v.selectionModel()\n        ss = m.stringList()\n        if name in ss:\n            i = m.match(m.index(0, 0), Qt.DisplayRole, name)[0]\n            sm.setCurrentIndex(i, QItemSelectionModel.SelectionFlag.Clear\n                               | QItemSelectionModel.SelectionFlag.SelectCurrent\n                               | QItemSelectionModel.SelectionFlag.Rows)\n\n    def setting(self):\n        self.ui.filterNameLineEdit.setText('')\n        self.load_dir_List()\n\n    def load_dir_List(self):\n        path: Path = self.preset_path\n        v = self.ui.dirListView\n        m: QStringListModel = v.model()\n        sm = v.selectionModel()\n        old_selection = sm.selection()\n\n        wasBlocked = v.blockSignals(True)\n        p.pipe(\n            path.iterdir(),\n            p.filter(p.call.is_dir()),\n            p.map(p.get.name),\n            list,\n            sorted,\n            m.setStringList,\n        )\n        ss = m.stringList()\n        if len(ss) > 0:\n            i = m.match(m.index(0, 0), Qt.DisplayRole, ss[0])[0]\n            sm.setCurrentIndex(i, QItemSelectionModel.SelectionFlag.Clear\n                               | QItemSelectionModel.SelectionFlag.SelectCurrent\n                               | QItemSelectionModel.SelectionFlag.Rows)\n        v.blockSignals(wasBlocked)\n        new_selection = sm.selection()\n        sm.emitSelectionChanged(new_selection, old_selection)\n\n    def get_dir_path(self):\n        v = self.ui.dirListView\n        m: QStringListModel = v.model()\n        i = v.selectionModel().currentIndex()\n        s = m.data(i)\n        if s is not None:\n            return self.preset_path.joinpath(s)\n        return None\n\n    def load_file_List(self):\n        path = self.get_dir_path()\n        v = self.ui.fileListView\n        m: QStringListModel = v.model()\n        sm = v.selectionModel()\n        if path is None:\n            m.setStringList([])\n            return\n        p.pipe(\n            path.iterdir(),\n            p.filter(p.call.is_file()),\n            p.filter(lambda x: x.suffix.lower() == '.setting'),\n            p.map(p.get.name),\n            list,\n            sorted,\n            m.setStringList,\n        )\n        ss = m.stringList()\n        if len(ss) > 0:\n            i = m.match(m.index(0, 0), Qt.DisplayRole, ss[0])[0]\n            sm.setCurrentIndex(i, QItemSelectionModel.SelectionFlag.Clear\n                               | QItemSelectionModel.SelectionFlag.SelectCurrent\n                               | QItemSelectionModel.SelectionFlag.Rows)\n\n    def load_filter_List(self):\n        path = self.get_dir_path().joinpath('Filter')\n        v = self.ui.filterListView\n        m: QStringListModel = v.model()\n        sm = v.selectionModel()\n        if path is None or not path.is_dir():\n            m.setStringList(['None'])\n        else:\n            p.pipe(\n                path.iterdir(),\n                p.filter(p.call.is_file()),\n                p.filter(lambda x: x.suffix.lower() == '.txt'),\n                p.map(p.get.name),\n                list,\n                sorted,\n                lambda x: ['None'] + x,\n                m.setStringList,\n            )\n        ss = m.stringList()\n        if len(ss) > 0:\n            i = m.match(m.index(0, 0), Qt.DisplayRole, ss[0])[0]\n            sm.setCurrentIndex(i, QItemSelectionModel.SelectionFlag.Clear\n                               | QItemSelectionModel.SelectionFlag.SelectCurrent\n                               | QItemSelectionModel.SelectionFlag.Rows)\n\n    def get_file_path(self):\n        path = self.get_dir_path()\n        if path is None:\n            return None\n        v = self.ui.fileListView\n        m: QStringListModel = v.model()\n        i = v.selectionModel().currentIndex()\n        s = m.data(i)\n        if s is not None:\n            return path.joinpath(s)\n        return None\n\n    def get_filter_path(self):\n        path = self.get_dir_path()\n        if path is None:\n            return None\n        v = self.ui.filterListView\n        m: QStringListModel = v.model()\n        i = v.selectionModel().currentIndex()\n        s = m.data(i)\n        if s is not None:\n            return path.joinpath('Filter', s)\n        return None\n\n    def open_file_dir(self):\n        path = self.get_file_path()\n        if path is not None:\n            subprocess.Popen(['explorer', str(path.parent)])\n\n    def open_filter_dir(self):\n        path = self.get_filter_path()\n        if path is not None:\n            if path.parent.is_dir():\n                subprocess.Popen(['explorer', str(path.parent)])\n            else:\n                subprocess.Popen(['explorer', str(path.parent.parent)])\n\n    @staticmethod\n    def open_dir(path, _):\n        subprocess.Popen(['explorer', str(path)])\n\n    def show(self):\n        self.setting()\n        super().show()\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = Form()\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/script_launcher/preset_form/preset_form.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>Form</class>\n <widget class=\"QWidget\" name=\"Form\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>552</width>\n    <height>459</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>Form</string>\n  </property>\n  <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\n   <item>\n    <widget class=\"QSplitter\" name=\"splitter_2\">\n     <property name=\"orientation\">\n      <enum>Qt::Vertical</enum>\n     </property>\n     <widget class=\"QGroupBox\" name=\"groupBox\">\n      <property name=\"title\">\n       <string>Setting File</string>\n      </property>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n       <item>\n        <widget class=\"QSplitter\" name=\"splitter\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"orientation\">\n          <enum>Qt::Horizontal</enum>\n         </property>\n         <widget class=\"QListView\" name=\"dirListView\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"editTriggers\">\n           <set>QAbstractItemView::NoEditTriggers</set>\n          </property>\n         </widget>\n         <widget class=\"QListView\" name=\"fileListView\">\n          <property name=\"editTriggers\">\n           <set>QAbstractItemView::NoEditTriggers</set>\n          </property>\n         </widget>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n     <widget class=\"QWidget\" name=\"layoutWidget\">\n      <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n       <item>\n        <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n         <item>\n          <widget class=\"QGroupBox\" name=\"groupBox_3\">\n           <property name=\"title\">\n            <string/>\n           </property>\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n            <item>\n             <widget class=\"DragButton\" name=\"applyButton\">\n              <property name=\"minimumSize\">\n               <size>\n                <width>100</width>\n                <height>100</height>\n               </size>\n              </property>\n              <property name=\"text\">\n               <string> Apply</string>\n              </property>\n             </widget>\n            </item>\n            <item>\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n              <item>\n               <widget class=\"QLabel\" name=\"label\">\n                <property name=\"text\">\n                 <string>トラック番号</string>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <widget class=\"QSpinBox\" name=\"trackIndexSpinBox\">\n                <property name=\"minimum\">\n                 <number>1</number>\n                </property>\n                <property name=\"value\">\n                 <number>1</number>\n                </property>\n               </widget>\n              </item>\n             </layout>\n            </item>\n           </layout>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"verticalSpacer\">\n           <property name=\"orientation\">\n            <enum>Qt::Vertical</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>20</width>\n             <height>40</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"QPushButton\" name=\"closeButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>100</width>\n             <height>40</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string>close</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <widget class=\"QGroupBox\" name=\"groupBox_2\">\n         <property name=\"title\">\n          <string>Filter</string>\n         </property>\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n          <item>\n           <widget class=\"QListView\" name=\"filterListView\">\n            <property name=\"editTriggers\">\n             <set>QAbstractItemView::NoEditTriggers</set>\n            </property>\n           </widget>\n          </item>\n          <item>\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n            <item>\n             <widget class=\"QLineEdit\" name=\"filterNameLineEdit\"/>\n            </item>\n            <item>\n             <widget class=\"QPushButton\" name=\"addFilterButton\">\n              <property name=\"sizePolicy\">\n               <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n                <horstretch>0</horstretch>\n                <verstretch>0</verstretch>\n               </sizepolicy>\n              </property>\n              <property name=\"minimumSize\">\n               <size>\n                <width>0</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"maximumSize\">\n               <size>\n                <width>40</width>\n                <height>16777215</height>\n               </size>\n              </property>\n              <property name=\"text\">\n               <string>add</string>\n              </property>\n             </widget>\n            </item>\n            <item>\n             <widget class=\"QPushButton\" name=\"renameButton\">\n              <property name=\"sizePolicy\">\n               <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Fixed\">\n                <horstretch>0</horstretch>\n                <verstretch>0</verstretch>\n               </sizepolicy>\n              </property>\n              <property name=\"minimumSize\">\n               <size>\n                <width>40</width>\n                <height>0</height>\n               </size>\n              </property>\n              <property name=\"maximumSize\">\n               <size>\n                <width>70</width>\n                <height>16777215</height>\n               </size>\n              </property>\n              <property name=\"text\">\n               <string>rename</string>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </item>\n          <item>\n           <widget class=\"QPushButton\" name=\"editFilterButton\">\n            <property name=\"text\">\n             <string>edit</string>\n            </property>\n           </widget>\n          </item>\n         </layout>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </widget>\n   </item>\n  </layout>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>DragButton</class>\n   <extends>QPushButton</extends>\n   <header>rs.tool.script_launcher.preset_form.drag_button</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/script_launcher/preset_form/preset_form_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'preset_form.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QGroupBox, QHBoxLayout,\n    QLabel, QLineEdit, QListView, QPushButton,\n    QSizePolicy, QSpacerItem, QSpinBox, QSplitter,\n    QVBoxLayout, QWidget)\n\nfrom rs.tool.script_launcher.preset_form.drag_button import DragButton\n\nclass Ui_Form(object):\n    def setupUi(self, Form):\n        if not Form.objectName():\n            Form.setObjectName(u\"Form\")\n        Form.resize(552, 459)\n        self.verticalLayout_5 = QVBoxLayout(Form)\n        self.verticalLayout_5.setObjectName(u\"verticalLayout_5\")\n        self.splitter_2 = QSplitter(Form)\n        self.splitter_2.setObjectName(u\"splitter_2\")\n        self.splitter_2.setOrientation(Qt.Vertical)\n        self.groupBox = QGroupBox(self.splitter_2)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout_4 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.splitter = QSplitter(self.groupBox)\n        self.splitter.setObjectName(u\"splitter\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.splitter.sizePolicy().hasHeightForWidth())\n        self.splitter.setSizePolicy(sizePolicy)\n        self.splitter.setOrientation(Qt.Horizontal)\n        self.dirListView = QListView(self.splitter)\n        self.dirListView.setObjectName(u\"dirListView\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.dirListView.sizePolicy().hasHeightForWidth())\n        self.dirListView.setSizePolicy(sizePolicy1)\n        self.dirListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.splitter.addWidget(self.dirListView)\n        self.fileListView = QListView(self.splitter)\n        self.fileListView.setObjectName(u\"fileListView\")\n        self.fileListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n        self.splitter.addWidget(self.fileListView)\n\n        self.verticalLayout_4.addWidget(self.splitter)\n\n        self.splitter_2.addWidget(self.groupBox)\n        self.layoutWidget = QWidget(self.splitter_2)\n        self.layoutWidget.setObjectName(u\"layoutWidget\")\n        self.horizontalLayout_3 = QHBoxLayout(self.layoutWidget)\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)\n        self.verticalLayout_3 = QVBoxLayout()\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.groupBox_3 = QGroupBox(self.layoutWidget)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_3)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.applyButton = DragButton(self.groupBox_3)\n        self.applyButton.setObjectName(u\"applyButton\")\n        self.applyButton.setMinimumSize(QSize(100, 100))\n\n        self.verticalLayout_2.addWidget(self.applyButton)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.label = QLabel(self.groupBox_3)\n        self.label.setObjectName(u\"label\")\n\n        self.horizontalLayout_2.addWidget(self.label)\n\n        self.trackIndexSpinBox = QSpinBox(self.groupBox_3)\n        self.trackIndexSpinBox.setObjectName(u\"trackIndexSpinBox\")\n        self.trackIndexSpinBox.setMinimum(1)\n        self.trackIndexSpinBox.setValue(1)\n\n        self.horizontalLayout_2.addWidget(self.trackIndexSpinBox)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_2)\n\n\n        self.verticalLayout_3.addWidget(self.groupBox_3)\n\n        self.verticalSpacer = QSpacerItem(20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout_3.addItem(self.verticalSpacer)\n\n        self.closeButton = QPushButton(self.layoutWidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.verticalLayout_3.addWidget(self.closeButton)\n\n\n        self.horizontalLayout_3.addLayout(self.verticalLayout_3)\n\n        self.groupBox_2 = QGroupBox(self.layoutWidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        self.verticalLayout = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.filterListView = QListView(self.groupBox_2)\n        self.filterListView.setObjectName(u\"filterListView\")\n        self.filterListView.setEditTriggers(QAbstractItemView.NoEditTriggers)\n\n        self.verticalLayout.addWidget(self.filterListView)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.filterNameLineEdit = QLineEdit(self.groupBox_2)\n        self.filterNameLineEdit.setObjectName(u\"filterNameLineEdit\")\n\n        self.horizontalLayout.addWidget(self.filterNameLineEdit)\n\n        self.addFilterButton = QPushButton(self.groupBox_2)\n        self.addFilterButton.setObjectName(u\"addFilterButton\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.addFilterButton.sizePolicy().hasHeightForWidth())\n        self.addFilterButton.setSizePolicy(sizePolicy2)\n        self.addFilterButton.setMinimumSize(QSize(0, 0))\n        self.addFilterButton.setMaximumSize(QSize(40, 16777215))\n\n        self.horizontalLayout.addWidget(self.addFilterButton)\n\n        self.renameButton = QPushButton(self.groupBox_2)\n        self.renameButton.setObjectName(u\"renameButton\")\n        sizePolicy2.setHeightForWidth(self.renameButton.sizePolicy().hasHeightForWidth())\n        self.renameButton.setSizePolicy(sizePolicy2)\n        self.renameButton.setMinimumSize(QSize(40, 0))\n        self.renameButton.setMaximumSize(QSize(70, 16777215))\n\n        self.horizontalLayout.addWidget(self.renameButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        self.editFilterButton = QPushButton(self.groupBox_2)\n        self.editFilterButton.setObjectName(u\"editFilterButton\")\n\n        self.verticalLayout.addWidget(self.editFilterButton)\n\n\n        self.horizontalLayout_3.addWidget(self.groupBox_2)\n\n        self.splitter_2.addWidget(self.layoutWidget)\n\n        self.verticalLayout_5.addWidget(self.splitter_2)\n\n\n        self.retranslateUi(Form)\n\n        QMetaObject.connectSlotsByName(Form)\n    # setupUi\n\n    def retranslateUi(self, Form):\n        Form.setWindowTitle(QCoreApplication.translate(\"Form\", u\"Form\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"Form\", u\"Setting File\", None))\n        self.groupBox_3.setTitle(\"\")\n        self.applyButton.setText(QCoreApplication.translate(\"Form\", u\" Apply\", None))\n        self.label.setText(QCoreApplication.translate(\"Form\", u\"\\u30c8\\u30e9\\u30c3\\u30af\\u756a\\u53f7\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"Form\", u\"close\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"Form\", u\"Filter\", None))\n        self.addFilterButton.setText(QCoreApplication.translate(\"Form\", u\"add\", None))\n        self.renameButton.setText(QCoreApplication.translate(\"Form\", u\"rename\", None))\n        self.editFilterButton.setText(QCoreApplication.translate(\"Form\", u\"edit\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/script_launcher/script_launcher.py",
    "content": "import subprocess\nimport sys\nfrom functools import partial\n\nfrom PySide6.QtCore import (\n    QDir,\n    QFileSystemWatcher,\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileSystemModel,\n    QHeaderView,\n    QPushButton,\n    QSizePolicy,\n    QSpacerItem,\n    QTreeView,\n    QVBoxLayout,\n    QWidget,\n)\n\nfrom rs.core import (\n    config,\n)\nfrom rs.gui import appearance\nfrom rs.gui.frame_layout import Form as FrameLayout\nfrom rs.tool.script_launcher.preset_form.preset_form import Form as PresetForm\n\nAPP_NAME = 'ScriptLauncher'\n\n\nclass MainWindow(QWidget):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle('%s' % APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(300, 500)\n\n        self.comp_path = config.ROOT_PATH.joinpath('Scripts', 'Comp')\n        self.edit_path = config.ROOT_PATH.joinpath('Scripts', 'Edit')\n\n        # sub window\n        self.preset_window = PresetForm()\n        # button\n        self.open_button = QPushButton('open', self)\n        self.open_button.setMinimumHeight(30)\n        self.open_button.setStyleSheet(appearance.other_stylesheet)\n        self.close_button = QPushButton('close', self)\n        self.close_button.setMinimumHeight(40)\n\n        # tree view\n        self.compTreeView = QTreeView()\n        self.compTreeView.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        self.editTreeView = QTreeView()\n        self.editTreeView.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        for v in [self.compTreeView, self.editTreeView]:\n            model = QFileSystemModel()\n            model.setOption(QFileSystemModel.DontWatchForChanges)\n            model.setFilter(QDir.Files)\n            model.setNameFilters(['*.py', '*.py2', '*.py3', '*.lua'])\n            model.setNameFilterDisables(False)\n            v.setDragEnabled(True)\n            v.setModel(model)\n            v.setSortingEnabled(True)\n            v.sortByColumn(0, Qt.AscendingOrder)\n            v.setItemsExpandable(False)\n            v.setRootIsDecorated(False)\n            v.hideColumn(1)\n            v.hideColumn(2)\n            v.hideColumn(3)\n\n            # header\n            h = v.header()\n            h.setStretchLastSection(False)\n            h.setSectionResizeMode(0, QHeaderView.ResizeMode.Stretch)\n            h.setSectionResizeMode(1, QHeaderView.ResizeMode.ResizeToContents)\n            h.setSectionResizeMode(2, QHeaderView.ResizeMode.ResizeToContents)\n            h.setSectionResizeMode(3, QHeaderView.ResizeMode.ResizeToContents)\n            # h.setSortIndicator(0, Qt.SortOrder.DescendingOrder)\n\n        # watcher\n        self.comp_watcher = QFileSystemWatcher(self)\n        self.comp_watcher.directoryChanged.connect(self.comp_directory_changed)\n        self.set_tree_root(self.compTreeView, self.comp_watcher, self.comp_path)\n\n        self.edit_watcher = QFileSystemWatcher(self)\n        self.edit_watcher.directoryChanged.connect(self.edit_directory_changed)\n        self.set_tree_root(self.editTreeView, self.edit_watcher, self.edit_path)\n\n        # FrameLayout\n        preset_fl = FrameLayout()\n        preset_fl.setText('Preset')\n        preset_fl.setStyleSheetToTitle(appearance.other_stylesheet)\n        preset_lo = QVBoxLayout()\n        preset_lo.addWidget(self.open_button)\n        preset_fl.setLayout(preset_lo)\n\n        comp_fl = FrameLayout()\n        comp_fl.setText('Comp')\n        comp_fl.setStyleSheetToTitle(appearance.ex_stylesheet)\n        comp_lo = QVBoxLayout()\n        comp_lo.addWidget(self.compTreeView)\n        comp_fl.setLayout(comp_lo)\n\n        edit_fl = FrameLayout()\n        edit_fl.setText('Edit')\n        edit_fl.setStyleSheetToTitle(appearance.in_stylesheet)\n        edit_lo = QVBoxLayout()\n        edit_lo.addWidget(self.editTreeView)\n        edit_fl.setLayout(edit_lo)\n\n        # layout\n        lo = QVBoxLayout()\n        lo.setContentsMargins(5, 5, 5, 5)\n        lo.addWidget(preset_fl)\n        lo.addWidget(comp_fl)\n        lo.addWidget(edit_fl)\n\n        lo.addItem(\n            QSpacerItem(10, 10, QSizePolicy.Minimum, QSizePolicy.Expanding)\n        )\n        lo.addWidget(self.close_button)\n        self.setLayout(lo)\n\n        # event\n        self.compTreeView.doubleClicked.connect(partial(self.open_dir, self.comp_path))\n        self.editTreeView.doubleClicked.connect(partial(self.open_dir, self.edit_path))\n        self.open_button.clicked.connect(self.preset_window.show)\n        self.close_button.clicked.connect(self.close)\n\n    def comp_directory_changed(self, s):\n        self.reset_tree(self.compTreeView, self.comp_path)\n\n    def edit_directory_changed(self, s):\n        self.reset_tree(self.editTreeView, self.edit_path)\n\n    @staticmethod\n    def set_tree_root(v, w, path):\n        flag = path.is_dir()\n        v.setEnabled(flag)\n        if flag:\n            m = v.model()\n            _index = m.setRootPath(str(path))\n            v.setRootIndex(_index)\n            w.removePaths(w.directories())\n            w.removePaths(w.files())\n            w.addPath(str(path))\n\n    @staticmethod\n    def reset_tree(v, path):\n        model = v.model()\n        model.setRootPath(\"\")\n        model.setRootPath(str(path))\n\n    @staticmethod\n    def open_dir(path, _):\n        subprocess.Popen(['explorer', str(path)])\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    window = MainWindow()\n    window.show()\n    app.setStyle(\"Fusion\")\n\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/__init__.py",
    "content": ""
  },
  {
    "path": "library/python/rs/tool/text2wave/assistant_seika2wave/__init__.py",
    "content": "from .assistant_seika2wave import (\n    run,\n)"
  },
  {
    "path": "library/python/rs/tool/text2wave/assistant_seika2wave/assistant_seika2wave.py",
    "content": "import dataclasses\nimport sys\n\nfrom pathlib import Path\nfrom functools import partial\n\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QWidget,\n)\n\nfrom rs.core import (\n    config,\n)\nfrom rs.core.read_aloud import seika_say2\nfrom rs.gui import appearance\nfrom rs.tool.text2wave import base\nfrom rs.tool.text2wave.assistant_seika2wave.seika_say2_ui import Ui_Form\n\nAPP_NAME = 'AssistantSeika2wave'\n\n\n@dataclasses.dataclass\nclass ConfigData(base.ConfigData):\n    cmd: seika_say2.Data = dataclasses.field(default_factory=seika_say2.Data)\n\n\nclass SeikaSay2UI(QWidget):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_Form()\n        self.ui.setupUi(self)\n\n\nclass MainWindow(base.MainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n\n        self.setWindowTitle(APP_NAME)\n        self.resize(800, 600)\n        self.exe_name = seika_say2.EXE_NAME\n        self.template_dir = config.ROOT_PATH.joinpath('data', 'template', APP_NAME)\n        # label\n        self.ui.exeLabel.setText('%sの場所' % self.exe_name)\n\n        ss2_ui = SeikaSay2UI()\n        lo = self.ui.SettingLayout.addWidget(ss2_ui)\n        self.seika_say2_ui = ss2_ui.ui\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # event\n        self.seika_say2_ui.templateButton.clicked.connect(partial(self.open, is_template=True))\n\n    def new_config(self):\n        return ConfigData()\n\n    def set_data(self, c: ConfigData):\n        cmd_data = c.cmd\n\n        self.ui.exeLineEdit.setText(cmd_data.exe_path)\n\n        self.ui.outLineEdit.setText(c.out_dir)\n\n        self.seika_say2_ui.cidLineEdit.setText(cmd_data.cid)\n        self.seika_say2_ui.volumeLineEdit.setText(cmd_data.volume)\n        self.seika_say2_ui.speedLineEdit.setText(cmd_data.speed)\n        self.seika_say2_ui.pitchLineEdit.setText(cmd_data.pitch)\n        self.seika_say2_ui.alphaLineEdit.setText(cmd_data.alpha)\n        self.seika_say2_ui.intonationLineEdit.setText(cmd_data.intonation)\n        self.seika_say2_ui.emotion01LineEdit.setText(cmd_data.emotion01)\n        self.seika_say2_ui.emotion02LineEdit.setText(cmd_data.emotion02)\n\n        self.ui.plainTextEdit.setPlainText(cmd_data.text)\n\n    def get_data(self) -> ConfigData:\n        c = self.new_config()\n        cmd_data = c.cmd\n\n        cmd_data.exe_path = self.ui.exeLineEdit.text()\n\n        c.out_dir = self.ui.outLineEdit.text()\n\n        cmd_data.cid = self.seika_say2_ui.cidLineEdit.text()\n        cmd_data.volume = self.seika_say2_ui.volumeLineEdit.text()\n        cmd_data.speed = self.seika_say2_ui.speedLineEdit.text()\n        cmd_data.pitch = self.seika_say2_ui.pitchLineEdit.text()\n        cmd_data.alpha = self.seika_say2_ui.alphaLineEdit.text()\n        cmd_data.intonation = self.seika_say2_ui.intonationLineEdit.text()\n        cmd_data.emotion01 = self.seika_say2_ui.emotion01LineEdit.text()\n        cmd_data.emotion02 = self.seika_say2_ui.emotion02LineEdit.text()\n\n        cmd_data.text = self.ui.plainTextEdit.toPlainText()\n\n        return c\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/assistant_seika2wave/seika_say2.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>Form</class>\n <widget class=\"QWidget\" name=\"Form\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>200</width>\n    <height>230</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>Form</string>\n  </property>\n  <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n   <property name=\"leftMargin\">\n    <number>0</number>\n   </property>\n   <property name=\"topMargin\">\n    <number>0</number>\n   </property>\n   <property name=\"rightMargin\">\n    <number>0</number>\n   </property>\n   <property name=\"bottomMargin\">\n    <number>0</number>\n   </property>\n   <item>\n    <layout class=\"QFormLayout\" name=\"formLayout\">\n     <item row=\"0\" column=\"0\">\n      <widget class=\"QLabel\" name=\"label\">\n       <property name=\"text\">\n        <string>cid</string>\n       </property>\n      </widget>\n     </item>\n     <item row=\"0\" column=\"1\">\n      <widget class=\"QLineEdit\" name=\"cidLineEdit\"/>\n     </item>\n     <item row=\"1\" column=\"0\">\n      <widget class=\"QLabel\" name=\"label_3\">\n       <property name=\"text\">\n        <string>volume</string>\n       </property>\n      </widget>\n     </item>\n     <item row=\"1\" column=\"1\">\n      <widget class=\"QLineEdit\" name=\"volumeLineEdit\"/>\n     </item>\n     <item row=\"2\" column=\"0\">\n      <widget class=\"QLabel\" name=\"label_4\">\n       <property name=\"text\">\n        <string>speed</string>\n       </property>\n      </widget>\n     </item>\n     <item row=\"2\" column=\"1\">\n      <widget class=\"QLineEdit\" name=\"speedLineEdit\"/>\n     </item>\n     <item row=\"3\" column=\"0\">\n      <widget class=\"QLabel\" name=\"label_5\">\n       <property name=\"text\">\n        <string>pitch</string>\n       </property>\n      </widget>\n     </item>\n     <item row=\"3\" column=\"1\">\n      <widget class=\"QLineEdit\" name=\"pitchLineEdit\"/>\n     </item>\n     <item row=\"4\" column=\"0\">\n      <widget class=\"QLabel\" name=\"label_2\">\n       <property name=\"text\">\n        <string>alpha</string>\n       </property>\n      </widget>\n     </item>\n     <item row=\"4\" column=\"1\">\n      <widget class=\"QLineEdit\" name=\"alphaLineEdit\"/>\n     </item>\n     <item row=\"5\" column=\"0\">\n      <widget class=\"QLabel\" name=\"label_6\">\n       <property name=\"text\">\n        <string>intonation</string>\n       </property>\n      </widget>\n     </item>\n     <item row=\"5\" column=\"1\">\n      <widget class=\"QLineEdit\" name=\"intonationLineEdit\"/>\n     </item>\n     <item row=\"6\" column=\"0\">\n      <widget class=\"QLabel\" name=\"label_7\">\n       <property name=\"text\">\n        <string>emotion</string>\n       </property>\n      </widget>\n     </item>\n     <item row=\"6\" column=\"1\">\n      <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n       <item>\n        <widget class=\"QLineEdit\" name=\"emotion01LineEdit\"/>\n       </item>\n       <item>\n        <widget class=\"QLineEdit\" name=\"emotion02LineEdit\"/>\n       </item>\n      </layout>\n     </item>\n    </layout>\n   </item>\n   <item>\n    <spacer name=\"verticalSpacer\">\n     <property name=\"orientation\">\n      <enum>Qt::Vertical</enum>\n     </property>\n     <property name=\"sizeHint\" stdset=\"0\">\n      <size>\n       <width>20</width>\n       <height>3</height>\n      </size>\n     </property>\n    </spacer>\n   </item>\n   <item>\n    <widget class=\"QPushButton\" name=\"templateButton\">\n     <property name=\"minimumSize\">\n      <size>\n       <width>200</width>\n       <height>0</height>\n      </size>\n     </property>\n     <property name=\"text\">\n      <string>Template</string>\n     </property>\n    </widget>\n   </item>\n  </layout>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/assistant_seika2wave/seika_say2_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'seika_say2.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QFormLayout, QHBoxLayout, QLabel,\n    QLineEdit, QPushButton, QSizePolicy, QSpacerItem,\n    QVBoxLayout, QWidget)\n\nclass Ui_Form(object):\n    def setupUi(self, Form):\n        if not Form.objectName():\n            Form.setObjectName(u\"Form\")\n        Form.resize(200, 230)\n        self.verticalLayout = QVBoxLayout(Form)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.verticalLayout.setContentsMargins(0, 0, 0, 0)\n        self.formLayout = QFormLayout()\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(Form)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label)\n\n        self.cidLineEdit = QLineEdit(Form)\n        self.cidLineEdit.setObjectName(u\"cidLineEdit\")\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.cidLineEdit)\n\n        self.label_3 = QLabel(Form)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_3)\n\n        self.volumeLineEdit = QLineEdit(Form)\n        self.volumeLineEdit.setObjectName(u\"volumeLineEdit\")\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.volumeLineEdit)\n\n        self.label_4 = QLabel(Form)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.formLayout.setWidget(2, QFormLayout.LabelRole, self.label_4)\n\n        self.speedLineEdit = QLineEdit(Form)\n        self.speedLineEdit.setObjectName(u\"speedLineEdit\")\n\n        self.formLayout.setWidget(2, QFormLayout.FieldRole, self.speedLineEdit)\n\n        self.label_5 = QLabel(Form)\n        self.label_5.setObjectName(u\"label_5\")\n\n        self.formLayout.setWidget(3, QFormLayout.LabelRole, self.label_5)\n\n        self.pitchLineEdit = QLineEdit(Form)\n        self.pitchLineEdit.setObjectName(u\"pitchLineEdit\")\n\n        self.formLayout.setWidget(3, QFormLayout.FieldRole, self.pitchLineEdit)\n\n        self.label_2 = QLabel(Form)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout.setWidget(4, QFormLayout.LabelRole, self.label_2)\n\n        self.alphaLineEdit = QLineEdit(Form)\n        self.alphaLineEdit.setObjectName(u\"alphaLineEdit\")\n\n        self.formLayout.setWidget(4, QFormLayout.FieldRole, self.alphaLineEdit)\n\n        self.label_6 = QLabel(Form)\n        self.label_6.setObjectName(u\"label_6\")\n\n        self.formLayout.setWidget(5, QFormLayout.LabelRole, self.label_6)\n\n        self.intonationLineEdit = QLineEdit(Form)\n        self.intonationLineEdit.setObjectName(u\"intonationLineEdit\")\n\n        self.formLayout.setWidget(5, QFormLayout.FieldRole, self.intonationLineEdit)\n\n        self.label_7 = QLabel(Form)\n        self.label_7.setObjectName(u\"label_7\")\n\n        self.formLayout.setWidget(6, QFormLayout.LabelRole, self.label_7)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.emotion01LineEdit = QLineEdit(Form)\n        self.emotion01LineEdit.setObjectName(u\"emotion01LineEdit\")\n\n        self.horizontalLayout.addWidget(self.emotion01LineEdit)\n\n        self.emotion02LineEdit = QLineEdit(Form)\n        self.emotion02LineEdit.setObjectName(u\"emotion02LineEdit\")\n\n        self.horizontalLayout.addWidget(self.emotion02LineEdit)\n\n\n        self.formLayout.setLayout(6, QFormLayout.FieldRole, self.horizontalLayout)\n\n\n        self.verticalLayout.addLayout(self.formLayout)\n\n        self.verticalSpacer = QSpacerItem(20, 3, QSizePolicy.Minimum, QSizePolicy.Expanding)\n\n        self.verticalLayout.addItem(self.verticalSpacer)\n\n        self.templateButton = QPushButton(Form)\n        self.templateButton.setObjectName(u\"templateButton\")\n        self.templateButton.setMinimumSize(QSize(200, 0))\n\n        self.verticalLayout.addWidget(self.templateButton)\n\n\n        self.retranslateUi(Form)\n\n        QMetaObject.connectSlotsByName(Form)\n    # setupUi\n\n    def retranslateUi(self, Form):\n        Form.setWindowTitle(QCoreApplication.translate(\"Form\", u\"Form\", None))\n        self.label.setText(QCoreApplication.translate(\"Form\", u\"cid\", None))\n        self.label_3.setText(QCoreApplication.translate(\"Form\", u\"volume\", None))\n        self.label_4.setText(QCoreApplication.translate(\"Form\", u\"speed\", None))\n        self.label_5.setText(QCoreApplication.translate(\"Form\", u\"pitch\", None))\n        self.label_2.setText(QCoreApplication.translate(\"Form\", u\"alpha\", None))\n        self.label_6.setText(QCoreApplication.translate(\"Form\", u\"intonation\", None))\n        self.label_7.setText(QCoreApplication.translate(\"Form\", u\"emotion\", None))\n        self.templateButton.setText(QCoreApplication.translate(\"Form\", u\"Template\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/base/__init__.py",
    "content": "from .base import (\n    ConfigData,\n    MainWindow,\n)\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/base/base.py",
    "content": "import dataclasses\nimport json\nimport re\nimport sys\nimport soundfile\nimport subprocess\n\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n    QDir,\n    QItemSelectionModel,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QFileSystemModel,\n    QMainWindow,\n    QHeaderView,\n)\nfrom PySide6.QtGui import (\n    QColor,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    srt,\n)\nfrom rs.core.read_aloud import cmd as read_aloud_cmd\nfrom rs.gui import (\n    appearance,\n    log,\n)\nfrom rs.tool.text2wave.base.base_ui import Ui_MainWindow\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    out_dir: str = ''\n    cmd: read_aloud_cmd.Data = dataclasses.field(default_factory=read_aloud_cmd.Data)\n\n    def save_voice_template(self, path: Path) -> None:\n        dct = dataclasses.asdict(self)\n        del dct['out_dir']\n        cmd_data = dct['cmd']\n        for key in ['exe_path', 'text']:\n            del cmd_data[key]\n        path.write_text(\n            json.dumps(dct, indent=2),\n            encoding='utf-8',\n        )\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        # exe_name\n        self.exe_name = '*.exe'\n        self.template_dir = config.ROOT_PATH.joinpath('data', 'template')\n\n        # tree view\n        model = QFileSystemModel()\n        model.setFilter(QDir.Files)\n        model.setNameFilters(['*.wav', '*.srt'])\n        model.setNameFilterDisables(False)\n        v = self.ui.treeView\n        v.setModel(model)\n        v.setSortingEnabled(True)\n        v.sortByColumn(0, Qt.AscendingOrder)\n        v.setItemsExpandable(False)\n        v.setRootIsDecorated(False)\n        v.hideColumn(1)\n        v.hideColumn(2)\n\n        # header\n        h = v.header()\n        h.setStretchLastSection(False)\n        h.setSectionResizeMode(0, QHeaderView.ResizeMode.Stretch)\n        h.setSectionResizeMode(1, QHeaderView.ResizeMode.ResizeToContents)\n        h.setSectionResizeMode(2, QHeaderView.ResizeMode.ResizeToContents)\n        h.setSectionResizeMode(3, QHeaderView.ResizeMode.ResizeToContents)\n        h.setSortIndicator(3, Qt.SortOrder.DescendingOrder)\n\n        self.set_tree_root()\n\n        # style sheet\n        self.ui.exportButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n        self.ui.treeView.doubleClicked.connect(self.open_out_dir)\n\n        self.ui.exeToolButton.clicked.connect(self.exeToolButton_clicked)\n        self.ui.outToolButton.clicked.connect(self.outToolButton_clicked)\n\n        self.ui.closeButton.clicked.connect(self.close)\n        self.ui.exportButton.clicked.connect(self.export, Qt.QueuedConnection)\n\n        self.ui.outLineEdit.textChanged.connect(self.set_tree_root)\n\n        self.ui.actionOpen.triggered.connect(self.open)\n        self.ui.actionSave.triggered.connect(self.save)\n        self.ui.actionSave_Voice_Template.triggered.connect(self.save_voice_template)\n        self.ui.actionExit.triggered.connect(self.close)\n\n    def open_out_dir(self):\n        subprocess.Popen(['explorer', self.ui.outLineEdit.text().strip().replace('/', '\\\\')])\n\n    def set_tree_root(self):\n        path = Path(self.ui.outLineEdit.text())\n        f = path.is_dir()\n        v = self.ui.treeView\n        v.setEnabled(f)\n        if f:\n            m = v.model()\n            _index = m.setRootPath(str(path))\n            v.setRootIndex(_index)\n\n    def reset_tree(self):\n        model = self.ui.treeView.model()\n        model.setRootPath(\"\")\n        model.setRootPath(str(Path(self.ui.outLineEdit.text())))\n\n    def new_config(self):\n        return ConfigData()\n\n    def set_data(self, c: ConfigData):\n        self.ui.outLineEdit.setText(c.out_dir)\n\n    def get_data(self) -> ConfigData:\n        c = self.new_config()\n        c.out_dir = self.ui.outLineEdit.text()\n        return c\n\n    def load_config(self) -> None:\n        c = self.new_config()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def open(self, is_template=False) -> None:\n        dir_path = str(self.template_dir) if is_template else self.ui.outLineEdit.text().strip()\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Open File',\n            dir_path,\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            if file_path.is_file():\n                c = self.get_data()\n                c.load(file_path)\n                self.set_data(c)\n\n    def save(self) -> None:\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            self.ui.outLineEdit.text().strip(),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            c = self.get_data()\n            c.save(file_path)\n\n    def save_voice_template(self) -> None:\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save Voice Template',\n            str(self.template_dir),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            c = self.get_data()\n            c.save_voice_template(file_path)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n    def exeToolButton_clicked(self) -> None:\n        w = self.ui.exeLineEdit\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Select %s' % self.exe_name,\n            w.text(),\n            '%s(%s)' % (self.exe_name, self.exe_name),\n        )\n        if path != '':\n            w.setText(path)\n\n    def outToolButton_clicked(self) -> None:\n        w = self.ui.outLineEdit\n        path = QFileDialog.getExistingDirectory(\n            self,\n            'Select Directory',\n            w.text(),\n        )\n        if path != '':\n            w.setText(path)\n\n    def export_wave(self, path: Path) -> bool:\n        data = self.get_data()\n        cmd_data = data.cmd\n        cmd_data.export(path)\n        if path.is_file():\n            self.add2log('Export: %s' % str(path))\n            return True\n        else:\n            self.add2log('[ERROR]wav fileの書き出しに失敗しました。', log.ERROR_COLOR)\n        return False\n\n    def export(self) -> None:\n        self.ui.logTextEdit.clear()\n\n        data = self.get_data()\n        cmd_data = data.cmd\n\n        # exe check\n        exe: Path = Path(cmd_data.exe_path)\n        if exe.is_file():\n            self.add2log('%s: %s' % (self.exe_name, str(exe)))\n        else:\n            self.add2log('[ERROR]%sの設定に失敗しました。' % self.exe_name, log.ERROR_COLOR)\n            return\n\n        # out directory check\n        out_text = data.out_dir.strip()\n        out_dir: Path = Path(out_text)\n        if out_dir.is_dir() and out_text != '':\n            self.add2log('保存先: %s' % str(out_dir))\n        else:\n            self.add2log('[ERROR]保存先が存在しません。', log.ERROR_COLOR)\n            return\n\n        self.add2log('')  # new line\n\n        # name\n        name = p.pipe(\n            out_dir.iterdir(),\n            p.filter(p.call.is_file()),\n            p.map(lambda s: s.name.split('.')),\n            p.filter(lambda l: len(l) > 1 and l[0].isdigit()),\n            p.map(lambda l: int(l[0])),\n            list,\n            lambda xs: str(1 if len(xs) == 0 else max(xs) + 1).zfill(4),\n            lambda s: '%s.%s' % (s, cmd_data.cid) if hasattr(cmd_data, 'cid') else s,\n            lambda s: '%s.%s' % (s, re.sub(r'[\\\\/:*?\"<>|]+', '', cmd_data.text[:5])),\n            p.call.replace('\\n', ' '),\n        )\n\n        # export wav\n        wav_file = out_dir.joinpath(name + '.wav')\n\n        self.add2log('処理中(wav file)')\n        if not self.export_wave(wav_file):\n            return\n\n        self.add2log('')  # new line\n\n        # subtitles\n        self.add2log('処理中(srt file)')\n        srt_file = out_dir.joinpath(name + '.srt')\n\n        wave_data, samplerate = soundfile.read(str(wav_file))\n        _d: float = float(wave_data.shape[0]) / samplerate\n\n        srt_data = srt.Srt()\n        srt_data.subtitles.append(srt.Subtitle(0, _d, cmd_data.text))\n        srt_data.save(srt_file)\n        self.add2log('Export: %s' % str(srt_file))\n\n        self.add2log('')  # new line\n\n        # config file\n        self.add2log('設定保存(json file)')\n        json_file: Path = out_dir.joinpath(name + '.json')\n        data.save(json_file)\n        self.add2log('Export: %s' % str(json_file))\n\n        self.add2log('')  # new line\n        # end\n        self.add2log('Done!')\n\n        self.reset_tree()\n        tree = self.ui.treeView\n        model = tree.model()\n        wav_index = model.index(str(wav_file))\n        srt_index = model.index(str(srt_file))\n        sel = tree.selectionModel()\n        sel.clearSelection()\n        sel.select(wav_index, QItemSelectionModel.SelectionFlag.Select)\n        sel.select(srt_index, QItemSelectionModel.SelectionFlag.Select)\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/base/base.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>720</width>\n    <height>547</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n    <item>\n     <widget class=\"QSplitter\" name=\"splitter\">\n      <property name=\"orientation\">\n       <enum>Qt::Horizontal</enum>\n      </property>\n      <property name=\"opaqueResize\">\n       <bool>true</bool>\n      </property>\n      <widget class=\"QTreeView\" name=\"treeView\">\n       <property name=\"sizePolicy\">\n        <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n         <horstretch>0</horstretch>\n         <verstretch>0</verstretch>\n        </sizepolicy>\n       </property>\n       <property name=\"minimumSize\">\n        <size>\n         <width>350</width>\n         <height>0</height>\n        </size>\n       </property>\n       <property name=\"dragEnabled\">\n        <bool>true</bool>\n       </property>\n       <property name=\"selectionMode\">\n        <enum>QAbstractItemView::ExtendedSelection</enum>\n       </property>\n      </widget>\n      <widget class=\"QWidget\" name=\"layoutWidget\">\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n        <item>\n         <layout class=\"QFormLayout\" name=\"formLayout_2\">\n          <item row=\"0\" column=\"0\">\n           <widget class=\"QLabel\" name=\"exeLabel\">\n            <property name=\"text\">\n             <string>exeの場所</string>\n            </property>\n           </widget>\n          </item>\n          <item row=\"0\" column=\"1\">\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n            <property name=\"spacing\">\n             <number>0</number>\n            </property>\n            <item>\n             <widget class=\"QLineEdit\" name=\"exeLineEdit\"/>\n            </item>\n            <item>\n             <widget class=\"QToolButton\" name=\"exeToolButton\">\n              <property name=\"text\">\n               <string>...</string>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </item>\n          <item row=\"1\" column=\"1\">\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n            <property name=\"spacing\">\n             <number>0</number>\n            </property>\n            <item>\n             <widget class=\"QLineEdit\" name=\"outLineEdit\"/>\n            </item>\n            <item>\n             <widget class=\"QToolButton\" name=\"outToolButton\">\n              <property name=\"text\">\n               <string>...</string>\n              </property>\n             </widget>\n            </item>\n           </layout>\n          </item>\n          <item row=\"1\" column=\"0\">\n           <widget class=\"QLabel\" name=\"label_2\">\n            <property name=\"text\">\n             <string>保存ディレクトリ</string>\n            </property>\n           </widget>\n          </item>\n         </layout>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>0</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"title\">\n           <string>音声設定</string>\n          </property>\n          <layout class=\"QHBoxLayout\" name=\"SettingLayout\">\n           <item>\n            <widget class=\"QPlainTextEdit\" name=\"plainTextEdit\">\n             <property name=\"minimumSize\">\n              <size>\n               <width>250</width>\n               <height>0</height>\n              </size>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox_2\">\n          <property name=\"title\">\n           <string>ログ</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n           <item>\n            <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n             <property name=\"sizePolicy\">\n              <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n               <horstretch>0</horstretch>\n               <verstretch>0</verstretch>\n              </sizepolicy>\n             </property>\n             <property name=\"lineWrapMode\">\n              <enum>QTextEdit::NoWrap</enum>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n          <item>\n           <spacer name=\"horizontalSpacer\">\n            <property name=\"orientation\">\n             <enum>Qt::Horizontal</enum>\n            </property>\n            <property name=\"sizeHint\" stdset=\"0\">\n             <size>\n              <width>40</width>\n              <height>20</height>\n             </size>\n            </property>\n           </spacer>\n          </item>\n          <item>\n           <widget class=\"QPushButton\" name=\"exportButton\">\n            <property name=\"minimumSize\">\n             <size>\n              <width>100</width>\n              <height>40</height>\n             </size>\n            </property>\n            <property name=\"text\">\n             <string>export</string>\n            </property>\n           </widget>\n          </item>\n          <item>\n           <widget class=\"QPushButton\" name=\"closeButton\">\n            <property name=\"minimumSize\">\n             <size>\n              <width>100</width>\n              <height>40</height>\n             </size>\n            </property>\n            <property name=\"text\">\n             <string>close</string>\n            </property>\n           </widget>\n          </item>\n         </layout>\n        </item>\n       </layout>\n      </widget>\n     </widget>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menubar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>720</width>\n     <height>22</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuFile\">\n    <property name=\"title\">\n     <string>File</string>\n    </property>\n    <addaction name=\"actionOpen\"/>\n    <addaction name=\"actionSave\"/>\n    <addaction name=\"actionSave_Voice_Template\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionExit\"/>\n   </widget>\n   <addaction name=\"menuFile\"/>\n  </widget>\n  <action name=\"actionOpen\">\n   <property name=\"text\">\n    <string>Open</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+O</string>\n   </property>\n  </action>\n  <action name=\"actionSave\">\n   <property name=\"text\">\n    <string>Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+S</string>\n   </property>\n  </action>\n  <action name=\"actionExit\">\n   <property name=\"text\">\n    <string>Exit</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Q</string>\n   </property>\n  </action>\n  <action name=\"actionSave_Voice_Template\">\n   <property name=\"text\">\n    <string>Save Voice Template</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/base/base_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'base.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QFormLayout, QGroupBox,\n    QHBoxLayout, QHeaderView, QLabel, QLineEdit,\n    QMainWindow, QMenu, QMenuBar, QPlainTextEdit,\n    QPushButton, QSizePolicy, QSpacerItem, QSplitter,\n    QTextEdit, QToolButton, QTreeView, QVBoxLayout,\n    QWidget)\n\nfrom rs.gui.log import LogTextEdit\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(720, 547)\n        self.actionOpen = QAction(MainWindow)\n        self.actionOpen.setObjectName(u\"actionOpen\")\n        self.actionSave = QAction(MainWindow)\n        self.actionSave.setObjectName(u\"actionSave\")\n        self.actionExit = QAction(MainWindow)\n        self.actionExit.setObjectName(u\"actionExit\")\n        self.actionSave_Voice_Template = QAction(MainWindow)\n        self.actionSave_Voice_Template.setObjectName(u\"actionSave_Voice_Template\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_3 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.splitter = QSplitter(self.centralwidget)\n        self.splitter.setObjectName(u\"splitter\")\n        self.splitter.setOrientation(Qt.Horizontal)\n        self.splitter.setOpaqueResize(True)\n        self.treeView = QTreeView(self.splitter)\n        self.treeView.setObjectName(u\"treeView\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.treeView.sizePolicy().hasHeightForWidth())\n        self.treeView.setSizePolicy(sizePolicy)\n        self.treeView.setMinimumSize(QSize(350, 0))\n        self.treeView.setDragEnabled(True)\n        self.treeView.setSelectionMode(QAbstractItemView.ExtendedSelection)\n        self.splitter.addWidget(self.treeView)\n        self.layoutWidget = QWidget(self.splitter)\n        self.layoutWidget.setObjectName(u\"layoutWidget\")\n        self.verticalLayout_2 = QVBoxLayout(self.layoutWidget)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)\n        self.formLayout_2 = QFormLayout()\n        self.formLayout_2.setObjectName(u\"formLayout_2\")\n        self.exeLabel = QLabel(self.layoutWidget)\n        self.exeLabel.setObjectName(u\"exeLabel\")\n\n        self.formLayout_2.setWidget(0, QFormLayout.LabelRole, self.exeLabel)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.exeLineEdit = QLineEdit(self.layoutWidget)\n        self.exeLineEdit.setObjectName(u\"exeLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.exeLineEdit)\n\n        self.exeToolButton = QToolButton(self.layoutWidget)\n        self.exeToolButton.setObjectName(u\"exeToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.exeToolButton)\n\n\n        self.formLayout_2.setLayout(0, QFormLayout.FieldRole, self.horizontalLayout_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(0)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.outLineEdit = QLineEdit(self.layoutWidget)\n        self.outLineEdit.setObjectName(u\"outLineEdit\")\n\n        self.horizontalLayout.addWidget(self.outLineEdit)\n\n        self.outToolButton = QToolButton(self.layoutWidget)\n        self.outToolButton.setObjectName(u\"outToolButton\")\n\n        self.horizontalLayout.addWidget(self.outToolButton)\n\n\n        self.formLayout_2.setLayout(1, QFormLayout.FieldRole, self.horizontalLayout)\n\n        self.label_2 = QLabel(self.layoutWidget)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout_2.setWidget(1, QFormLayout.LabelRole, self.label_2)\n\n\n        self.verticalLayout_2.addLayout(self.formLayout_2)\n\n        self.groupBox = QGroupBox(self.layoutWidget)\n        self.groupBox.setObjectName(u\"groupBox\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.groupBox.sizePolicy().hasHeightForWidth())\n        self.groupBox.setSizePolicy(sizePolicy1)\n        self.SettingLayout = QHBoxLayout(self.groupBox)\n        self.SettingLayout.setObjectName(u\"SettingLayout\")\n        self.plainTextEdit = QPlainTextEdit(self.groupBox)\n        self.plainTextEdit.setObjectName(u\"plainTextEdit\")\n        self.plainTextEdit.setMinimumSize(QSize(250, 0))\n\n        self.SettingLayout.addWidget(self.plainTextEdit)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox)\n\n        self.groupBox_2 = QGroupBox(self.layoutWidget)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        self.verticalLayout = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.logTextEdit = LogTextEdit(self.groupBox_2)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy)\n        self.logTextEdit.setLineWrapMode(QTextEdit.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout.addWidget(self.logTextEdit)\n\n\n        self.verticalLayout_2.addWidget(self.groupBox_2)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer)\n\n        self.exportButton = QPushButton(self.layoutWidget)\n        self.exportButton.setObjectName(u\"exportButton\")\n        self.exportButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_3.addWidget(self.exportButton)\n\n        self.closeButton = QPushButton(self.layoutWidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout_3.addWidget(self.closeButton)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_3)\n\n        self.splitter.addWidget(self.layoutWidget)\n\n        self.verticalLayout_3.addWidget(self.splitter)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menubar = QMenuBar(MainWindow)\n        self.menubar.setObjectName(u\"menubar\")\n        self.menubar.setGeometry(QRect(0, 0, 720, 22))\n        self.menuFile = QMenu(self.menubar)\n        self.menuFile.setObjectName(u\"menuFile\")\n        MainWindow.setMenuBar(self.menubar)\n\n        self.menubar.addAction(self.menuFile.menuAction())\n        self.menuFile.addAction(self.actionOpen)\n        self.menuFile.addAction(self.actionSave)\n        self.menuFile.addAction(self.actionSave_Voice_Template)\n        self.menuFile.addSeparator()\n        self.menuFile.addAction(self.actionExit)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionOpen.setText(QCoreApplication.translate(\"MainWindow\", u\"Open\", None))\n#if QT_CONFIG(shortcut)\n        self.actionOpen.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+O\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave.setText(QCoreApplication.translate(\"MainWindow\", u\"Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionExit.setText(QCoreApplication.translate(\"MainWindow\", u\"Exit\", None))\n#if QT_CONFIG(shortcut)\n        self.actionExit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Q\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave_Voice_Template.setText(QCoreApplication.translate(\"MainWindow\", u\"Save Voice Template\", None))\n        self.exeLabel.setText(QCoreApplication.translate(\"MainWindow\", u\"exe\\u306e\\u5834\\u6240\", None))\n        self.exeToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.outToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u4fdd\\u5b58\\u30c7\\u30a3\\u30ec\\u30af\\u30c8\\u30ea\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u97f3\\u58f0\\u8a2d\\u5b9a\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30ed\\u30b0\", None))\n        self.exportButton.setText(QCoreApplication.translate(\"MainWindow\", u\"export\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n        self.menuFile.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/softalk2wave/__init__.py",
    "content": "from .softalk2wave import (\n    run,\n)"
  },
  {
    "path": "library/python/rs/tool/text2wave/softalk2wave/softalk.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>Form</class>\n <widget class=\"QWidget\" name=\"Form\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>164</width>\n    <height>112</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>Form</string>\n  </property>\n  <layout class=\"QFormLayout\" name=\"formLayout\">\n   <property name=\"leftMargin\">\n    <number>0</number>\n   </property>\n   <property name=\"topMargin\">\n    <number>0</number>\n   </property>\n   <property name=\"rightMargin\">\n    <number>0</number>\n   </property>\n   <property name=\"bottomMargin\">\n    <number>0</number>\n   </property>\n   <item row=\"0\" column=\"0\">\n    <widget class=\"QLabel\" name=\"label_6\">\n     <property name=\"text\">\n      <string>声</string>\n     </property>\n    </widget>\n   </item>\n   <item row=\"0\" column=\"1\">\n    <widget class=\"QComboBox\" name=\"voiceComboBox\">\n     <property name=\"maximumSize\">\n      <size>\n       <width>120</width>\n       <height>16777215</height>\n      </size>\n     </property>\n    </widget>\n   </item>\n   <item row=\"1\" column=\"0\">\n    <widget class=\"QLabel\" name=\"label_3\">\n     <property name=\"text\">\n      <string>音量</string>\n     </property>\n    </widget>\n   </item>\n   <item row=\"1\" column=\"1\">\n    <widget class=\"QSpinBox\" name=\"volumeSpinBox\">\n     <property name=\"alignment\">\n      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n     </property>\n     <property name=\"maximum\">\n      <number>100</number>\n     </property>\n    </widget>\n   </item>\n   <item row=\"2\" column=\"0\">\n    <widget class=\"QLabel\" name=\"label_4\">\n     <property name=\"text\">\n      <string>速度</string>\n     </property>\n    </widget>\n   </item>\n   <item row=\"2\" column=\"1\">\n    <widget class=\"QSpinBox\" name=\"speedSpinBox\">\n     <property name=\"alignment\">\n      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n     </property>\n     <property name=\"minimum\">\n      <number>1</number>\n     </property>\n     <property name=\"maximum\">\n      <number>300</number>\n     </property>\n    </widget>\n   </item>\n   <item row=\"3\" column=\"0\">\n    <widget class=\"QLabel\" name=\"label_5\">\n     <property name=\"text\">\n      <string>音程</string>\n     </property>\n    </widget>\n   </item>\n   <item row=\"3\" column=\"1\">\n    <widget class=\"QSpinBox\" name=\"pitchSpinBox\">\n     <property name=\"alignment\">\n      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n     </property>\n     <property name=\"maximum\">\n      <number>300</number>\n     </property>\n    </widget>\n   </item>\n  </layout>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/softalk2wave/softalk2wave.py",
    "content": "import dataclasses\nimport sys\n\nfrom pathlib import Path\n\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QWidget,\n)\n\nfrom rs.core import (\n    config,\n)\nfrom rs.core.read_aloud import softalk\nfrom rs.gui import appearance\nfrom rs.tool.text2wave import base\nfrom rs.tool.text2wave.softalk2wave.softalk_ui import Ui_Form\n\nAPP_NAME = 'softalk2wave'\n\n\n@dataclasses.dataclass\nclass ConfigData(base.ConfigData):\n    cmd: softalk.Data = dataclasses.field(default_factory=softalk.Data)\n\n\nclass SoftalkUI(QWidget):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_Form()\n        self.ui.setupUi(self)\n\n\nclass MainWindow(base.MainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n\n        self.setWindowTitle(APP_NAME)\n        self.resize(800, 600)\n        self.exe_name = softalk.EXE_NAME\n        self.template_dir = config.ROOT_PATH.joinpath('data', 'template', APP_NAME)\n        # label\n        self.ui.exeLabel.setText('%sの場所' % self.exe_name)\n\n        st_ui = SoftalkUI()\n        lo = self.ui.SettingLayout.addWidget(st_ui)\n        self.softalk_ui = st_ui.ui\n\n        # combobox\n        self.softalk_ui.voiceComboBox.addItems(softalk.VOICE_LIST)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n    def new_config(self):\n        return ConfigData()\n\n    def set_data(self, c: ConfigData):\n        cmd_data = c.cmd\n\n        self.ui.exeLineEdit.setText(cmd_data.exe_path)\n\n        self.ui.outLineEdit.setText(c.out_dir)\n\n        self.softalk_ui.voiceComboBox.setCurrentText(cmd_data.voice)\n        self.softalk_ui.volumeSpinBox.setValue(cmd_data.volume)\n        self.softalk_ui.speedSpinBox.setValue(cmd_data.speed)\n        self.softalk_ui.pitchSpinBox.setValue(cmd_data.pitch)\n        self.ui.plainTextEdit.setPlainText(cmd_data.text)\n\n    def get_data(self) -> ConfigData:\n        c = self.new_config()\n        cmd_data = c.cmd\n\n        cmd_data.exe_path = self.ui.exeLineEdit.text()\n\n        c.out_dir = self.ui.outLineEdit.text()\n\n        cmd_data.voice = self.softalk_ui.voiceComboBox.currentText()\n        cmd_data.volume = self.softalk_ui.volumeSpinBox.value()\n        cmd_data.speed = self.softalk_ui.speedSpinBox.value()\n        cmd_data.pitch = self.softalk_ui.pitchSpinBox.value()\n        cmd_data.text = self.ui.plainTextEdit.toPlainText()\n\n        return c\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/text2wave/softalk2wave/softalk_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'softalk.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QComboBox, QFormLayout, QLabel,\n    QSizePolicy, QSpinBox, QWidget)\n\nclass Ui_Form(object):\n    def setupUi(self, Form):\n        if not Form.objectName():\n            Form.setObjectName(u\"Form\")\n        Form.resize(164, 112)\n        self.formLayout = QFormLayout(Form)\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.formLayout.setContentsMargins(0, 0, 0, 0)\n        self.label_6 = QLabel(Form)\n        self.label_6.setObjectName(u\"label_6\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label_6)\n\n        self.voiceComboBox = QComboBox(Form)\n        self.voiceComboBox.setObjectName(u\"voiceComboBox\")\n        self.voiceComboBox.setMaximumSize(QSize(120, 16777215))\n\n        self.formLayout.setWidget(0, QFormLayout.FieldRole, self.voiceComboBox)\n\n        self.label_3 = QLabel(Form)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.formLayout.setWidget(1, QFormLayout.LabelRole, self.label_3)\n\n        self.volumeSpinBox = QSpinBox(Form)\n        self.volumeSpinBox.setObjectName(u\"volumeSpinBox\")\n        self.volumeSpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.volumeSpinBox.setMaximum(100)\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.volumeSpinBox)\n\n        self.label_4 = QLabel(Form)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.formLayout.setWidget(2, QFormLayout.LabelRole, self.label_4)\n\n        self.speedSpinBox = QSpinBox(Form)\n        self.speedSpinBox.setObjectName(u\"speedSpinBox\")\n        self.speedSpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.speedSpinBox.setMinimum(1)\n        self.speedSpinBox.setMaximum(300)\n\n        self.formLayout.setWidget(2, QFormLayout.FieldRole, self.speedSpinBox)\n\n        self.label_5 = QLabel(Form)\n        self.label_5.setObjectName(u\"label_5\")\n\n        self.formLayout.setWidget(3, QFormLayout.LabelRole, self.label_5)\n\n        self.pitchSpinBox = QSpinBox(Form)\n        self.pitchSpinBox.setObjectName(u\"pitchSpinBox\")\n        self.pitchSpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.pitchSpinBox.setMaximum(300)\n\n        self.formLayout.setWidget(3, QFormLayout.FieldRole, self.pitchSpinBox)\n\n\n        self.retranslateUi(Form)\n\n        QMetaObject.connectSlotsByName(Form)\n    # setupUi\n\n    def retranslateUi(self, Form):\n        Form.setWindowTitle(QCoreApplication.translate(\"Form\", u\"Form\", None))\n        self.label_6.setText(QCoreApplication.translate(\"Form\", u\"\\u58f0\", None))\n        self.label_3.setText(QCoreApplication.translate(\"Form\", u\"\\u97f3\\u91cf\", None))\n        self.label_4.setText(QCoreApplication.translate(\"Form\", u\"\\u901f\\u5ea6\", None))\n        self.label_5.setText(QCoreApplication.translate(\"Form\", u\"\\u97f3\\u7a0b\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/voice_bin/__init__.py",
    "content": "from .voice_bin import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/voice_bin/drag_button.py",
    "content": "import shutil\nfrom pathlib import Path\nfrom typing import (\n    List,\n    Optional,\n)\n\nfrom PySide6.QtCore import (\n    QMimeData,\n    QSize,\n)\nfrom PySide6.QtGui import (\n    QDrag,\n    QIcon,\n)\nfrom PySide6.QtWidgets import QPushButton\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\n\n\nclass DragButton(QPushButton):\n    def __init__(self, *arg, **kwarg):\n        super().__init__(*arg, **kwarg)\n        cmd_dir: Path = config.CONFIG_DIR.joinpath('VoiceBin', 'Scripts')\n        cmd_dir.mkdir(parents=True, exist_ok=True)\n        # icon\n        icon_file = config.ROOT_PATH.joinpath('data', 'image', 'icon', 'dad.svg')\n        dad_icon = QIcon(str(icon_file))\n        self.setIcon(dad_icon)\n        self.setIconSize(QSize(40, 40))\n        #\n        self.cmd_files = [\n            cmd_dir.joinpath('VoiceBin_cmd01.lua'),\n            cmd_dir.joinpath('VoiceBin_cmd02.lua'),\n        ]\n        self.lua_files: List[Optional[Path]] = [None, None]\n\n    def setLuaFile(self, path: Path):\n        self.lua_files[0] = path\n\n    def setLuaFiles(self, path1: Path, path2: Path, ):\n        self.lua_files[0] = path1\n        self.lua_files[1] = path2\n\n    def mousePressEvent(self, e):\n        urls = p.pipe(\n            [0, 1],\n            p.filter(lambda i: self.lua_files[i] is not None and self.lua_files[i].is_file()),\n            list,  # ジェネレーターは使い回せないのでlistに\n            p.do(\n                p.iter(lambda i: shutil.copyfile(self.lua_files[i], self.cmd_files[i])),\n            ),\n            p.map(lambda i: 'file:' + str(self.cmd_files[i]).replace('\\\\', '/')),\n            list,\n        )\n        if len(urls) == 0:\n            return\n        # Drag\n        m = QMimeData()\n        m.setUrls(urls)\n        drag = QDrag(self)\n        drag.setMimeData(m)\n        drag.exec_()\n"
  },
  {
    "path": "library/python/rs/tool/voice_bin/voice_bin.py",
    "content": "import dataclasses\nimport subprocess\nimport sys\nfrom functools import partial\nfrom pathlib import Path\n\nfrom PySide6.QtCore import (\n    Qt,\n    QDir,\n    QItemSelectionModel,\n    Signal,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QFileSystemModel,\n    QWidget,\n    QHeaderView,\n    QProgressDialog,\n)\n\nfrom watchdog.observers.polling import PollingObserver\nfrom watchdog.events import FileSystemEventHandler\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    voice_bin_process,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs.tool.voice_bin.voice_bin_ui import Ui_Form\nfrom rs.gui.chara.chara import MainWindow as CharaWindow\n\nAPP_NAME = 'VoiceBin'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    voice_dir: str = ''\n    fps: float = 30.0\n    tab_index: int = 0\n\n\nclass WatchdogEvent(FileSystemEventHandler):\n    def __init__(self, sig):\n        super(WatchdogEvent, self).__init__()\n        self.modified: Signal = sig\n        self.created_lst = []\n        self.moved_lst = []\n        self.deleted_lst = []\n\n    def on_created(self, event):\n        src_path = Path(event.src_path)\n        # print('created', src_path)\n        if src_path.suffix.lower() in ['.wav', '.txt', '.lab']:\n            self.created_lst.append(str(src_path))\n\n    def on_modified(self, event):\n        src_path = Path(event.src_path)\n        # print('modified', src_path)\n        if src_path.is_dir():\n            if len(self.created_lst) + len(self.moved_lst) + len(self.deleted_lst) > 0:\n                self.modified.emit(str(src_path), self.created_lst.copy())\n                self.created_lst.clear()\n                self.moved_lst.clear()\n                self.deleted_lst.clear()\n\n    def on_moved(self, event):\n        src_path = Path(event.src_path)\n        # print('moved', src_path)\n        self.moved_lst.append(str(src_path))\n\n    def on_deleted(self, event):\n        src_path = Path(event.src_path)\n        # print('deleted', src_path)\n        if src_path.suffix.lower() in ['.wav', '.srt']:\n            self.deleted_lst.append(str(src_path))\n\n\nclass Form(QWidget):\n    modified = Signal(str, list)\n\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_Form()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(400, 600)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # window\n        self.chara_window = CharaWindow(self)\n        self.chara_window.set_comment('※出力済みの音声に適応するには、スクリプトのRebuildが必要です。')\n\n        # button\n        self.ui.dragButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.tatieDragButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.wDragButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.charaButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.rebuildButton.setStyleSheet(appearance.other_stylesheet)\n\n        # tree view\n        for v in [self.ui.treeView, self.ui.wavTreeView]:\n            model = QFileSystemModel()\n            model.setOption(QFileSystemModel.Option.DontWatchForChanges)\n            model.setFilter(QDir.Files)\n            model.setNameFilterDisables(False)\n            v.setModel(model)\n            v.setSortingEnabled(True)\n            v.sortByColumn(0, Qt.AscendingOrder)\n            v.setItemsExpandable(False)\n            v.setRootIsDecorated(False)\n            v.hideColumn(1)\n            v.hideColumn(2)\n\n            # header\n            h = v.header()\n            h.setStretchLastSection(False)\n            h.setSectionResizeMode(0, QHeaderView.ResizeMode.Stretch)\n            h.setSectionResizeMode(1, QHeaderView.ResizeMode.ResizeToContents)\n            h.setSectionResizeMode(2, QHeaderView.ResizeMode.ResizeToContents)\n            h.setSectionResizeMode(3, QHeaderView.ResizeMode.ResizeToContents)\n            h.setSortIndicator(3, Qt.SortOrder.DescendingOrder)\n        self.ui.treeView.model().setNameFilters(['*.wav', '*.srt'])\n        self.ui.wavTreeView.model().setNameFilters(['*.wav'])\n        self.sel_wav = ''\n        self.sel_srt = ''\n        # watcher\n        self.modified.connect(self.directory_changed)\n        self.__observer = PollingObserver()\n        self.set_tree_root()\n\n        # event\n        self.ui.charaButton.clicked.connect(self.chara_window.show)\n        self.ui.rebuildButton.clicked.connect(self.rebuild_all, Qt.QueuedConnection)\n        self.ui.minimizeButton.clicked.connect(partial(self.setWindowState, Qt.WindowMinimized))\n\n        self.ui.treeView.doubleClicked.connect(self.open_dir)\n        self.ui.wavTreeView.doubleClicked.connect(self.open_dir)\n        self.ui.wavTreeView.selectionModel().selectionChanged.connect(self.set_lua)\n\n        self.ui.folderLineEdit.textChanged.connect(self.set_tree_root)\n\n        self.ui.closeButton.clicked.connect(self.close)\n\n        self.ui.folderToolButton.clicked.connect(self.folderToolButton_clicked)\n\n    def start(self):\n        path = Path(self.ui.folderLineEdit.text())\n        if path.is_dir():\n            if self.__observer.is_alive():\n                self.__observer.stop()\n                self.__observer.join()\n            self.__observer = PollingObserver()\n            self.__observer.schedule(\n                WatchdogEvent(self.modified), path=str(path), recursive=True\n            )\n            self.__observer.start()\n\n    def stop(self):\n        if self.__observer.is_alive():\n            self.__observer.stop()\n            self.__observer.join()\n\n    def set_lua(self):\n        v = self.ui.wavTreeView\n        m: QFileSystemModel = v.model()\n        sel = v.selectionModel()\n        lst = sel.selectedIndexes()\n        if len(lst) > 0:\n            wav_path = Path(m.filePath(lst[0]))\n            path = wav_path.parent.joinpath(wav_path.stem + '.lua')\n            tatie_path = wav_path.parent.joinpath(wav_path.stem + '.tatie.lua')\n            self.ui.dragButton.setLuaFile(path)\n            self.ui.tatieDragButton.setLuaFile(tatie_path)\n            self.ui.wDragButton.setLuaFiles(path, tatie_path)\n\n    def directory_changed(self, s, created_lst):\n        d = Path(s)\n        tree = self.ui.treeView\n        model = tree.model()\n        sel = tree.selectionModel()\n\n        txt_tree = self.ui.wavTreeView\n        txt_model = txt_tree.model()\n        txt_sel = txt_tree.selectionModel()\n        file_list = p.pipe(\n            d.iterdir(),\n            p.filter(p.call.is_file()),\n            p.filter(lambda x: x.suffix in ['.wav']),\n            list,\n        ) if len(created_lst) == 0 else p.pipe(\n            created_lst,\n            p.map(lambda x: Path(x).parent.joinpath(Path(x).stem + '.wav')),\n            p.filter(p.call.is_file()),\n            dict.fromkeys,\n            list,\n        )\n\n        # main\n        for f in file_list:\n            QApplication.processEvents()\n            data = self.get_data()\n            if voice_bin_process.run(f, data.fps):\n                self.sel_wav = str(f)\n                self.sel_srt = str(d.joinpath(f.stem + '.srt'))\n\n        # update TreeView\n        self.reset_tree()\n        if self.sel_wav != '':\n            sel.clearSelection()\n            sel.select(model.index(self.sel_srt.replace('\\\\', '/')), QItemSelectionModel.SelectionFlag.Select)\n            sel.select(model.index(self.sel_wav.replace('\\\\', '/')), QItemSelectionModel.SelectionFlag.Select)\n        if self.sel_wav != '':\n            txt_sel.clearSelection()\n            txt_sel.select(txt_model.index(self.sel_wav), QItemSelectionModel.SelectionFlag.Select)\n\n    def rebuild_all(self):\n        c = self.get_data()\n        d = Path(c.voice_dir)\n\n        progress_dialog = QProgressDialog(\n            'processing....', None, 0, 0, None,\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        progress_dialog.setWindowTitle(\"rebuild\")\n        progress_dialog.show()\n        QApplication.processEvents()\n        for f in p.pipe(\n                d.iterdir(),\n                p.filter(p.call.is_file()),\n                p.filter(lambda x: x.suffix in ['.srt', '.lua', '.setting']),\n        ):\n            f.unlink()\n            QApplication.processEvents()\n        self.directory_changed(c.voice_dir, [])\n\n    def set_tree_root(self):\n        path = Path(self.ui.folderLineEdit.text())\n        flag = path.is_dir()\n        for v in [self.ui.treeView, self.ui.wavTreeView]:\n            v.setEnabled(flag)\n            if flag:\n                m = v.model()\n                _index = m.setRootPath(str(path))\n                v.setRootIndex(_index)\n\n        self.stop()\n        self.start()\n\n    def _reset_tree(self, v):\n        model: QFileSystemModel = v.model()\n        model.setRootPath(\"\")\n        model.setRootPath(str(Path(self.ui.folderLineEdit.text())))\n\n    def reset_tree(self):\n        for v in [self.ui.treeView, self.ui.wavTreeView]:\n            self._reset_tree(v)\n\n    def open_dir(self):\n        subprocess.Popen(['explorer', self.ui.folderLineEdit.text().strip().replace('/', '\\\\')])\n\n    def folderToolButton_clicked(self) -> None:\n        w = self.ui.folderLineEdit\n        path = QFileDialog.getExistingDirectory(\n            self,\n            'Select Directory',\n            w.text(),\n        )\n        if path != '':\n            w.setText(path)\n\n    @staticmethod\n    def new_config():\n        return ConfigData()\n\n    def set_data(self, c: ConfigData):\n        self.ui.folderLineEdit.setText(c.voice_dir)\n        self.ui.fpsSpinBox.setValue(c.fps)\n        self.ui.tabWidget.setCurrentIndex(c.tab_index)\n\n    def get_data(self) -> ConfigData:\n        c = self.new_config()\n        c.voice_dir = self.ui.folderLineEdit.text()\n        c.fps = self.ui.fpsSpinBox.value()\n        c.tab_index = self.ui.tabWidget.currentIndex()\n        return c\n\n    def load_config(self) -> None:\n        c = self.new_config()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def show(self) -> None:\n        self.start()\n        super().show()\n\n    def closeEvent(self, event):\n        self.stop()\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = Form()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/voice_bin/voice_bin.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>Form</class>\n <widget class=\"QWidget\" name=\"Form\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>489</width>\n    <height>696</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>Form</string>\n  </property>\n  <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n   <item>\n    <widget class=\"QTabWidget\" name=\"tabWidget\">\n     <property name=\"currentIndex\">\n      <number>1</number>\n     </property>\n     <widget class=\"QWidget\" name=\"stTab\">\n      <attribute name=\"title\">\n       <string>字幕</string>\n      </attribute>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n       <item>\n        <widget class=\"QTreeView\" name=\"treeView\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"minimumSize\">\n          <size>\n           <width>350</width>\n           <height>0</height>\n          </size>\n         </property>\n         <property name=\"dragEnabled\">\n          <bool>true</bool>\n         </property>\n         <property name=\"selectionMode\">\n          <enum>QAbstractItemView::ExtendedSelection</enum>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n     <widget class=\"QWidget\" name=\"textTab\">\n      <attribute name=\"title\">\n       <string>テキスト+ 立ち絵</string>\n      </attribute>\n      <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n       <item>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n         <item>\n          <widget class=\"DragButton\" name=\"dragButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>100</width>\n             <height>100</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string> TEXT+</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_3\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>10</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"DragButton\" name=\"tatieDragButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>100</width>\n             <height>100</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string> 立ち絵</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_4\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeType\">\n            <enum>QSizePolicy::Fixed</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>10</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <widget class=\"DragButton\" name=\"wDragButton\">\n           <property name=\"minimumSize\">\n            <size>\n             <width>100</width>\n             <height>100</height>\n            </size>\n           </property>\n           <property name=\"text\">\n            <string> TEXT+\n 立ち絵</string>\n           </property>\n          </widget>\n         </item>\n         <item>\n          <spacer name=\"horizontalSpacer_2\">\n           <property name=\"orientation\">\n            <enum>Qt::Horizontal</enum>\n           </property>\n           <property name=\"sizeHint\" stdset=\"0\">\n            <size>\n             <width>40</width>\n             <height>20</height>\n            </size>\n           </property>\n          </spacer>\n         </item>\n         <item>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n           <item>\n            <spacer name=\"verticalSpacer\">\n             <property name=\"orientation\">\n              <enum>Qt::Vertical</enum>\n             </property>\n             <property name=\"sizeType\">\n              <enum>QSizePolicy::Preferred</enum>\n             </property>\n             <property name=\"sizeHint\" stdset=\"0\">\n              <size>\n               <width>20</width>\n               <height>40</height>\n              </size>\n             </property>\n            </spacer>\n           </item>\n           <item>\n            <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n             <item>\n              <widget class=\"QLabel\" name=\"label_2\">\n               <property name=\"text\">\n                <string>FPS</string>\n               </property>\n              </widget>\n             </item>\n             <item>\n              <widget class=\"QDoubleSpinBox\" name=\"fpsSpinBox\">\n               <property name=\"minimum\">\n                <double>0.100000000000000</double>\n               </property>\n               <property name=\"maximum\">\n                <double>999.990000000000009</double>\n               </property>\n               <property name=\"value\">\n                <double>30.000000000000000</double>\n               </property>\n              </widget>\n             </item>\n            </layout>\n           </item>\n           <item>\n            <widget class=\"QPushButton\" name=\"charaButton\">\n             <property name=\"text\">\n              <string>キャラクター設定</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n        </layout>\n       </item>\n       <item>\n        <widget class=\"QTreeView\" name=\"wavTreeView\">\n         <property name=\"sizePolicy\">\n          <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n           <horstretch>0</horstretch>\n           <verstretch>0</verstretch>\n          </sizepolicy>\n         </property>\n         <property name=\"minimumSize\">\n          <size>\n           <width>350</width>\n           <height>0</height>\n          </size>\n         </property>\n         <property name=\"dragEnabled\">\n          <bool>true</bool>\n         </property>\n        </widget>\n       </item>\n      </layout>\n     </widget>\n    </widget>\n   </item>\n   <item>\n    <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n     <property name=\"spacing\">\n      <number>0</number>\n     </property>\n     <item>\n      <widget class=\"QLabel\" name=\"label\">\n       <property name=\"text\">\n        <string>声フォルダ: </string>\n       </property>\n      </widget>\n     </item>\n     <item>\n      <widget class=\"QLineEdit\" name=\"folderLineEdit\"/>\n     </item>\n     <item>\n      <widget class=\"QToolButton\" name=\"folderToolButton\">\n       <property name=\"text\">\n        <string>...</string>\n       </property>\n      </widget>\n     </item>\n    </layout>\n   </item>\n   <item>\n    <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n     <item>\n      <widget class=\"QPushButton\" name=\"rebuildButton\">\n       <property name=\"minimumSize\">\n        <size>\n         <width>100</width>\n         <height>40</height>\n        </size>\n       </property>\n       <property name=\"text\">\n        <string>Rebuild</string>\n       </property>\n      </widget>\n     </item>\n     <item>\n      <spacer name=\"horizontalSpacer\">\n       <property name=\"orientation\">\n        <enum>Qt::Horizontal</enum>\n       </property>\n       <property name=\"sizeHint\" stdset=\"0\">\n        <size>\n         <width>40</width>\n         <height>20</height>\n        </size>\n       </property>\n      </spacer>\n     </item>\n     <item>\n      <widget class=\"QToolButton\" name=\"minimizeButton\">\n       <property name=\"minimumSize\">\n        <size>\n         <width>40</width>\n         <height>40</height>\n        </size>\n       </property>\n       <property name=\"toolTip\">\n        <string>最小化</string>\n       </property>\n       <property name=\"text\">\n        <string>...</string>\n       </property>\n       <property name=\"arrowType\">\n        <enum>Qt::DownArrow</enum>\n       </property>\n      </widget>\n     </item>\n     <item>\n      <widget class=\"QPushButton\" name=\"closeButton\">\n       <property name=\"minimumSize\">\n        <size>\n         <width>100</width>\n         <height>40</height>\n        </size>\n       </property>\n       <property name=\"toolTip\">\n        <string>閉じる</string>\n       </property>\n       <property name=\"text\">\n        <string>close</string>\n       </property>\n      </widget>\n     </item>\n    </layout>\n   </item>\n  </layout>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>DragButton</class>\n   <extends>QPushButton</extends>\n   <header>rs.tool.voice_bin.drag_button</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/voice_bin/voice_bin_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'voice_bin.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QDoubleSpinBox, QHBoxLayout,\n    QHeaderView, QLabel, QLineEdit, QPushButton,\n    QSizePolicy, QSpacerItem, QTabWidget, QToolButton,\n    QTreeView, QVBoxLayout, QWidget)\n\nfrom rs.tool.voice_bin.drag_button import DragButton\n\nclass Ui_Form(object):\n    def setupUi(self, Form):\n        if not Form.objectName():\n            Form.setObjectName(u\"Form\")\n        Form.resize(489, 696)\n        self.verticalLayout_3 = QVBoxLayout(Form)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.tabWidget = QTabWidget(Form)\n        self.tabWidget.setObjectName(u\"tabWidget\")\n        self.stTab = QWidget()\n        self.stTab.setObjectName(u\"stTab\")\n        self.verticalLayout = QVBoxLayout(self.stTab)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.treeView = QTreeView(self.stTab)\n        self.treeView.setObjectName(u\"treeView\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.treeView.sizePolicy().hasHeightForWidth())\n        self.treeView.setSizePolicy(sizePolicy)\n        self.treeView.setMinimumSize(QSize(350, 0))\n        self.treeView.setDragEnabled(True)\n        self.treeView.setSelectionMode(QAbstractItemView.ExtendedSelection)\n\n        self.verticalLayout.addWidget(self.treeView)\n\n        self.tabWidget.addTab(self.stTab, \"\")\n        self.textTab = QWidget()\n        self.textTab.setObjectName(u\"textTab\")\n        self.verticalLayout_4 = QVBoxLayout(self.textTab)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.dragButton = DragButton(self.textTab)\n        self.dragButton.setObjectName(u\"dragButton\")\n        self.dragButton.setMinimumSize(QSize(100, 100))\n\n        self.horizontalLayout_3.addWidget(self.dragButton)\n\n        self.horizontalSpacer_3 = QSpacerItem(10, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_3)\n\n        self.tatieDragButton = DragButton(self.textTab)\n        self.tatieDragButton.setObjectName(u\"tatieDragButton\")\n        self.tatieDragButton.setMinimumSize(QSize(100, 100))\n\n        self.horizontalLayout_3.addWidget(self.tatieDragButton)\n\n        self.horizontalSpacer_4 = QSpacerItem(10, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_4)\n\n        self.wDragButton = DragButton(self.textTab)\n        self.wDragButton.setObjectName(u\"wDragButton\")\n        self.wDragButton.setMinimumSize(QSize(100, 100))\n\n        self.horizontalLayout_3.addWidget(self.wDragButton)\n\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer_2)\n\n        self.verticalLayout_2 = QVBoxLayout()\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.verticalSpacer = QSpacerItem(20, 40, QSizePolicy.Minimum, QSizePolicy.Preferred)\n\n        self.verticalLayout_2.addItem(self.verticalSpacer)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.label_2 = QLabel(self.textTab)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.horizontalLayout_4.addWidget(self.label_2)\n\n        self.fpsSpinBox = QDoubleSpinBox(self.textTab)\n        self.fpsSpinBox.setObjectName(u\"fpsSpinBox\")\n        self.fpsSpinBox.setMinimum(0.100000000000000)\n        self.fpsSpinBox.setMaximum(999.990000000000009)\n        self.fpsSpinBox.setValue(30.000000000000000)\n\n        self.horizontalLayout_4.addWidget(self.fpsSpinBox)\n\n\n        self.verticalLayout_2.addLayout(self.horizontalLayout_4)\n\n        self.charaButton = QPushButton(self.textTab)\n        self.charaButton.setObjectName(u\"charaButton\")\n\n        self.verticalLayout_2.addWidget(self.charaButton)\n\n\n        self.horizontalLayout_3.addLayout(self.verticalLayout_2)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout_3)\n\n        self.wavTreeView = QTreeView(self.textTab)\n        self.wavTreeView.setObjectName(u\"wavTreeView\")\n        sizePolicy.setHeightForWidth(self.wavTreeView.sizePolicy().hasHeightForWidth())\n        self.wavTreeView.setSizePolicy(sizePolicy)\n        self.wavTreeView.setMinimumSize(QSize(350, 0))\n        self.wavTreeView.setDragEnabled(True)\n\n        self.verticalLayout_4.addWidget(self.wavTreeView)\n\n        self.tabWidget.addTab(self.textTab, \"\")\n\n        self.verticalLayout_3.addWidget(self.tabWidget)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.label = QLabel(Form)\n        self.label.setObjectName(u\"label\")\n\n        self.horizontalLayout_2.addWidget(self.label)\n\n        self.folderLineEdit = QLineEdit(Form)\n        self.folderLineEdit.setObjectName(u\"folderLineEdit\")\n\n        self.horizontalLayout_2.addWidget(self.folderLineEdit)\n\n        self.folderToolButton = QToolButton(Form)\n        self.folderToolButton.setObjectName(u\"folderToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.folderToolButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_2)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.rebuildButton = QPushButton(Form)\n        self.rebuildButton.setObjectName(u\"rebuildButton\")\n        self.rebuildButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.rebuildButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.minimizeButton = QToolButton(Form)\n        self.minimizeButton.setObjectName(u\"minimizeButton\")\n        self.minimizeButton.setMinimumSize(QSize(40, 40))\n        self.minimizeButton.setArrowType(Qt.DownArrow)\n\n        self.horizontalLayout.addWidget(self.minimizeButton)\n\n        self.closeButton = QPushButton(Form)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(100, 40))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout)\n\n\n        self.retranslateUi(Form)\n\n        self.tabWidget.setCurrentIndex(1)\n\n\n        QMetaObject.connectSlotsByName(Form)\n    # setupUi\n\n    def retranslateUi(self, Form):\n        Form.setWindowTitle(QCoreApplication.translate(\"Form\", u\"Form\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.stTab), QCoreApplication.translate(\"Form\", u\"\\u5b57\\u5e55\", None))\n        self.dragButton.setText(QCoreApplication.translate(\"Form\", u\" TEXT+\", None))\n        self.tatieDragButton.setText(QCoreApplication.translate(\"Form\", u\" \\u7acb\\u3061\\u7d75\", None))\n        self.wDragButton.setText(QCoreApplication.translate(\"Form\", u\" TEXT+\\n\"\n\" \\u7acb\\u3061\\u7d75\", None))\n        self.label_2.setText(QCoreApplication.translate(\"Form\", u\"FPS\", None))\n        self.charaButton.setText(QCoreApplication.translate(\"Form\", u\"\\u30ad\\u30e3\\u30e9\\u30af\\u30bf\\u30fc\\u8a2d\\u5b9a\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.textTab), QCoreApplication.translate(\"Form\", u\"\\u30c6\\u30ad\\u30b9\\u30c8+ \\u7acb\\u3061\\u7d75\", None))\n        self.label.setText(QCoreApplication.translate(\"Form\", u\"\\u58f0\\u30d5\\u30a9\\u30eb\\u30c0: \", None))\n        self.folderToolButton.setText(QCoreApplication.translate(\"Form\", u\"...\", None))\n        self.rebuildButton.setText(QCoreApplication.translate(\"Form\", u\"Rebuild\", None))\n#if QT_CONFIG(tooltip)\n        self.minimizeButton.setToolTip(QCoreApplication.translate(\"Form\", u\"\\u6700\\u5c0f\\u5316\", None))\n#endif // QT_CONFIG(tooltip)\n        self.minimizeButton.setText(QCoreApplication.translate(\"Form\", u\"...\", None))\n#if QT_CONFIG(tooltip)\n        self.closeButton.setToolTip(QCoreApplication.translate(\"Form\", u\"\\u9589\\u3058\\u308b\", None))\n#endif // QT_CONFIG(tooltip)\n        self.closeButton.setText(QCoreApplication.translate(\"Form\", u\"close\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/voice_sync/__init__.py",
    "content": "from .voice_sync import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/voice_sync/check_timing.py",
    "content": "import dataclasses\nimport sys\n\nfrom typing import Any\n\nfrom PySide6.QtCore import (\n    Qt,\n    QModelIndex,\n)\nfrom PySide6.QtGui import QColor\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n    QHeaderView,\n\n)\n\nfrom rs.core import (\n    pipe as p,\n)\n\nfrom rs.gui import (\n    appearance,\n    table,\n)\nfrom rs.tool.voice_sync.check_timing_ui import Ui_MainWindow\n\n\n@dataclasses.dataclass\nclass Data(table.RowData):\n    src_no: str = ''\n    src: str = ''\n    ref: str = ''\n\n\nclass Model(table.Model):\n\n    def data(self, index: QModelIndex, role: int = Qt.DisplayRole) -> Any:\n        if index.isValid():\n            if role == Qt.DisplayRole:\n                return self.get_value(index.row(), index.column())\n\n            if role == Qt.EditRole:\n                return self.get_value(index.row(), index.column())\n\n            if role == Qt.BackgroundRole:\n                if index.column() not in [1, 2]:\n                    return super().data(index, role)\n                if self.get_value(index.row(), 1) == self.get_value(index.row(), 2):\n                    return super().data(index, role)\n                return QColor(80, 10, 10)\n\n    def flags(self, index: QModelIndex) -> Qt.ItemFlags:\n        if index.isValid():\n            return Qt.ItemIsEnabled | Qt.ItemIsSelectable | Qt.ItemIsEditable\n\n        return Qt.NoItemFlags\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('チェック')\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n        )\n        self.resize(250, 750)\n\n        # table\n        v = self.ui.tableView\n        v.setModel(Model(Data))\n        h = v.horizontalHeader()\n        h.setSectionResizeMode(0, QHeaderView.ResizeMode.Stretch)\n        h.setSectionResizeMode(1, QHeaderView.ResizeMode.Stretch)\n        h.setSectionResizeMode(2, QHeaderView.ResizeMode.Stretch)\n\n    def set_data(self, data_list: list) -> None:\n        self.ui.tableView.model().set_data(\n            p.pipe(\n                data_list,\n                p.map(lambda x: Data(src=x[0], ref=x[1], src_no=x[2])),\n                list,\n            )\n        )\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/voice_sync/check_timing.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>129</width>\n    <height>486</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n    <item>\n     <widget class=\"QTableView\" name=\"tableView\"/>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/voice_sync/check_timing_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'check_timing.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QHBoxLayout, QHeaderView, QMainWindow,\n    QSizePolicy, QTableView, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(129, 486)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.horizontalLayout = QHBoxLayout(self.centralwidget)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.tableView = QTableView(self.centralwidget)\n        self.tableView.setObjectName(u\"tableView\")\n\n        self.horizontalLayout.addWidget(self.tableView)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/voice_sync/voice_sync.py",
    "content": "import dataclasses\nimport os\nimport sys\nimport shutil\nfrom functools import partial\nfrom itertools import zip_longest\nfrom pathlib import Path\n\nimport numpy as np\nimport scipy.signal as signal\nimport soundfile as sf\nimport pyworld as pw\nimport pytsmod as tsm\n\nfrom PySide6.QtCore import (\n    Qt,\n    Signal,\n)\nfrom PySide6.QtGui import QColor\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n    QHeaderView,\n)\n\nfrom rs.core import (\n    config,\n    lab,\n    lab_romaji,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n    log,\n)\nfrom rs.tool.voice_sync.voice_sync_ui import Ui_MainWindow\nfrom rs.tool.voice_sync.check_timing import MainWindow as CheckWindow\n\nfrom rs.tool.voice_sync.wav_table import InputData\n\nAPP_NAME = 'VoiceSync'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    # talk tab\n    src_file: str = ''\n    use_auto_set: bool = True\n    src_lab_file: str = ''\n\n    # tab\n    tab_index: int = 0\n\n    # dst\n    dst_file: str = ''\n\n    # ref\n    ref_lab_file: str = ''\n    use_pau_comp: bool = True\n    repeat: int = 0\n    exclude_end: bool = True\n\n    # replace\n    use_replace: bool = False\n    replaced_wav_file: str = ''\n    pitch_wav_file: str = ''\n    ap_value: float = 1.0\n\n    # table\n    src_list: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(InputData))\n\n\nclass MainWindow(QMainWindow):\n    modified = Signal(str, list)\n\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            # | Qt.WindowCloseButtonHint\n            # | Qt.WindowStaysOnTopHint\n        )\n        self.resize(800, 900)\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.set_data(ConfigData())\n        self.sampling_rate = 48000\n\n        # window\n        self.check_window = CheckWindow(self)\n\n        # table\n        v = self.ui.wavTableView\n        h = v.horizontalHeader()\n        h.setSectionResizeMode(0, QHeaderView.ResizeMode.Stretch)\n        h.setSectionResizeMode(1, QHeaderView.ResizeMode.Stretch)\n\n        # button\n        self.ui.syncButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.checkButton.setStyleSheet(appearance.other_stylesheet)\n\n        self.ui.addButton.setStyleSheet(appearance.in_stylesheet)\n        self.ui.readButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.copyButton.setStyleSheet(appearance.ex_stylesheet)\n\n        # event\n        self.ui.srcToolButton.clicked.connect(self.get_wav_name)\n        self.ui.srcLabToolButton.clicked.connect(partial(self.get_open_file_name, self.ui.srcLabLineEdit, 'lab'))\n        self.ui.refLabToolButton.clicked.connect(partial(self.get_open_file_name, self.ui.refLabLineEdit, 'lab'))\n\n        self.ui.pitchWavToolButton.clicked.connect(partial(self.get_open_file_name, self.ui.pitchWavLineEdit, 'wav'))\n\n        self.ui.replacedWavToolButton.clicked.connect(\n            partial(self.get_save_file_name, self.ui.replacedWavLineEdit, 'wav')\n        )\n        self.ui.dstToolButton.clicked.connect(partial(self.get_save_file_name, self.ui.dstLineEdit, 'wav'))\n\n        self.ui.readButton.clicked.connect(self.read_lyrics)\n        self.ui.copyButton.clicked.connect(self.copy_lyrics)\n\n        self.ui.addButton.clicked.connect(self.add_table)\n        self.ui.clearButton.clicked.connect(self.clear_table)\n\n        self.ui.checkButton.clicked.connect(self.check)\n        self.ui.syncButton.clicked.connect(self.sync_voice)\n        self.ui.closeButton.clicked.connect(self.close)\n\n        # menu\n        self.ui.actionNew.triggered.connect(self.new_file)\n        self.ui.actionOpen.triggered.connect(self.open_file)\n        self.ui.actionSave.triggered.connect(self.save_file)\n        self.ui.actionExit.triggered.connect(self.close)\n\n    @staticmethod\n    def pau_comp(lab_data):\n        \"\"\"pau、sil、brを一つにまとめる\"\"\"\n        r = []\n        _sub_list = None\n        for d in lab_data:\n            if d['sign'] in ['sil', 'pau', 'br']:\n                if _sub_list is None:\n                    _sub_list = []\n                    r.append(_sub_list)\n                _sub_list.append(d)\n            else:\n                _sub_list = None\n                r.append(d)\n        for i, d in enumerate(r):\n            if isinstance(d, list):\n                if len(d) == 1:\n                    r[i] = d[0]\n                else:\n                    r[i] = {\n                        's': d[0]['s'],\n                        'e': d[-1]['e'],\n                        'sign': 'pau'\n                    }\n        return r\n\n    @staticmethod\n    def repeat_vowel(lab_data, repeat: int, exclude_end: bool):\n        \"\"\"母音を繰り返す\"\"\"\n        if repeat == 0:\n            return lab_data\n        r = []\n        for j, d in enumerate(lab_data):\n            exclude_flag = (\n                    j != len(lab_data) - 1\n                    and lab_data[j + 1]['sign'] not in ['sil', 'pau', 'br']\n            ) if exclude_end else True\n\n            if d['sign'] in ['a', 'i', 'u', 'e', 'o'] and exclude_flag:\n                _l = int((d['e'] - d['s']) / (repeat + 1.0))\n                for i in range(repeat + 1):\n                    _d = {\n                        's': d['s'] + _l * i,\n                        'e': d['s'] + _l * (i + 1),\n                        'sign': d['sign']\n                    }\n                    if i == repeat:\n                        _d['e'] = d['e']\n                    r.append(_d)\n            else:\n                r.append(d)\n        return r\n\n    def _pitch_replace_process(self):\n        SR = self.sampling_rate\n\n        def read_wav(path: Path):\n            wav_data, _sr = sf.read(str(path))\n            wav_data = signal.resample(\n                wav_data,\n                round(len(wav_data) * float(SR) / _sr),\n            )\n            temp_file = path.with_suffix('.tmp.wav')\n            for i in range(1000):\n                if temp_file.is_file():\n                    temp_file = temp_file.with_suffix('.tmp%d.wav' % i)\n                else:\n                    break\n            sf.write(str(temp_file), wav_data, SR)\n            result, _ = sf.read(str(temp_file))\n            temp_file.unlink()\n            return result\n\n        # get data\n        config_data = self.get_data()\n        src_file = Path(config_data.dst_file)\n        ref_file = Path(config_data.pitch_wav_file)\n        ap_value = config_data.ap_value\n\n        # read wav\n        src_data = read_wav(src_file)\n        ref_data = read_wav(ref_file)\n        # mono\n        if len(src_data.shape) > 1:\n            src_data = src_data[:, 0].copy(order='c')\n        if len(ref_data.shape) > 1:\n            ref_data = np.asarray(ref_data[:, 0]).copy(order='c')\n        # 長さを合わせる\n        if len(src_data) > len(ref_data):\n            src_data = src_data[:len(ref_data)]\n        if len(ref_data) > len(src_data):\n            ref_data = ref_data[:len(src_data)]\n        # normalize\n        src_data = src_data / (np.nanmax(np.abs(src_data)))\n        ref_data = ref_data / (np.nanmax(np.abs(ref_data)))\n\n        # pitch replace\n        _f0, _t = pw.harvest(ref_data, SR, f0_floor=110.0, f0_ceil=783.991)\n        f0 = pw.stonemask(ref_data, _f0, _t, SR)\n\n        sp = pw.cheaptrick(src_data, f0, _t, SR)\n        ap = pw.d4c(src_data, f0, _t, SR)\n\n        y = pw.synthesize(f0, sp, ap * ap_value, SR)\n        return y / (np.nanmax(np.abs(y)))\n\n    def _sync_voice_process(self):\n        N = 10000000\n        SR = self.sampling_rate\n\n        def resample(_f: Path):\n            _clip, _sr = sf.read(str(_f))\n            _num = round(len(_clip) * float(SR) / _sr)\n            return signal.resample(_clip, _num)\n\n        def to_pos(_d):\n            return int(_d * SR / N)\n\n        def read_pos(_data):\n            return p.pipe(\n                _data,\n                p.map(lambda x: to_pos(x['s'])),\n                list,\n            )\n\n        # get data\n        config_data = self.get_data()\n        is_talk = config_data.tab_index == 0\n        w = self.ui.wavTableView\n\n        src_file_list = [Path(config_data.src_file)] if is_talk else w.get_wav_list()\n        src_lab_file_list = [Path(config_data.src_lab_file)] if is_talk else w.get_lab_list()\n\n        ref_lab_file = Path(config_data.ref_lab_file)\n\n        # read src\n        src_data_list = p.pipe(\n            zip(src_file_list, src_lab_file_list),\n            p.map(lambda x: (resample(x[0]), lab.read(x[1]))),\n            list,\n        )\n        self.add2log('Read wav and lab.')\n\n        # read ref\n        ref_lab_data = lab.read(ref_lab_file)\n        self.add2log('Read ref.')\n        if config_data.use_pau_comp:\n            ref_lab_data = self.pau_comp(ref_lab_data)\n        ref_lab_data = self.repeat_vowel(ref_lab_data, config_data.repeat, config_data.exclude_end)\n\n        # wav and lab\n        wav_list = []\n        lab_data = []\n        _end_point = 0\n        for i, src_data in enumerate(src_data_list):\n            _wav_data, _lab_data = src_data\n            if i != len(src_data_list) - 1:\n                # lab:最後が無音なら削除。\n                if _lab_data[-1]['sign'] in ['sil', 'pau', 'br']:\n                    _lab_data.pop()\n            else:\n                # lab:無音で終っていなければ無音を追加。ai voice対策\n                if _lab_data[-1]['sign'] not in ['sil', 'pau', 'br']:\n                    _lab_data.append({\n                        's': _lab_data[-1]['e'],\n                        'e': int(len(_wav_data) * N / SR),\n                        'sign': 'pau'\n                    })\n            # wav\n            last_pos = to_pos(_lab_data[-1]['e'])\n            if len(_wav_data) < last_pos:\n                last_pos = len(_wav_data)\n            wav_list.append(_wav_data[: last_pos])\n            # lab\n            for _lab in _lab_data:\n                _lab['s'] += _end_point\n                _lab['e'] += _end_point\n            _end_point = _lab_data[-1]['e']\n            lab_data.extend(_lab_data)\n        wav_data = np.concatenate(wav_list)\n\n        # get pos\n        pos_list: list = read_pos(lab_data)\n        end_pos = len(wav_data)\n        pos_list.append(end_pos)\n\n        pos2_list: list = read_pos(ref_lab_data)\n        end_pos2 = to_pos(ref_lab_data[len(pos2_list) - 1]['e'])\n        pos2_list.append(end_pos2)\n\n        if len(pos_list) > len(pos2_list):\n            _d = pos2_list[-1] - pos_list[len(pos2_list) - 1]\n            pos2_list.extend(p.pipe(\n                pos_list[len(pos2_list): len(pos_list)],\n                p.map(lambda x: x + _d),\n                list,\n            ))\n\n        time_map = np.array([pos_list, pos2_list])\n        x = wav_data.T\n        remapped = tsm.wsola(x, time_map)\n        return remapped.T\n\n    def sync_voice(self):\n        self.ui.logTextEdit.clear()\n\n        # get data\n        config_data = self.get_data()\n        is_talk = config_data.tab_index == 0\n        use_replace = config_data.use_replace\n        w = self.ui.wavTableView\n\n        # src wav\n        src_file_list = [Path(config_data.src_file)] if is_talk else w.get_wav_list()\n        if len(src_file_list) == 0:\n            self.add2log('Error: 音声ファイルがありません。', log.ERROR_COLOR)\n            return\n\n        for f in src_file_list:\n            if not f.is_file():\n                self.add2log(f'Error: 音声ファイルがありません。{f.name}', log.ERROR_COLOR)\n                return\n\n        # src lab\n        src_lab_file_list = [Path(config_data.src_lab_file)] if is_talk else w.get_lab_list()\n        if len(src_lab_file_list) == 0:\n            self.add2log('Error: 音素タイミングファイルがありません。', log.ERROR_COLOR)\n            return\n\n        for f in src_lab_file_list:\n            if not f.is_file():\n                self.add2log(f'Error: 音素タイミングファイルがありません。{f.name}', log.ERROR_COLOR)\n                return\n\n        # ref lab\n        ref_lab_file = Path(config_data.ref_lab_file)\n        if not ref_lab_file.is_file():\n            self.add2log(f'Error: 変換用音素タイミングファイルがありません。{ref_lab_file.name}', log.ERROR_COLOR)\n            return\n\n        # replaced wav\n        replaced_wav_file = Path(config_data.replaced_wav_file)\n        pitch_wav_file = Path(config_data.pitch_wav_file)\n        if use_replace:\n            if not pitch_wav_file.is_file():\n                self.add2log(f'Error: 音程参照用音声ファイルがありません。{pitch_wav_file.name}', log.ERROR_COLOR)\n                return\n            replaced_wav_file.parent.mkdir(parents=True, exist_ok=True)\n\n        # dst\n        dst = Path(config_data.dst_file)\n        dst.parent.mkdir(parents=True, exist_ok=True)\n\n        # sync\n        self.add2log('Sync processing...')\n        result = self._sync_voice_process()\n\n        # save\n        dst.parent.mkdir(parents=True, exist_ok=True)\n\n        dst_lab_file = dst.with_suffix('.lab')\n        shutil.copyfile(ref_lab_file, dst_lab_file)\n        self.add2log('Copy: %s' % dst_lab_file.name)\n        if is_talk:\n            src_file = src_file_list[0]\n            src_txt_file = src_file.with_suffix('.txt')\n            dst_txt_file = dst.with_suffix('.txt')\n            if src_txt_file.is_file():\n                shutil.copyfile(src_txt_file, dst_txt_file)\n                self.add2log('Copy: %s' % dst_txt_file.name)\n        try:\n            sf.write(str(dst), result, self.sampling_rate)\n        except RuntimeError:\n            self.add2log('Error: wavファイルの保存に失敗しました。', log.ERROR_COLOR)\n            return\n        self.add2log('Save: %s' % dst.name)\n\n        # pitch replace\n        if use_replace:\n            self.add2log('Pitch replace...')\n            replaced_data = self._pitch_replace_process()\n            try:\n                sf.write(str(replaced_wav_file), replaced_data, self.sampling_rate)\n            except RuntimeError:\n                self.add2log('Error: wavファイルの保存に失敗しました。', log.ERROR_COLOR)\n                return\n            self.add2log('Save: %s' % replaced_wav_file.name)\n\n        # end\n        self.add2log('Done!')\n\n    def check(self):\n        # get data\n        config_data = self.get_data()\n        is_talk = config_data.tab_index == 0\n        w = self.ui.wavTableView\n\n        # src lab file\n        src_lab_file_list = [Path(config_data.src_lab_file)] if is_talk else w.get_lab_list()\n\n        for f in src_lab_file_list:\n            if not f.is_file():\n                self.add2log(f'Error: 音素タイミングファイルがありません。{f.name}', log.ERROR_COLOR)\n                return\n\n        ref_lab_file = Path(config_data.ref_lab_file)\n        if not ref_lab_file.is_file():\n            self.add2log('Error: 変換用タイミングファイルがありません。', log.ERROR_COLOR)\n            return\n\n        # lab\n        src_lab_data_list = p.pipe(\n            src_lab_file_list,\n            p.map(lambda x: lab.read(x)),\n            list,\n        )\n        src_data = []\n        number_list = []\n        for i, _lab_data in enumerate(src_lab_data_list):\n            _src_data = p.pipe(\n                _lab_data,\n                p.map(lambda x: x['sign']),\n                list,\n            )\n            if i != len(src_lab_data_list) - 1:\n                # lab:無音を削除。\n                if _src_data[-1] in ['sil', 'pau', 'br']:\n                    _src_data.pop()\n            else:\n                # lab:無音で終っていなければ無音を追加。ai voice対策\n                if _src_data[-1] not in ['sil', 'pau', 'br']:\n                    _src_data.append('pau')\n            # lab\n            src_data.extend(_src_data)\n            number_list.extend(p.pipe(\n                range(len(_src_data)),\n                p.map(lambda x: '%0d' % (i + 1)),\n                list,\n            ))\n\n        # ref lab\n        ref_lab_data = lab.read(ref_lab_file)\n        if config_data.use_pau_comp:\n            ref_lab_data = self.pau_comp(ref_lab_data)\n        ref_lab_data = self.repeat_vowel(ref_lab_data, config_data.repeat, config_data.exclude_end)\n\n        ref_data = p.pipe(\n            ref_lab_data,\n            p.map(lambda x: x['sign']),\n            list,\n        )\n\n        # check\n        lst = list(zip_longest(src_data, ref_data, number_list, fillvalue=''))\n        self.check_window.set_data(lst)\n        self.check_window.show()\n\n    def add_table(self):\n        w = self.ui.wavTableView\n        type_name = 'wav'\n        file_names, _ = QFileDialog.getOpenFileNames(\n            self,\n            f'Select {type_name.upper()} File',\n            '',\n            f'{type_name.upper()} File (*.{type_name.lower()})',\n        )\n        if len(file_names) > 0:\n            for path in file_names:\n                wav_file = Path(path)\n                lab_file = wav_file.with_suffix('.lab')\n                lab_path = ''\n                if lab_file.is_file():\n                    lab_path = str(lab_file).replace('\\\\', '/')\n                w.add(path, lab_path)\n\n    def clear_table(self):\n        w = self.ui.wavTableView\n        m = w.model()\n        m.clear()\n\n    def read_lyrics(self):\n        config_data = self.get_data()\n        ref_lab_file = Path(config_data.ref_lab_file)\n        if not ref_lab_file.is_file():\n            self.add2log('Error: 変換用タイミングファイルがありません。', log.ERROR_COLOR)\n            return\n\n        data = p.pipe(\n            lab.read(ref_lab_file),\n            lambda x: self.repeat_vowel(x, config_data.repeat, config_data.exclude_end),\n            p.map(lambda x: x['sign']),\n            list,\n        )\n        self.ui.lyricsTextEdit.setText(p.pipe(\n            lab_romaji.conv(data).split(' '),\n            p.filter(lambda x: x != ''),\n            '\\n'.join,\n        ))\n\n    def copy_lyrics(self):\n        text = self.ui.lyricsTextEdit.toPlainText()\n        QApplication.clipboard().setText(text)\n\n    def get_open_file_name(self, w, type_name: str) -> None:\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            f'Select {type_name.upper()} File',\n            w.text(),\n            f'{type_name.upper()} File (*.{type_name.lower()})',\n        )\n        if path != '':\n            w.setText(path)\n\n    def get_wav_name(self) -> None:\n        w = self.ui.srcLineEdit\n        type_name = 'wav'\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            f'Select {type_name.upper()} File',\n            w.text(),\n            f'{type_name.upper()} File (*.{type_name.lower()})',\n        )\n        if path != '':\n            w.setText(path)\n            data = self.get_data()\n            if not data.use_auto_set:\n                return\n            wav_file = Path(path)\n            lab_file = wav_file.with_suffix('.lab')\n            if lab_file.is_file():\n                self.ui.srcLabLineEdit.setText(str(lab_file).replace('\\\\', '/'))\n\n    def get_save_file_name(self, w, type_name: str) -> None:\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'save as',\n            w.text(),\n            f'{type_name.upper()} File (*.{type_name.lower()})',\n        )\n        if path != '':\n            w.setText(path)\n\n    def add2log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n    def set_data(self, c: ConfigData):\n        self.ui.srcLineEdit.setText(c.src_file)\n        self.ui.useAutoSetCheckBox.setChecked(c.use_auto_set)\n        self.ui.srcLabLineEdit.setText(c.src_lab_file)\n\n        self.ui.tabWidget.setCurrentIndex(c.tab_index)\n\n        self.ui.dstLineEdit.setText(c.dst_file)\n\n        self.ui.refLabLineEdit.setText(c.ref_lab_file)\n        self.ui.usePauCompCheckBox.setChecked(c.use_pau_comp)\n        self.ui.repeatSpinBox.setValue(c.repeat)\n        self.ui.excludeEndCheckBox.setChecked(c.exclude_end)\n\n        self.ui.useReplaceGroupBox.setChecked(c.use_replace)\n        self.ui.pitchWavLineEdit.setText(c.pitch_wav_file)\n        self.ui.replacedWavLineEdit.setText(c.replaced_wav_file)\n        self.ui.apValueSpinBox.setValue(c.ap_value)\n\n        self.ui.wavTableView.model().set_data(c.src_list)\n\n    def get_data(self) -> ConfigData:\n        c = ConfigData()\n        c.src_file = self.ui.srcLineEdit.text()\n        c.use_auto_set = self.ui.useAutoSetCheckBox.isChecked()\n        c.src_lab_file = self.ui.srcLabLineEdit.text()\n\n        c.tab_index = self.ui.tabWidget.currentIndex()\n\n        c.dst_file = self.ui.dstLineEdit.text()\n\n        c.ref_lab_file = self.ui.refLabLineEdit.text()\n        c.use_pau_comp = self.ui.usePauCompCheckBox.isChecked()\n        c.repeat = self.ui.repeatSpinBox.value()\n        c.exclude_end = self.ui.excludeEndCheckBox.isChecked()\n\n        c.use_replace = self.ui.useReplaceGroupBox.isChecked()\n        c.pitch_wav_file = self.ui.pitchWavLineEdit.text()\n        c.replaced_wav_file = self.ui.replacedWavLineEdit.text()\n        c.ap_value = self.ui.apValueSpinBox.value()\n\n        c.src_list.set_list(self.ui.wavTableView.model().to_list())\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def new_file(self) -> None:\n        c = ConfigData()\n        self.set_data(c)\n\n    def open_file(self) -> None:\n        type_name = 'json'\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            f'Select {type_name.upper()} File',\n            '',\n            f'{type_name.upper()} File (*.{type_name.lower()})',\n        )\n        if path != '':\n            json_file = Path(path)\n            if json_file.is_file():\n                c = ConfigData()\n                c.load(json_file)\n                self.set_data(c)\n\n    def save_file(self) -> None:\n        type_name = 'json'\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'save as',\n            '',\n            f'{type_name.upper()} File (*.{type_name.lower()})',\n        )\n        if path != '':\n            json_file = Path(path)\n            json_file.parent.mkdir(parents=True, exist_ok=True)\n            c = self.get_data()\n            c.save(json_file)\n\n    # def closeEvent(self, event):\n    #     self.save_config()\n    #     super().closeEvent(event)\n\n\ndef run() -> None:\n    os.environ['PATH'] = str(config.PYTHON_SCRIPTS_PATH) + os.pathsep + os.getenv('PATH')\n\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/voice_sync/voice_sync.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>626</width>\n    <height>787</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_7\">\n    <item>\n     <widget class=\"QSplitter\" name=\"splitter\">\n      <property name=\"orientation\">\n       <enum>Qt::Vertical</enum>\n      </property>\n      <widget class=\"QTabWidget\" name=\"tabWidget\">\n       <property name=\"currentIndex\">\n        <number>0</number>\n       </property>\n       <widget class=\"QWidget\" name=\"tab\">\n        <attribute name=\"title\">\n         <string>Talk</string>\n        </attribute>\n        <layout class=\"QFormLayout\" name=\"formLayout\">\n         <item row=\"0\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label\">\n           <property name=\"text\">\n            <string>音声(wav)</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"0\" column=\"1\">\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout_5\">\n           <property name=\"spacing\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QLineEdit\" name=\"srcLineEdit\"/>\n           </item>\n           <item>\n            <widget class=\"QToolButton\" name=\"srcToolButton\">\n             <property name=\"text\">\n              <string>...</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n         <item row=\"2\" column=\"0\">\n          <widget class=\"QLabel\" name=\"label_3\">\n           <property name=\"text\">\n            <string>音素タイミング(lab)</string>\n           </property>\n          </widget>\n         </item>\n         <item row=\"2\" column=\"1\">\n          <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\n           <property name=\"spacing\">\n            <number>0</number>\n           </property>\n           <item>\n            <widget class=\"QLineEdit\" name=\"srcLabLineEdit\"/>\n           </item>\n           <item>\n            <widget class=\"QToolButton\" name=\"srcLabToolButton\">\n             <property name=\"text\">\n              <string>...</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </item>\n         <item row=\"1\" column=\"1\">\n          <widget class=\"QCheckBox\" name=\"useAutoSetCheckBox\">\n           <property name=\"text\">\n            <string>wavと同名のlabファイルがあれば、同時に設定する。</string>\n           </property>\n          </widget>\n         </item>\n        </layout>\n       </widget>\n       <widget class=\"QWidget\" name=\"tab_2\">\n        <attribute name=\"title\">\n         <string>Song</string>\n        </attribute>\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_7\" stretch=\"1,2\">\n         <item>\n          <widget class=\"QGroupBox\" name=\"groupBox\">\n           <property name=\"title\">\n            <string>歌詞</string>\n           </property>\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\n            <item>\n             <widget class=\"QTextEdit\" name=\"lyricsTextEdit\"/>\n            </item>\n            <item>\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_6\">\n              <item>\n               <spacer name=\"horizontalSpacer_3\">\n                <property name=\"orientation\">\n                 <enum>Qt::Horizontal</enum>\n                </property>\n                <property name=\"sizeHint\" stdset=\"0\">\n                 <size>\n                  <width>40</width>\n                  <height>20</height>\n                 </size>\n                </property>\n               </spacer>\n              </item>\n              <item>\n               <widget class=\"QPushButton\" name=\"readButton\">\n                <property name=\"minimumSize\">\n                 <size>\n                  <width>80</width>\n                  <height>30</height>\n                 </size>\n                </property>\n                <property name=\"text\">\n                 <string>read</string>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <widget class=\"QPushButton\" name=\"copyButton\">\n                <property name=\"minimumSize\">\n                 <size>\n                  <width>80</width>\n                  <height>30</height>\n                 </size>\n                </property>\n                <property name=\"text\">\n                 <string>copy</string>\n                </property>\n               </widget>\n              </item>\n             </layout>\n            </item>\n           </layout>\n          </widget>\n         </item>\n         <item>\n          <widget class=\"QGroupBox\" name=\"groupBox_2\">\n           <property name=\"title\">\n            <string>ファイル</string>\n           </property>\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\">\n            <item>\n             <widget class=\"View\" name=\"wavTableView\"/>\n            </item>\n            <item>\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_8\">\n              <item>\n               <spacer name=\"horizontalSpacer_2\">\n                <property name=\"orientation\">\n                 <enum>Qt::Horizontal</enum>\n                </property>\n                <property name=\"sizeHint\" stdset=\"0\">\n                 <size>\n                  <width>40</width>\n                  <height>20</height>\n                 </size>\n                </property>\n               </spacer>\n              </item>\n              <item>\n               <widget class=\"QPushButton\" name=\"addButton\">\n                <property name=\"minimumSize\">\n                 <size>\n                  <width>80</width>\n                  <height>30</height>\n                 </size>\n                </property>\n                <property name=\"text\">\n                 <string>add</string>\n                </property>\n               </widget>\n              </item>\n              <item>\n               <widget class=\"QPushButton\" name=\"clearButton\">\n                <property name=\"minimumSize\">\n                 <size>\n                  <width>80</width>\n                  <height>30</height>\n                 </size>\n                </property>\n                <property name=\"text\">\n                 <string>clear</string>\n                </property>\n               </widget>\n              </item>\n             </layout>\n            </item>\n           </layout>\n          </widget>\n         </item>\n        </layout>\n       </widget>\n      </widget>\n      <widget class=\"QWidget\" name=\"layoutWidget\">\n       <layout class=\"QVBoxLayout\" name=\"verticalLayout_6\">\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox_3\">\n          <property name=\"title\">\n           <string>リファレンス</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n           <item>\n            <layout class=\"QFormLayout\" name=\"formLayout_2\">\n             <item row=\"0\" column=\"0\">\n              <widget class=\"QLabel\" name=\"label_2\">\n               <property name=\"text\">\n                <string>変換タイミング (lab)</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"0\" column=\"1\">\n              <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n               <property name=\"spacing\">\n                <number>0</number>\n               </property>\n               <item>\n                <widget class=\"QLineEdit\" name=\"refLabLineEdit\">\n                 <property name=\"sizePolicy\">\n                  <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Fixed\">\n                   <horstretch>0</horstretch>\n                   <verstretch>0</verstretch>\n                  </sizepolicy>\n                 </property>\n                </widget>\n               </item>\n               <item>\n                <widget class=\"QToolButton\" name=\"refLabToolButton\">\n                 <property name=\"text\">\n                  <string>...</string>\n                 </property>\n                </widget>\n               </item>\n              </layout>\n             </item>\n             <item row=\"1\" column=\"0\">\n              <widget class=\"QLabel\" name=\"label_4\">\n               <property name=\"text\">\n                <string>母音を繰り返す</string>\n               </property>\n              </widget>\n             </item>\n             <item row=\"1\" column=\"1\">\n              <layout class=\"QHBoxLayout\" name=\"horizontalLayout_10\">\n               <item>\n                <widget class=\"QSpinBox\" name=\"repeatSpinBox\">\n                 <property name=\"minimumSize\">\n                  <size>\n                   <width>80</width>\n                   <height>0</height>\n                  </size>\n                 </property>\n                </widget>\n               </item>\n               <item>\n                <widget class=\"QCheckBox\" name=\"excludeEndCheckBox\">\n                 <property name=\"text\">\n                  <string>休符の前では繰り返さない。</string>\n                 </property>\n                </widget>\n               </item>\n              </layout>\n             </item>\n            </layout>\n           </item>\n           <item>\n            <widget class=\"QCheckBox\" name=\"usePauCompCheckBox\">\n             <property name=\"text\">\n              <string>pau(休符)、sil(全休符)、br(息継ぎ)が並んでいたら、一つのpauにする。</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"useReplaceGroupBox\">\n          <property name=\"title\">\n           <string notr=\"true\">音程を置き換えたファイルも作る</string>\n          </property>\n          <property name=\"checkable\">\n           <bool>true</bool>\n          </property>\n          <layout class=\"QFormLayout\" name=\"formLayout_3\">\n           <item row=\"0\" column=\"0\">\n            <widget class=\"QLabel\" name=\"label_5\">\n             <property name=\"text\">\n              <string>音程(wav)</string>\n             </property>\n            </widget>\n           </item>\n           <item row=\"0\" column=\"1\">\n            <layout class=\"QHBoxLayout\" name=\"horizontalLayout_11\">\n             <property name=\"spacing\">\n              <number>0</number>\n             </property>\n             <item>\n              <widget class=\"QLineEdit\" name=\"pitchWavLineEdit\"/>\n             </item>\n             <item>\n              <widget class=\"QToolButton\" name=\"pitchWavToolButton\">\n               <property name=\"text\">\n                <string>...</string>\n               </property>\n              </widget>\n             </item>\n            </layout>\n           </item>\n           <item row=\"1\" column=\"0\">\n            <widget class=\"QLabel\" name=\"label_6\">\n             <property name=\"text\">\n              <string>雑味(aperiodicity)</string>\n             </property>\n            </widget>\n           </item>\n           <item row=\"1\" column=\"1\">\n            <widget class=\"QDoubleSpinBox\" name=\"apValueSpinBox\">\n             <property name=\"maximum\">\n              <double>1.000000000000000</double>\n             </property>\n             <property name=\"value\">\n              <double>1.000000000000000</double>\n             </property>\n            </widget>\n           </item>\n           <item row=\"2\" column=\"1\">\n            <layout class=\"QHBoxLayout\" name=\"horizontalLayout_13\">\n             <property name=\"spacing\">\n              <number>0</number>\n             </property>\n             <item>\n              <widget class=\"QLineEdit\" name=\"replacedWavLineEdit\"/>\n             </item>\n             <item>\n              <widget class=\"QToolButton\" name=\"replacedWavToolButton\">\n               <property name=\"text\">\n                <string>...</string>\n               </property>\n              </widget>\n             </item>\n            </layout>\n           </item>\n           <item row=\"2\" column=\"0\">\n            <widget class=\"QLabel\" name=\"replaceWavLabel\">\n             <property name=\"text\">\n              <string>保存先</string>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"groupBox_4\">\n          <property name=\"title\">\n           <string notr=\"true\">出力先</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\n           <item>\n            <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n             <property name=\"spacing\">\n              <number>0</number>\n             </property>\n             <item>\n              <widget class=\"QLineEdit\" name=\"dstLineEdit\"/>\n             </item>\n             <item>\n              <widget class=\"QToolButton\" name=\"dstToolButton\">\n               <property name=\"text\">\n                <string>...</string>\n               </property>\n              </widget>\n             </item>\n            </layout>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <widget class=\"QGroupBox\" name=\"logGroupBox\">\n          <property name=\"sizePolicy\">\n           <sizepolicy hsizetype=\"Preferred\" vsizetype=\"Expanding\">\n            <horstretch>0</horstretch>\n            <verstretch>1</verstretch>\n           </sizepolicy>\n          </property>\n          <property name=\"title\">\n           <string>ログ</string>\n          </property>\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n           <item>\n            <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n             <property name=\"sizePolicy\">\n              <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n               <horstretch>0</horstretch>\n               <verstretch>0</verstretch>\n              </sizepolicy>\n             </property>\n             <property name=\"lineWrapMode\">\n              <enum>QTextEdit::NoWrap</enum>\n             </property>\n             <property name=\"readOnly\">\n              <bool>true</bool>\n             </property>\n            </widget>\n           </item>\n          </layout>\n         </widget>\n        </item>\n        <item>\n         <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\n          <item>\n           <widget class=\"QPushButton\" name=\"checkButton\">\n            <property name=\"minimumSize\">\n             <size>\n              <width>80</width>\n              <height>30</height>\n             </size>\n            </property>\n            <property name=\"text\">\n             <string>check</string>\n            </property>\n           </widget>\n          </item>\n          <item>\n           <spacer name=\"horizontalSpacer\">\n            <property name=\"orientation\">\n             <enum>Qt::Horizontal</enum>\n            </property>\n            <property name=\"sizeHint\" stdset=\"0\">\n             <size>\n              <width>40</width>\n              <height>20</height>\n             </size>\n            </property>\n           </spacer>\n          </item>\n          <item>\n           <widget class=\"QPushButton\" name=\"syncButton\">\n            <property name=\"minimumSize\">\n             <size>\n              <width>80</width>\n              <height>30</height>\n             </size>\n            </property>\n            <property name=\"text\">\n             <string>sync</string>\n            </property>\n           </widget>\n          </item>\n          <item>\n           <widget class=\"QPushButton\" name=\"closeButton\">\n            <property name=\"minimumSize\">\n             <size>\n              <width>80</width>\n              <height>30</height>\n             </size>\n            </property>\n            <property name=\"text\">\n             <string>close</string>\n            </property>\n           </widget>\n          </item>\n         </layout>\n        </item>\n       </layout>\n      </widget>\n     </widget>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menubar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>626</width>\n     <height>22</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuFile\">\n    <property name=\"title\">\n     <string>File</string>\n    </property>\n    <addaction name=\"actionNew\"/>\n    <addaction name=\"actionOpen\"/>\n    <addaction name=\"actionSave\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionExit\"/>\n   </widget>\n   <addaction name=\"menuFile\"/>\n  </widget>\n  <action name=\"actionOpen\">\n   <property name=\"text\">\n    <string>Open</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+O</string>\n   </property>\n  </action>\n  <action name=\"actionSave\">\n   <property name=\"text\">\n    <string>Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+S</string>\n   </property>\n  </action>\n  <action name=\"actionExit\">\n   <property name=\"text\">\n    <string>Exit</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Q</string>\n   </property>\n  </action>\n  <action name=\"actionNew\">\n   <property name=\"text\">\n    <string>New</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+N</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n  <customwidget>\n   <class>View</class>\n   <extends>QTableView</extends>\n   <header>rs.tool.voice_sync.wav_table</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/voice_sync/voice_sync_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'voice_sync.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QApplication, QCheckBox, QDoubleSpinBox, QFormLayout,\n    QGroupBox, QHBoxLayout, QHeaderView, QLabel,\n    QLineEdit, QMainWindow, QMenu, QMenuBar,\n    QPushButton, QSizePolicy, QSpacerItem, QSpinBox,\n    QSplitter, QTabWidget, QTextEdit, QToolButton,\n    QVBoxLayout, QWidget)\n\nfrom rs.gui.log import LogTextEdit\nfrom rs.tool.voice_sync.wav_table import View\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(626, 787)\n        self.actionOpen = QAction(MainWindow)\n        self.actionOpen.setObjectName(u\"actionOpen\")\n        self.actionSave = QAction(MainWindow)\n        self.actionSave.setObjectName(u\"actionSave\")\n        self.actionExit = QAction(MainWindow)\n        self.actionExit.setObjectName(u\"actionExit\")\n        self.actionNew = QAction(MainWindow)\n        self.actionNew.setObjectName(u\"actionNew\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout_7 = QVBoxLayout(self.centralwidget)\n        self.verticalLayout_7.setObjectName(u\"verticalLayout_7\")\n        self.splitter = QSplitter(self.centralwidget)\n        self.splitter.setObjectName(u\"splitter\")\n        self.splitter.setOrientation(Qt.Vertical)\n        self.tabWidget = QTabWidget(self.splitter)\n        self.tabWidget.setObjectName(u\"tabWidget\")\n        self.tab = QWidget()\n        self.tab.setObjectName(u\"tab\")\n        self.formLayout = QFormLayout(self.tab)\n        self.formLayout.setObjectName(u\"formLayout\")\n        self.label = QLabel(self.tab)\n        self.label.setObjectName(u\"label\")\n\n        self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label)\n\n        self.horizontalLayout_5 = QHBoxLayout()\n        self.horizontalLayout_5.setSpacing(0)\n        self.horizontalLayout_5.setObjectName(u\"horizontalLayout_5\")\n        self.srcLineEdit = QLineEdit(self.tab)\n        self.srcLineEdit.setObjectName(u\"srcLineEdit\")\n\n        self.horizontalLayout_5.addWidget(self.srcLineEdit)\n\n        self.srcToolButton = QToolButton(self.tab)\n        self.srcToolButton.setObjectName(u\"srcToolButton\")\n\n        self.horizontalLayout_5.addWidget(self.srcToolButton)\n\n\n        self.formLayout.setLayout(0, QFormLayout.FieldRole, self.horizontalLayout_5)\n\n        self.label_3 = QLabel(self.tab)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.formLayout.setWidget(2, QFormLayout.LabelRole, self.label_3)\n\n        self.horizontalLayout_4 = QHBoxLayout()\n        self.horizontalLayout_4.setSpacing(0)\n        self.horizontalLayout_4.setObjectName(u\"horizontalLayout_4\")\n        self.srcLabLineEdit = QLineEdit(self.tab)\n        self.srcLabLineEdit.setObjectName(u\"srcLabLineEdit\")\n\n        self.horizontalLayout_4.addWidget(self.srcLabLineEdit)\n\n        self.srcLabToolButton = QToolButton(self.tab)\n        self.srcLabToolButton.setObjectName(u\"srcLabToolButton\")\n\n        self.horizontalLayout_4.addWidget(self.srcLabToolButton)\n\n\n        self.formLayout.setLayout(2, QFormLayout.FieldRole, self.horizontalLayout_4)\n\n        self.useAutoSetCheckBox = QCheckBox(self.tab)\n        self.useAutoSetCheckBox.setObjectName(u\"useAutoSetCheckBox\")\n\n        self.formLayout.setWidget(1, QFormLayout.FieldRole, self.useAutoSetCheckBox)\n\n        self.tabWidget.addTab(self.tab, \"\")\n        self.tab_2 = QWidget()\n        self.tab_2.setObjectName(u\"tab_2\")\n        self.horizontalLayout_7 = QHBoxLayout(self.tab_2)\n        self.horizontalLayout_7.setObjectName(u\"horizontalLayout_7\")\n        self.groupBox = QGroupBox(self.tab_2)\n        self.groupBox.setObjectName(u\"groupBox\")\n        self.verticalLayout_3 = QVBoxLayout(self.groupBox)\n        self.verticalLayout_3.setObjectName(u\"verticalLayout_3\")\n        self.lyricsTextEdit = QTextEdit(self.groupBox)\n        self.lyricsTextEdit.setObjectName(u\"lyricsTextEdit\")\n\n        self.verticalLayout_3.addWidget(self.lyricsTextEdit)\n\n        self.horizontalLayout_6 = QHBoxLayout()\n        self.horizontalLayout_6.setObjectName(u\"horizontalLayout_6\")\n        self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_6.addItem(self.horizontalSpacer_3)\n\n        self.readButton = QPushButton(self.groupBox)\n        self.readButton.setObjectName(u\"readButton\")\n        self.readButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_6.addWidget(self.readButton)\n\n        self.copyButton = QPushButton(self.groupBox)\n        self.copyButton.setObjectName(u\"copyButton\")\n        self.copyButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_6.addWidget(self.copyButton)\n\n\n        self.verticalLayout_3.addLayout(self.horizontalLayout_6)\n\n\n        self.horizontalLayout_7.addWidget(self.groupBox)\n\n        self.groupBox_2 = QGroupBox(self.tab_2)\n        self.groupBox_2.setObjectName(u\"groupBox_2\")\n        self.verticalLayout_4 = QVBoxLayout(self.groupBox_2)\n        self.verticalLayout_4.setObjectName(u\"verticalLayout_4\")\n        self.wavTableView = View(self.groupBox_2)\n        self.wavTableView.setObjectName(u\"wavTableView\")\n\n        self.verticalLayout_4.addWidget(self.wavTableView)\n\n        self.horizontalLayout_8 = QHBoxLayout()\n        self.horizontalLayout_8.setObjectName(u\"horizontalLayout_8\")\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_8.addItem(self.horizontalSpacer_2)\n\n        self.addButton = QPushButton(self.groupBox_2)\n        self.addButton.setObjectName(u\"addButton\")\n        self.addButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_8.addWidget(self.addButton)\n\n        self.clearButton = QPushButton(self.groupBox_2)\n        self.clearButton.setObjectName(u\"clearButton\")\n        self.clearButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_8.addWidget(self.clearButton)\n\n\n        self.verticalLayout_4.addLayout(self.horizontalLayout_8)\n\n\n        self.horizontalLayout_7.addWidget(self.groupBox_2)\n\n        self.horizontalLayout_7.setStretch(0, 1)\n        self.horizontalLayout_7.setStretch(1, 2)\n        self.tabWidget.addTab(self.tab_2, \"\")\n        self.splitter.addWidget(self.tabWidget)\n        self.layoutWidget = QWidget(self.splitter)\n        self.layoutWidget.setObjectName(u\"layoutWidget\")\n        self.verticalLayout_6 = QVBoxLayout(self.layoutWidget)\n        self.verticalLayout_6.setObjectName(u\"verticalLayout_6\")\n        self.verticalLayout_6.setContentsMargins(0, 0, 0, 0)\n        self.groupBox_3 = QGroupBox(self.layoutWidget)\n        self.groupBox_3.setObjectName(u\"groupBox_3\")\n        self.verticalLayout_2 = QVBoxLayout(self.groupBox_3)\n        self.verticalLayout_2.setObjectName(u\"verticalLayout_2\")\n        self.formLayout_2 = QFormLayout()\n        self.formLayout_2.setObjectName(u\"formLayout_2\")\n        self.label_2 = QLabel(self.groupBox_3)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.formLayout_2.setWidget(0, QFormLayout.LabelRole, self.label_2)\n\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.refLabLineEdit = QLineEdit(self.groupBox_3)\n        self.refLabLineEdit.setObjectName(u\"refLabLineEdit\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.refLabLineEdit.sizePolicy().hasHeightForWidth())\n        self.refLabLineEdit.setSizePolicy(sizePolicy)\n\n        self.horizontalLayout_2.addWidget(self.refLabLineEdit)\n\n        self.refLabToolButton = QToolButton(self.groupBox_3)\n        self.refLabToolButton.setObjectName(u\"refLabToolButton\")\n\n        self.horizontalLayout_2.addWidget(self.refLabToolButton)\n\n\n        self.formLayout_2.setLayout(0, QFormLayout.FieldRole, self.horizontalLayout_2)\n\n        self.label_4 = QLabel(self.groupBox_3)\n        self.label_4.setObjectName(u\"label_4\")\n\n        self.formLayout_2.setWidget(1, QFormLayout.LabelRole, self.label_4)\n\n        self.horizontalLayout_10 = QHBoxLayout()\n        self.horizontalLayout_10.setObjectName(u\"horizontalLayout_10\")\n        self.repeatSpinBox = QSpinBox(self.groupBox_3)\n        self.repeatSpinBox.setObjectName(u\"repeatSpinBox\")\n        self.repeatSpinBox.setMinimumSize(QSize(80, 0))\n\n        self.horizontalLayout_10.addWidget(self.repeatSpinBox)\n\n        self.excludeEndCheckBox = QCheckBox(self.groupBox_3)\n        self.excludeEndCheckBox.setObjectName(u\"excludeEndCheckBox\")\n\n        self.horizontalLayout_10.addWidget(self.excludeEndCheckBox)\n\n\n        self.formLayout_2.setLayout(1, QFormLayout.FieldRole, self.horizontalLayout_10)\n\n\n        self.verticalLayout_2.addLayout(self.formLayout_2)\n\n        self.usePauCompCheckBox = QCheckBox(self.groupBox_3)\n        self.usePauCompCheckBox.setObjectName(u\"usePauCompCheckBox\")\n\n        self.verticalLayout_2.addWidget(self.usePauCompCheckBox)\n\n\n        self.verticalLayout_6.addWidget(self.groupBox_3)\n\n        self.useReplaceGroupBox = QGroupBox(self.layoutWidget)\n        self.useReplaceGroupBox.setObjectName(u\"useReplaceGroupBox\")\n        self.useReplaceGroupBox.setTitle(u\"\\u97f3\\u7a0b\\u3092\\u7f6e\\u304d\\u63db\\u3048\\u305f\\u30d5\\u30a1\\u30a4\\u30eb\\u3082\\u4f5c\\u308b\")\n        self.useReplaceGroupBox.setCheckable(True)\n        self.formLayout_3 = QFormLayout(self.useReplaceGroupBox)\n        self.formLayout_3.setObjectName(u\"formLayout_3\")\n        self.label_5 = QLabel(self.useReplaceGroupBox)\n        self.label_5.setObjectName(u\"label_5\")\n\n        self.formLayout_3.setWidget(0, QFormLayout.LabelRole, self.label_5)\n\n        self.horizontalLayout_11 = QHBoxLayout()\n        self.horizontalLayout_11.setSpacing(0)\n        self.horizontalLayout_11.setObjectName(u\"horizontalLayout_11\")\n        self.pitchWavLineEdit = QLineEdit(self.useReplaceGroupBox)\n        self.pitchWavLineEdit.setObjectName(u\"pitchWavLineEdit\")\n\n        self.horizontalLayout_11.addWidget(self.pitchWavLineEdit)\n\n        self.pitchWavToolButton = QToolButton(self.useReplaceGroupBox)\n        self.pitchWavToolButton.setObjectName(u\"pitchWavToolButton\")\n\n        self.horizontalLayout_11.addWidget(self.pitchWavToolButton)\n\n\n        self.formLayout_3.setLayout(0, QFormLayout.FieldRole, self.horizontalLayout_11)\n\n        self.label_6 = QLabel(self.useReplaceGroupBox)\n        self.label_6.setObjectName(u\"label_6\")\n\n        self.formLayout_3.setWidget(1, QFormLayout.LabelRole, self.label_6)\n\n        self.apValueSpinBox = QDoubleSpinBox(self.useReplaceGroupBox)\n        self.apValueSpinBox.setObjectName(u\"apValueSpinBox\")\n        self.apValueSpinBox.setMaximum(1.000000000000000)\n        self.apValueSpinBox.setValue(1.000000000000000)\n\n        self.formLayout_3.setWidget(1, QFormLayout.FieldRole, self.apValueSpinBox)\n\n        self.horizontalLayout_13 = QHBoxLayout()\n        self.horizontalLayout_13.setSpacing(0)\n        self.horizontalLayout_13.setObjectName(u\"horizontalLayout_13\")\n        self.replacedWavLineEdit = QLineEdit(self.useReplaceGroupBox)\n        self.replacedWavLineEdit.setObjectName(u\"replacedWavLineEdit\")\n\n        self.horizontalLayout_13.addWidget(self.replacedWavLineEdit)\n\n        self.replacedWavToolButton = QToolButton(self.useReplaceGroupBox)\n        self.replacedWavToolButton.setObjectName(u\"replacedWavToolButton\")\n\n        self.horizontalLayout_13.addWidget(self.replacedWavToolButton)\n\n\n        self.formLayout_3.setLayout(2, QFormLayout.FieldRole, self.horizontalLayout_13)\n\n        self.replaceWavLabel = QLabel(self.useReplaceGroupBox)\n        self.replaceWavLabel.setObjectName(u\"replaceWavLabel\")\n\n        self.formLayout_3.setWidget(2, QFormLayout.LabelRole, self.replaceWavLabel)\n\n\n        self.verticalLayout_6.addWidget(self.useReplaceGroupBox)\n\n        self.groupBox_4 = QGroupBox(self.layoutWidget)\n        self.groupBox_4.setObjectName(u\"groupBox_4\")\n        self.groupBox_4.setTitle(u\"\\u51fa\\u529b\\u5148\")\n        self.verticalLayout_5 = QVBoxLayout(self.groupBox_4)\n        self.verticalLayout_5.setObjectName(u\"verticalLayout_5\")\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setSpacing(0)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.dstLineEdit = QLineEdit(self.groupBox_4)\n        self.dstLineEdit.setObjectName(u\"dstLineEdit\")\n\n        self.horizontalLayout.addWidget(self.dstLineEdit)\n\n        self.dstToolButton = QToolButton(self.groupBox_4)\n        self.dstToolButton.setObjectName(u\"dstToolButton\")\n\n        self.horizontalLayout.addWidget(self.dstToolButton)\n\n\n        self.verticalLayout_5.addLayout(self.horizontalLayout)\n\n\n        self.verticalLayout_6.addWidget(self.groupBox_4)\n\n        self.logGroupBox = QGroupBox(self.layoutWidget)\n        self.logGroupBox.setObjectName(u\"logGroupBox\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(1)\n        sizePolicy1.setHeightForWidth(self.logGroupBox.sizePolicy().hasHeightForWidth())\n        self.logGroupBox.setSizePolicy(sizePolicy1)\n        self.verticalLayout = QVBoxLayout(self.logGroupBox)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.logTextEdit = LogTextEdit(self.logGroupBox)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy2 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy2.setHorizontalStretch(0)\n        sizePolicy2.setVerticalStretch(0)\n        sizePolicy2.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy2)\n        self.logTextEdit.setLineWrapMode(QTextEdit.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout.addWidget(self.logTextEdit)\n\n\n        self.verticalLayout_6.addWidget(self.logGroupBox)\n\n        self.horizontalLayout_3 = QHBoxLayout()\n        self.horizontalLayout_3.setObjectName(u\"horizontalLayout_3\")\n        self.checkButton = QPushButton(self.layoutWidget)\n        self.checkButton.setObjectName(u\"checkButton\")\n        self.checkButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.checkButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_3.addItem(self.horizontalSpacer)\n\n        self.syncButton = QPushButton(self.layoutWidget)\n        self.syncButton.setObjectName(u\"syncButton\")\n        self.syncButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.syncButton)\n\n        self.closeButton = QPushButton(self.layoutWidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout_3.addWidget(self.closeButton)\n\n\n        self.verticalLayout_6.addLayout(self.horizontalLayout_3)\n\n        self.splitter.addWidget(self.layoutWidget)\n\n        self.verticalLayout_7.addWidget(self.splitter)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menubar = QMenuBar(MainWindow)\n        self.menubar.setObjectName(u\"menubar\")\n        self.menubar.setGeometry(QRect(0, 0, 626, 22))\n        self.menuFile = QMenu(self.menubar)\n        self.menuFile.setObjectName(u\"menuFile\")\n        MainWindow.setMenuBar(self.menubar)\n\n        self.menubar.addAction(self.menuFile.menuAction())\n        self.menuFile.addAction(self.actionNew)\n        self.menuFile.addAction(self.actionOpen)\n        self.menuFile.addAction(self.actionSave)\n        self.menuFile.addSeparator()\n        self.menuFile.addAction(self.actionExit)\n\n        self.retranslateUi(MainWindow)\n\n        self.tabWidget.setCurrentIndex(0)\n\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionOpen.setText(QCoreApplication.translate(\"MainWindow\", u\"Open\", None))\n#if QT_CONFIG(shortcut)\n        self.actionOpen.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+O\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave.setText(QCoreApplication.translate(\"MainWindow\", u\"Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionExit.setText(QCoreApplication.translate(\"MainWindow\", u\"Exit\", None))\n#if QT_CONFIG(shortcut)\n        self.actionExit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Q\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionNew.setText(QCoreApplication.translate(\"MainWindow\", u\"New\", None))\n#if QT_CONFIG(shortcut)\n        self.actionNew.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+N\", None))\n#endif // QT_CONFIG(shortcut)\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u97f3\\u58f0(wav)\", None))\n        self.srcToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u97f3\\u7d20\\u30bf\\u30a4\\u30df\\u30f3\\u30b0(lab)\", None))\n        self.srcLabToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.useAutoSetCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"wav\\u3068\\u540c\\u540d\\u306elab\\u30d5\\u30a1\\u30a4\\u30eb\\u304c\\u3042\\u308c\\u3070\\u3001\\u540c\\u6642\\u306b\\u8a2d\\u5b9a\\u3059\\u308b\\u3002\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QCoreApplication.translate(\"MainWindow\", u\"Talk\", None))\n        self.groupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u6b4c\\u8a5e\", None))\n        self.readButton.setText(QCoreApplication.translate(\"MainWindow\", u\"read\", None))\n        self.copyButton.setText(QCoreApplication.translate(\"MainWindow\", u\"copy\", None))\n        self.groupBox_2.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30d5\\u30a1\\u30a4\\u30eb\", None))\n        self.addButton.setText(QCoreApplication.translate(\"MainWindow\", u\"add\", None))\n        self.clearButton.setText(QCoreApplication.translate(\"MainWindow\", u\"clear\", None))\n        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QCoreApplication.translate(\"MainWindow\", u\"Song\", None))\n        self.groupBox_3.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30ea\\u30d5\\u30a1\\u30ec\\u30f3\\u30b9\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u5909\\u63db\\u30bf\\u30a4\\u30df\\u30f3\\u30b0 (lab)\", None))\n        self.refLabToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label_4.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u6bcd\\u97f3\\u3092\\u7e70\\u308a\\u8fd4\\u3059\", None))\n        self.excludeEndCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u4f11\\u7b26\\u306e\\u524d\\u3067\\u306f\\u7e70\\u308a\\u8fd4\\u3055\\u306a\\u3044\\u3002\", None))\n        self.usePauCompCheckBox.setText(QCoreApplication.translate(\"MainWindow\", u\"pau(\\u4f11\\u7b26)\\u3001sil(\\u5168\\u4f11\\u7b26)\\u3001br(\\u606f\\u7d99\\u304e)\\u304c\\u4e26\\u3093\\u3067\\u3044\\u305f\\u3089\\u3001\\u4e00\\u3064\\u306epau\\u306b\\u3059\\u308b\\u3002\", None))\n        self.label_5.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u97f3\\u7a0b(wav)\", None))\n        self.pitchWavToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.label_6.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u96d1\\u5473(aperiodicity)\", None))\n        self.replacedWavToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.replaceWavLabel.setText(QCoreApplication.translate(\"MainWindow\", u\"\\u4fdd\\u5b58\\u5148\", None))\n        self.dstToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n        self.logGroupBox.setTitle(QCoreApplication.translate(\"MainWindow\", u\"\\u30ed\\u30b0\", None))\n        self.checkButton.setText(QCoreApplication.translate(\"MainWindow\", u\"check\", None))\n        self.syncButton.setText(QCoreApplication.translate(\"MainWindow\", u\"sync\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n        self.menuFile.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/voice_sync/wav_table.py",
    "content": "import dataclasses\nfrom pathlib import Path\n\nfrom PySide6.QtCore import Qt\nfrom PySide6.QtGui import (\n    QKeySequence,\n    QAction,\n)\nfrom PySide6.QtWidgets import (\n    QMenu,\n    QStyledItemDelegate,\n    QFileDialog,\n)\n\nfrom rs.core import (\n    pipe as p,\n)\nfrom rs.gui import (\n    table,\n)\n\n\n@dataclasses.dataclass\nclass InputData(table.RowData):\n    wav: str = ''\n    lab: str = ''\n\n\nclass ItemDelegate(QStyledItemDelegate):\n    def __init__(self, parent):\n        super().__init__(parent)\n        self._parent = parent\n\n    def createEditor(self, parent, option, index):\n        if index.column() in [0, 1]:\n            editor = QFileDialog(parent)\n            editor.setWindowTitle('ファイル選択')\n            editor.setFileMode(QFileDialog.ExistingFile)\n            editor.setAcceptMode(QFileDialog.AcceptOpen)\n            editor.setOptions(QFileDialog.DontUseNativeDialog)\n            if index.column() == 0:\n                editor.setNameFilter('WAV File (*.wav)')\n            else:\n                editor.setNameFilter('LAB File (*.lab)')\n            return editor\n        return super().createEditor(parent, option, index)\n\n    def setEditorData(self, editor, index):\n        if index.column() in [0, 1]:\n            editor: QFileDialog\n            path = Path(index.data(Qt.DisplayRole))\n            editor.setDirectory(str(path.parent))\n            return\n        super().setEditorData(editor, index)\n\n    def setModelData(self, editor, model, index):\n        if index.column() in [0, 1]:\n            editor: QFileDialog\n            files = editor.selectedFiles()\n            if len(files) != 0:\n                model.setData(index, files[0], Qt.EditRole)\n            return\n        super().setModelData(editor, model, index)\n\n    def updateEditorGeometry(self, editor, option, index):\n        if index.column() in [0, 1]:\n            pass\n            return\n        super().updateEditorGeometry(editor, option, index)\n\n\nclass Model(table.Model):\n    pass\n\n\nclass View(table.View):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.setModel(Model(InputData))\n        self.setItemDelegate(ItemDelegate(self))\n        self.setStyleSheet(\n            'QTableView::item::focus '\n            '{border: 2px solid white; '\n            'border-radius: 0px;border-bottom-right-radius: 0px;border-style: double;}'\n        )\n\n        # context menu\n        self.setContextMenuPolicy(Qt.CustomContextMenu)\n        self.customContextMenuRequested.connect(self.contextMenu)\n        # action\n        self.actionUndo = QAction('Undo', self)\n        self.actionUndo.setShortcut(QKeySequence('Ctrl+Z'))\n        self.actionRedo = QAction('Redo', self)\n        self.actionRedo.setShortcut(QKeySequence('Ctrl+Shift+Z'))\n        self.actionCopy = QAction('Copy', self)\n        self.actionCopy.setShortcut(QKeySequence('Ctrl+C'))\n        self.actionPaste = QAction('Paste', self)\n        self.actionPaste.setShortcut(QKeySequence('Ctrl+V'))\n        self.actionDelete = QAction('Delete', self)\n        self.actionDelete.setShortcut(QKeySequence(Qt.CTRL | Qt.Key_Delete))\n        self.actionUp = QAction('Up', self)\n        self.actionUp.setShortcut(QKeySequence(Qt.ALT | Qt.Key_Up))\n        self.actionDown = QAction('Down', self)\n        self.actionDown.setShortcut(QKeySequence(Qt.ALT | Qt.Key_Down))\n        # event\n        self.actionUndo.triggered.connect(self.model().undo_stack.undo)\n        self.actionRedo.triggered.connect(self.model().undo_stack.redo)\n        self.actionCopy.triggered.connect(self.copy)\n        self.actionPaste.triggered.connect(self.paste)\n        self.actionDelete.triggered.connect(self.delete)\n        self.actionUp.triggered.connect(self.up)\n        self.actionDown.triggered.connect(self.down)\n\n    def add(self, wav: str, lab: str):\n        m: Model = self.model()\n        m.add_row_data(InputData(wav=wav, lab=lab))\n\n    def get_wav_list(self):\n        m: Model = self.model()\n        return p.pipe(\n            m.to_list(),\n            p.map(lambda row: Path(row.wav)),\n            list,\n        )\n\n    def get_lab_list(self):\n        m: Model = self.model()\n        return p.pipe(\n            m.to_list(),\n            p.map(lambda row: Path(row.lab)),\n            list,\n        )\n\n    def keyPressEvent(self, event):\n        key = event.key()\n        mod = event.modifiers()\n        if mod == Qt.ControlModifier and key == Qt.Key_Z:\n            self.actionUndo.trigger()\n            return\n        if mod == Qt.ControlModifier | Qt.ShiftModifier and key == Qt.Key_Z:\n            self.actionRedo.trigger()\n            return\n        if mod == Qt.ControlModifier and key == Qt.Key_C:\n            self.actionCopy.trigger()\n            return\n        if mod == Qt.ControlModifier and key == Qt.Key_V:\n            self.actionPaste.trigger()\n            return\n        if mod == Qt.ControlModifier and key == Qt.Key_Delete:\n            self.actionDelete.trigger()\n            return\n        if mod == Qt.AltModifier and key == Qt.Key_Up:\n            self.actionUp.trigger()\n            return\n        if mod == Qt.AltModifier and key == Qt.Key_Down:\n            self.actionDown.trigger()\n            return\n\n        super().keyPressEvent(event)\n\n    def contextMenu(self, pos):\n        menu = QMenu(self)\n        menu.addAction(self.actionUndo)\n        menu.addAction(self.actionRedo)\n        menu.addSeparator()\n        menu.addAction(self.actionCopy)\n        menu.addAction(self.actionPaste)\n        menu.addSeparator()\n        menu.addAction(self.actionUp)\n        menu.addAction(self.actionDown)\n        menu.addSeparator()\n        menu.addAction(self.actionDelete)\n        menu.exec_(self.mapToGlobal(pos))\n"
  },
  {
    "path": "library/python/rs/tool/voicevox_sequencer/__init__.py",
    "content": "from .voicevox_sequencer import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/voicevox_sequencer/lyrics.py",
    "content": "import re\nimport sys\n\nimport pykakasi\n\nfrom PySide6.QtCore import (\n    Qt,\n)\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QMainWindow,\n)\n\nfrom rs.core import (\n    pipe as p,\n)\n\nfrom rs.gui import (\n    appearance,\n)\nfrom rs.tool.voicevox_sequencer.lyrics_ui import Ui_MainWindow\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.setWindowTitle('Lyrics')\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n        )\n        self.resize(500, 500)\n\n        # style sheet\n        self.ui.convToolButton.setStyleSheet(appearance.other_stylesheet)\n        # event\n        self.ui.convToolButton.clicked.connect(self.conv)\n\n    def conv(self):\n        pattern = re.compile(r'\\n([ァィゥェォャュョヮ])')\n        src_text = self.ui.srcPlainTextEdit.toPlainText()\n        kks = pykakasi.kakasi()\n        text = '\\n'.join(p.pipe(\n            src_text.split(),\n            p.map(lambda x: x.strip()),\n            lambda x: kks.convert(' '.join(x)),\n            p.map(lambda x: x['kana']),\n            p.map(lambda x: '\\n'.join(x)),\n            p.map(lambda x: pattern.sub(r'\\1', x)),\n            list,\n        ))\n        self.ui.dstPlainTextEdit.setPlainText(text)\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/voicevox_sequencer/lyrics.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>450</width>\n    <height>362</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n    <property name=\"leftMargin\">\n     <number>4</number>\n    </property>\n    <property name=\"topMargin\">\n     <number>4</number>\n    </property>\n    <property name=\"rightMargin\">\n     <number>4</number>\n    </property>\n    <property name=\"bottomMargin\">\n     <number>4</number>\n    </property>\n    <item>\n     <widget class=\"QPlainTextEdit\" name=\"srcPlainTextEdit\"/>\n    </item>\n    <item>\n     <widget class=\"QToolButton\" name=\"convToolButton\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"minimumSize\">\n       <size>\n        <width>40</width>\n        <height>100</height>\n       </size>\n      </property>\n      <property name=\"text\">\n       <string>...</string>\n      </property>\n      <property name=\"arrowType\">\n       <enum>Qt::RightArrow</enum>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"QPlainTextEdit\" name=\"dstPlainTextEdit\"/>\n    </item>\n   </layout>\n  </widget>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/voicevox_sequencer/lyrics_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'lyrics.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,\n    QFont, QFontDatabase, QGradient, QIcon,\n    QImage, QKeySequence, QLinearGradient, QPainter,\n    QPalette, QPixmap, QRadialGradient, QTransform)\nfrom PySide6.QtWidgets import (QApplication, QHBoxLayout, QMainWindow, QPlainTextEdit,\n    QSizePolicy, QToolButton, QWidget)\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(450, 362)\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.horizontalLayout = QHBoxLayout(self.centralwidget)\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.horizontalLayout.setContentsMargins(4, 4, 4, 4)\n        self.srcPlainTextEdit = QPlainTextEdit(self.centralwidget)\n        self.srcPlainTextEdit.setObjectName(u\"srcPlainTextEdit\")\n\n        self.horizontalLayout.addWidget(self.srcPlainTextEdit)\n\n        self.convToolButton = QToolButton(self.centralwidget)\n        self.convToolButton.setObjectName(u\"convToolButton\")\n        sizePolicy = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.convToolButton.sizePolicy().hasHeightForWidth())\n        self.convToolButton.setSizePolicy(sizePolicy)\n        self.convToolButton.setMinimumSize(QSize(40, 100))\n        self.convToolButton.setArrowType(Qt.RightArrow)\n\n        self.horizontalLayout.addWidget(self.convToolButton)\n\n        self.dstPlainTextEdit = QPlainTextEdit(self.centralwidget)\n        self.dstPlainTextEdit.setObjectName(u\"dstPlainTextEdit\")\n\n        self.horizontalLayout.addWidget(self.dstPlainTextEdit)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.convToolButton.setText(QCoreApplication.translate(\"MainWindow\", u\"...\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/voicevox_sequencer/seq.py",
    "content": "import dataclasses\nfrom enum import Enum\nfrom typing import Optional, List\n\nimport pykakasi\n\nfrom PySide6.QtCore import (\n    QModelIndex,\n    QItemSelectionModel,\n    Qt,\n    QEvent,\n    QSize,\n)\nfrom PySide6.QtGui import QIcon, QColor, QKeyEvent\nfrom PySide6.QtWidgets import (\n    QAbstractItemDelegate,\n    QLineEdit,\n    QStyledItemDelegate,\n)\n\nfrom rs.core import (\n    config,\n    note,\n    pipe as p,\n)\nfrom rs.gui import table\n\nLENGTH_LIST = [\n    2880,\n    1920,\n    1440,\n    960,\n    720,\n    480,\n    360,\n    240,\n    180,\n    120,\n    90,\n    60,\n    45,\n    30,\n    0,\n]\n\n\n@dataclasses.dataclass\nclass NoteData(table.RowData):\n    note: int = 60\n    length: int = 480\n    max_time: float = 0.5\n    kana: str = 'ラ'\n\n    def get_sec(self, tempo: int) -> float:\n        # 480 = 1拍\n        return self.length / (tempo * 480 / 60)\n\n    @classmethod\n    def toHeaderList(cls) -> List[str]:\n        return [\n            'Note',\n            'Length',\n            'Limit(sec)',\n            'Kana',\n        ]\n\n\nclass Model(table.Model):\n    def __init__(self, cls, parent=None):\n        super().__init__(cls, parent)\n        icon_dir = config.ROOT_PATH.joinpath('data', 'image', 'icon', 'notes')\n        # note icon\n        self.note_default_icon = QIcon(str(icon_dir.joinpath('question.png')))\n        self.note_icon_dict = {\n            2880: QIcon(str(icon_dir.joinpath('2880.png'))),\n            1920: QIcon(str(icon_dir.joinpath('1920.png'))),\n            1440: QIcon(str(icon_dir.joinpath('1440.png'))),\n            960: QIcon(str(icon_dir.joinpath('960.png'))),\n            720: QIcon(str(icon_dir.joinpath('720.png'))),\n            480: QIcon(str(icon_dir.joinpath('480.png'))),\n            360: QIcon(str(icon_dir.joinpath('360.png'))),\n            240: QIcon(str(icon_dir.joinpath('240.png'))),\n            180: QIcon(str(icon_dir.joinpath('180.png'))),\n            120: QIcon(str(icon_dir.joinpath('120.png'))),\n            90: QIcon(str(icon_dir.joinpath('90.png'))),\n            60: QIcon(str(icon_dir.joinpath('60.png'))),\n            45: QIcon(str(icon_dir.joinpath('45.png'))),\n            30: QIcon(str(icon_dir.joinpath('30.png'))),\n        }\n\n        # rest icon\n        self.rest_default_icon = QIcon(str(icon_dir.joinpath('empty.png')))\n        self.rest_icon_dict = {\n            2880: QIcon(str(icon_dir.joinpath('r2880.png'))),\n            1920: QIcon(str(icon_dir.joinpath('r1920.png'))),\n            1440: QIcon(str(icon_dir.joinpath('r1440.png'))),\n            960: QIcon(str(icon_dir.joinpath('r960.png'))),\n            720: QIcon(str(icon_dir.joinpath('r720.png'))),\n            480: QIcon(str(icon_dir.joinpath('r480.png'))),\n            360: QIcon(str(icon_dir.joinpath('r360.png'))),\n            240: QIcon(str(icon_dir.joinpath('r240.png'))),\n            180: QIcon(str(icon_dir.joinpath('r180.png'))),\n            120: QIcon(str(icon_dir.joinpath('r120.png'))),\n            90: QIcon(str(icon_dir.joinpath('r90.png'))),\n            60: QIcon(str(icon_dir.joinpath('r60.png'))),\n        }\n\n    def data(self, index: QModelIndex, role: int = ...) -> Optional[str]:\n        if role == Qt.DisplayRole:\n            if index.column() == 0:\n                note_index = self.get_value(index.row(), 0)\n                if note_index < 0:\n                    return '----  ----'\n                return f'{note.index2name(note_index): <4}  {str(note_index): <4}'\n            elif index.column() == 2:\n                return f'  {self.get_value(index.row(), 2)}'\n            elif index.column() == 3:\n                note_index = self.get_value(index.row(), 0)\n                if note_index < 0:\n                    return f'----  {self.get_value(index.row(), 3)}'\n\n        elif role == Qt.BackgroundRole:\n            note_index = self.get_value(index.row(), 0)\n            length = self.get_value(index.row(), 1)\n            if note_index < 0 and length == 0:\n                return QColor(100, 100, 100)\n\n        elif role == Qt.DecorationRole:\n            if index.column() == 1:\n                is_rest = self.get_value(index.row(), 0) < 0\n                length = self.get_value(index.row(), 1)\n                if is_rest:\n                    if length in self.rest_icon_dict:\n                        return self.rest_icon_dict[length]\n                    return self.rest_default_icon\n                else:\n                    if length in self.note_icon_dict:\n                        return self.note_icon_dict[length]\n                    return self.note_default_icon\n\n        return super().data(index, role)\n\n\nclass LineEdit(QLineEdit):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.org_text = None\n\n\nclass ItemDelegate(QStyledItemDelegate):\n\n    def createEditor(self, parent, option, index):\n        editor = LineEdit(parent)\n        return editor\n\n    def setEditorData(self, editor, index):\n        v = self.parent()\n        m: Model = v.model()\n        text = str(m.get_value(index.row(), index.column())).strip()\n        editor.setText(text)\n        editor.org_text = text\n\n    def setModelData(self, editor, model, index):\n        col = index.column()\n        _value = editor.text().strip()\n        # noteの文字を数値に変換\n        if col == 0:\n            if len(_value) == 0:\n                _value = '-1'\n            try:\n                _value = str(int(_value))\n            except ValueError:\n                v = self.parent()\n                if _value[-1] not in '0123456789':\n                    _value = _value + str(v.octave)\n                _value = str(note.name2index(_value))\n        # kanaの文字をカタカナに変換\n        elif col == 3:\n            kks = pykakasi.kakasi()\n            _value = kks.convert(_value)[0]['kana']\n        # 変更が場合は何もしない\n        if editor.org_text == _value:\n            editor.org_text = None\n            return\n\n        # 値を反映\n        if col in [0, 1]:\n            try:\n                value = int(_value)\n                model.setData(index, value)\n                editor.org_text = None\n                return\n            except ValueError:\n                return\n        elif col in [2]:\n            try:\n                value = float(_value)\n                model.setData(index, value)\n                editor.org_text = None\n                return\n            except ValueError:\n                return\n        elif col == 3:\n            try:\n                model.setData(index, _value)\n                editor.org_text = None\n                return\n            except ValueError:\n                return\n        model.setData(index, editor.text())\n\n    def eventFilter(self, editor, event):\n        if event.type() == QEvent.KeyPress:\n            key = event.key()\n            mod = event.modifiers()\n            v = self.parent()\n            m: Model = v.model()\n            sm = v.selectionModel()\n            if (\n                    (key == Qt.Key_Escape and mod == Qt.NoModifier)\n            ):\n                self.commitData.emit(editor)\n                self.closeEditor.emit(editor)\n                return True\n            if (\n                    (key in (Qt.Key_Down, Qt.Key_Up) and mod == Qt.NoModifier) or\n                    (key in (Qt.Key_Tab, Qt.Key_Backtab) and mod == Qt.NoModifier)\n            ):\n                self.commitData.emit(editor)\n                self.closeEditor.emit(editor)\n                v.keyPressEvent(event)\n                v.edit(v.currentIndex())\n                return True\n            if (\n                    (key == Qt.Key_Return and mod == Qt.NoModifier)\n            ):\n                self.commitData.emit(editor)\n                self.closeEditor.emit(editor)\n                current_index: QModelIndex = v.currentIndex()\n                row = current_index.row()\n                m.undo_stack.beginMacro('Commit')\n\n                if row == m.rowCount() - 1:\n                    d = NoteData()\n                    m.insert_row_data(row + 1, d)\n                sm.setCurrentIndex(\n                    current_index.siblingAtRow(row + 1),\n                    QItemSelectionModel.SelectionFlag.ClearAndSelect\n                )\n                m.undo_stack.endMacro()\n\n                v.edit(v.currentIndex())\n                return True\n            if (\n                    (key == Qt.Key_Return and mod == Qt.ShiftModifier)\n            ):\n                v.keyPressEvent(event)\n                v.edit(v.currentIndex())\n                return True\n\n        return super().eventFilter(editor, event)\n\n    def commitAndCloseEditor(self):\n        print('commitAndCloseEditor', flush=True)\n        editor = self.sender()\n        self.commitData.emit(editor)\n        self.closeEditor.emit(editor, QAbstractItemDelegate.NoHint)\n\n\n@dataclasses.dataclass\nclass Paragraph:\n    start: int = 0\n    end: int = 0\n    note_list: List[NoteData] = dataclasses.field(default_factory=list)\n    rest_length: int = 0\n\n    def in_paragraph(self, row: int):\n        return self.start <= row < self.end\n\n    def get_text(self):\n        return ''.join([x.kana for x in self.note_list])\n\n    def get_rest_sec(self, tempo: int) -> float:\n        return self.rest_length / (tempo * 480 / 60)\n\n\nclass View(table.View):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.setModel(Model(NoteData))\n        self.setItemDelegate(ItemDelegate(self))\n        self.undo_stack = self.model().undo_stack\n\n        self.setIconSize(QSize(32, 32))\n\n        self.setStyleSheet(\n            'QTableView::item::focus {'\n            ' border: 2px solid white;'\n            ' border-radius: 0px;'\n            ' border-bottom-right-radius: 0px;'\n            ' border-style: double;}'\n        )\n\n        # h = self.horizontalHeader()\n        # h.setSectionHidden(0, True)\n        # h.setSectionHidden(1, True)\n        # h.setSectionHidden(2, True)\n        # h.setSectionHidden(3, True)\n        # h.setSectionResizeMode(1, QHeaderView.ResizeMode.Stretch)\n        # h.setSectionResizeMode(2, QHeaderView.ResizeMode.Stretch)\n        vh = self.verticalHeader()\n        vh.setMinimumWidth(40)\n        vh.setMinimumSectionSize(55)\n        vh.setDefaultAlignment(Qt.AlignCenter)\n\n        # ---------------------\n        self.octave = 4\n\n    def undo(self):\n        m = self.model()\n        self.undo_stack.undo()\n\n    def redo(self):\n        m = self.model()\n        self.undo_stack.redo()\n\n    def paste(self):\n        m: Model = self.model()\n        super().paste()\n\n    def set_octave(self, octave: int):\n        self.octave = octave\n\n    def decrement(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        m.undo_stack.beginMacro('Decrement')\n        for i in sm.selectedIndexes():\n            col = i.column()\n            if col == 0:\n                v = m.get_value(i.row(), i.column())\n                if v < 0:\n                    continue\n                if v > 0:\n                    m.setData(i, v - 1, Qt.EditRole)\n            elif col == 1:\n                v = m.get_value(i.row(), i.column())\n                for length in LENGTH_LIST:\n                    if length < v:\n                        m.setData(i, length, Qt.EditRole)\n                        break\n            elif col == 2:\n                v = m.get_value(i.row(), i.column())\n                if v > 0.1:\n                    m.setData(i, v - 0.1, Qt.EditRole)\n        m.undo_stack.endMacro()\n\n    def decrement_plus(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        m.undo_stack.beginMacro('DecrementPlus')\n        for i in sm.selectedIndexes():\n            col = i.column()\n            if col == 0:\n                v = m.get_value(i.row(), i.column())\n                if v < 0:\n                    continue\n                if v >= 12:\n                    m.setData(i, v - 12, Qt.EditRole)\n            elif col == 1:\n                v = m.get_value(i.row(), i.column())\n                for length in LENGTH_LIST:\n                    if length < v:\n                        v = length\n                        break\n                for length in LENGTH_LIST:\n                    if length < v:\n                        m.setData(i, length, Qt.EditRole)\n                        break\n            elif col == 2:\n                v = m.get_value(i.row(), i.column())\n                if v > 0.5:\n                    m.setData(i, v - 0.5, Qt.EditRole)\n        m.undo_stack.endMacro()\n\n    def increment(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        m.undo_stack.beginMacro('Increment')\n        for i in sm.selectedIndexes():\n            col = i.column()\n            if col == 0:\n                v = m.get_value(i.row(), i.column())\n                if v < 0:\n                    continue\n                m.setData(i, v + 1, Qt.EditRole)\n            elif col == 1:\n                v = m.get_value(i.row(), i.column())\n                for length in reversed(LENGTH_LIST):\n                    if length > v:\n                        m.setData(i, length, Qt.EditRole)\n                        break\n            elif col == 2:\n                v = m.get_value(i.row(), i.column())\n                m.setData(i, v + 0.1, Qt.EditRole)\n        m.undo_stack.endMacro()\n\n    def increment_plus(self):\n        m: Model = self.model()\n        sm = self.selectionModel()\n        m.undo_stack.beginMacro('IncrementPlus')\n        for i in sm.selectedIndexes():\n            col = i.column()\n            if col == 0:\n                v = m.get_value(i.row(), i.column())\n                if v < 0:\n                    continue\n                m.setData(i, v + 12, Qt.EditRole)\n            elif col == 1:\n                v = m.get_value(i.row(), i.column())\n                for length in reversed(LENGTH_LIST):\n                    if length > v:\n                        v = length\n                        break\n                for length in reversed(LENGTH_LIST):\n                    if length > v:\n                        m.setData(i, length, Qt.EditRole)\n                        break\n            elif col == 2:\n                v = m.get_value(i.row(), i.column())\n                m.setData(i, v + 0.5, Qt.EditRole)\n        m.undo_stack.endMacro()\n\n    def get_paragraph_list(self):\n        m: Model = self.model()\n        row_count = m.rowCount()\n        lst = m.to_list()\n\n        # ブロックの先頭の行番号のリストを作成\n        starting_points = []\n\n        class State(Enum):\n            rest = 0\n            note = 1\n\n        def get_state(row: int):\n            note_index = m.get_value(row, 0)\n            if note_index < 0:\n                return State.rest\n            else:\n                return State.note\n\n        if row_count == 0:\n            pass\n        else:\n            pre_state = get_state(0)\n            starting_points.append(0)\n            for i in range(1, row_count):\n                if pre_state == State.rest and get_state(i) == State.note:\n                    starting_points.append(i)\n                pre_state = get_state(i)\n\n        # ブロックの先頭の行番号のリストからパラグラフのリストを作成\n        paragraph_list = []\n        for i in range(len(starting_points)):\n            start_index = starting_points[i]\n            if i == len(starting_points) - 1:\n                end_index = row_count\n            else:\n                end_index = starting_points[i + 1]\n            note_list = lst[start_index:end_index]\n            paragraph = Paragraph()\n            paragraph.start = start_index\n            paragraph.end = end_index\n            paragraph.note_list = p.pipe(\n                note_list,\n                p.filter(lambda x: x.note >= 0),\n                list,\n            )\n            paragraph.rest_length = p.pipe(\n                note_list,\n                p.filter(lambda x: x.note < 0),\n                p.map(lambda x: x.length),\n                sum,\n            )\n            paragraph_list.append(paragraph)\n\n        #\n        return paragraph_list\n\n    def get_paragraph(self, row: int):\n        paragraph_list = self.get_paragraph_list()\n\n        paragraph = None\n        for _paragraph in paragraph_list:\n            if _paragraph.in_paragraph(row):\n                paragraph = _paragraph\n                break\n        return paragraph\n\n    def get_current_paragraph(self):\n        return self.get_paragraph(self.currentIndex().row())\n\n    def keyPressEvent(self, event: QKeyEvent):\n        key = event.key()\n        mod = event.modifiers()\n\n        if key == Qt.Key_Return and mod == Qt.NoModifier:\n            self.edit(self.currentIndex())\n            return\n        # Shift_A Sift_I\n        if key == Qt.Key_A and mod == Qt.ShiftModifier:\n            self.setCurrentIndex(self.currentIndex().siblingAtColumn(3))\n            self.edit(self.currentIndex())\n            return\n        if key == Qt.Key_I and mod == Qt.ShiftModifier:\n            self.setCurrentIndex(self.currentIndex().siblingAtColumn(0))\n            self.edit(self.currentIndex())\n            return\n\n        # h j k l\n        if key == Qt.Key_J and mod == Qt.NoModifier:\n            event = QKeyEvent(QEvent.KeyPress, Qt.Key_Down, Qt.NoModifier)\n        elif key == Qt.Key_K and mod == Qt.NoModifier:\n            event = QKeyEvent(QEvent.KeyPress, Qt.Key_Up, Qt.NoModifier)\n        elif key == Qt.Key_H and mod == Qt.NoModifier:\n            event = QKeyEvent(QEvent.KeyPress, Qt.Key_Left, Qt.NoModifier)\n        elif key == Qt.Key_L and mod == Qt.NoModifier:\n            event = QKeyEvent(QEvent.KeyPress, Qt.Key_Right, Qt.NoModifier)\n        super().keyPressEvent(event)\n"
  },
  {
    "path": "library/python/rs/tool/voicevox_sequencer/voicevox_sequencer.py",
    "content": "import dataclasses\nimport io\nimport re\nimport sys\nfrom copy import deepcopy\nfrom pathlib import Path\n\nimport mido\nimport numpy as np\nimport scipy as sp\nimport simpleaudio\nimport pykakasi\n\nfrom PySide6.QtCore import (\n    Qt,\n    QItemSelectionModel,\n)\nfrom PySide6.QtGui import QColor, QUndoStack\nfrom PySide6.QtWidgets import (\n    QApplication,\n    QFileDialog,\n    QMainWindow,\n    QMenu,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n    voicevox,\n    ust,\n)\nfrom rs.core.voicevox.data import SpeakerList\nfrom rs.core.voicevox.api import (\n    synthesis,\n    VOICEVOX_PORT,\n    VOICEVOX_NEMO_PORT,\n    SHAREVOX_PORT,\n)\nfrom rs.core.voicevox.mora_list import openjtalk_text2mora as text2mora\nfrom rs.core.voicevox.mora_list import openjtalk_mora2text as mora2text\n\nfrom rs.gui import (\n    appearance, log,\n)\n\nfrom rs.tool.voicevox_sequencer import seq\nfrom rs.tool.voicevox_sequencer.voicevox_sequencer_ui import Ui_MainWindow\nfrom rs.tool.voicevox_sequencer.lyrics import MainWindow as LyricsWindow\n\nAPP_NAME = 'VoicevoxSequencer'\n\n\n@dataclasses.dataclass\nclass Engine:\n    port: int = VOICEVOX_PORT\n    name: str = 'VOICEVOX'\n    speakers: SpeakerList = dataclasses.field(default_factory=SpeakerList)\n\n    def get_speakers_file(self):\n        return config.CONFIG_DIR.joinpath('%s_speakers.json' % self.name.lower().replace(' ', '_'))\n\n    def load_speakers(self):\n        _file = self.get_speakers_file()\n        if _file.is_file():\n            self.speakers.load(_file)\n\n    def save_speakers(self):\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        _file = self.get_speakers_file()\n        self.speakers.save(_file)\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    port: int = VOICEVOX_PORT\n    speaker_index: int = 0\n\n\ndef msg2notes(msg_lst: list[mido.Message]):\n    lst = []\n    if len(msg_lst) < 2:\n        return lst\n    if msg_lst[0].time > 0:\n        lst.append(seq.NoteData(note=-1, length=msg_lst[0].time, kana=''))\n    pair_lst = zip(msg_lst, msg_lst[1:])\n    for msg1, msg2 in pair_lst:\n        if msg1.type == 'note_on':\n            lst.append(seq.NoteData(note=msg1.note, length=msg2.time))\n        elif msg1.type == 'note_off':\n            if msg2.time == 0:\n                continue\n            lst.append(seq.NoteData(note=-1, length=msg2.time, kana=''))\n    return lst\n\n\n@dataclasses.dataclass\nclass Doc(config.Data):\n    port: int = VOICEVOX_PORT\n    speaker_id: int = 0\n    tempo: int = 120\n    note_list: config.DataList = dataclasses.field(default_factory=lambda: config.DataList(seq.NoteData))\n\n    def load_midi(self, f: Path):\n        mid = mido.MidiFile(f)\n        lst = p.pipe(\n            mid.tracks,\n            p.map(lambda track: p.pipe(\n                track,\n                p.filter(lambda msg: msg.type == 'note_on' or msg.type == 'note_off'),\n                list,\n            )),\n            p.map(msg2notes),\n            p.filter(lambda s: len(s) > 0),\n            list,\n        )\n        if len(lst) == 0:\n            self.note_list.clear()\n        else:\n            self.note_list.set_list(lst[0])\n\n    def load_ust(self, f: Path):\n        dct = ust.read(f)\n        self.note_list.clear()\n\n        if 'SETTING' in dct:\n            if 'Tempo' in dct['SETTING']:\n                try:\n                    _tempo = float(dct['SETTING']['Tempo'])\n                    self.tempo = int(_tempo)\n                except ValueError:\n                    pass\n        # notes\n        kks = pykakasi.kakasi()\n        hira_pat = re.compile('[\\u3041-\\u309F]+')\n        for i, _note in enumerate(dct['notes']):\n            if 'Tempo' in _note.keys():\n                try:\n                    _tempo = float(_note['Tempo'])\n                    self.tempo = int(_tempo)\n                except ValueError:\n                    pass\n\n            note = seq.NoteData()\n\n            if 'Length' in _note:\n                try:\n                    note.length = int(_note['Length'])\n                except ValueError:\n                    pass\n            if 'NoteNum' in _note:\n                try:\n                    note.note = int(_note['NoteNum'])\n                except ValueError:\n                    pass\n\n            if 'Lyric' in _note:\n                lyric = _note['Lyric']\n                if lyric in ['R', 'br']:\n                    note.note = -1\n                    note.kana = ''\n                else:\n                    hira_match = hira_pat.search(lyric)\n                    if hira_match is not None:\n                        note.kana = kks.convert(hira_match.group())[-1]['kana']\n\n                    elif lyric == '-' and i > 0:\n                        _pre_kana = self.note_list[i - 1].kana\n                        if _pre_kana in text2mora:\n                            _vowel = text2mora[_pre_kana][-1]\n                            note.kana = mora2text[_vowel]\n\n                    elif lyric in mora2text:\n                        note.kana = mora2text[lyric]\n\n            self.note_list.append(note)\n\n\ndef paragraph2audio_query(paragraph: seq.Paragraph, tempo: int, sampling_rate: int) -> voicevox.data.AudioQuery:\n    moras = []\n    accent_phrases = []\n    for note in paragraph.note_list:\n        mora = voicevox.data.Mora()\n        length = note.get_sec(tempo)\n        max_sec = note.max_time\n        mora.set_note(\n            note.kana,\n            note.note,\n            min(length, max_sec),\n        )\n        moras.append(mora)\n\n        if note.get_sec(tempo) > max_sec:\n            # 最大時間を超えた場合は、休符追加し次のアクセント句に切り替え\n            accent_phrase = voicevox.data.AccentPhrase()\n            pause_mora = voicevox.data.Mora()\n            pause_mora.set_rest(length - max_sec)\n            accent_phrase.pause_mora = pause_mora\n            accent_phrase.moras.set_list(moras)\n            accent_phrases.append(accent_phrase)\n            moras = []\n    if len(moras) > 0:\n        accent_phrase = voicevox.data.AccentPhrase()\n        accent_phrase.moras.set_list(moras)\n        accent_phrases.append(accent_phrase)\n\n    # audio_query\n    audio_query = voicevox.data.AudioQuery()\n    audio_query.accent_phrases.set_list(accent_phrases)\n    audio_query.outputSamplingRate = sampling_rate\n    return audio_query\n\n\ndef write_label(f: Path, phoneme_list: list[dict]):\n    if len(phoneme_list) == 0:\n        return\n    n = 10000000\n    lst = [{\n        's': 0,\n        'e': int(phoneme_list[0]['length'] * n),\n        'sign': phoneme_list[0]['sign'],\n    }]\n    for phoneme in phoneme_list[1:]:\n        lst.append({\n            's': lst[-1]['e'],\n            'e': lst[-1]['e'] + int(phoneme['length'] * n),\n            'sign': phoneme['sign'],\n        })\n    with f.open('w', encoding='utf-8') as fp:\n        for phoneme in lst:\n            fp.write('%s %s %s\\n' % (\n                str(phoneme['s']),\n                str(phoneme['e']),\n                phoneme['sign'],\n            ))\n\n\nclass MainWindow(QMainWindow):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_MainWindow()\n        self.ui.setupUi(self)\n        self.file = None\n        self.set_title()\n        self.setWindowFlags(\n            Qt.Window\n        )\n        self.resize(600, 800)\n\n        # Engine\n        self.engine_list = [\n            Engine(port=VOICEVOX_PORT, name='VOICEVOX'),\n            Engine(port=VOICEVOX_NEMO_PORT, name='VOICEVOX Nemo'),\n            Engine(port=SHAREVOX_PORT, name='SHAREVOX'),\n        ]\n        for engine in self.engine_list:\n            engine.load_speakers()\n        self.ui.engineComboBox.clear()\n        self.ui.engineComboBox.addItems([e.name for e in self.engine_list])\n        self.ui.engineComboBox.setCurrentIndex(0)\n        self.ui.engineComboBox.currentIndexChanged.connect(self.set_speaker_list)\n\n        # speaker\n        self.set_speaker_list()\n\n        self.ui.tempoSpinBox.setValue(120)\n        self.sampling_rate = 24000\n\n        self.play_obj = None\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n        # style sheet\n        self.ui.saveButton.setStyleSheet(appearance.ex_stylesheet)\n        self.ui.playButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.playPhraseButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.stopButton.setStyleSheet(appearance.other_stylesheet)\n        self.ui.getSpeakerButton.setStyleSheet(appearance.other_stylesheet)\n\n        # table\n        v = self.ui.tableView\n        self.undo_stack: QUndoStack = v.undo_stack\n\n        v.setContextMenuPolicy(Qt.CustomContextMenu)\n        v.customContextMenuRequested.connect(self.contextMenu)\n\n        # window\n        self.lyrics_window = LyricsWindow(self)\n\n        #\n        self.new_doc()\n\n        # event\n        self.undo_stack.cleanChanged.connect(self.set_title)\n\n        self.ui.getSpeakerButton.clicked.connect(self.get_speakers)\n\n        self.ui.playButton.clicked.connect(self.play)\n        self.ui.playPhraseButton.clicked.connect(self.play_phrase)\n        self.ui.stopButton.clicked.connect(self.stop)\n        self.ui.saveButton.clicked.connect(self.wave_save)\n        self.ui.closeButton.clicked.connect(self.close)\n        #\n        self.ui.actionNew.triggered.connect(self.new_doc)\n        self.ui.actionOpen.triggered.connect(self.open_doc)\n        self.ui.actionSave.triggered.connect(self.save_doc)\n        self.ui.actionSave_As.triggered.connect(self.save_as_doc)\n        self.ui.actionExit.triggered.connect(self.close)\n\n        self.ui.actionUndo.triggered.connect(self.ui.tableView.undo)\n        self.ui.actionRedo.triggered.connect(self.ui.tableView.redo)\n\n        self.ui.actionEdit.triggered.connect(self.edit)\n        self.ui.actionAdd.triggered.connect(self.add)\n        self.ui.actionDuplicate.triggered.connect(self.duplicate)\n        self.ui.actionSplit.triggered.connect(self.split)\n        self.ui.actionIncrement.triggered.connect(self.ui.tableView.increment)\n        self.ui.actionIncrementPlus.triggered.connect(self.ui.tableView.increment_plus)\n        self.ui.actionDecrement.triggered.connect(self.ui.tableView.decrement)\n        self.ui.actionDecrementPlus.triggered.connect(self.ui.tableView.decrement_plus)\n        self.ui.actionClear.triggered.connect(self.ui.tableView.clear)\n        self.ui.actionCopy.triggered.connect(self.ui.tableView.copy)\n        self.ui.actionPaste.triggered.connect(self.ui.tableView.paste)\n        self.ui.actionDelete.triggered.connect(self.ui.tableView.delete)\n        self.ui.actionUp.triggered.connect(self.ui.tableView.up)\n        self.ui.actionDown.triggered.connect(self.ui.tableView.down)\n\n        self.ui.actionLyrics.triggered.connect(self.lyrics_window.show)\n\n    def set_title(self):\n        if self.file is None:\n            self.setWindowTitle('%s' % APP_NAME)\n        else:\n            star = '*' if self.ui.tableView.model().undo_stack.isClean() is False else ''\n            self.setWindowTitle('%s - %s%s' % (APP_NAME, self.file, star))\n\n    def make_wav_data(self, is_phrase=False):\n        v = self.ui.tableView\n        doc = self.get_data()\n\n        # phrase or all\n        paragraph_list = [v.get_current_paragraph()] if is_phrase else v.get_paragraph_list()\n\n        # make data\n        data_list = []\n        phoneme_list = []\n        self.log_clear()\n        for paragraph in paragraph_list:\n            if len(paragraph.note_list) > 0:\n                # use voicevox\n                # make query\n                query = paragraph2audio_query(\n                    paragraph, doc.tempo, self.sampling_rate\n                )\n                # phoneme_list\n                phoneme_list.extend(query.get_phoneme_list())\n\n                # synthesis\n                self.add_log('Synthesis...  %s' % query.get_text())\n                try:\n                    audio = synthesis(doc.speaker_id, query.as_dict(), 5, port=doc.port)\n                    fs, data = sp.io.wavfile.read(io.BytesIO(audio))\n                    data_list.append(data)\n                except Exception as e:\n                    self.add_error(f'Error: {e}')\n                    self.add_log('Failed.')\n                    return\n            # rest\n            if paragraph.rest_length > 0:\n                phoneme_list.append({\n                    'sign': 'pau',\n                    'length': paragraph.get_rest_sec(doc.tempo),\n                })\n                # 想定している尺\n                all_length = p.pipe(\n                    phoneme_list,\n                    p.map(lambda x: x['length']),\n                    sum,\n                )\n                # wav dataの長さ(voicevoxから長めに返ってくる)\n                data_num = p.pipe(\n                    data_list,\n                    p.map(lambda x: x.shape[-1]),\n                    sum,\n                )\n                # 足りない分を0埋め\n                rest_num = int(all_length * self.sampling_rate) - data_num\n                if rest_num > 0:\n                    data = np.zeros(rest_num, dtype=np.int16)\n                    data_list.append(data)\n\n        # 連結\n        return np.block(data_list), phoneme_list\n\n    def play(self):\n        data, _ = self.make_wav_data()\n        # Play\n        self.add_log('Play')\n        self.stop()\n        self.play_obj = simpleaudio.play_buffer(data, 1, 2, self.sampling_rate)\n\n    def play_phrase(self):\n        v = self.ui.tableView\n        if v.get_current_paragraph() is None:\n            self.add_log('No selected paragraph.')\n            return\n        data, _ = self.make_wav_data(is_phrase=True)\n        # Play\n        self.add_log('Play')\n        self.stop()\n        self.play_obj = simpleaudio.play_buffer(data, 1, 2, self.sampling_rate)\n\n    def stop(self):\n        if self.play_obj is not None:\n            self.play_obj.stop()\n            self.play_obj = None\n\n    def wave_save(self):\n        dir_path = ''\n        if self.file is not None:\n            dir_path = Path(self.file).parent\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            str(dir_path),\n            'WAV File (*.wav);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            label_path = file_path.with_suffix('.lab')\n            self.log_clear()\n            self.add_log('Start ...')\n            data, phoneme_list = self.make_wav_data()\n            sp.io.wavfile.write(file_path, self.sampling_rate, data)\n            self.add_log('Save: %s' % str(file_path))\n            write_label(label_path, phoneme_list)\n            self.add_log('Save: %s' % str(label_path))\n            self.add_log('Done.')\n\n    def edit(self):\n        v = self.ui.tableView\n        v.edit(v.currentIndex())\n\n    def contextMenu(self, pos):\n        v = self.ui.tableView\n        menu = QMenu(v)\n        menu.addAction(self.ui.actionUndo)\n        menu.addAction(self.ui.actionRedo)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionEdit)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionIncrement)\n        menu.addAction(self.ui.actionIncrementPlus)\n        menu.addAction(self.ui.actionDecrement)\n        menu.addAction(self.ui.actionDecrementPlus)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionCopy)\n        menu.addAction(self.ui.actionPaste)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionAdd)\n        menu.addAction(self.ui.actionDuplicate)\n        menu.addAction(self.ui.actionSplit)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionDelete)\n        menu.addSeparator()\n        menu.addAction(self.ui.actionUp)\n        menu.addAction(self.ui.actionDown)\n        menu.exec(v.mapToGlobal(pos))\n\n    def add(self):\n        v = self.ui.tableView\n        m: seq.Model = v.model()\n        sm = v.selectionModel()\n        row = v.currentIndex().row()\n        d = seq.NoteData()\n        if row < 0:\n            m.add_row_data(d)\n        else:\n            current_index = v.currentIndex()\n            m.insert_row_data(row + 1, d)\n            sm.setCurrentIndex(\n                current_index.siblingAtRow(row + 1),\n                QItemSelectionModel.SelectionFlag.ClearAndSelect\n            )\n\n    def duplicate(self):\n        v = self.ui.tableView\n        m: seq.Model = v.model()\n        sm = v.selectionModel()\n        row = v.currentIndex().row()\n        d = deepcopy(m.get_row_data(row))\n        if row < 0:\n            m.add_row_data(d)\n        else:\n            current_index = v.currentIndex()\n            m.insert_row_data(row + 1, d)\n            sm.setCurrentIndex(\n                current_index.siblingAtRow(row + 1),\n                QItemSelectionModel.SelectionFlag.ClearAndSelect\n            )\n\n    def split(self):\n        v = self.ui.tableView\n        m: seq.Model = v.model()\n        sm = v.selectionModel()\n        row = v.currentIndex().row()\n        d = deepcopy(m.get_row_data(row))\n        length = d.length // 2\n        current_index = v.currentIndex()\n\n        m.undo_stack.beginMacro('Split')\n        m.setData(current_index.siblingAtColumn(1), d.length - length, Qt.EditRole)\n        d.length = length\n        if row < 0:\n            m.add_row_data(d)\n        else:\n            current_index = v.currentIndex()\n            m.insert_row_data(row + 1, d)\n            sm.setCurrentIndex(\n                current_index.siblingAtRow(row + 1),\n                QItemSelectionModel.SelectionFlag.ClearAndSelect\n            )\n        m.undo_stack.endMacro()\n\n    def add_log(self, text: str, color: QColor = log.TEXT_COLOR) -> None:\n        self.ui.logTextEdit.log(text, color)\n\n    def add_error(self, text: str) -> None:\n        self.ui.logTextEdit.log(text, log.ERROR_COLOR)\n\n    def log_clear(self) -> None:\n        self.ui.logTextEdit.clear()\n\n    def set_speaker_list(self) -> None:\n        self.ui.speakerComboBox.clear()\n        speaker_list = self.engine_list[self.ui.engineComboBox.currentIndex()].speakers\n        self.ui.speakerComboBox.addItems(speaker_list.get_display_name_list())\n\n    def get_speakers(self):\n        self.log_clear()\n        self.add_log('Get speakers...')\n        engine = self.engine_list[self.ui.engineComboBox.currentIndex()]\n        try:\n            engine.speakers.set_from_voicevox(port=engine.port)\n        except Exception as e:\n            self.add_error(f'Error: {e}')\n            self.add_log('Failed.')\n            return\n        self.set_speaker_list()\n        engine.save_speakers()\n        self.add_log('Done.')\n\n    def port2engine(self, port: int) -> Engine:\n        for engine in self.engine_list:\n            if engine.port == port:\n                return engine\n        return self.engine_list[0]\n\n    def set_data(self, doc: Doc):\n        engine = self.port2engine(doc.port)\n        # port\n        self.ui.engineComboBox.setCurrentText(engine.name)\n        # id\n        speaker_list = engine.speakers\n        display_name = speaker_list.get_display_name(doc.speaker_id)\n        if display_name is not None:\n            self.ui.speakerComboBox.setCurrentText(display_name)\n        pass\n        # tempo\n        self.ui.tempoSpinBox.setValue(doc.tempo)\n        # note\n        v = self.ui.tableView\n        m: seq.Model = v.model()\n        m.set_data(doc.note_list)\n\n    def get_data(self) -> Doc:\n        doc = Doc()\n        engine = self.engine_list[self.ui.engineComboBox.currentIndex()]\n        # port\n        doc.port = engine.port\n        # id\n        speaker_id = engine.speakers.get_id_from_display_name(\n            self.ui.speakerComboBox.currentText()\n        )\n        if speaker_id is not None:\n            doc.speaker_id = speaker_id\n        # tempo\n        doc.tempo = self.ui.tempoSpinBox.value()\n        # note\n        v = self.ui.tableView\n        m: seq.Model = v.model()\n        doc.note_list.set_list(m.to_list())\n        return doc\n\n    def new_doc(self):\n        self.file = None\n        v = self.ui.tableView\n        m: seq.Model = v.model()\n        m.clear()\n        self.add()\n        self.undo_stack.clear()\n        self.set_title()\n\n    def open_doc(self):\n        dir_path = ''\n        if self.file is not None:\n            dir_path = Path(self.file).parent\n        path, _ = QFileDialog.getOpenFileName(\n            self,\n            'Open File',\n            str(dir_path),\n            'JSON MIDI UST File (*.json *.mid *.midi *.smf *.ust);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            if file_path.is_file():\n                doc = self.get_data()\n                if file_path.suffix in ('.mid', '.midi', '.smf'):\n                    doc.load_midi(file_path)\n                    self.file = None\n                elif file_path.suffix == '.ust':\n                    doc.load_ust(file_path)\n                    self.file = None\n                else:\n                    doc.port = VOICEVOX_PORT\n                    doc.load(file_path)\n                    self.file = str(file_path)\n                self.set_data(doc)\n                self.log_clear()\n                self.add_log('Open: %s' % str(file_path))\n                self.undo_stack.clear()\n                self.set_title()\n\n    def save_doc(self):\n        if self.file is None:\n            self.save_as_doc()\n            return\n        file_path = Path(self.file)\n        doc = self.get_data()\n        doc.save(file_path)\n        self.log_clear()\n        self.add_log('Save: %s' % str(file_path))\n        self.undo_stack.setClean()\n        self.set_title()\n\n    def save_as_doc(self):\n        dir_path = ''\n        if self.file is not None:\n            dir_path = Path(self.file).parent\n        path, _ = QFileDialog.getSaveFileName(\n            self,\n            'Save File',\n            str(dir_path),\n            'JSON File (*.json);;All File (*.*)'\n        )\n        if path != '':\n            file_path = Path(path)\n            doc = self.get_data()\n            doc.save(file_path)\n            self.log_clear()\n            self.add_log('Save: %s' % str(file_path))\n            self.file = str(file_path)\n            self.undo_stack.setClean()\n            self.set_title()\n\n    def set_config(self, c: ConfigData):\n        engine = self.port2engine(c.port)\n        # port\n        self.ui.engineComboBox.setCurrentText(engine.name)\n        # id\n        display_name = engine.speakers.get_display_name(c.speaker_index)\n        if display_name is not None:\n            self.ui.speakerComboBox.setCurrentText(display_name)\n        pass\n\n    def get_config(self) -> ConfigData:\n        c = ConfigData()\n        engine = self.engine_list[self.ui.engineComboBox.currentIndex()]\n        # port\n        c.port = engine.port\n        # id\n        speaker_id = engine.speakers.get_id_from_display_name(\n            self.ui.speakerComboBox.currentText()\n        )\n        if speaker_id is not None:\n            c.speaker_index = speaker_id\n        return c\n\n    def load_config(self) -> None:\n        c = ConfigData()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_config(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_config()\n        c.save(self.config_file)\n        pass\n\n    def closeEvent(self, event):\n        self.save_config()\n        self.stop()\n        super().closeEvent(event)\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/voicevox_sequencer/voicevox_sequencer.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>MainWindow</class>\n <widget class=\"QMainWindow\" name=\"MainWindow\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>502</width>\n    <height>632</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>MainWindow</string>\n  </property>\n  <widget class=\"QWidget\" name=\"centralwidget\">\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\n      <property name=\"spacing\">\n       <number>0</number>\n      </property>\n      <item>\n       <widget class=\"QLabel\" name=\"label_3\">\n        <property name=\"text\">\n         <string>Engine:</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QComboBox\" name=\"engineComboBox\"/>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_4\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeType\">\n         <enum>QSizePolicy::Fixed</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>10</width>\n          <height>10</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QLabel\" name=\"label\">\n        <property name=\"text\">\n         <string>Speakers:</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QComboBox\" name=\"speakerComboBox\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>140</width>\n          <height>30</height>\n         </size>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"getSpeakerButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>0</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"maximumSize\">\n         <size>\n          <width>40</width>\n          <height>16777215</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Get</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_2\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QLabel\" name=\"label_2\">\n        <property name=\"text\">\n         <string>Tempo:</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QSpinBox\" name=\"tempoSpinBox\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>50</width>\n          <height>0</height>\n         </size>\n        </property>\n        <property name=\"alignment\">\n         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n        </property>\n        <property name=\"minimum\">\n         <number>5</number>\n        </property>\n        <property name=\"maximum\">\n         <number>999</number>\n        </property>\n        <property name=\"value\">\n         <number>120</number>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n    <item>\n     <widget class=\"View\" name=\"tableView\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"editTriggers\">\n       <set>QAbstractItemView::DoubleClicked</set>\n      </property>\n      <property name=\"wordWrap\">\n       <bool>false</bool>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <widget class=\"LogTextEdit\" name=\"logTextEdit\">\n      <property name=\"sizePolicy\">\n       <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Preferred\">\n        <horstretch>0</horstretch>\n        <verstretch>0</verstretch>\n       </sizepolicy>\n      </property>\n      <property name=\"maximumSize\">\n       <size>\n        <width>16777215</width>\n        <height>80</height>\n       </size>\n      </property>\n      <property name=\"lineWrapMode\">\n       <enum>QTextEdit::NoWrap</enum>\n      </property>\n      <property name=\"readOnly\">\n       <bool>true</bool>\n      </property>\n     </widget>\n    </item>\n    <item>\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\n      <item>\n       <widget class=\"QPushButton\" name=\"playButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Play</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"playPhraseButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Play Phrase</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"stopButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Stop</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer_3\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeType\">\n         <enum>QSizePolicy::Fixed</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"saveButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>Wav Save</string>\n        </property>\n       </widget>\n      </item>\n      <item>\n       <spacer name=\"horizontalSpacer\">\n        <property name=\"orientation\">\n         <enum>Qt::Horizontal</enum>\n        </property>\n        <property name=\"sizeHint\" stdset=\"0\">\n         <size>\n          <width>40</width>\n          <height>20</height>\n         </size>\n        </property>\n       </spacer>\n      </item>\n      <item>\n       <widget class=\"QPushButton\" name=\"closeButton\">\n        <property name=\"minimumSize\">\n         <size>\n          <width>80</width>\n          <height>30</height>\n         </size>\n        </property>\n        <property name=\"text\">\n         <string>close</string>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </item>\n   </layout>\n  </widget>\n  <widget class=\"QMenuBar\" name=\"menubar\">\n   <property name=\"geometry\">\n    <rect>\n     <x>0</x>\n     <y>0</y>\n     <width>502</width>\n     <height>22</height>\n    </rect>\n   </property>\n   <widget class=\"QMenu\" name=\"menuFaile\">\n    <property name=\"title\">\n     <string>File</string>\n    </property>\n    <addaction name=\"actionNew\"/>\n    <addaction name=\"actionOpen\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionSave\"/>\n    <addaction name=\"actionSave_As\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionExit\"/>\n   </widget>\n   <widget class=\"QMenu\" name=\"menuEdit\">\n    <property name=\"title\">\n     <string>Edit</string>\n    </property>\n    <addaction name=\"actionUndo\"/>\n    <addaction name=\"actionRedo\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionEdit\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionCopy\"/>\n    <addaction name=\"actionPaste\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionIncrement\"/>\n    <addaction name=\"actionIncrementPlus\"/>\n    <addaction name=\"actionDecrement\"/>\n    <addaction name=\"actionDecrementPlus\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionAdd\"/>\n    <addaction name=\"actionDuplicate\"/>\n    <addaction name=\"actionSplit\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionDelete\"/>\n    <addaction name=\"separator\"/>\n    <addaction name=\"actionUp\"/>\n    <addaction name=\"actionDown\"/>\n   </widget>\n   <widget class=\"QMenu\" name=\"menuTool\">\n    <property name=\"title\">\n     <string>Tool</string>\n    </property>\n    <addaction name=\"actionLyrics\"/>\n   </widget>\n   <addaction name=\"menuFaile\"/>\n   <addaction name=\"menuEdit\"/>\n   <addaction name=\"menuTool\"/>\n  </widget>\n  <action name=\"actionNew\">\n   <property name=\"text\">\n    <string>New</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+N</string>\n   </property>\n  </action>\n  <action name=\"actionOpen\">\n   <property name=\"text\">\n    <string>Open</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+O</string>\n   </property>\n  </action>\n  <action name=\"actionSave\">\n   <property name=\"text\">\n    <string>Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+S</string>\n   </property>\n  </action>\n  <action name=\"actionCopy\">\n   <property name=\"text\">\n    <string>Copy</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+C</string>\n   </property>\n  </action>\n  <action name=\"actionPaste\">\n   <property name=\"text\">\n    <string>Paste</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+V</string>\n   </property>\n  </action>\n  <action name=\"actionPlay\">\n   <property name=\"text\">\n    <string>Play</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Space</string>\n   </property>\n  </action>\n  <action name=\"actionWav_Save\">\n   <property name=\"text\">\n    <string>Wav Save</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+E</string>\n   </property>\n  </action>\n  <action name=\"actionExit\">\n   <property name=\"text\">\n    <string>Exit</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Q</string>\n   </property>\n  </action>\n  <action name=\"actionDelete\">\n   <property name=\"text\">\n    <string>Delete</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Del</string>\n   </property>\n  </action>\n  <action name=\"actionUp\">\n   <property name=\"text\">\n    <string>Up</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Alt+Up</string>\n   </property>\n  </action>\n  <action name=\"actionDown\">\n   <property name=\"text\">\n    <string>Down</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Alt+Down</string>\n   </property>\n  </action>\n  <action name=\"actionAdd\">\n   <property name=\"text\">\n    <string>Add</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Shift+Return</string>\n   </property>\n  </action>\n  <action name=\"actionEdit\">\n   <property name=\"text\">\n    <string>Edit</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>S</string>\n   </property>\n  </action>\n  <action name=\"actionSave_As\">\n   <property name=\"text\">\n    <string>Save As</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+S</string>\n   </property>\n  </action>\n  <action name=\"actionClear\">\n   <property name=\"text\">\n    <string>Clear</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Del</string>\n   </property>\n  </action>\n  <action name=\"actionImport_From_Clipboard\">\n   <property name=\"text\">\n    <string>Import From Clipboard</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+V</string>\n   </property>\n  </action>\n  <action name=\"actionUndo\">\n   <property name=\"text\">\n    <string>Undo</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Z</string>\n   </property>\n  </action>\n  <action name=\"actionRedo\">\n   <property name=\"text\">\n    <string>Redo</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+Z</string>\n   </property>\n  </action>\n  <action name=\"actionDecrement\">\n   <property name=\"text\">\n    <string>-</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Down</string>\n   </property>\n  </action>\n  <action name=\"actionIncrement\">\n   <property name=\"text\">\n    <string>+</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Up</string>\n   </property>\n  </action>\n  <action name=\"actionIncrementPlus\">\n   <property name=\"text\">\n    <string>++</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+Up</string>\n   </property>\n  </action>\n  <action name=\"actionDecrementPlus\">\n   <property name=\"text\">\n    <string>--</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+Shift+Down</string>\n   </property>\n  </action>\n  <action name=\"actionOpen_MIDI\">\n   <property name=\"text\">\n    <string>Open MIDI</string>\n   </property>\n  </action>\n  <action name=\"actionLyrics\">\n   <property name=\"text\">\n    <string>Lyrics</string>\n   </property>\n  </action>\n  <action name=\"actionOpen_UST\">\n   <property name=\"text\">\n    <string>Open UST</string>\n   </property>\n  </action>\n  <action name=\"actionSplit\">\n   <property name=\"text\">\n    <string>Split</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+B</string>\n   </property>\n  </action>\n  <action name=\"actionDuplicate\">\n   <property name=\"text\">\n    <string>Duplicate</string>\n   </property>\n   <property name=\"shortcut\">\n    <string>Ctrl+D</string>\n   </property>\n  </action>\n </widget>\n <customwidgets>\n  <customwidget>\n   <class>View</class>\n   <extends>QTableView</extends>\n   <header>rs.tool.voicevox_sequencer.seq</header>\n  </customwidget>\n  <customwidget>\n   <class>LogTextEdit</class>\n   <extends>QTextEdit</extends>\n   <header>rs.gui.log</header>\n  </customwidget>\n </customwidgets>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/voicevox_sequencer/voicevox_sequencer_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n################################################################################\n## Form generated from reading UI file 'voicevox_sequencer.ui'\n##\n## Created by: Qt User Interface Compiler version 6.5.2\n##\n## WARNING! All changes made in this file will be lost when recompiling UI file!\n################################################################################\n\nfrom PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,\n    QMetaObject, QObject, QPoint, QRect,\n    QSize, QTime, QUrl, Qt)\nfrom PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,\n    QCursor, QFont, QFontDatabase, QGradient,\n    QIcon, QImage, QKeySequence, QLinearGradient,\n    QPainter, QPalette, QPixmap, QRadialGradient,\n    QTransform)\nfrom PySide6.QtWidgets import (QAbstractItemView, QApplication, QComboBox, QHBoxLayout,\n    QHeaderView, QLabel, QMainWindow, QMenu,\n    QMenuBar, QPushButton, QSizePolicy, QSpacerItem,\n    QSpinBox, QTextEdit, QVBoxLayout, QWidget)\n\nfrom rs.gui.log import LogTextEdit\nfrom rs.tool.voicevox_sequencer.seq import View\n\nclass Ui_MainWindow(object):\n    def setupUi(self, MainWindow):\n        if not MainWindow.objectName():\n            MainWindow.setObjectName(u\"MainWindow\")\n        MainWindow.resize(502, 632)\n        self.actionNew = QAction(MainWindow)\n        self.actionNew.setObjectName(u\"actionNew\")\n        self.actionOpen = QAction(MainWindow)\n        self.actionOpen.setObjectName(u\"actionOpen\")\n        self.actionSave = QAction(MainWindow)\n        self.actionSave.setObjectName(u\"actionSave\")\n        self.actionCopy = QAction(MainWindow)\n        self.actionCopy.setObjectName(u\"actionCopy\")\n        self.actionPaste = QAction(MainWindow)\n        self.actionPaste.setObjectName(u\"actionPaste\")\n        self.actionPlay = QAction(MainWindow)\n        self.actionPlay.setObjectName(u\"actionPlay\")\n        self.actionWav_Save = QAction(MainWindow)\n        self.actionWav_Save.setObjectName(u\"actionWav_Save\")\n        self.actionExit = QAction(MainWindow)\n        self.actionExit.setObjectName(u\"actionExit\")\n        self.actionDelete = QAction(MainWindow)\n        self.actionDelete.setObjectName(u\"actionDelete\")\n        self.actionUp = QAction(MainWindow)\n        self.actionUp.setObjectName(u\"actionUp\")\n        self.actionDown = QAction(MainWindow)\n        self.actionDown.setObjectName(u\"actionDown\")\n        self.actionAdd = QAction(MainWindow)\n        self.actionAdd.setObjectName(u\"actionAdd\")\n        self.actionEdit = QAction(MainWindow)\n        self.actionEdit.setObjectName(u\"actionEdit\")\n        self.actionSave_As = QAction(MainWindow)\n        self.actionSave_As.setObjectName(u\"actionSave_As\")\n        self.actionClear = QAction(MainWindow)\n        self.actionClear.setObjectName(u\"actionClear\")\n        self.actionImport_From_Clipboard = QAction(MainWindow)\n        self.actionImport_From_Clipboard.setObjectName(u\"actionImport_From_Clipboard\")\n        self.actionUndo = QAction(MainWindow)\n        self.actionUndo.setObjectName(u\"actionUndo\")\n        self.actionRedo = QAction(MainWindow)\n        self.actionRedo.setObjectName(u\"actionRedo\")\n        self.actionDecrement = QAction(MainWindow)\n        self.actionDecrement.setObjectName(u\"actionDecrement\")\n        self.actionIncrement = QAction(MainWindow)\n        self.actionIncrement.setObjectName(u\"actionIncrement\")\n        self.actionIncrementPlus = QAction(MainWindow)\n        self.actionIncrementPlus.setObjectName(u\"actionIncrementPlus\")\n        self.actionDecrementPlus = QAction(MainWindow)\n        self.actionDecrementPlus.setObjectName(u\"actionDecrementPlus\")\n        self.actionOpen_MIDI = QAction(MainWindow)\n        self.actionOpen_MIDI.setObjectName(u\"actionOpen_MIDI\")\n        self.actionLyrics = QAction(MainWindow)\n        self.actionLyrics.setObjectName(u\"actionLyrics\")\n        self.actionOpen_UST = QAction(MainWindow)\n        self.actionOpen_UST.setObjectName(u\"actionOpen_UST\")\n        self.actionSplit = QAction(MainWindow)\n        self.actionSplit.setObjectName(u\"actionSplit\")\n        self.actionDuplicate = QAction(MainWindow)\n        self.actionDuplicate.setObjectName(u\"actionDuplicate\")\n        self.centralwidget = QWidget(MainWindow)\n        self.centralwidget.setObjectName(u\"centralwidget\")\n        self.verticalLayout = QVBoxLayout(self.centralwidget)\n        self.verticalLayout.setObjectName(u\"verticalLayout\")\n        self.horizontalLayout_2 = QHBoxLayout()\n        self.horizontalLayout_2.setSpacing(0)\n        self.horizontalLayout_2.setObjectName(u\"horizontalLayout_2\")\n        self.label_3 = QLabel(self.centralwidget)\n        self.label_3.setObjectName(u\"label_3\")\n\n        self.horizontalLayout_2.addWidget(self.label_3)\n\n        self.engineComboBox = QComboBox(self.centralwidget)\n        self.engineComboBox.setObjectName(u\"engineComboBox\")\n\n        self.horizontalLayout_2.addWidget(self.engineComboBox)\n\n        self.horizontalSpacer_4 = QSpacerItem(10, 10, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout_2.addItem(self.horizontalSpacer_4)\n\n        self.label = QLabel(self.centralwidget)\n        self.label.setObjectName(u\"label\")\n\n        self.horizontalLayout_2.addWidget(self.label)\n\n        self.speakerComboBox = QComboBox(self.centralwidget)\n        self.speakerComboBox.setObjectName(u\"speakerComboBox\")\n        self.speakerComboBox.setMinimumSize(QSize(140, 30))\n\n        self.horizontalLayout_2.addWidget(self.speakerComboBox)\n\n        self.getSpeakerButton = QPushButton(self.centralwidget)\n        self.getSpeakerButton.setObjectName(u\"getSpeakerButton\")\n        self.getSpeakerButton.setMinimumSize(QSize(0, 30))\n        self.getSpeakerButton.setMaximumSize(QSize(40, 16777215))\n\n        self.horizontalLayout_2.addWidget(self.getSpeakerButton)\n\n        self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout_2.addItem(self.horizontalSpacer_2)\n\n        self.label_2 = QLabel(self.centralwidget)\n        self.label_2.setObjectName(u\"label_2\")\n\n        self.horizontalLayout_2.addWidget(self.label_2)\n\n        self.tempoSpinBox = QSpinBox(self.centralwidget)\n        self.tempoSpinBox.setObjectName(u\"tempoSpinBox\")\n        self.tempoSpinBox.setMinimumSize(QSize(50, 0))\n        self.tempoSpinBox.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)\n        self.tempoSpinBox.setMinimum(5)\n        self.tempoSpinBox.setMaximum(999)\n        self.tempoSpinBox.setValue(120)\n\n        self.horizontalLayout_2.addWidget(self.tempoSpinBox)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout_2)\n\n        self.tableView = View(self.centralwidget)\n        self.tableView.setObjectName(u\"tableView\")\n        sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.tableView.sizePolicy().hasHeightForWidth())\n        self.tableView.setSizePolicy(sizePolicy)\n        self.tableView.setEditTriggers(QAbstractItemView.DoubleClicked)\n        self.tableView.setWordWrap(False)\n\n        self.verticalLayout.addWidget(self.tableView)\n\n        self.logTextEdit = LogTextEdit(self.centralwidget)\n        self.logTextEdit.setObjectName(u\"logTextEdit\")\n        sizePolicy1 = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Preferred)\n        sizePolicy1.setHorizontalStretch(0)\n        sizePolicy1.setVerticalStretch(0)\n        sizePolicy1.setHeightForWidth(self.logTextEdit.sizePolicy().hasHeightForWidth())\n        self.logTextEdit.setSizePolicy(sizePolicy1)\n        self.logTextEdit.setMaximumSize(QSize(16777215, 80))\n        self.logTextEdit.setLineWrapMode(QTextEdit.NoWrap)\n        self.logTextEdit.setReadOnly(True)\n\n        self.verticalLayout.addWidget(self.logTextEdit)\n\n        self.horizontalLayout = QHBoxLayout()\n        self.horizontalLayout.setObjectName(u\"horizontalLayout\")\n        self.playButton = QPushButton(self.centralwidget)\n        self.playButton.setObjectName(u\"playButton\")\n        self.playButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.playButton)\n\n        self.playPhraseButton = QPushButton(self.centralwidget)\n        self.playPhraseButton.setObjectName(u\"playPhraseButton\")\n        self.playPhraseButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.playPhraseButton)\n\n        self.stopButton = QPushButton(self.centralwidget)\n        self.stopButton.setObjectName(u\"stopButton\")\n        self.stopButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.stopButton)\n\n        self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer_3)\n\n        self.saveButton = QPushButton(self.centralwidget)\n        self.saveButton.setObjectName(u\"saveButton\")\n        self.saveButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.saveButton)\n\n        self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)\n\n        self.horizontalLayout.addItem(self.horizontalSpacer)\n\n        self.closeButton = QPushButton(self.centralwidget)\n        self.closeButton.setObjectName(u\"closeButton\")\n        self.closeButton.setMinimumSize(QSize(80, 30))\n\n        self.horizontalLayout.addWidget(self.closeButton)\n\n\n        self.verticalLayout.addLayout(self.horizontalLayout)\n\n        MainWindow.setCentralWidget(self.centralwidget)\n        self.menubar = QMenuBar(MainWindow)\n        self.menubar.setObjectName(u\"menubar\")\n        self.menubar.setGeometry(QRect(0, 0, 502, 22))\n        self.menuFaile = QMenu(self.menubar)\n        self.menuFaile.setObjectName(u\"menuFaile\")\n        self.menuEdit = QMenu(self.menubar)\n        self.menuEdit.setObjectName(u\"menuEdit\")\n        self.menuTool = QMenu(self.menubar)\n        self.menuTool.setObjectName(u\"menuTool\")\n        MainWindow.setMenuBar(self.menubar)\n\n        self.menubar.addAction(self.menuFaile.menuAction())\n        self.menubar.addAction(self.menuEdit.menuAction())\n        self.menubar.addAction(self.menuTool.menuAction())\n        self.menuFaile.addAction(self.actionNew)\n        self.menuFaile.addAction(self.actionOpen)\n        self.menuFaile.addSeparator()\n        self.menuFaile.addAction(self.actionSave)\n        self.menuFaile.addAction(self.actionSave_As)\n        self.menuFaile.addSeparator()\n        self.menuFaile.addAction(self.actionExit)\n        self.menuEdit.addAction(self.actionUndo)\n        self.menuEdit.addAction(self.actionRedo)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionEdit)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionCopy)\n        self.menuEdit.addAction(self.actionPaste)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionIncrement)\n        self.menuEdit.addAction(self.actionIncrementPlus)\n        self.menuEdit.addAction(self.actionDecrement)\n        self.menuEdit.addAction(self.actionDecrementPlus)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionAdd)\n        self.menuEdit.addAction(self.actionDuplicate)\n        self.menuEdit.addAction(self.actionSplit)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionDelete)\n        self.menuEdit.addSeparator()\n        self.menuEdit.addAction(self.actionUp)\n        self.menuEdit.addAction(self.actionDown)\n        self.menuTool.addAction(self.actionLyrics)\n\n        self.retranslateUi(MainWindow)\n\n        QMetaObject.connectSlotsByName(MainWindow)\n    # setupUi\n\n    def retranslateUi(self, MainWindow):\n        MainWindow.setWindowTitle(QCoreApplication.translate(\"MainWindow\", u\"MainWindow\", None))\n        self.actionNew.setText(QCoreApplication.translate(\"MainWindow\", u\"New\", None))\n#if QT_CONFIG(shortcut)\n        self.actionNew.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+N\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionOpen.setText(QCoreApplication.translate(\"MainWindow\", u\"Open\", None))\n#if QT_CONFIG(shortcut)\n        self.actionOpen.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+O\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave.setText(QCoreApplication.translate(\"MainWindow\", u\"Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionCopy.setText(QCoreApplication.translate(\"MainWindow\", u\"Copy\", None))\n#if QT_CONFIG(shortcut)\n        self.actionCopy.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+C\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionPaste.setText(QCoreApplication.translate(\"MainWindow\", u\"Paste\", None))\n#if QT_CONFIG(shortcut)\n        self.actionPaste.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+V\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionPlay.setText(QCoreApplication.translate(\"MainWindow\", u\"Play\", None))\n#if QT_CONFIG(shortcut)\n        self.actionPlay.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Space\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionWav_Save.setText(QCoreApplication.translate(\"MainWindow\", u\"Wav Save\", None))\n#if QT_CONFIG(shortcut)\n        self.actionWav_Save.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+E\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionExit.setText(QCoreApplication.translate(\"MainWindow\", u\"Exit\", None))\n#if QT_CONFIG(shortcut)\n        self.actionExit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Q\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionDelete.setText(QCoreApplication.translate(\"MainWindow\", u\"Delete\", None))\n#if QT_CONFIG(shortcut)\n        self.actionDelete.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Del\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionUp.setText(QCoreApplication.translate(\"MainWindow\", u\"Up\", None))\n#if QT_CONFIG(shortcut)\n        self.actionUp.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Alt+Up\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionDown.setText(QCoreApplication.translate(\"MainWindow\", u\"Down\", None))\n#if QT_CONFIG(shortcut)\n        self.actionDown.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Alt+Down\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionAdd.setText(QCoreApplication.translate(\"MainWindow\", u\"Add\", None))\n#if QT_CONFIG(shortcut)\n        self.actionAdd.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Shift+Return\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionEdit.setText(QCoreApplication.translate(\"MainWindow\", u\"Edit\", None))\n#if QT_CONFIG(shortcut)\n        self.actionEdit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionSave_As.setText(QCoreApplication.translate(\"MainWindow\", u\"Save As\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSave_As.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+S\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionClear.setText(QCoreApplication.translate(\"MainWindow\", u\"Clear\", None))\n#if QT_CONFIG(shortcut)\n        self.actionClear.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Del\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionImport_From_Clipboard.setText(QCoreApplication.translate(\"MainWindow\", u\"Import From Clipboard\", None))\n#if QT_CONFIG(shortcut)\n        self.actionImport_From_Clipboard.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+V\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionUndo.setText(QCoreApplication.translate(\"MainWindow\", u\"Undo\", None))\n#if QT_CONFIG(shortcut)\n        self.actionUndo.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Z\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionRedo.setText(QCoreApplication.translate(\"MainWindow\", u\"Redo\", None))\n#if QT_CONFIG(shortcut)\n        self.actionRedo.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+Z\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionDecrement.setText(QCoreApplication.translate(\"MainWindow\", u\"-\", None))\n#if QT_CONFIG(shortcut)\n        self.actionDecrement.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Down\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionIncrement.setText(QCoreApplication.translate(\"MainWindow\", u\"+\", None))\n#if QT_CONFIG(shortcut)\n        self.actionIncrement.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Up\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionIncrementPlus.setText(QCoreApplication.translate(\"MainWindow\", u\"++\", None))\n#if QT_CONFIG(shortcut)\n        self.actionIncrementPlus.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+Up\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionDecrementPlus.setText(QCoreApplication.translate(\"MainWindow\", u\"--\", None))\n#if QT_CONFIG(shortcut)\n        self.actionDecrementPlus.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+Shift+Down\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionOpen_MIDI.setText(QCoreApplication.translate(\"MainWindow\", u\"Open MIDI\", None))\n        self.actionLyrics.setText(QCoreApplication.translate(\"MainWindow\", u\"Lyrics\", None))\n        self.actionOpen_UST.setText(QCoreApplication.translate(\"MainWindow\", u\"Open UST\", None))\n        self.actionSplit.setText(QCoreApplication.translate(\"MainWindow\", u\"Split\", None))\n#if QT_CONFIG(shortcut)\n        self.actionSplit.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+B\", None))\n#endif // QT_CONFIG(shortcut)\n        self.actionDuplicate.setText(QCoreApplication.translate(\"MainWindow\", u\"Duplicate\", None))\n#if QT_CONFIG(shortcut)\n        self.actionDuplicate.setShortcut(QCoreApplication.translate(\"MainWindow\", u\"Ctrl+D\", None))\n#endif // QT_CONFIG(shortcut)\n        self.label_3.setText(QCoreApplication.translate(\"MainWindow\", u\"Engine:\", None))\n        self.label.setText(QCoreApplication.translate(\"MainWindow\", u\"Speakers:\", None))\n        self.getSpeakerButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Get\", None))\n        self.label_2.setText(QCoreApplication.translate(\"MainWindow\", u\"Tempo:\", None))\n        self.playButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Play\", None))\n        self.playPhraseButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Play Phrase\", None))\n        self.stopButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Stop\", None))\n        self.saveButton.setText(QCoreApplication.translate(\"MainWindow\", u\"Wav Save\", None))\n        self.closeButton.setText(QCoreApplication.translate(\"MainWindow\", u\"close\", None))\n        self.menuFaile.setTitle(QCoreApplication.translate(\"MainWindow\", u\"File\", None))\n        self.menuEdit.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Edit\", None))\n        self.menuTool.setTitle(QCoreApplication.translate(\"MainWindow\", u\"Tool\", None))\n    # retranslateUi\n\n"
  },
  {
    "path": "library/python/rs/tool/vtt2anim/__init__.py",
    "content": "from .vtt2anim import (\n    run,\n)\n"
  },
  {
    "path": "library/python/rs/tool/vtt2anim/vtt2anim.py",
    "content": "import dataclasses\nimport sys\nfrom pathlib import Path\n\nimport webvtt\nfrom timecode import Timecode\n\nfrom PySide2.QtCore import (\n    Qt,\n)\nfrom PySide2.QtWidgets import (\n    QApplication,\n    QWidget,\n)\n\nfrom rs.core import (\n    config,\n    pipe as p,\n)\nfrom rs.gui import (\n    appearance,\n)\nfrom rs.tool.vtt2anim.vtt2anim_ui import Ui_Form\n\nAPP_NAME = 'VTT2Anim'\n\n\n@dataclasses.dataclass\nclass ConfigData(config.Data):\n    h: int = 1\n    m: int = 0\n    s: int = 0\n    ms: int = 0\n    fps: float = 30.0\n\n    def get_timecode(self) -> Timecode:\n        return Timecode(self.fps, '%02d:%02d:%02d.%03d' % (self.h, self.m, self.s, self.ms))\n\n\ndef dict2anim(d: dict) -> str:\n    header = '\\n'.join([\n        '{',\n        '\tTemplateStyledText = BezierSpline {',\n        '\t\tKeyFrames = {',\n    ])\n    key01_block = '\t\t\t[%d] = { %d,'\n    key02_block = ' LHrel = { %f, -0.333333333333333 },'\n    key03_block = ' RHrel = { %f, 0.333333333333333 },'\n    key04_block = ' Flags = { Linear = true, LockedY = true }, Value = Text {'\n    value_block = '\\n\t\t\t\t\tValue = \"%s\"'\n    separator = '\\n\t\t\t\t} },\\n'\n    footer = '\\n'.join([\n        '\t\t\t\t} }',\n        '\t\t}',\n        '\t}',\n        '}',\n    ])\n    key_list = []\n    size = len(d)\n    flame_list = list(d.keys())\n    for i, frame in enumerate(flame_list):\n        s = key01_block % (frame, i)\n        if i != 0:\n            s += key02_block % ((flame_list[i - 1] - frame) / 3.0)\n        if i != size - 1:\n            s += key03_block % ((flame_list[i + 1] - frame) / 3.0)\n        s += key04_block\n        s += value_block % d[frame].replace('\\n', '\\\\n').replace('\"', '\\\\\"')\n        key_list.append(s)\n\n    return '\\n'.join([\n        header,\n        separator.join(key_list),\n        footer,\n    ])\n\n\nclass Form(QWidget):\n    def __init__(self, parent=None):\n        super().__init__(parent)\n        self.ui = Ui_Form()\n        self.ui.setupUi(self)\n        self.setWindowTitle(APP_NAME)\n        self.setWindowFlags(\n            Qt.Window\n            | Qt.WindowCloseButtonHint\n            | Qt.WindowStaysOnTopHint\n        )\n        self.resize(400, 400)\n        self.setAcceptDrops(True)\n        self.ui.dropLabel.setText('VTT file')\n\n        # config\n        self.config_file: Path = config.CONFIG_DIR.joinpath('%s.json' % APP_NAME)\n        self.load_config()\n\n    def moveEvent(self, e):\n        self.ui.dropLabel.setText('VTT file')\n        super().moveEvent(e)\n\n    def leaveEvent(self, e):\n        self.ui.dropLabel.setText('VTT file')\n        super().leaveEvent(e)\n\n    def resizeEvent(self, e):\n        self.ui.dropLabel.setText('VTT file')\n        super().resizeEvent(e)\n\n    def dragEnterEvent(self, e):\n        self.ui.dropLabel.setText('VTT file')\n        mimeData = e.mimeData()\n\n        # for mimetype in mimeData.formats():\n        #     print('MIMEType:', mimetype)\n\n        if mimeData.hasUrls():\n            e.accept()\n        else:\n            e.ignore()\n\n    def str2frame(self, s: str) -> int:\n        data = self.get_data()\n        return Timecode(data.fps, s).frame_number - data.get_timecode().frame_number\n\n    def dropEvent(self, e):\n        paths = p.pipe(\n            e.mimeData().urls(),\n            p.map(p.call.toLocalFile()),\n            p.map(Path),\n            p.filter(p.call.is_file()),\n            p.filter(lambda f: f.name.lower().endswith('.vtt')),\n            p.map(str),\n            p.map(p.call.replace('\\\\', '/')),\n            list,\n            sorted,\n        )\n        if len(paths) > 0:\n            dct = {0: ''}\n            for caption in webvtt.read(paths[0]):\n                dct[self.str2frame(caption.start)] = caption.text.replace('\\ufeff', '')\n                dct[self.str2frame(caption.end)] = ''\n\n            clipboard = QApplication.clipboard()\n            clipboard.setText(dict2anim(dct))\n            self.ui.dropLabel.setText('DONE!')\n\n    def new_config(self):\n        return ConfigData()\n\n    def set_data(self, c: ConfigData):\n        self.ui.hSpinBox.setValue(c.h)\n        self.ui.mSpinBox.setValue(c.m)\n        self.ui.sSpinBox.setValue(c.s)\n        self.ui.msSpinBox.setValue(c.ms)\n        self.ui.fpsDoubleSpinBox.setValue(c.fps)\n\n    def get_data(self) -> ConfigData:\n        c = self.new_config()\n        c.h = self.ui.hSpinBox.value()\n        c.m = self.ui.mSpinBox.value()\n        c.s = self.ui.sSpinBox.value()\n        c.ms = self.ui.msSpinBox.value()\n        c.fps = self.ui.fpsDoubleSpinBox.value()\n        return c\n\n    def load_config(self) -> None:\n        c = self.new_config()\n        if self.config_file.is_file():\n            c.load(self.config_file)\n        self.set_data(c)\n\n    def save_config(self) -> None:\n        config.CONFIG_DIR.mkdir(parents=True, exist_ok=True)\n        c = self.get_data()\n        c.save(self.config_file)\n\n    def closeEvent(self, event):\n        self.save_config()\n        super().closeEvent(event)\n\n\ndef run() -> None:\n    app = QApplication(sys.argv)\n    app.setStyle(\"Fusion\")\n    app.setPalette(appearance.palette)\n    app.setStyleSheet(appearance.stylesheet)\n\n    window = Form()\n    window.show()\n    sys.exit(app.exec_())\n\n\nif __name__ == '__main__':\n    run()\n"
  },
  {
    "path": "library/python/rs/tool/vtt2anim/vtt2anim.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>Form</class>\n <widget class=\"QWidget\" name=\"Form\">\n  <property name=\"geometry\">\n   <rect>\n    <x>0</x>\n    <y>0</y>\n    <width>576</width>\n    <height>538</height>\n   </rect>\n  </property>\n  <property name=\"windowTitle\">\n   <string>Form</string>\n  </property>\n  <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\n   <item>\n    <widget class=\"QGroupBox\" name=\"groupBox\">\n     <property name=\"title\">\n      <string>Setting</string>\n     </property>\n     <property name=\"alignment\">\n      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>\n     </property>\n     <layout class=\"QFormLayout\" name=\"formLayout\">\n      <item row=\"0\" column=\"0\">\n       <widget class=\"QLabel\" name=\"label_8\">\n        <property name=\"text\">\n         <string>\nStart timecode</string>\n        </property>\n        <property name=\"alignment\">\n         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>\n        </property>\n       </widget>\n      </item>\n      <item row=\"0\" column=\"1\">\n       <layout class=\"QGridLayout\" name=\"gridLayout\">\n        <item row=\"0\" column=\"0\">\n         <widget class=\"QLabel\" name=\"label_4\">\n          <property name=\"text\">\n           <string>00 h</string>\n          </property>\n          <property name=\"alignment\">\n           <set>Qt::AlignCenter</set>\n          </property>\n         </widget>\n        </item>\n        <item row=\"0\" column=\"2\">\n         <widget class=\"QLabel\" name=\"label_5\">\n          <property name=\"text\">\n           <string>00 m</string>\n          </property>\n          <property name=\"alignment\">\n           <set>Qt::AlignCenter</set>\n          </property>\n         </widget>\n        </item>\n        <item row=\"0\" column=\"4\">\n         <widget class=\"QLabel\" name=\"label_6\">\n          <property name=\"text\">\n           <string>00 s</string>\n          </property>\n          <property name=\"alignment\">\n           <set>Qt::AlignCenter</set>\n          </property>\n         </widget>\n        </item>\n        <item row=\"0\" column=\"6\">\n         <widget class=\"QLabel\" name=\"label_7\">\n          <property name=\"text\">\n           <string>000 ms</string>\n          </property>\n          <property name=\"alignment\">\n           <set>Qt::AlignCenter</set>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"0\">\n         <widget class=\"QSpinBox\" name=\"hSpinBox\">\n          <property name=\"alignment\">\n           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n          </property>\n          <property name=\"maximum\">\n           <number>24</number>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"1\">\n         <widget class=\"QLabel\" name=\"label_2\">\n          <property name=\"minimumSize\">\n           <size>\n            <width>0</width>\n            <height>0</height>\n           </size>\n          </property>\n          <property name=\"maximumSize\">\n           <size>\n            <width>15</width>\n            <height>16777215</height>\n           </size>\n          </property>\n          <property name=\"text\">\n           <string>:</string>\n          </property>\n          <property name=\"alignment\">\n           <set>Qt::AlignCenter</set>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"2\">\n         <widget class=\"QSpinBox\" name=\"mSpinBox\">\n          <property name=\"alignment\">\n           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n          </property>\n          <property name=\"maximum\">\n           <number>59</number>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"3\">\n         <widget class=\"QLabel\" name=\"label_3\">\n          <property name=\"maximumSize\">\n           <size>\n            <width>15</width>\n            <height>16777215</height>\n           </size>\n          </property>\n          <property name=\"text\">\n           <string>:</string>\n          </property>\n          <property name=\"alignment\">\n           <set>Qt::AlignCenter</set>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"4\">\n         <widget class=\"QSpinBox\" name=\"sSpinBox\">\n          <property name=\"alignment\">\n           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n          </property>\n          <property name=\"maximum\">\n           <number>59</number>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"5\">\n         <widget class=\"QLabel\" name=\"label8\">\n          <property name=\"maximumSize\">\n           <size>\n            <width>15</width>\n            <height>16777215</height>\n           </size>\n          </property>\n          <property name=\"text\">\n           <string>.</string>\n          </property>\n          <property name=\"alignment\">\n           <set>Qt::AlignCenter</set>\n          </property>\n         </widget>\n        </item>\n        <item row=\"1\" column=\"6\">\n         <widget class=\"QSpinBox\" name=\"msSpinBox\">\n          <property name=\"alignment\">\n           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n          </property>\n          <property name=\"maximum\">\n           <number>999</number>\n          </property>\n         </widget>\n        </item>\n       </layout>\n      </item>\n      <item row=\"1\" column=\"0\">\n       <widget class=\"QLabel\" name=\"label_9\">\n        <property name=\"text\">\n         <string>FPS</string>\n        </property>\n       </widget>\n      </item>\n      <item row=\"1\" column=\"1\">\n       <widget class=\"QDoubleSpinBox\" name=\"fpsDoubleSpinBox\">\n        <property name=\"alignment\">\n         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </widget>\n   </item>\n   <item>\n    <widget class=\"QGroupBox\" name=\"groupBox_2\">\n     <property name=\"sizePolicy\">\n      <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n       <horstretch>0</horstretch>\n       <verstretch>0</verstretch>\n      </sizepolicy>\n     </property>\n     <property name=\"title\">\n      <string>DROP AREA</string>\n     </property>\n     <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\n      <item>\n       <widget class=\"QLabel\" name=\"dropLabel\">\n        <property name=\"sizePolicy\">\n         <sizepolicy hsizetype=\"Expanding\" vsizetype=\"Expanding\">\n          <horstretch>0</horstretch>\n          <verstretch>0</verstretch>\n         </sizepolicy>\n        </property>\n        <property name=\"text\">\n         <string>TextLabel</string>\n        </property>\n        <property name=\"alignment\">\n         <set>Qt::AlignCenter</set>\n        </property>\n       </widget>\n      </item>\n     </layout>\n    </widget>\n   </item>\n  </layout>\n </widget>\n <resources/>\n <connections/>\n</ui>\n"
  },
  {
    "path": "library/python/rs/tool/vtt2anim/vtt2anim_ui.py",
    "content": "# -*- coding: utf-8 -*-\n\n# Form implementation generated from reading ui file 'C:\\Users\\yoshi\\PycharmProjects\\Resolve_Script\\library\\python\\rs\\tool\\vtt2anim\\vtt2anim.ui',\n# licensing of 'C:\\Users\\yoshi\\PycharmProjects\\Resolve_Script\\library\\python\\rs\\tool\\vtt2anim\\vtt2anim.ui' applies.\n#\n# Created: Tue Jun  7 06:27:36 2022\n#      by: pyside2-uic  running on PySide2 5.12.1\n#\n# WARNING! All changes made in this file will be lost!\n\nfrom PySide2 import QtCore, QtGui, QtWidgets\n\nclass Ui_Form(object):\n    def setupUi(self, Form):\n        Form.setObjectName(\"Form\")\n        Form.resize(576, 538)\n        self.verticalLayout = QtWidgets.QVBoxLayout(Form)\n        self.verticalLayout.setObjectName(\"verticalLayout\")\n        self.groupBox = QtWidgets.QGroupBox(Form)\n        self.groupBox.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)\n        self.groupBox.setObjectName(\"groupBox\")\n        self.formLayout = QtWidgets.QFormLayout(self.groupBox)\n        self.formLayout.setObjectName(\"formLayout\")\n        self.label_8 = QtWidgets.QLabel(self.groupBox)\n        self.label_8.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)\n        self.label_8.setObjectName(\"label_8\")\n        self.formLayout.setWidget(0, QtWidgets.QFormLayout.LabelRole, self.label_8)\n        self.gridLayout = QtWidgets.QGridLayout()\n        self.gridLayout.setObjectName(\"gridLayout\")\n        self.label_4 = QtWidgets.QLabel(self.groupBox)\n        self.label_4.setAlignment(QtCore.Qt.AlignCenter)\n        self.label_4.setObjectName(\"label_4\")\n        self.gridLayout.addWidget(self.label_4, 0, 0, 1, 1)\n        self.label_5 = QtWidgets.QLabel(self.groupBox)\n        self.label_5.setAlignment(QtCore.Qt.AlignCenter)\n        self.label_5.setObjectName(\"label_5\")\n        self.gridLayout.addWidget(self.label_5, 0, 2, 1, 1)\n        self.label_6 = QtWidgets.QLabel(self.groupBox)\n        self.label_6.setAlignment(QtCore.Qt.AlignCenter)\n        self.label_6.setObjectName(\"label_6\")\n        self.gridLayout.addWidget(self.label_6, 0, 4, 1, 1)\n        self.label_7 = QtWidgets.QLabel(self.groupBox)\n        self.label_7.setAlignment(QtCore.Qt.AlignCenter)\n        self.label_7.setObjectName(\"label_7\")\n        self.gridLayout.addWidget(self.label_7, 0, 6, 1, 1)\n        self.hSpinBox = QtWidgets.QSpinBox(self.groupBox)\n        self.hSpinBox.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)\n        self.hSpinBox.setMaximum(24)\n        self.hSpinBox.setObjectName(\"hSpinBox\")\n        self.gridLayout.addWidget(self.hSpinBox, 1, 0, 1, 1)\n        self.label_2 = QtWidgets.QLabel(self.groupBox)\n        self.label_2.setMinimumSize(QtCore.QSize(0, 0))\n        self.label_2.setMaximumSize(QtCore.QSize(15, 16777215))\n        self.label_2.setAlignment(QtCore.Qt.AlignCenter)\n        self.label_2.setObjectName(\"label_2\")\n        self.gridLayout.addWidget(self.label_2, 1, 1, 1, 1)\n        self.mSpinBox = QtWidgets.QSpinBox(self.groupBox)\n        self.mSpinBox.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)\n        self.mSpinBox.setMaximum(59)\n        self.mSpinBox.setObjectName(\"mSpinBox\")\n        self.gridLayout.addWidget(self.mSpinBox, 1, 2, 1, 1)\n        self.label_3 = QtWidgets.QLabel(self.groupBox)\n        self.label_3.setMaximumSize(QtCore.QSize(15, 16777215))\n        self.label_3.setAlignment(QtCore.Qt.AlignCenter)\n        self.label_3.setObjectName(\"label_3\")\n        self.gridLayout.addWidget(self.label_3, 1, 3, 1, 1)\n        self.sSpinBox = QtWidgets.QSpinBox(self.groupBox)\n        self.sSpinBox.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)\n        self.sSpinBox.setMaximum(59)\n        self.sSpinBox.setObjectName(\"sSpinBox\")\n        self.gridLayout.addWidget(self.sSpinBox, 1, 4, 1, 1)\n        self.label8 = QtWidgets.QLabel(self.groupBox)\n        self.label8.setMaximumSize(QtCore.QSize(15, 16777215))\n        self.label8.setAlignment(QtCore.Qt.AlignCenter)\n        self.label8.setObjectName(\"label8\")\n        self.gridLayout.addWidget(self.label8, 1, 5, 1, 1)\n        self.msSpinBox = QtWidgets.QSpinBox(self.groupBox)\n        self.msSpinBox.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)\n        self.msSpinBox.setMaximum(999)\n        self.msSpinBox.setObjectName(\"msSpinBox\")\n        self.gridLayout.addWidget(self.msSpinBox, 1, 6, 1, 1)\n        self.formLayout.setLayout(0, QtWidgets.QFormLayout.FieldRole, self.gridLayout)\n        self.label_9 = QtWidgets.QLabel(self.groupBox)\n        self.label_9.setObjectName(\"label_9\")\n        self.formLayout.setWidget(1, QtWidgets.QFormLayout.LabelRole, self.label_9)\n        self.fpsDoubleSpinBox = QtWidgets.QDoubleSpinBox(self.groupBox)\n        self.fpsDoubleSpinBox.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)\n        self.fpsDoubleSpinBox.setObjectName(\"fpsDoubleSpinBox\")\n        self.formLayout.setWidget(1, QtWidgets.QFormLayout.FieldRole, self.fpsDoubleSpinBox)\n        self.verticalLayout.addWidget(self.groupBox)\n        self.groupBox_2 = QtWidgets.QGroupBox(Form)\n        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())\n        self.groupBox_2.setSizePolicy(sizePolicy)\n        self.groupBox_2.setObjectName(\"groupBox_2\")\n        self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox_2)\n        self.verticalLayout_2.setObjectName(\"verticalLayout_2\")\n        self.dropLabel = QtWidgets.QLabel(self.groupBox_2)\n        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)\n        sizePolicy.setHorizontalStretch(0)\n        sizePolicy.setVerticalStretch(0)\n        sizePolicy.setHeightForWidth(self.dropLabel.sizePolicy().hasHeightForWidth())\n        self.dropLabel.setSizePolicy(sizePolicy)\n        self.dropLabel.setAlignment(QtCore.Qt.AlignCenter)\n        self.dropLabel.setObjectName(\"dropLabel\")\n        self.verticalLayout_2.addWidget(self.dropLabel)\n        self.verticalLayout.addWidget(self.groupBox_2)\n\n        self.retranslateUi(Form)\n        QtCore.QMetaObject.connectSlotsByName(Form)\n\n    def retranslateUi(self, Form):\n        Form.setWindowTitle(QtWidgets.QApplication.translate(\"Form\", \"Form\", None, -1))\n        self.groupBox.setTitle(QtWidgets.QApplication.translate(\"Form\", \"Setting\", None, -1))\n        self.label_8.setText(QtWidgets.QApplication.translate(\"Form\", \"\\n\"\n\"Start timecode\", None, -1))\n        self.label_4.setText(QtWidgets.QApplication.translate(\"Form\", \"00 h\", None, -1))\n        self.label_5.setText(QtWidgets.QApplication.translate(\"Form\", \"00 m\", None, -1))\n        self.label_6.setText(QtWidgets.QApplication.translate(\"Form\", \"00 s\", None, -1))\n        self.label_7.setText(QtWidgets.QApplication.translate(\"Form\", \"000 ms\", None, -1))\n        self.label_2.setText(QtWidgets.QApplication.translate(\"Form\", \":\", None, -1))\n        self.label_3.setText(QtWidgets.QApplication.translate(\"Form\", \":\", None, -1))\n        self.label8.setText(QtWidgets.QApplication.translate(\"Form\", \".\", None, -1))\n        self.label_9.setText(QtWidgets.QApplication.translate(\"Form\", \"FPS\", None, -1))\n        self.groupBox_2.setTitle(QtWidgets.QApplication.translate(\"Form\", \"DROP AREA\", None, -1))\n        self.dropLabel.setText(QtWidgets.QApplication.translate(\"Form\", \"TextLabel\", None, -1))\n\n"
  },
  {
    "path": "requirements.txt",
    "content": "aggdraw==1.3.16\nattrs==23.1.0\naudioread==3.0.0\nbudoux==0.5.2\ncertifi==2025.4.26\ncffi==1.15.1\nchardet==5.2.0\ncharset-normalizer==3.2.0\nCython==3.0.2\ndecorator==5.1.1\nDeprecated==1.2.14\ndocopt==0.6.2\nEasyProcess==1.1\nentrypoint2==1.1\nidna==3.10\nimageio==2.37.0\njaconv==0.3.4\njoblib==1.3.2\nlazy_loader==0.4\nlibrosa==0.11.0\nllvmlite==0.44.0\nmido==1.3.0\nMouseInfo==0.1.3\nmsgpack==1.0.5\nmss==9.0.1\nnetworkx==3.1\nnumba==0.61.2\nnumpy==2.2.6\nOpenEXR==3.4.11\npackaging==23.1\npillow==12.2.0\nplatformdirs==3.10.0\npooch==1.7.0\npsd-tools==1.10.8\nPyAutoGUI==0.9.54\npycparser==2.21\nPyGetWindow==0.0.9\npykakasi==2.3.0\nPyMonCtl==0.7\nPyMsgBox==1.0.9\npyperclip==1.8.2\nPyRect==0.2.0\npyscreenshot==3.1\nPyScreeze==0.1.29\nPySide6==6.9.1\nPySide6_Addons==6.9.1\nPySide6_Essentials==6.9.1\npytsmod==0.3.8\npytweening==1.0.7\nPyWavelets==1.4.1\npywin32==306\nPyWinBox==0.6\nPyWinCtl==0.3\npyworld==0.3.5\nrequests==2.32.4\nscikit-image==0.25.2\nscikit-learn==1.7.0\nscipy==1.15.3\nshiboken6==6.9.1\nsimpleaudio==1.0.4\nsoundfile==0.12.1\nsoxr==0.5.0.post1\nStrEnum==0.4.15\nthreadpoolctl==3.2.0\ntifffile==2023.8.30\ntyping_extensions==4.14.0\nurllib3==2.7.0\nwatchdog==6.0.0\nwrapt==1.15.0\n"
  }
]